*{
    margin: 0;
    padding: 0;
}

header{
    background-color: rgba(69, 69, 69, 0.95);
    padding: 10px 0;
    width: 100%;
    position: fixed;
    
}

nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links{
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 90%;
    padding: 0 100px;
}
.nav-links li a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.center{
    text-align: center;
    color: white;
}

.Iphone{
    background: url("newappleimg/iphon16pro.jpg");
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.Iphone h1{
    padding-top: 70px;
    font-size: 60px;
}
.Iphone h2{
    font-size: 24px;
    padding-bottom: 10px
}
.Learn-More,.Buy{
    padding:10px 20px ;
    margin: 5px;
    font-size: 18px;
    border:none ;
    border-radius: 25px;
    cursor: pointer;
    transition:0.65 
}
.Learn-More{
    background-color: blue;
    color: white;
}
.Buy{
    color: blue;
    border: 1px solid ;
    background: transparent;
}
.Buy:hover{
    background-color: blue;
    color: white; 
}
.iphone-16{
    background: url("newappleimg/iphone16.jpg");
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;

}
.iphone-16 h1{
    padding-top: 70px;
    font-size: 60px;
}
#learn{
    background-color: white;
    color: black;
}
#buy{
    background: transparent;
    color: white;
    border: 1px solid white;
}
#buy:hover{
    background-color: white;
    color: rgb(0, 0,0);
}
.Watch{
    background: url("newappleimg/watch_hero.jpg");
    height: 100vh;
    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 ;
}
.common{
    color: white;
    text-align: center;
    padding: 40px 20px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 90vh;

}

#ipadpro{
    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;
    text-align: center;
    padding: 40px 20px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 90vh;
}
#watch{
    background-image: url(newappleimg/promo_apple_watch_unity__casvx9ysh1le_large_2x.jpg);
}
#MacBook{
    background-image: url(newappleimg/hero_macbook_air_m3__cp4t7pn8zqaa_small_2x.jpg);
    color: black;
}
.common{
    color: white;
    text-align: center;
    padding: 40px 20px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 90vh;
}
#tradein{
    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;
}


@media(max-width: 760px) {
    .container{
        flex-direction: column;
        align-items: center;
    }
    .common{
        width:90% ;
        height: 60vh;
    }
    
}

footer{
    background:white;
    padding: 20px 100px 0;
}
.column{
    display: flex;
    justify-content: space-between;
}
.footer-column ul{
    list-style: none;
}
.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;
}
.column h5{
    font-size: 15px;
}

.footer-button a:hover{
    text-decoration: underline;
}
.footer-button a{
    text-decoration: none;
    color: black;
}






