@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Delicious+Handrawn&display=swap');:root {
    --orenge: #f47921;
    --yellow: #f5c000;
    --darkblue: #0f3c4b;
    --gray: #eaeaea;
    --darkgray: #333;
    --blue: #6b74bf;
    --white: #fff;
}

.section {
    position: relative !important;
    display: block !important;
    padding: 50px 0 !important;
}

.mindSet {
    padding: 100px 0 !important;
}

.greenBox,
.yellowBox {
    padding: 50px 0 !important;
    background-color: var(--green);
}

.yellowBox {
    background-color: var(--yellow);
}

.greenBox h2,
.yellowBox h2 {
    font-family: EQHeadline-bold, sans-serif;
    font-size: 3em !important;
    color: var(--white);
    text-align: center;
}

.yellowBox h2 {
    color: var(--blue);
}

.greenBox h2 span,
.yellowBox h2 span {
    color: var(--orenge);
}

.txtContent {
    font-family: "EQHeadline-Regular", sans-serif;
    font-size: 1.8em !important;
    line-height: 1.8em !important;
    color: #333 !important;
    white-space: normal !important;
    letter-spacing: 0.5px !important;
    text-align: left !important;
    padding: 0 30px !important;
}

.gratitude_mindset {
    padding: 100px 0 !important;
    position: relative;
    overflow: hidden;
    background-color: var(--blue);
}

.bgline1 {
    position: absolute;
    top: 0;
    left: -1%;
    width: auto;
    height: 110%;
    object-fit: cover;
    opacity: 0.8;
    mix-blend-mode: soft-light;
}

