p{
    color: #666;
}
.full_height{
    height: 100vh;
}

section#hero{height: initial;}

#editorialwrapper{
    width: 100vw;
    overflow-x: hidden;
}

.imgwrapper{
    background-size: cover!important; 
    background-position: center!important; 
}

section{width: 100vw;}

section#hero{
    position: relative; 
    background: var(--off-white);
    
    width: 100vw;
    
}

section#hero .hero_img{
    position: fixed; width: 0; 
    height: 100%; 
    top: 0; right: 0;
    filter: grayscale(1);
}

section#hero .hero_img .img{
    position: fixed; 
    display: block; 
    width: 100%; 
    height: 100%;
    top: 0; right: 0;
    opacity: 0;
    transition-duration: 0.5s;
    background-size: cover!important; 
    background-position: center!important;
}

section#hero .hero_img .img.active{
    opacity: 1;
}

section#hero .blind{
    position: fixed; 
    top: 0; left: 0;
    width: 100%; height: 100%; 
    background: #484848;
}

section#hero .blind:nth-child(2){
    background: #484848;
    position: fixed; 
    top: 0; left: 0;
}

section#hero .blind.content_blind{
    background: var(--off-white);
}

@media(max-width: 640px){

}

#hero .line{
    position: fixed; top: 0; left: 0;
    height: 100vh; 
    border-right: 1px solid rgba(55,55,55,0.1);
    opacity: 1;
}

#hero .line:nth-child(4){left: 0%; }
#hero .line:nth-child(5){left: 100%; }
#hero .line:nth-child(6){left: 0%; }

#hero .slash_wrapper{
    opacity: 0;
    transform: translateY(50px);
    position: fixed; 
    top: 0; left: 0;
    z-index: 9;
    
}

#hero .slash{
    position: fixed; 
    top: 4vw;
    left: 7.5vw;
    transform: translateX(-50%);
    width: 4.5vw; height: 4.5vw; 
    background: url(../images/brand/adapt-slash-lime.svg) no-repeat;
    opacity: 0.99;
    animation: pulse1 1s infinite;
    z-index: 9;
}

#hero .logo_text{
    position: fixed; 
    bottom: -2vw; left: 8.5vw; 
    width: 0; height: 6vw; 
    color: var(--off-white);
    transform-origin: center left;
    transform: rotate(-90deg) translateX(1vw) translateY(-1vw);
    width: calc(100vh - 200px); 
    z-index: 10;
}

#hero .logo_text h1, .dark #hero .logo_text h1{font-size: 6vw; line-height: 1em; color: white!important;}

@media (min-aspect-ratio: 2 / 1) {
    
        #hero .logo_text h1{font-size: 10vh;}
    
}

#hero .logo_text h1 span{
    display: inline-block;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
}

.title_wrapper{
    position: relative; 
    
    margin: 4vw 0 0 5vw;
    width: 41vw;
    padding: 0 2vw 10vw 2vw;
    color: var(--off-white);
}

.title_wrapper.content_wrapper{
    color: var(--text-color);
    padding-top: 5vh;
}

.dark .title_wrapper.content_wrapper{color: var(--text-color);}

.title_wrapper.content_wrapper > *{
    transform: translateX(50px);
    opacity: 0;
}

.title_wrapper h1{
    font-size: 5vw;
    padding: 0;
    line-height: 0.9em;
}

.title_wrapper h3{
    font-size: 1.5vw;
    padding: 0 0 0.4em 0;
    line-height: 1em;
}

.title_wrapper p, .title_wrapper li{
    padding: 1em 0;
    line-height: 1.4em;
    opacity: 0.5;
}

.title_wrapper li{padding-left: 1em;}

.title_wrapper > div{display: none;}
.title_wrapper > div:nth-child(1){display: block; }

.title_wrapper ul, .title_wrapper ol{
    padding: 0; margin: 0; 
    padding-left: 1em;
    text-indent: 0;
}

.title_wrapper .btn1{
    opacity: 0;
    transform: translateY(50px);
}

.carousel_dots{
    position: absolute; 
    top: 50%; 
    left: 55vw;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    width: 30px;
}

.carousel_dots .dot_wrapper{
    display: block; 
    width: 50px; height: 50px;
    position: relative;
    opacity: 0; 
    transform: translateX(30px);
}

.carousel_dots .dot_wrapper .dot{
    width: 15px; height: 15px; background: var(--off-white); border-radius: 50%;
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    position: relative;
}

.carousel_dots .dot_wrapper.active .dot::before{
    content: "";
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    width: 30px; height: 30px; 
    border-radius: 50%;
    border: 1px solid var(--off-white);
    animation: pulsate 2s infinite;
}

