*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: apple;
}
@font-face {
    font-family: apple;
    src: url('./SFPRODISPLAYREGULAR.OTF');
}
html , body{
    height: 100%;
    width: 100%;
}

#main{
    position: relative;
overflow: hidden;
background-color: #fff;
}
nav{
    position: fixed;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
height: 5vh;
width: 100%; 
background-color: rgba(0, 0, 0, 0.85);
color: #fff;
    top: 0%;
}
.nav2{
    display: none;
}
nav >span , i {
    color: rgba(194, 194, 194, 0.709);
    margin: 3px 10px;
    text-align: center;
    font-size: smaller;
font-weight: lighter;
}
/* #page > */
 img{
    display: block;
    margin-left: auto;
    margin-right: auto;   
    height: 90vh;
    object-fit: cover;
}

#page{
    display: flex;
    align-items:end;
    justify-content: center;
    background-image: url('https://www.apple.com/v/home/bj/images/heroes/apple-vision-pro/hero_apple_vision_pro__e8407ehady6i_small_2x.jpg');
    position: relative;
    height: 80vh;
    width: 100vw;
    background-position: center; 
  background-repeat: no-repeat;  
  background-size:contain; 
    background-color: #F5F5F7;
}
.mid-imgs{
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    height: 35%;
    
}
.mid-imgs-link{
    color: #0071E3;
    font-weight: 500;
    font-size: 21px;
}
.pg1-img{
height: 28%;
}
/* .mid-imgs-text */
#page1{
    background-image: url('https://www.apple.com/v/home/bj/images/heroes/iphone-15-pro/hero_iphone15pro__i70z9oz3hj2i_medium_2x.jpg');
  background-repeat: no-repeat;  
  background-size:70%;
    background-position: center;
    display: flex;
    justify-content: center;
    padding: 3%;
    margin-top: 1%;
    height: 75vh;
    width: 100vw;
    background-color: black;
    
}

.ip-15p-heading{
    color: #f5f5f7;
font-size: 53px;
/* line-height: 1.125; */
font-weight: 600;
/* letter-spacing: .004em; */

margin: 0;
padding: 0;
text-align: center;
display: block;
width: 100%;
/* margin-left: auto;
margin-right: auto;
position: relative; */
}

.ip-15p-subhead{
    
margin: 0;
padding: 0;
text-align: center;
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
color: #f5f5f7;
font-size: 28px;
line-height: 1.16667;
font-weight: 400;
letter-spacing: .009em;
}
.ip-15p-links{
   margin: 10px 30px ; 
}

#page2{
    background-image: url("./assets/ip-15.jpg");
    background-color: #F5F5F7;
    background-repeat: no-repeat;  
    background-size:96%;
    background-position-y: bottom;
      background-position: bottom;
    width: 100vw;
    height: 75vh;
    display: flex;
    justify-content: center;
    padding: 3%;
    margin-top: 1%;

}

.page3{
height: 70vh;
width: 100vw;
display: flex;
margin-top: 1%;


}

.valintine-promo{
    background-image: url('https://www.apple.com/v/home/bj/images/promos/valentines-day-2024/promo_valentines_day_2024__bbgmf6gk911u_small_2x.jpg');
background-repeat: no-repeat;
background-size: 100% ;
display: flex;
justify-content: center;
align-items: flex-end;
height: 100%;
width: 50%;
margin-right: 0.5%;
}

.series9{
    padding-top: 20px;
    background-image: url('./assets/iw-ultra2.jpg');
    /* background-image: url('https://www.apple.com/v/home/bj/images/promos/apple-watch-series-9/promo_apple_watch_series_9_order__b3u85rm9zf6u_medium_2x.jpg'); */
    background-repeat: no-repeat;
    background-size: 100% ;
    display: flex;
    justify-content: center;
    align-items: flex-end;
        height: 100%;
    width: 50%;
    display: flex; align-items: start; justify-content: center;
    margin-left: 0.5%;

}

.card{
    padding-top: 20px;
    /* background-image: url('https://www.apple.com/v/home/bj/images/promos/apple-card/tile__cauwwcyyn9hy_medium_2x.jpg'); */
    background-image: url('./assets/card.jpg');
    background-repeat: no-repeat;
    background-size: 100% ;
    display: flex;
    justify-content: center;
    align-items: flex-end;
        height: 100%;
    width: 50%;
    display: flex; align-items: start; justify-content: center;
    margin-right: 0.5%;

}

.tradein{
    padding-top: 20px;
    background-image: url('./assets/tradin.jpg');
    /* background-image: url('https://www.apple.com/v/home/bj/images/promos/iphone-tradein/promo_iphone_tradein__bugw15ka691e_medium_2x.jpg'); */
    background-repeat: no-repeat;
    background-size: 100% ;
    display: flex;
    justify-content: center;
    align-items: flex-end;
        height: 100%;
    width: 50%;
    display: flex; align-items: start; justify-content: center;
    margin-left: 0.5%;
}

.page3-subheading{
        
margin: 0;
padding: 0;
text-align: center;
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
color: #f5f5f7;
font-size: 20px;
}

.page3-heading{
    color: #f5f5f7;
font-size: 53px;
/* line-height: 1.125; */
font-weight: 600;
/* letter-spacing: .004em; */

margin: 0;
padding: 0;
text-align: center;
display: block;
width: 100%;
/* margin-left: auto;
margin-right: auto;
position: relative; */
}
.page3-img{
    height: 2%;
}

.page3-links{
    margin: 10px 30px ; 

    color: #0071E3;
    font-size: 18px;
}


footer{
    margin-top: 1%;
    background-color: #F5F5F7;
    width: 100vw;
    display: flex;
    justify-content: center;
}

.footer-links{
    display: flex;
    flex-direction: row; justify-content: space-between;
}



/* @media screen and (max-width: 850px) {
    nav{
    }
} */