.gratitude_mindset .polaroid {
    background-color: var(--white);
    padding: 10px 10px 60px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-radius: 2px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

/* .polaroid:hover {
    transform: scale(1.05) translateY(-10px);
} */

.polaroid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gratitude_mindset h2 {
    font-size: 1.3em;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    margin: 0;
    font-family: "EQHeadline-Regular", sans-serif;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: var(--white);
    padding: 0;


}

@media(max-width:480px) {
    .txtContent {
        text-align: justify;
    }

    .btngroup {
        padding: 0 20px;
        gap: 10px;
        flex-direction: column !important;
    }

    .btngroup a {
        width: 100% !important;
    }

}

.contentsection {
    background-color: #FFF;
}

.herobanner {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.herobanner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.area51 {
    padding: 0 50px !important;
    width: 100% !important;
    position: relative;
    z-index: 9
}

.area51 > h1,
.area51>h2,
.area51 > h3 {
    font-size: 4.5em !important;
    line-height: 0.9em !important;
    font-family: EQHeadline-bold, sans-serif;
    color: var(--orenge);
    text-align: center;
    margin-bottom: 30px;
    display: block
}

.area51 > h2 {
    font-size: 2.5em !important;
    color: #878787;

}

.area51 > h3 {
    font-size: 2em !important;
}

.pagetitle {
    font-size: 4em;
    margin-bottom: 30px;
    line-height: 0.9em;
    font-family: EQHeadline-bold, sans-serif;
    color: var(--orenge);
    text-align: center;
}

.dflexbox {
    display: flex;
    flex-direction: row;
}

.flex50 {
    width: 50%;
    height: 100%;

}

.flex50 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.flex50 a {
    display: block;
}

.upper {
    text-transform: uppercase;
}


.bglightGray {
    background-color: #eaeaea
}

.flexcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.joinus {
    padding: 10px;
    background-color: var(--blue);
}

.listedbtn a {
    width: 100% !important;
}

@media(max-width: 767px) {
    .listedbtn {
        margin: 0 !important;
        padding: 0 !important;
    }

    .jointxt h1,
    .jointxt h2 {
        text-align: center;
    }

}

.centercontent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 60px;
}

.centercontent h2 {
    /* Year */
    font-size: 2em !important;
    margin-bottom: 15px;
    line-height: 0.9em;
    font-family: EQHeadline-bold, sans-serif;
    color: var(--orenge);

}

.centercontent h3 {
    font-size: 2em;
    margin-bottom: 15px;
    line-height: 0.9em;
    font-family: EQHeadline-bold, sans-serif;
    color: var(--orenge);
}

.centercontent h4 {
    /* title */
    font-size: 2.5em;
    font-family: EQHeadline-bold, sans-serif;
    color: var(--darkgray);
}

.centercontent h4 span {
    /* Season */
    display: block;
    font-size: 0.8em;

    text-transform: uppercase;
    color: var(--green);
}

.centercontent h5 {
    /* title */
    font-size: 2em;
    margin-bottom: 15px;
    font-family: EQHeadline-bold, sans-serif;
    color: var(--darkgray);
}

.centercontent h5 span {

    text-transform: uppercase;
    color: var(--orenge);
}

.centercontent p {
    /* description */
    font-family: "EQHeadline-Regular", sans-serif;
    font-size: 1.4em;
    line-height: 1.8em;
    margin: 10px 0;
    color: #333;
    white-space: normal;
}

.bgoverlap {
    position: relative;
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: 300px;
}

.bgoverlap a {
    display: block;
}

.bgImgBox {
    position: relative;
    width: 60%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.bgImgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* 
.cornbox {
    width: 50%;
    height: auto;
    background-color: #FFF;
    color: #0f3c4b;
    z-index: 2;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 -20px;
    overflow-y: auto;
}

.boxContainer {
    position: relative;
    min-height: 660px;
    display: block;
    overflow: hidden;
}

.boxLift {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 55%;
    height: 100%;
    background-color: #FFF;

}

.boxLift img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.boxRight {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
    left: 50%;
    padding: 30px 50px;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    background: url("../img/bgline.svg") no-repeat 0 0 #e7e7e7;
    background-size: auto 100%;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.boxRight h4 {
    font-size: 3em;
    font-family: EQHeadline-bold, sans-serif;
    margin-bottom: 15px;
}

.boxRight p {
    font-family: EQHeadline-Regular, sans-serif;
    font-size: 1.5em !important;
    line-height: 1.8em !important;
    max-width: 600px;
}

.boxRight strong {
    color: var(--orenge);
}

.boxRight .btngroup {
    justify-content: flex-start;
    margin-top: 10px;
} */

@media(max-width: 992px) {
    .boxContainer {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .boxLift,
    .boxRight {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        margin: 0;
    }

    .boxRight {
        background: url("../img/bgline.svg") no-repeat 0 -10px #e7e7e7;
        background-size: auto 100%;
        display: flex;
        justify-content: flex-start;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        padding: 50px;
    }

    .title {
        font-size: 2em;
    }


}

/**/
.txtorenge {
    color: var(--orenge) !important;
}

.txtblue {
    color: var(--blue) !important;
}

.txtgreen {
    color: var(--green) !important;
}

.txtyellow {
    color: var(--yellow) !important;
}

.txtwhite {
    color: var(--white) !important;
}

.min600 {
    min-height: 600px;
    object-fit: cover;

}

.btnBlue,
.btnBlue:hover,
.btnOrenge,
.btnOrenge:hover,
.btnWhite,
.btnWhite:hover,
.btnYellow,
.btnYellow:hover {
    font-size: 1.5em !important;
    text-align: center;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    min-width: 200px;
    margin: 0;
    padding: 15px 20px;
    border-radius: 10px;
    white-space: nowrap;
    transition: all ease-in-out 0.35s;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;

    letter-spacing: 0;
}

.btnBlue,
.btnBlue:hover {
    color: var(--white);
    background-color: var(--blue);
}

.btnYellow,
.btnYellow:hover {
    color: var(--orenge);
    background-color: rgb(255, 255, 255);
}

.btnOrenge,
.btnOrenge:hover {
    color: #FFF;
    background-color: var(--orenge);
}

.btnBlue:hover,
.btnOrenge:hover,
.btnWhite:hover,
.btnYellow:hover {
    opacity: .9;
    letter-spacing: 0;
}


.mt60 {
    margin-top: 60px;
}

.btnGreen,
.btnGreen:hover {
    background-color: var(--green);
    color: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.bgWhite,
.bgWhite:hover {
    background-color: var(--white);
}

.bgBlack,
.bgBlack:hover {
    background-color: var(--black);
}

/**/
.socialSec {
    background-color: var(--green);

}

.socialSec:hover {
    background-color: var(--green);
}

.socialbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 30px 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
}

.follow {
    font-size: 2em;
    font-family: EQHeadline-Bold, sans-serif;
    color: var(--white);
    margin: 0;
    box-sizing: border-box;
    width: 50%;
    white-space: nowrap;
}

@media(max-width: 992px) {
    .socialSec {
        height: auto !important;
    }

    .socialbar {
        flex-direction: column;
        height: auto !important;
    }

    .follow {
        width: 100%;
        text-align: center;
        white-space: normal
    }

    .social ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        height: auto;
    }

}

.footerBar {
    width: 100%;
    height: 100px;
    background-color: var(--orenge);
    position: relative;
    overflow: hidden;
}

.footerBar .vector1,
.footerBar .vector2 {
    position: absolute;
    width: auto;
    height: 100%;
}

.footerBar .vector1 {
    left: 0;
    top: 0;
}

.footerBar .vector2 {
    right: 0;
    top: 0;
}

/**/


.hoverImg {
    overflow: hidden;
    padding: 50px;
}

.hoverImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(2) rotate(-10deg);
    filter: contrast(1) brightness(1.3);
    transition: all ease-in-out 0.35s;
}

.hoverImg:hover img {

    transform: scale(1) rotate(0deg);


}

.mt30 {
    margin-top: 30px !important;
}

.youtubevideo {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

/* Make the YouTube iframe fully responsive */
#youtube-modal-player {
    position: relative;
    width: 90vw;
    /* already matches your modal’s max-width */
    max-height: 90vh;
    /* respect modal’s max-height */
    padding-bottom: 56.25%;
    /* 16:9 aspect-ratio (9 / 16 = 0.5625) */
}

#youtube-modal-player iframe {
    position: absolute;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    width: 100%;
    height: 100%;
}

.infotext {
    margin: 30px 0;
    font-family: "EQHeadline-Regular", sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #333;
    white-space: normal;
}

.infotext h3 {
    /* title */
    font-size: 1.5em;
    font-family: "EQHeadline-Bold", sans-serif;
    line-height: 1.2em;
    margin-bottom: 15px;
    color: var(--orenge);
}

.infotext p {
    font-family: "EQHeadline-Regular", sans-serif;
    font-size: 1em !important;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.btngroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.btngroup a,
.btngroup a:hover {
    font-family: EQHeadline-Regular, sans-serif !important;
    font-size: 1.6em !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
    white-space: nowrap !important;
    padding: 20px 30px !important;
    min-width: 120px;
    text-align: center;
}

.btngroup a:nth-child(1) i {
    left: 10px !important;
    right: auto !important;
    position: absolute;
    text-align: right;
}

.btngroup a:nth-child(2) i {
    right: 10px !important;
    left: auto !important;
    position: absolute;
    text-align: left;
}

.title {
    padding: 20px 0;
    display: block;
    width: 100%;
}

.title h1 {
    font-size: 1.5em !important;
    line-height: 1em;
}

.title h2,
.title h3 {
    font-family: "EQHeadline-Bold", sans-serif !important;
    font-weight: 600 !important;
    text-align: left;
}

.title h2 {
    font-size: 1.2em !important;
    color: #333 !important;
}


.title h3 {
    font-size: 1.1em !important;
    color: #333 !important;
}


.title span {
    color: var(--orenge);
}

#slidevideo {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.swiper {
    padding: 0 5% !important;
    /* Example: 15% padding on left and right */
}

/* 
.swiper-controls-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 100%;
    position: relative;
    vertical-align: middle;

}

.swiper-pagination {
    position: static !important;
    margin: 0 !important;
    flex: 1;
    display: flex;
    justify-content: flex-start;

}

.swiper-pagination-bullet {
    width: 22px !important;
    height: 22px !important;
    border-radius: 0 !important;
    background: #ccc !important;
    opacity: 1 !important;
    margin: 0 10px !important;
    transition: border-color 0.2s, background 0.2s;
}

.swiper-pagination-bullet-active {
    background: var(--orenge) !important;
    border-color: var(--darkblue) !important;
}
*/
.swiper-button-next,
.swiper-button-prev {
    color: var(--orenge) !important;
    background: #fff !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;

    z-index: 2;
    border: 2px solid var(--orenge);
    transition: background 0.2s, color 0.2s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
}

.swiper-button-next {
    margin-left: 12px;
}

.swiper-button-prev {
    margin-right: 12px;
}

#slidevideo {
    position: relative;
    padding-bottom: 0;
}

