/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap'); 


:root{
    --shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    --accent: #2a264c;
    --accent_tran: #1313139b;
    --accent_hover:#12111f;
    --accent_disabled:#08519f66;
}


*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-style: normal;
    list-style: none;
    border:none;
    outline:none;
    text-decoration: none;
    font-weight:400;
    scroll-behavior: smooth;
}


.nav{
    width:100%;
    height:60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.174);
    display:flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    top:0;
    left:0;
    z-index: 10000000;
    background: white;
    /* backdrop-filter: saturate(150%) blur(8px); */
}

h1{
    text-transform: capitalize;
}


.sec1{
    margin-top:60px;
}

.content{
    width:100%;
    min-height:100px;
    padding:30px 0 30px 0;
    margin-top:30px;
}

.hero{
    background: white;
    padding:20px 0;
    width:100%;
    height:fit-content;
}


.wh-breadcrumbs-bar{
    display: none;
}

.wh-page-title-bar{
    display:none;
}

.elementor-section, .e-con{
    margin:0 !important;
}



.fluid-width-video-wrapper{
    padding:0 !important;
    position:static !important;
    height:auto !important;
    display:grid;
    justify-items: center;
}


.fluid-width-video-wrapper iframe{
    position:static !important;
}

.wh-content{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.wh-padding, #tribe-events-pg-template{
    padding: 0 0 0 0 !important;
}



.hero{
    padding: 1px 0 80px 0;
    opacity:0;
    background: #f5f9f86b !important;
}

@keyframes show{
    to{
        opacity:1;
    }
}


.open_head{
    width:90%;
    margin: auto;
}


.open_head h1{
    text-align: left;
    font-weight:700;
    /*font-size:35px;*/
}

.sec2{
    width: 90%;
    margin:30px auto;
    border-radius: 20px;
    height:460px;
    overflow: hidden;
}

.bann{
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;

}

.bann .overlay{
    width:100%;
    height:100%;
    background: #00000069;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:0 80px;
}

.bann .overlay h4{
    text-align: center;
    color:white;
    font-size:28px;
    font-weight:700;
}




.sec3 h1{
    text-align: center;
    font-weight:700;
}

.vid_layer{
    display:grid;
    justify-items: center;
    margin-top:120px;
    gap:30px 0px;
    padding-top:1px;
}

.sec3 .vid_layer{
    grid-template-columns: repeat(3, 1fr);
}


.ifr_container{
    width:70%;
    height: fit-content;
}


.sec3 iframe{
    width:100%;
    aspect-ratio: 2;
}

.ifr_container h4{
    text-align: center;
    margin-top:8px;
    text-transform: capitalize;
    font-weight:500;
    font-size:14px;
}


.sec3 .ifr_container:nth-child(2){
    margin-top:-70px;
}

.sec3 .ifr_container:nth-child(5){
    margin-top:70px;
}


iframe{
    opacity:1;
    transition:opacity .5s ease;
    box-shadow: var(--shadow);
    outline:3px solid white;
    border-radius: 18px;
    width:100%;
}


.sec4 h1{
    text-align: center;
    font-weight:700;
}


.sec4 .vid_layer{
    grid-template-columns: repeat(3, 1fr);
}

.sec4 iframe{
    width:100%;
    aspect-ratio: 2;
}


.sec4 .ifr_container:nth-child(1), .sec4 .ifr_container:nth-child(3){
    margin-top: 70px;
}


.sec4 .ifr_container:nth-child(2){
    margin-top: -70px;
}



.photo_layer{
    width:100%;
    display:grid;
    justify-items: center;
    gap:30px 0px;
    margin-top:100px;
}


.sec4 .photo_layer{
    grid-template-columns: repeat(2, 1fr);
}


.sec4 .photo_cont{
    width: 45%;
}


.photo{
    width:100%;
    aspect-ratio: 2;
    box-shadow: var(--shadow);
    border-radius: 18px;
    outline:3px solid white;
    overflow: hidden;
}

.photo img{
    width:100%;
    height:100%;
    object-fit: cover;
}



.sec5 h1{
    text-align: center;
    font-weight:700;
}

.sec5 .vid_layer{
    grid-template-columns: repeat(3, 1fr);
}

.sec5 .ifr_container{
    width:70%;
}

.sec5 iframe{
    width:100%;
    aspect-ratio: 2;
}


.sec5 .vid_layer .ifr_container:nth-child(2){
    margin-top:-70px;
}


