*,
*::before,
*::after{
    margin: 0;
    padding: 0;
}
html{
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a{
    display: block;
    text-decoration: none;
}
.container{
    max-width: 98rem;
    margin: 0 auto;
    padding: 0 2.2rem;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1400;
    height: 4.4rem;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2rem);
}
.nav-list{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -1rem;
}
.nav-list-mobile{
    display: none;
}
.nav-link{
    font-size: 1.4rem;
    color: #ffffff;
    padding: 0.1rem;
    transition: opacity 0.5s;
}
.nav-list:hover{
    opacity: 0.7;
}
.nav-link-apple{
    width: 1.6rem;
    background: url(https://www.apple.com/ac/globalnav/6/en_US/images/be15095f-5a20-57d0-ad14-cf4c638e223a/globalnav_apple_image__cxwwnrj0urau_large.svg) center no-repeat;
    height: 4.4rem;
}
.nav-link-search{
    width: 1.6rem;
    background: url(https://www.apple.com/ac/globalnav/6/en_US/images/be15095f-5a20-57d0-ad14-cf4c638e223a/globalnav_search_image__fca9mfoh8a2q_small.svg) center no-repeat;
    height: 4.4rem;
}
.nav-link-bag{
    width: 1.4rem;
    background: url(https://www.apple.com/ac/globalnav/6/en_US/images/be15095f-5a20-57d0-ad14-cf4c638e223a/globalnav_bag_image__bmix8075eg4i_large.svg) center no-repeat;
    height: 4.4rem;
}
.iphone-11-pro{
    background: url(../images/iphone_12_us__fo0stbby242m_small_2x.jpg);
    margin-top: 4.4rem;
    background-color: #fbfbfd;
}









.title{
    color: #1d1d1f;
    text-align: center;
    padding-top: 5.5rem;
}
.title-heading{
    color: #1d1d1f;
    font-size: 5.6rem;
    line-height: 1.07143;
    letter-spacing: -0.005rem;
}
/* my color editing */
#editing-color{
    color: white;
}
.title-sub-heading{
    color: #1d1d1f;
    font-size: 2.65rem;
    margin-top: 0.6rem;
    letter-spacing: 0.008rem;
    font-weight: 400;
}
.title-price{
    font-size: 1.7rem;
    color: #909095;
    margin-top: 0.68rem;
}
.cta{
    text-align: center;
    margin-top: 1.8rem;
}
.cta-link{
    color: #66bbff;
    font-size: 2.1rem;
    display: inline-block;
}
.cta-link:nth-child(2){
    margin-left: 2.6rem;
}
.cta-link:hover{
    border-bottom: 2px solid #66bbff;
}
.iphone-11{
    background: url(../images/iphone_12_pro__f7wokw1n4lm6_small_2x.jpg);
    background-color: currentColor;
}
.title-dark{
    color: #000;
}
.cta-link-darker{
    color: #0070c9;
}

.cta-link-darker:hover{
    border-bottom-color: #0070c9;
}
.watch{
    background-image: url(../images/why_apple__genwe8js9fee_large.jpg);
}
.title-heading-watch{
    height: 7.8rem;
    /* background: url()  no-repeat; */
    background-size: auto 7.8rem;
    margin-top: 1.6rem;
    /* margin-top: -490px; */
}
#editing-color-3{
    padding-bottom: 12px;
}
#editing-color-4{
    color: black;
}
.hero{
    height: 69.2rem;
    background-size: auto 73.6rem;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 0.6rem solid #ffffff;
    border-bottom: 0.6rem solid #ffffff;
}


.iphone-11-pro{
    border-top: none;
}
.caterory{
    display: flex;
}
.caterory .box{
    text-align: center;
    height: 80vh;
    width: 50%;
    margin: 10px;
    background-size: cover;
    padding-top: 20px;
    color: white;
}
#box1{
    background-image: url(https://www.apple.com/v/home/x/images/promos/wwdc-spring-announce/promo_tile_boy_endframe__gc2kmg2fv82m_small.jpg);
    
}
#box2{
    background-image: url(https://www.apple.com/v/home/x/images/promos/ipad-air/tile__cauwwcyyn9hy_small_2x.jpg);
    color: black;
}
.caterory .box a{
    text-decoration: none;
    font-size: 14pt;
    /* padding-top: 20px; */
}
a:hover{
    text-decoration: underline !important;
}
footer{
    background-color: rgba(211, 211, 211, 0.8);
    width: 100%;
    height: 450px;
}
footer.container{
    width: 80%;
    margin: 20px auto;
    padding-top: 20px;
}
footer .container >* {
    font-size: 10pt;
    color: gray;
}