.pad100 {
    padding: 100px 50px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pdt100 {
    padding-top: 100px !important;
}

/**/
.bgGray {
    background-color: #ececec;
}

.bgVideo {
    background: var(--orenge);
    position: relative !important;
    padding-bottom: 80px !important;
}

.bgVideo .title {
    color: #fff;
    text-align: center;
    font-size: 3em;
    line-height: 1.2em;
    margin-bottom: 40px;
}

.bgGratitude {

    padding: 100px 0;
    position: relative;
    background: url('../img/bgline.svg') 50% 50% / cover no-repeat #eaeaea;

}

.bgGreen {
    background-color: var(--green);
}

.bgYellow {
    background-color: var(--yellow);
}

.bgOrenge {
    background-color: var(--orenge);
}

.bgBlue {
    background-color: var(--blue);
}

.bgStar {
    padding: 50px 0 200px !important;
    position: relative;
    background: url('../img/bgLineer.jpg') 50% 50% / cover no-repeat #ffffff !important;
    /* border-bottom: 10px solid var(--orenge) !important; */
}

/**/
.endBox {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--orenge);
    padding: 100px 0;
}

.endBox img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.endBox h3 {
    color: var(--white);
    font-size: 2em;
    line-height: 1.2em;
    text-align: center;
    max-width: 600px;
}