.sec5 .photo_layer{
    grid-template-columns: repeat(4, 1fr);
}

.sec5 .photo_layer .ifr_container{
    width:80%;
}

.sec5 .photo{
    width:100%;
    aspect-ratio: 2;
}


.sec5 .photo_layer .ifr_container:nth-child(2), .sec5 .photo_layer .ifr_container:nth-child(3){
    margin-top:70px;
}


.sec6 h1{
    text-align:center;
    font-weight:700;
}


.sec6 .vid_layer{
    grid-template-columns: repeat(3, 1fr);
}

.sec6 .vid_layer .ifr_container{
    width:70%;
}

.sec6 iframe, .sec7 iframe{
    aspect-ratio: 2;
}

.sec6 .vid_layer .ifr_container:nth-child(1){margin-top:70px;}
.sec6 .vid_layer .ifr_container:nth-child(2){margin-top:-70px;}
.sec6 .vid_layer .ifr_container:nth-child(3){margin-top:70px;}


h1{
    font-size:26px !important;
    font-weight:600 !important;
}


.sec5 .ifr_container:nth-child(1) .photo img{
    object-position: center 0;
}

.sec5 .ifr_container:nth-child(2) .photo img{
    object-position: center 10%;
}

.sec5 .ifr_container:nth-child(3) .photo img{
    object-position: center 10%;
}


.sec5 .pl2{
    grid-template-columns: repeat(2, 1fr);
    margin-top:80px;
}


.sec5 .pl2 .ifr_container{
    width:42%;
}


.sec5 .pl2 .ifr_container:nth-child(2){
    margin-top:0;
}


.sec5 .pl2 .photo img{
    object-position: center -150px !important;
}


.sec5 .vid2{
    grid-template-columns: repeat(2, 1fr);
}


.sec5 .vid2 .ifr_container{
    width:49%;
} 

.sec5 .vid2 .ifr_container:nth-child(2){
    margin:0;
}



.sec7 .vid_layer{
    grid-template-columns: repeat(4, 1fr);
    margin-top:50px;
}

.sec7 .ifr_container{
    width:90%;
}


.sec7 h1{
    text-align: center;
    font-weight:700;
}



/* /////////////////////////////////////////////////// */




@keyframes loading{
    0%{
        background-position:200% 0;
    }
    100%{
        background-position:-200% 0;
    }
}


.photo{
    position:relative;
    background:#1f1f1f;
}

/* LOADING ANIMATION */
.photo::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        #1f1f1f 25%,
        #2d2d2d 50%,
        #1f1f1f 75%
    );
    background-size:200% 100%;
    animation:loading 1.2s infinite;
    z-index:1;
}

/* REMOVE LOADER WHEN IMAGE LOADS */
.country.loaded::before, .photo.loaded::before{
    display:none;
}

/* IMAGE */
.photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
    transition:opacity .5s ease;
}

/* SHOW IMAGE WHEN LOADED */
.photo.loaded img{
    opacity:1;
}

iframe{
    opacity:1;
    transition:opacity .5s ease;
}


@keyframes loading{
    0%{
        background-position:200% 0;
    }
    100%{
        background-position:-200% 0;
    }
}






iframe{


    /* loading state */
    opacity:0.5;
    background:linear-gradient(
        90deg,
        #1f1f1f 25%,
        #2c2c2c 50%,
        #1f1f1f 75%
    );

    background-size:200% 100%;
    animation:loading 1.2s infinite linear;

    transition:
        opacity .5s ease,
        background .3s ease;
}

/* loaded state */
iframe.loaded{
    opacity:1;
    animation:none;
    background:none;
    animation: appear .3s ease;
}

@keyframes appear {
    from{
        opacity:0
    }

    to{
        opacity:1
    }
}




/*.bann{*/
/*    background-color:#1f1f1f;*/
/*    background-position:center;*/

/*     loading animation */
/*    background-image:*/
/*        linear-gradient(*/
/*            90deg,*/
/*            #1f1f1f 25%,*/
/*            #2c2c2c 50%,*/
/*            #1f1f1f 75%*/
/*        );*/

/*     background-size:200% 100%; */
/*    animation:loading 1.2s infinite linear;*/

/*    opacity:.7;*/
/*    transition:*/
/*        opacity .5s ease,*/
/*        transform .4s ease;*/
/*}*/

/* LOADED STATE */
/*.bann.loaded{*/
/*    animation:none;*/
/*    opacity:1;*/
/*}*//* End custom CSS */