section#hero #slide_counter{
    position: absolute;
    text-align: right;
    width: 300px;
    right: 150px; bottom: 1vw;
    color: var(--off-white);
    z-index: 5;
}

section#hero #slide_counter h1{
    font-size: 7vw;
    opacity: 0;
    transform: translateX(-50px);
}

/* .carousel_dots .dot_wrapper.active .dot::after{
    content: "";
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    width: 30px; height: 30px; 
    border-radius: 50%;
    border: 1px solid var(--off-white);
    animation: pulsate 1s infinite;
    animation-delay: 0.5s;
    
} */

.carousel_dots .dot_wrapper .dot_card{
    position: absolute; 
    width: 300px; 
    right: 40px; 
    top: 50%; 
    transform: translateY(-50%);
    background: rgba(240,240,240,0.9);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition-duration: 0.5s;

}

.carousel_dots .dot_wrapper:hover .dot_card{
    opacity: 1;
    visibility: visible;
}

.carousel_dots .dot_wrapper .dot_card .dot_img{
    width: 100%; height: 150px; 
    background-size: cover!important; 
    background-position: center!important;
}

.carousel_dots .dot_wrapper .dot_card .dot_text{
    padding: 1.5em;
    padding-bottom: 45px;
    color: var(--text-color);
}

.carousel_dots .dot_wrapper .dot_card .dot_text h3{
    font-size: 1.5em;
    padding: 0; margin: 0;
}

.carousel_dots .dot_wrapper .dot_card .dot_text p{
    font-size: 14px; opacity: 0.6;
}

.carousel_dots .dot_wrapper .dot_card a.a_btn{
    position: absolute;
    left: 0; 
    bottom: 0;
    padding: 10px 0;
    font-size: 10px;
    text-transform: uppercase; 
    text-decoration: none;
    background: var(--off-white);
    color: var(--off-white);
    width: 100%; 
    text-align: center;
    cursor: pointer;
}

.carousel_dots .dot_wrapper .dot_card a.a_btn:hover{
    animation: pulse1 0.5s infinite;
}

@keyframes slowBlink {
    0%, 100% {
        opacity: 1; /* Fully visible */
    }
    50% {
        opacity: 0.2; /* Fully transparent */
    }
}

@keyframes pulse1{
    0%,80%, 86%, 90%, 96%,100%{opacity: 1;}
    82%, 84%, 92%, 94%{opacity: 0.2;}
}

@keyframes pulsate {
    0% {-webkit-transform: translateX(-50%) translateY(-50%) scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2, 1.2); opacity: 0.0;}
}


/* --------------- MAIN MENU -------------*/

#main_menu{
    position: fixed;
    width: 350px; height: 100vh; 
    top: 0; right: -300px;
    background: var(--off-white);
    display: none;
}

#main_menu .menu_grid{
    display: grid;
    grid-template-columns: 50px 1fr;
}

#main_menu .menu_grid > div{
    padding: 5px;
}

#main_menu .burger{
    width: 40px; height: 60px; 
    position: relative;
    margin-top: 4vw;
    transform: skew(-20deg, 0);
}

#main_menu .burger .bar{
    position: absolute; 
    height: 100%;
    left: 50%; 
    border-right: 1px solid rgba(25,25,25,0.8);
    transition-duration: 0.25s;
}

#main_menu .burger .bar:nth-child(1), #main_menu .burger .bar:nth-child(2){
    top: 0; height: 100%;
}

#main_menu .burger .bar:nth-child(3), #main_menu .burger .bar:nth-child(4){
    bottom: 0; height: 0%;
}

#main_menu .burger:hover .bar:nth-child(1), #main_menu .burger:hover .bar:nth-child(2){
    top: 0; height: 0%;
}

#main_menu .burger:hover .bar:nth-child(3), #main_menu .burger:hover .bar:nth-child(4){
    bottom: 0; height: 100%;
}

#main_menu .burger .bar:nth-child(1), #main_menu .burger .bar:nth-child(3){
    transform: translateX(-5px); 
}

#main_menu .burger .bar:nth-child(2), #main_menu .burger .bar:nth-child(4){
    transform: translateX(5px);transition-delay: -.2s;
}

.secondary_content{
    display: none;
}