.endBox h1 {
    font-family: "EQHeadline-Bold", sans-serif !important;
    color: var(--white) !important;
    font-size: 5em !important;
    text-align: center !important;
}

.textbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.textbox h1 {
    font-size: 3em !important;
    font-family: "EQHeadline-Regular", sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    letter-spacing: 0.5px;
}

.textbox h1 span {
    color: var(--orenge);
}

.textbox h2 {
    font-size: 2.5em;
    font-family: "EQHeadline-Bold", sans-serif !important;
    font-weight: 600 !important;

}

.textbox p {
    font-size: 2em;
    font-family: "EQHeadline-Regular", sans-serif;
    font-weight: 400 !important;
    text-align: left;
}


/* thanksbox */
.bgThanks {
    padding: 0;
    margin: 0;
    position: relative;
    background: url('../img/bgline.svg') 100% -30px/100% auto no-repeat #dfdfdf;
}

.thanksbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/**/
.thanksBox {
    padding: 100px 0 50px 100px;
    background-color: var(--green);
}

.thanksBox img {
    border-radius: 5px;
}

.thanksBox .captions {
    padding: 30px 20px;
    font-family: "EQHeadline-Regular", sans-serif;
    color: var(--white);
    font-size: 1.5em !important;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}

/**/
.flexright {
    align-items: flex-end;
}

.scthanks {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-bottom: 20px;
}

.scthanks img {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 2;
    margin: 30px 0 0 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.scthanks span {
    width: 80%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-top-left-radius: 70px;
}

.bgline2 {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: auto;
}

.itembox {
    width: 100%;
    font-family: "EQHeadline-Regular", sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;
    padding: 10px 50px;
    margin: 30px 0;
    color: #333;
    white-space: normal;
    position: relative;
}

.itembox::before,
.itembox::after {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    position: absolute;
    color: var(--orenge);
}

.itembox::before {
    content: "\201C";
    top: 20px;
    left: 0;
}

.itembox::after {
    content: "\201D";
    right: 0;
    bottom: -20px;
}


.contentsection {
    position: relative;
}

.bigbanner {
    display: block;
}

.smallbanner {
    display: none;

}

@media(max-width: 992px) {
    .thanksBox .captions br {
        display: none;
    }
    .thanksBox {
        padding: 40px;
    }

    .herobanner {
        margin-top: 75px;
    }

    .gratitude_mindset .polaroid {
        min-height: 400px;
    }

    .bgline1 {
        display: none;
    }

    .txtContent {
        padding: 0 !important;
    }

    .itembox {
        font-size: 1.2em;
    }

    .bigbanner {
        display: none;
    }

    .smallbanner {
        display: block;

    }
}


.vectorline1,
.vectorline2 {
    position: absolute;
    mix-blend-mode: soft-light;
    opacity: .8;
    z-index: -1;
}

.vectorline1 {
    width: 100%;
    height: auto;
    top: -20px;
    right: -20px;

}

.vectorline2 {
    width: 100%;
    height: auto;
    left: -20px;
    bottom: 0;

}

.pd0 {
    padding: 0 !important;
}

.pd50 {
    padding: 50px;
}

.gratitude {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 250px;
    gap: 10px;
    margin: 50px auto;

}

.img-container {
    position: relative;
    width: calc((100% / 4) - 10px);
    cursor: pointer;
    min-height: 250px;
    margin: 0 !important;
    padding: 0 !important;
}

.img-container > img {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}

.img-container .caption {
    font-family: "EQHeadline-Regular", sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center !important;
    color: #333;
    background-color: #fff3d7;
    transition: all 0.5s ease-in-out;
    z-index: 5;
    padding: 50px 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 250px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0;
    transform: scale(0.5);
}

.img-container h3 {
    /* hand writer */
    font-family: "Delicious Handrawn", cursive;
    font-size: 1.6em;
    line-height: 1em;
    color: var(--white);
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    bottom: 0;
    right: 20px;
    z-index: 99;
    transform: rotate(-10deg) translateY(100%);
}

.img-container .caption strong {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--blue);
}

