/* Start custom CSS */.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;
}


: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); */
}

.nav h1{
    font-size:24px;
    text-align: center;
    width:100%;
    padding:12px;
}


.content{
    width:100%;
    min-height:100px;
    padding:30px 0 30px 0;
}

.hero{
    background: white;
    padding:20px 0;
    width:100%;
    height:fit-content;
}



.hero{
    padding: 0 0 0px 0;
    opacity:0;
}

@keyframes show{
    to{
        opacity:1;
    }
}

.sec1{
    width:100%;
    background: #f8fbf8;
}

h1{
    text-transform: capitalize;
}

.banner_cont{
    width:80%;
    margin:0 auto;
    display:flex;
    gap:0;
    justify-content: center;
    padding-bottom:80px;
}

.flare{
    width:12%;
}

.main_ban{
    width:75%;
    padding:50px 18px;
}

.main_ban h1{
    color: #014638;
    font-weight:800;
    text-align: center;
    font-size:56px;
}

.main_ban p{
    text-align: center;
    font-weight:500;
    font-size:18px;
    color:#333333;
    margin-top:85px;
}

.img_circ{
    width:65px;
    height:65px;
    border-radius: 20px;
    overflow:hidden;
    outline: 5px solid white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_circ img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.lf{
    display:flex;
    align-items: flex-end;
    justify-content: center;
}

.rf{
    display:flex;
    justify-content: center;
}


.countries{
    width:100%;
    padding:16px;
    display:flex;
    gap:60px;
    justify-content: center;
    margin-top:40px;
}


.country{
    width:160px;
    height:75px;
    border-radius: 15px;
    overflow:hidden;
    object-fit: contain;
    outline: 2px solid white;
    box-shadow: var(--shadow);
}

.country img{
     width:100%;
    height:100%;
    object-fit: cover;
}

.bann{
    width:100%;
    height:500px;
    margin:0;
    /* background: url(/proj5_resources/pngtree-healthy-thai-food-recipes-concept-picture-image_15445097.jpg); */
    position:relative;
    background-size: cover;
}

.bann .overlay{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: #000000b5;
    display:flex;
    align-items: center;

}

.bann .overlay h1{
    color:transparent;
    font-size:50px;
    font-weight:800;
    -webkit-text-stroke: 2px white;
    width:100%;
    text-align:center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sec3, .sec4{
    width:100%;
    padding:20px;
}


.vid_layer{
    width:100%;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap:40px;
}

.vid_layer iframe{
    width:50%;
    aspect-ratio: 1.8;
    border-radius: 15px;
    padding:0;
    outline: 3px solid white;
    box-shadow: var(--shadow);
}


.photo_layer{
    width:100%;
    margin-top:50px;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
    justify-items: center;
}

.photo{
    width:90%;
    aspect-ratio: 2;
    outline: 2px solid white;
    box-shadow: var(--shadow);
    justify-items: center;
}

.sec3{
    padding-bottom:100px;
}

h1.multi-line{
    padding:0 60px;
    font-size:30px;
    line-height: 80px;
}

.sec5{
    width:100%;
    padding:20px;
    background: #f8fbf8;
    padding-bottom:100px;
} 


.sec5 .vid_layer{
    grid-template-columns: repeat(2, 1fr);
}

.sec5 iframe{
    width:50%;
    aspect-ratio: 2;
}

.sec5 .photo_layer{
    grid-template-columns: repeat(3, 1fr);
}

.sec5 .photo{
    width:70%;
}


.sec5 img{
    object-position: 50% 30%
}


.sec5 .photo:nth-child(1) img{
    /*object-position: 0 30px*/
}

/* .sec6{
    background: url("/proj5_resources/004-zoom-meeting-on-laptop-2021.webp");
} */

.sec7{
    width:100%;
    padding:20px 0 100px 0;
}

.sec7 .vid_layer{
    grid-template-columns: repeat(3, 1fr);
}

.sec7 iframe{
    width:70%;
}

.sec7 .photo_layer, .sec04 .photo_layer{
    grid-template-columns: repeat(5, 1fr);
}

.sec7 .photo, .sec04 .photo{
    width:90%;
}

.sec02{
    width:100%;
    padding: 20px 0 80px 0;
}

.sec02 .vid_layer, .sec04 .vid_layer{
    grid-template-columns: repeat(2, 1fr);
}

.sec02 .photo_layer{
    grid-template-columns: repeat(3, 1fr);
}

.sec02 .photo{
    width:70%;
}

.sec02 iframe, .sec04 iframe{
    width:50%;
}

.sec04{
    width:100%;
    padding: 20px 0 80px 0;
}

/* .sec03{
    background: url('/proj5_resources/Jamaican_seafood_and_festival.jpg');
} */



/* ///////////////////////////////////////////////////////////////////////////// */


.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:.9;
    transition:
        opacity .5s ease,
        transform .4s ease;
}

/* LOADED STATE */
.bann.loaded{
    animation:none;
    opacity:1;
}/* End custom CSS */