/* 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); */
}



.content{
    width:100%;
    min-height:100px;
    padding:30px 0 30px 0;
    margin-top:60px;
}

.hero{
    background: white;
    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;
}

/*.elementor-element-populated{*/
/*    padding:0 !important;*/
/*}*/


.sec1{
    width:100%;
    height:600px;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    background-position: center -100px;
}

.sec1 .overlay{
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: #00000083;
    display:flex;
    justify-content: center;
    align-items: center;
    color:white;
    flex-direction: column;
    gap:30px;
    padding:0 80px;
}


.sec1 .overlay h4{
    text-align: center;
    color:white;
    font-size:28px;
    font-weight:700;
}


.content{
    margin-top:100px;
}

.sec1 .overlay h1{
    font-size:50px !important;
    color:white;
    font-weight:700;
    text-transform: capitalize;
}

.hero{
    padding: 1px 0 50px 0;
    opacity:0;
    background: #f5f9f86b !important;
}



.sec2 h1 span{
    color: rgb(8, 109, 143)
}



.vid_layer{
    display:grid;
    justify-items: center;
    margin-top:80px;
    gap:30px 0px;
    padding-top:1px;
}


.photo_layer{
    width:100%;
    display:grid;
    justify-items: center;
    gap:30px 0px;
    margin-top:100px;
}

iframe, .photo{
    aspect-ratio: 2;
    width:100%;
    box-shadow: var(--shadow);
    border-radius: 24px;
    outline: 3px solid white;
}

.photo{
    overflow: hidden;
}

.sec2 .vid_layer{
    grid-template-columns: repeat(3, 1fr);
}

.sec2 .ifr_container{
    width:70%;
}

.sec2 .vid2{
    grid-template-columns: repeat(2, 1fr);
}

.sec2 .vid2 .ifr_container{
    width:45%;
}


.ifr_container h4{
    text-align: center;
    margin-top:8px;
    text-transform: capitalize;
    font-weight:500;
    font-size:14px;
}

.photo img{
    width:100%;
    height:100%;
    object-fit: cover;
}


.sec2 .photo_layer{
    grid-template-columns: repeat(4, 1fr);
}

.sec2 .photo_layer .ifr_container{
    width:80%;
}

.sec3 h1 span{
    color: rgb(8, 26, 143)
}


.sec3 .vid_layer{
    grid-template-columns: repeat(5, 1fr);
}

.sec3 .ifr_container{
    width:90%;
}


.sec4 h1 span{
    color:rgb(16, 138, 99)
}


.sec4 .vid_layer{
    grid-template-columns: repeat(3, 1fr);
}

.sec4 .ifr_container{
    width:70%;
}


.sec5 h1 span{
    color: rgb(205, 72, 54)
}


.sec5 .vid_layer{
    grid-template-columns: repeat(4, 1fr);
}

.sec5 .ifr_container{
    width:85%;
}


.sec6 .vid_layer{
    grid-template-columns: repeat(2, 1fr);
}

.sec6 .vid_layer .ifr_container{
    width:50%;
}

.sec6 .photo_layer{
    grid-template-columns: repeat(4, 1fr);
}

.sec6 .photo_layer .ifr_container{
    width:90%;
}

.sec7{
    margin-top:0px;
}

.sec7 h4{
    font-weight:600;
    font-size:18px;
}

.sec7 .vid_layer{
    grid-template-columns: repeat(2, 1fr);
}


.sec7 .ifr_container{
    width:50%;
}


h1{
    text-align: center;
    font-weight:600 !important;
    font-size:30px !important;
    text-transform: capitalize
}

h1 span{
    font-weight:600;

}



.sec5 .photo_layer{
    grid-template-columns: repeat(4, 1fr);
}

.sec5 .photo_layer .ifr_container{
    width:85%;
}





@keyframes show{
    to{
        opacity:1;
    }
}




/* ////////////////////////////////////////////////////////////////////////////////// */



@keyframes loading{
    0%{
        background-position:200% 0;
    }
    100%{
        background-position:-200% 0;
    }
}


.country, .photo{
    position:relative;
    background:#1f1f1f;
}

/* LOADING ANIMATION */
.country::before, .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 */
.country img, .photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
    transition:opacity .5s ease;
}

/* SHOW IMAGE WHEN LOADED */
.country.loaded img, .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;
}



.overlay h1.sdg{
    font-size:17px !important;
    font-weight:500 !important;
    text-align: center;
}/* End custom CSS */