*{
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
body {
    font-family: "Montserrat", serif;
}
/* Header Style */
.header-wrapper{
    background-color: black;
    color: white;
    font-weight: 200px;
    font-size: 0.75em;
    position: sticky;
    top: 0;
    /* height: 1px; */
}
.header-wrapper ul {
    display: flex;
    /* -webkit-box-pack: justify; */ 
    justify-content: space-between;
    list-style: none;
    /* position: fixed; */
}
.internal-wrapper {
    width: 980px;
    margin: 0 auto;
    padding: auto 0;
    /* position: fixed; */
} 
.header-wrapper ul li a {
    text-decoration: none;
    color: #fff;
    /* position: fixed; */
}
.header-wrapper .header-links-wrapper ul li {
    padding: 14px 0 8px;
    height: 25px;
    opacity: 0.8;
    /* position: fixed; */
}
.header-wrapper .header-links-wrapper ul li:hover {
    opacity: 1;
}
.apple-logo-icon, .search-icon, .cart-icon {
    width: 18px;
}  
.header-wrapper .header-links-wrapper ul li .apple-logo-icon {
    padding: 12px 0 10px;
}
.header-wrapper .internal-wrapper .header-links-wrapper ul li .search-icon {
    padding: 14px 0 8px;
    
}
.header-wrapper .header-links-wrapper ul li .cart-icon {
    padding: 12px 0 10px;
}


/* 1st section style */

.first-section {
    background-image: url("../images/icons/iPhone-16-pro.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 570px;
    color: #fff;
    text-align: center;
    margin: 10px 0 5px;
}
.pro-text-wrapper {
    padding-top: 30px ;
}
.pro-text{
    font-weight: 800px;
    font-size: 38px;
    
}
.hello-text {
    padding: 10px 0;
    font-size: 18px;
}
.button-text ul li  {
    display: inline-block ;
    padding: 10px 0;
    margin: 10px 10px;
    font-size: 16px;
    font-weight: 700px;
    opacity: 0.8;
}
.button-text ul li a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 13px 20px;
    /* opacity: 0.8; */

}

.button-text ul li:hover{
    opacity: 1;
}
.button-text ul  .learn-more a {
    background-color: #0077ED;
}
.button-text ul  .buy a:hover {
    background-color: #0077ED;
}

/* second section style */
.second-section {
    background-image: url(../images/icons/hero_valentines_day_2025__dkl6dq1rjhqq_large_2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 570px;
    text-align: center;
    margin: 5px 0;
}
.valentine-text-wrapper {
    padding-top: 330px;
}
.valentine-text-wrapper .v-day {
    font-size: 35px;
}
.valentine-text-wrapper .last-chance {
    font-size: 27px;
    padding: 10px 0;
    margin: 0 29%;
    padding: 10px 0;
}
.valentine-text-wrapper .shop {
    padding: 15px 0;
}
.valentine-text-wrapper .shop a {
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 15px;
    background-color: #0077ED;
    opacity: 0.8;
    color: #fff;

}
.valentine-text-wrapper .shop a:hover {
    opacity: 1;
}


/* third section style */

.tablet-and-watch {
    display: flex;
    

    
}
.tablet {
    background-image: url("../images/icons/apple-tablet.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 614px;
    height: 570px;
    margin: 5px 5px 5px 10px ;
    text-align: center;
    color: #fff;
}

.watch {
    background-image: url("../images/icons/apple-watch-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 614px;
    height: 570px;
    margin: 5px 10px 5px 5px ;
    text-align: center;
} 
.tablet .iphone-text {
    font-size: 22PX ;
    padding-top: 35px;
}
.tablet .hello-text {
    font-size: 22px;
    margin-bottom: 10px;
}
.tablet .two-links ul li {
    display: inline-block;
    list-style: none;
    

}
.tablet .two-links ul li a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 7px 15px;
    opacity: 0.8;
}
.tablet .two-links ul .lm a {
    background-color: #fff;
    color: black;
} 
.tablet .two-links ul .lm a:hover {
    opacity: 1;
} 
.tablet .two-links ul .buy-s a:hover {
    background-color: #fff;
    color: black;
} 
.watchs-logo img {
    width: 200px;
    padding-top: 40px;
}
.thins {
    font-size: 22px;
    margin: 10px 0;
}
.watch-links ul li {
    display: inline-block;
    margin-top: 10px;
}
.watch-links ul li a {
    text-decoration: none;
    color: #0077ED;
    border: 1px solid #0077ED;
    border-radius: 30px;
    padding: 7px 15px;
    opacity: 0.8;

}
.watch-links ul li a:hover {
    opacity: 1;
}
.watch-links ul .lmm a {
    background-color: #0077ED;
    color: #fff;
}
.watch-links ul .buy-ss a:hover{
    background-color: #0077ED;
    color: #fff;
}

/* forth section style  */

.unity_watch-and-macbook {
    display: flex;
}
.red-green-apple-watch {
    background-image: url("../images/icons/apple_watch_unity__.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 614px;
    height: 570px;
    margin: 5px 5px 5px 10px ;
    text-align: center;
}
.MacBook {
    background-image: url("../images/icons/macbook_air_.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 614px;
    height: 570px;
    margin: 5px 10px 5px 5px ;
    text-align: center;
}
.logo-on-watch {
    padding-top: 50px;
    margin: 5px 0;
}
.logo-on-watch img {
    width: 150px;
}
.united-text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 21%;
    padding: 5px 0;
    
}
.unity-buy {
    margin: 20px 0;
}
.unity-buy a {
    color: black;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: #fff;
    padding: 7px 15px;
    text-decoration: none;
    opacity: 0.9;
    
}
.unity-buy a:hover {
    opacity: 1;
}
.mac-text {
    margin: 60px 0 5px;
    
}
.mac-text h3 {
    font-size: 40px;
    font-weight: bold;
}
.l-mean {
    /* margin: 5px 0; */
}
.l-mean p {
    font-size: 20px;
    font-weight: 400;
}

.macbook-links {
    margin: 30px 0;
}
.macbook-links .l-more{
    text-decoration: none;
    border: 1px solid #0077ED;
    border-radius: 30px;
    padding: 7px 12px;
    background-color: #0077ED;
    color: #fff;
    opacity: 0.9;
    margin: 0 5px;
}
.macbook-links .l-more:hover{
    opacity: 1;
}

.macbook-links .mac-buy {
    text-decoration: none;
    border: 1px solid #0077ED;
    border-radius: 30px;
    padding: 7px 15px;
    color: #0077ED;
    margin: 0 5px;
}
.macbook-links .mac-buy:hover{
    background-color: #0077ED;
    color: #fff;
}

/* fiveth section style  */

.iphone-and-card {
    display: flex;
}
.two-phones {
    background-image: url("../images/icons/iphone_tradein-photo.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 614px;
    height: 570px;
    margin: 5px 5px 5px 10px ;
    text-align: center;
}
.tradein-logo {
    margin: 60px 0 5px;
}
.tradein-logo img {
    width: 150px;
}
.Get-dollar {
    margin: 0 20%;
}
.Get-dollar p {
    font-size: 20px;
    font-weight: 450;
}
.Get-dollar p sup {
    font-size: 10px;
    font-weight: 650;

}

.Get-link {
    margin: 25px 0;
}
.Get-link a {
    text-decoration: none;
    border: 1px solid #0077ED;
    border-radius: 30px;
    padding: 7px 8px;
    background-color: #0077ED;
    color: #fff;
    opacity: 0.9;
}
.Get-link a:hover {
    opacity: 1;
}

.card {
    background-image: url("../images/icons/apple_card-photo.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 614px;
    height: 570px;
    margin: 5px 10px 5px 5px ;
    text-align: center;
}
.card-logo {
    margin: 60px 0 5px;
}
.card-logo img{
    width: 150px;
}
.Get-up-text {
    margin: 0 24%;
}
.Get-up-text p {
    font-size: 20px;
    font-weight: 450;
}
.card-links {
    margin: 20px;
}
.card-links .card-l-more-link {
    text-decoration: none;
    border: 1px solid #0077ED;
    border-radius: 30px;
    padding: 7px 8px;
    background-color: #0077ED;
    color: #fff;
    opacity: 0.9;
}
.card-l-more-link:hover {
    opacity: 1;
}

.card-links .apply-link {
    text-decoration: none;
    border: 1px solid #0077ED;
    border-radius: 30px;
    padding: 7px 8px;
    color: #0077ED;
    margin: 0 5px;
}

.apply-link:hover {
    background-color: #0077ED;
    color: #fff;
}





























/* footer style */
footer {
    background-color: #f5f5f7;
    color: #1d1d1f;
    font-size: 14px;
    
}
.upper-paragraph {
    color: #86868b;
    padding: 17px 0 18px;
    border-bottom: 1px solid #d2d2d7;
    margin: 0 10%;
    
    
}
.upper-paragraph p{
    margin: 10px 0;

    

}
.upper-paragraph a {
    color: #515154;
}
.footer-links-wrapper {
    display: flex;
    /* -webkit-box-pack: justify; */
    justify-content: space-between;
    padding-top: 20px;
    margin: 0 10%;
    
    
}
.footer-links-wrapper ul li {
    list-style: none;
    /* margin: 10px 0; */
    padding: 5px 0;
    
    

}
.footer-links-wrapper ul li a{
    color: #86868b;
    text-decoration: none;
    

}
.footer-links-wrapper ul li a:hover {
    text-decoration: underline;
}
.one-line-text{
    margin: 10px 10%;
    padding: 10px 0 20px;
    border-bottom: 1px solid #d2d2d7;
    color: #86868b;
}
.one-line-text p a {
    color: blue;

}
.bottom-footer{
    display:flex;
    color: #86868b;
    margin: 10px 10%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0 20px;

}
.bottom-footer .privacy-policy ul {
    display: flex;
    list-style: none;
    
}
.bottom-footer .privacy-policy ul li a {
    text-decoration: none;
    color: #86868b ;
    border-right: 1px solid #86868b;
    /* margin: 0 5px; */
    padding: 0 8px;
    
}
.bottom-footer .privacy-policy ul li {
    padding: 0 5px;
    
}

.bottom-footer .privacy-policy ul li a:hover{
    text-decoration: underline;
} 




