@font-face {
    font-family: Apple;
    src: url(fonts/sf-pro-text_regular.woff2);
}
@font-face {
    font-family: AppleLight;
    src: url(fonts/sf-pro-text_light.woff2);
}
@font-face {
    font-family:AppleBold ;
    src: url(fonts/sf-pro-text_bold.woff2);
}
body{
    overflow-x: hidden;

}
:root{
    --bg-color: white;
    --black: black;
    --globalnav-color: rgba(255, 255, 255, .8);
    --link-color: #2997ff;
    --link-for-bg-white-color:#06c;
    --footer-background: #f5f5f7;
    --footer-text-color: #6e6e73;
    --footer-link-color: #424245;
    --footer-directory-title-color: #1d1d1f;
    --padding-desktop: 15vw;
    --nav-submenu: #1d1d1f;
}
.whitespace{
    display: block;
    height: 10px;
    background-color: white;
}
.pointer{
    cursor: pointer;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a, p, h1, h2, h3 ,h4 , h5, li {
    font-family: AppleLight;
    color: white;
}
h1 , h2 {
    white-space: nowrap;
}
a {
    text-decoration: none;
    color: var(--bg-color);
}
li {
    list-style: none;
}
.only-phone {
    display: none;
}
.active-nav-mobile {
    visibility: visible !important;
    opacity: 1 !important;
    height: 100vh !important;
    transition: all 3s;
    transition: height 1.5s;
}
.animate-nav-mobile {
    height: 44px;
}
.disnone{
    display: none;
}
nav{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000000;
}
nav ul {
    /* 44px */
    height: 44px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 44px;
    border: none;
    background: linear-gradient(135deg, rgba(22, 22, 22, .75), rgba(22, 22, 22, 0.7));
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
nav ul li{
    padding: 0 14px;
}
nav ul li a {
    color: var(--globalnav-color);
    font-size: .75em;
}
nav ul i {
    color: var(--globalnav-color);
    font-size: 1.2em;
    padding: 0 14px;
}
.hamburger-btn{
display: none !important;
z-index: 1000000;
}
.ham-submenu-res{
    width: 100vw;
    height: 44px;
    padding: 50px 40px;
    background-color: var(--nav-submenu);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000001;
    cursor: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 3s;
    transition: height 1.5s;
    overflow: hidden;
}
.ham-submenu-res li{
    padding: 7px;
}
.ham-submenu-res li a{
    font-family:Apple ;
    font-weight: 900;
    color: var(--globalnav-color);
    font-size: 28px;
    transition: all .5s;
}
.ham-submenu-res li a:hover {
    color: var(--bg-color);
}
.bx-x {
    width: 48px;
    height: 48px;
    opacity: .8;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 25px;
    font-weight: lighter;
    z-index: 1000009;
    cursor: pointer;
}
/* End Nav */
/* Start banner 1 */
.banner{
    width: 100vw;
    min-height: 650px;
    max-height: 690px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.bn1 {
background-color: var(--black);
}
.banner h1{
font-size: 3.1em;
font-family: AppleBold;
font-weight: 200;
}
 div.description-ban {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.banner img{
    height: 90vh;
}
.hyperlinks-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
}
.hyperlinks-banner a {
color: var(--link-color);
font-size: 1.2em;
margin-top: 10px;
}
/* End Banner 1 */
/* Start Banner 2 */
.bn2 {
    background-color: var(--bg-color) ;
    background: url('assets/hero_iphone15_.jpeg');
    background-size: cover;
    background-position: center;
    }
    .bn2 h1 ,.bn2 h2 {
        color: var(--black);
    }
    /* End Bn2 */
    /* Start Bn3 */
    .bn3 {
        background-color: var(--bg-color) ;
        background: url('assets/hero_mbp_wide.jpeg') no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bn3 h1 ,.bn3 h2 {
        color: var(--black);
    }


    /* Start Main */
    /* Start double Banners */
    .double-bn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    .dbn{
        width: calc(50% - 10px) !important;
        min-height: 650px;
        max-height: 690px;
        padding: 10px 10px;
        position: relative;
    }
.dbn1{
    background-color: var(--bg-color) ;
    background: url('assets/promo_imac_.jpeg');
    background-size: cover;
    background-position: center;
}
.dbn2 {
    background-color: var(--bg-color) ;
    background: url('assets/promo__dirvdl6a3r2a_large_2x.jpeg');
    background-size: cover;
    background-position: center;
}
    .double-bn h1, .double-bn h2 {
        color: var(--black);
    }
    .dbn3 {
        background-color: var(--black) ;
        background: url('assets/promo_apple_watch_series_9.jpeg');
        background-size: cover;
        background-position: center;
    }
    .dbn4 {
        background-color: var(--black) ;
        background: url('assets/promo_airpods_pro.jpeg');
        background-size: cover;
        background-position: center;
    }
    .dbn5 {
        background-color: var(--black) ;
        background: url('assets/apple-card.jpeg');
        background-size: cover;
        background-position: center;
    }
    .dbn6 {
        background-color: var(--black) ;
        background: url('assets/apple-tradein.jpeg');
        background-size: cover;
        background-position: center;
    }
    .dbnBlack h1, .dbnBlack h2 {
        color: var(--bg-color);
    }
    /* End Double Banners */
    /* End Main */



    /* Start Footer */
    footer{
        height: 111vh;
        background-color:var(--footer-background) ;
        display: flex;
        padding: 0 var(--padding-desktop);
        padding-top: 15px;
        display: flex;
        flex-direction: column;
    }
    footer > .container {
        height: 440px;
        display: flex;
        justify-content: space-around;
        gap: 10px;
    }
    footer p {
        color: var(--footer-text-color);
        font-size: .75em;
        margin-bottom: 20px;
    }

    footer .title-footer {
        margin-top: 15px;
        font-family:AppleBold ;
        color: var(--footer-directory-title-color);
        font-size: .8em;
    }
    footer li a {
        color: var(--footer-link-color);
        font-size: .8em;
    }
    footer li{
        font-size: .8em;
        color: var(--footer-link-color);
        cursor: pointer;
        padding: 7px;
    }
    /* End Footer */


    /* Start Media Query */
    @media only screen and (max-width: 990px){
        .no-tablet {
            display: none;
        }
        .bxl-apple {
            position: fixed;
            left: 1%;
        }
        .hamburger-btn {
            display: inline-block !important;
            position: fixed;
            right: 5px;
        }
        .bx-shopping-bag {
            position: fixed;
            right: 50px;
        }
        .bx-search {
            position: fixed;
            right: 95px;
        }

    }
    @media only screen and (max-width: 730px){
        body{
            font-size: 10px;
        }
        nav ul i {
            font-size:  1.8em;
        }
        body h1, body h2 {
            text-align: center;
        }
        .change-query-iphone-vertical{
            display: none;
        }
        .no-phone {
            display: none;
        }
        .only-phone{
            display: inline-block;
        }
        :root {
            --padding-desktop: 1vw;
        }
        .double-bn {
            flex-direction: column;
        }
        .dbn {
            width: 100% !important;
        }
        nav ul {
            /* 48px */
            transition: all 2s;
            height: 48px;
        }
    }