*{
    margin: 0;
    padding: 0;
}

header{
    background: #454545;
    padding: 10px;
    padding: 10px 0;
}
nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links{
    width: 90%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0 150px;
}
.nav-links li a{
    color: white;
    text-decoration: none;
    font-size: 14px;
    
}


.center{
    text-align: center;
    color: white;
}
.iphone-16-pro{
    background: url(./newappleimg/iphon16pro.jpg);
    height: 100dvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.iphone-16-pro h1{
    font-size: 60px;
    padding-top: 70px;
}
.iphone-16-pro h2{
    font-size: 24px;
    margin-bottom: 10px;
}
.learn-more, .buy {
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s ;
    margin: 5px;
}
.learn-more{
    background-color: #007bff;
    color: white;
}
.learn-more:hover{
    background-color: #0056b3;
}
.buy{
    color: #007bff;
    border: 2px solid #007bff;
    background-color: transparent;

}
.buy:hover
{
    background-color: #007bff;
    color: white;
}
.iphone-16{
    background: url(./newappleimg/iphone16.jpg);
    height: 100dvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
}
.iphone-16 h1{
    padding-top: 70px;
    font-size: 50px;
}
#learn{
    background-color: white;
    color: black;
}
#buy{
    background-color: transparent;
    color: white;
    border: 2px solid white;
}
#buy:hover{
    background-color: #fdfeff;
    color: black;
}
.watch{
    background: url(./newappleimg/watch_hero.jpg);
    height: 100dvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
}
.watch img{
    max-width: 200px;
    padding-top: 50px;
}
.classic{
    color: black;
    font-size: 30px;
    margin: 5px;
}
.container{
    display: flex;
    margin: 10px;
    gap: 10px;
}
.container h1 {
    font-size: 40px;
}
#ipadepro{
    background-image: url(./newappleimg/promo_ipadpro_avail__s271j89g8kii_large_2x.jpg);
}
#inte{
    background-image: url(./newappleimg/promo_macbookpro_announce__gdf98j6tj2ie_large_2x.jpg);
}
.common{
    color: white;
    padding: 40px 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 90vh;
}
#watch{
    background-image:url(./newappleimg/promo_apple_watch_unity__casvx9ysh1le_large_2x.jpg);
}
#MacBook{
    background-image: url(./images-used/home/macbook-pro.jpg);
    color: black;
}
#trade-in{
    background-image: url(./newappleimg/promo_iphone_tradein__bugw15ka691e_large_2x\ \(1\).jpg);
    color: black;
}
#card{
    background-image: url(./newappleimg/promo_apple_card__5cm7draujpey_large_2x\ \(3\).jpg);
    color: black;
}
.abuki{
    color: black;
}
.common img{
    width: 200px;
    padding-top: 50px;
}
@media (max-width:768px) {
    .container{ 
        flex-direction: column;
        align-items: center;
    }
}
footer{
    background: #f8f8f8;
    padding: 20px 100px 0;
}
.column{
    display: flex;
    justify-content: space-between;
}
.footer-column ul {
    list-style: none;
    font: size 20px;
}
.footer-column ul li{
    margin: 5px 0;
    font-size: 14px;
}
.footer-column a{
    text-decoration: none;
    color: black;
}
.footer-column a:hover{
    text-decoration: underline;

}
.footer-bottom a{
    text-decoration: none;
    color: black;
}
.footer-bottom a{
    text-decoration: none;
    color: black;
}
.footer-bottom a:hover{
    text-decoration: underline;
}