@media(min-height: 750px){
    .secondary_content{
        display: inline-block; 
        position: absolute; 
        bottom: 0px; 
        left: 15vw;
        width: 35vw;
        color: var(--off-white);
    }

    .secondary_content .secondary_grid{
        padding: 0 2em;
        display: grid;
        grid-gap: 2em; 
        grid-template-columns: 1fr;
    }

    .secondary_content .secondary_grid > div{
        
        opacity: 0;
        transform: translateY(50px);
        
        
    }

    .secondary_content .secondary_grid > div .shift{
        transform: translateY(0);
        transition-duration: 0.25s;
        padding: 1em 0;
        border-top: 4px solid var(--off-white);
    }

    .secondary_content .secondary_grid > div:hover .shift{
        transform: translateY(-25px);
    }

    .secondary_content .secondary_grid > div .secondary_img{
        width: 100%; padding-bottom: 50%; 
        background-size: cover!important; background-position: center!important; 
        filter: grayscale(85%);
        transition-duration: 0.25s;
    }

    .secondary_content .secondary_grid > div:hover .secondary_img{filter: grayscale(0%);}

    .secondary_content .secondary_grid > div:nth-child(2){display: none;}

    @media(min-width: 1500px){
        .secondary_content .secondary_grid{
            padding: 0 2em;
            display: grid;
            grid-gap: 2em; 
            grid-template-columns: 1fr 1fr;
        }

        .secondary_content .secondary_grid > div:nth-child(2){display: initial;}
    }

    .secondary_content .secondary_grid h3{padding: 1em 0 0 0; font-size: 24px;}
    
}

.title_wrapper .btn1{opacity: 1;}

.btn1{
    display: inline-block; 
    padding: 5px 65px 5px 45px; 
    font-size: 14px; 
    font-weight: 700;
    position: relative;
    text-decoration: none;
    color: var(--text-color);
    margin-top: 2em;
    background: url(../images/icons/arrow-up-right-black.svg) no-repeat;
    background-size: 14px 14px; background-position: center right 30px;
    margin-bottom: 3em;
}

.btn1::before{
    content: "";
    position: absolute; 
    bottom: -1px; left: -1px;
    width: 50%; 
    height: 0; 
    border-bottom: 2px solid var(--text-color); 
    border-left: 2px solid var(--text-color); 
    transition-duration: 0.5s;
}

.btn1:hover::before{
    width: 100%; height: 100%;
}

.btn1::after{
    content: "";
    position: absolute; 
    top: -1px; right: -1px;
    width: 0%; 
    height: 0; 
    opacity: 0;
    border-top: 2px solid var(--text-color); 
    border-right: 2px solid var(--text-color); 
    transition-duration: 0.5s;
    
}

.btn1:hover::after{
    width: 100%; height: 100%;
    opacity: 1;
}

/* btn2 */

.btn2{
    display: inline-block; 
    padding: 5px 65px 5px 45px; 
    font-size: 14px; 
    font-weight: 700;
    position: relative;
    text-decoration: none;
    color: var(--text-color);
    margin-top: 2em;
    background: url(../images/icons/arrow-up-right-black.svg) no-repeat;
    background-size: 14px 14px; background-position: center right 30px;
}

.btn2::before{
    content: "";
    position: absolute; 
    bottom: -1px; left: -1px;
    width: 50%; 
    height: 0; 
    border-bottom: 2px solid var(--text-color); 
    border-left: 2px solid var(--text-color); 
    transition-duration: 0.5s;
}

.btn2:hover::before{
    width: 100%; height: 100%;
}

.btn2::after{
    content: "";
    position: absolute; 
    top: -1px; right: -1px;
    width: 0%; 
    height: 0; 
    opacity: 0;
    border-top: 2px solid var(--text-color); 
    border-right: 2px solid var(--text-color); 
    transition-duration: 0.5s;
    
}

.btn2:hover::after{
    width: 100%; height: 100%;
    opacity: 1;
}




#hot_links{
    background: rgb(39,39,39);
    width: 100vw;
    color: var(--off-white);
    position: relative;
    padding-bottom: 25vh;
}

.section_head{
    padding: 10vh 0;
}

.section_head h2{
    font-size: 6vh;
}

section#hot_links .webwrapper{ position: relative; width: calc(85vw - 80px); margin-left: calc(15vw + 40px);}


section#hot_links .blind{
    position: absolute; 
    top: 0; left: 0;
    width: 100%; height: 100%; 
    background: rgb(39,39,39);
}

section#hot_links .blind:nth-child(2){
    background: rgb(37,37,37);
    width: 15%;
}

#hot_links .line{
    position: absolute; top: 0; left: 0;
    height: 100%; 
    border-right: 1px solid rgba(255,255,255,0.1);
    opacity: 1;
}

#hot_links .line:nth-child(3){left: 15%; }
#hot_links .line:nth-child(4){left: 50%; }
#hot_links .line:nth-child(5){left: 60%; }