.img-container.active img {
    z-index: 4;
    transform: scale(0.5);
}

.img-container .caption img {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: -30px;
    animation: bounce-spin 2s infinite;
}


@keyframes bounce-spin {
    0% {
        transform: translateX(-50%) translateY(0) rotate(0deg);
    }

    20% {
        transform: translateX(-50%) translateY(-20px) rotate(-20deg);
    }

    40% {
        transform: translateX(-50%) translateY(-10px) rotate(20deg);
    }

    60% {
        transform: translateX(-50%) translateY(-20px) rotate(-20deg);
    }

    80% {
        transform: translateX(-50%) translateY(-10px) rotate(20deg);
    }

    100% {
        transform: translateX(-50%) translateY(0) rotate(0deg);
    }
}

.img-container.active .caption {
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 300px;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;

}

.floatmenu {
    display: none !important;
}

@media(max-width: 1200px) {
    .gratitude .img-container {
        width: calc(50% - 10px);

    }

    .gratitude .img-container h3 {
        top: 60% !important;
        bottom: auto;
        font-size: 1.8em;
    }
}

@media(max-width: 992px) {
    .gratitude {
        flex-wrap: wrap;
    }

    .gratitude .img-container {
        width: calc(50% - 10px);
        height: 450px;

    }

    .gratitude .img-container h3 {
        font-size: 1.5em;
        top: 50% !important;
        bottom: auto;
    }

    .gratitude .img-container .caption {
        min-height: auto !important;
        font-size: 1.3em;
    }

    .gratitude .img-container.active .caption {
        min-height: auto !important;
    }

    .gratitude .dflexbox {
        display: flex;
        flex-direction: column !important;
        align-items: stretch
    }

    .min600 {
        min-height: initial;
    }

    .flex50 {
        width: 100%;
    }


    .centercontent h3 {
        font-size: 1.5em;
    }

    .centercontent {
        width: 100%;
        padding: 30px;
    }

    .area51 {
        padding: 0 !important;
        margin-bottom: 30px;
    }

    .area51:first-child {
        padding: 120px 20px 20px !important;
    }

    .bgoverlap {
        width: 100%;
        flex-direction: column;
    }

    .bgImgBox {
        position: relative;
        width: 100%;
        z-index: 1;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .cornbox {
        width: 100%;
        margin: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .bgImgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

}

@media(max-width: 480px) {

    .gratitude {
        flex-wrap: wrap;
    }

    .gratitude .img-container {
        width: 100%;
        height: 550px;
    }

    .gratitude .img-container h3 {
        font-size: 1.5em;
        top: 50% !important;
        bottom: auto;
    }

    .img-container .caption {
        min-height: auto !important;
        font-size: 1.2em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    };


}

/* Star Animation */
.star-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

.star {
    position: absolute;
    background-color: var(--yellow);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    transition: all 0.6s ease-in-out cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    will-change: transform, opacity;
}

/* Button styles */
.starClick,
.starClick:hover {
    /* color: white;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 600; */
    cursor: pointer;
    transition: all 0.3s ease;

}