#hot_links .content_grid{
    display: grid;
    grid-gap: 2vw; 
    grid-template-columns: 1fr;
    position: relative;
}

#hot_links .content_grid .link_item{
    opacity: 0.5;
    transform: translateY(50px);
    height: 100%;
}

#hot_links .content_grid .link_item > div{
    transform: translateY(0);
    background: white;
    transition-duration: 0.25s;
    
    height: 100%;
}

/* #hot_links .content_grid .link_item:hover > div{transform: translateY(-15px);} */

#hot_links .content_grid .link_item.span_2{
    grid-column: span 2;
}

#hot_links .content_grid .link_item .img_wrapper{
    width: 100%; 
    padding-bottom: 50%; 
    background: var(--text-color);
    background-size: cover!important; 
    background-position: center!important;
}

#hot_links .content_grid .link_item.span_2 .img_wrapper{
    padding-bottom: 25%;
}

#hot_links .content_grid .link_item .text_wrapper{
    padding: 30px 40px 80px 40px; color: var(--text-color);
    
}

#hot_links .content_grid .link_item .text_wrapper .btn2{
    position: absolute; 
    bottom: 40px; left: 40px; 
}

#hot_links .content_grid .link_item .text_wrapper h3{font-size: 3vh; font-weight: 700;}
#hot_links .content_grid .link_item .text_wrapper p{opacity: 0.5;}

@media(min-width: 640px){
    #hot_links .content_grid{grid-template-columns: 1fr 1fr;}
}
@media(min-width: 940px){
    #hot_links .content_grid{grid-template-columns: 1fr 1fr 1fr;}
}

@media(max-width: 768px){
    .secondary_content{display: none;}

    .carousel_dots{
        top: 25%;
        left: initial;
        right: 15px;
    }

    section#hero .blind:nth-child(2){
        height: initial;
        top: 50%;
    }

    section#hero .hero_img{position: relative; left: 0; height: 50vh; overflow: hidden;}

    section#hero .hero_img .img{
        position: relative;
    }

    

    .title_wrapper{
        position: relative;
        height: initial;
        width: 100vw;
        margin: 5vw 0 0 0;
        background: transparent;
    }

    .dark .title_wrapper{
        background: var(--light-grey);
    }

    .title_wrapper h1{font-size: 12vw;}
    .title_wrapper h3{font-size: 6vw;}

    section#hero #slide_counter{right: 15px; bottom: 50vh;}

    section#hero #slide_counter h1{font-size: 12vw;}

    .section_head{padding: 3vh 0;}

    #hero .slash{width: 10vw; height: 10vw;}
}


#editorial_wrapper{
    display: block; 
    position: relative; 
    width: 100%; 
    min-height: calc(100vh - 110px);
    
}

.dark #editorial_wrapper{
    background: white;
}

#editorial_wrapper #editorial_hero{
    width: 100%; 
    height: 50%;
    max-height: 70vh;
    background-size: cover!important;
    background-position: center!important;
}

#editorial_wrapper #editorial_hero.video_hero{
    width: 100%; 
    height: 50%;
    max-height: 70vh;
    background: var(--text-color);
}

#editorial_wrapper #editorial_hero.image_hero{
    width: 100%; 
    height: 80vh;
    background: var(--text-color);
}

#editorial_wrapper #editorial_hero #video_wrapper{
    position: relative; 
    width: 100%; 
    min-height: 60vh;
    overflow: hidden;
    margin: 0 auto;
}

#editorial_wrapper #editorial_hero #video_wrapper span.material-symbols-outlined{
    font-size: 10vw; 
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    color: var(--primary-color);
    opacity: 0.8;
    transition-duration: 0.25s;
    cursor: pointer;
}

@media(max-width: 884px){
    #editorial_wrapper #editorial_hero #video_wrapper span.material-symbols-outlined{
        font-size: 20vw;
    }

    #editorial_wrapper #editorial_hero #video_wrapper{height: calc(100vw * 9 / 16); min-height: initial;}
}

#editorial_wrapper #editorial_hero:hover #video_wrapper span.material-symbols-outlined{opacity: 1;}

#article_wrapper{
    padding: 1em 20px 0.4em 0;
    margin: 0 auto;
}

.title_block{
    width: 100%; 
    padding-bottom: 0.5em; 
    margin-bottom: 0.5em; 
    border-bottom: 2px solid var(--text-color);
}

.dark .title_block{border-bottom: 2px solid var(--light-grey);}

.title_block h1{
    padding-bottom: 0;
}

#editorial_wrapper .box{
    margin: 0 20px; 
    background: white; 
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px; 
}

.dark #editorial_wrapper .box{background: #f1f1f1;}

@media(max-width: 1840px){
    #editorial_wrapper .box .item:nth-child(6){display: none;}
}

@media(max-width: 1540px){
    #editorial_wrapper .box .item:nth-child(5){display: none;}
}

@media(max-width: 1240px){
    #editorial_wrapper .box .item:nth-child(4){display: none;}
}

@media(max-width: 940px){
    #editorial_wrapper .box .item:nth-child(4){display: block;}
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark p, .dark li{color: var(--text-color);}

#hero .background_video_wrapper{
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; height: 100%; 
    
    
}

#hero .background_video_wrapper iframe{
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    
}

#gallery_wrapper{
    position: fixed;
    bottom: 0; left: 0;
    width: 100%; height: 0px; 
    opacity: 1; 
    transition-duration: 0.5s;
    transition-delay: 0;
    z-index: 500;
    
}

#gallery_wrapper.active{opacity: 1; transition-delay: 0.5s; }

#gallery_wrapper .blinds{}

#gallery_wrapper .gallery_blinds .blind{
    width: 20%; 
    height: 0; 
    position: absolute; 
    bottom: 0;
    left: 0;
    background: var(--text-color);
    transition-duration: 0.5s;
}

#gallery_wrapper .gallery_blinds .blind:nth-child(2){
    transition-delay: 0.2s;
    left: 20%;
}

#gallery_wrapper .gallery_blinds .blind:nth-child(3){
    transition-delay: 0.4s;
    left: 40%;
}

#gallery_wrapper .gallery_blinds .blind:nth-child(4){
    transition-delay: 0.6s;
    left: 60%;
}

#gallery_wrapper .gallery_blinds .blind:nth-child(5){
    transition-delay: 0.8s;
    left: 80%;
}

#gallery_wrapper.active .gallery_blinds .blind{
    height: 100vh;
}

#gallery_wrapper #gallery{display: none; position: absolute; bottom: 0; left: 0; width: 100%; height: 100vh; transition-delay: 0.5s; color: var(--light-grey);;}
#gallery_wrapper.active #gallery{display: block; transition-delay: 0.5s; transition-duration: 0.25s;}





#gallery_wrapper .close_gallery{
    position: absolute; 
    top: 20px; right: 20px; 
    width: 20px; height: 20px; 
    cursor: pointer;
    opacity: 0; 
    transition-duration: 0.25s;
    transition-delay: 0.4s;
}

@media(max-width: 640px){
    #gallery_wrapper .close_gallery{top: 40px; right: 40px;}
}

#gallery_wrapper.active .close_gallery{
    opacity: 1;
    transition-delay: 0.1s;
}

#gallery_wrapper .close_gallery_btn{
    transition-duration: 0.25s;
    transform: rotate(0deg);
}

#gallery_wrapper .close_gallery_btn:hover{
    transform: rotate(-90deg);
}

#gallery_wrapper .close_gallery_btn::before{
    content: "";
    position: absolute; 
    top: 50%; left: 0; 
    width: 100%; 
    border-top: 1px solid var(--light-grey);
    transform: rotate(-45deg);
}

#gallery_wrapper .close_gallery_btn::after{
    content: "";
    position: absolute; 
    top: 50%; left: 0; 
    width: 100%; 
    border-top: 1px solid var(--light-grey);
    transform: rotate(45deg);
}

/* ------------ MINI MAP ------------*/

#gallery_wrapper .items{
    opacity: 0;
    transition-delay: 0.25s;
    transition-duration: 3s;
}

#gallery_wrapper.active .items{
    opacity: 1;
    transition-delay: 0;
    transition-duration: 0.5s;
}

#gallery_wrapper.active .gallery_item{

    position: absolute; 
    width: 100%; height: 100%;
    background-size: contain!important;
    background-position: center!important;
    opacity: 0;
    transform: translateY(100px);
    transition-duration: 0.25s;
}

#gallery_wrapper.active .gallery_item.active{opacity: 1; transform: translateY(0px);}

#gallery_wrapper .gallery_item_info{
    position: absolute;
    bottom: 40px; left: 20px; 
    max-width: 320px;
    width: calc(100% - 140px);
    color: var(--light-grey);
}

#gallery_wrapper .gallery_nav{
    position: absolute; 
    right: 20px; bottom: 40px; 
}
  

#gallery_wrapper .gallery_nav a{
    padding: 10px;
    width: 14px;
    height: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    background: white;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    transform: scale(1);
    transition-duration: o .25s;
}

#gallery_wrapper .gallery_nav a span {
    font-size: 14px;
    color: var(--text-color);
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    overflow: hidden;
}
