body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.pos-relative {
    position: relative;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.m-0 {
    margin: 0;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 50%;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.gx-3 {
    --bs-gutter-x: 1rem;
}

.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.gx-5 {
    --bs-gutter-x: 3rem;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 90%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1211px;
    }
}

header {
    background-color: #FAEDCB;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 64px;
    padding-bottom: 10px;
}

header::before {
    content: '';
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/header-left-image.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.social-handles-container {
    position: absolute;
    right: 95px;
    top: 0;
    width: 15%;
    height: 100%;
    text-align: right;
}

.social-handles {
    padding-top: 65px;
}

.edition {
    position: absolute;
    bottom: 40px;
    right: 0;
}

.edition p {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    /* text-align: justify; */
}

.brand-name {
    position: relative;
    z-index: 10;
}

.brand-name .star {
    top: 0;
    right: 80px;
    left: inherit;
    bottom: inherit;
}

.brand-name .star1 {
    top: inherit;
    bottom: 60px;
    right: -30px;
    left: inherit;
}

.marquee-container {
	width: 100%;
	height: 93px;
    line-height: 93px;
	cursor: pointer;
	background: #ffffff;
}

.marquee-container::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #EFC263;
    position: absolute;
    top: 10px;
    left: 0;
}
.marquee-container ul {
    height: 93px;
    margin: 0;
}
.marquee-container li {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
	list-style-type: none;
}
.marquee-container li img {
    position: relative;
    top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

/* .marquee {
    width: 100%;
    overflow: hidden;
    height: 93px;
    line-height: 93px;
    position: relative;
}
.marquee::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #EFC263;
    position: absolute;
    top: 10px;
    left: 0;
}
.marquee span {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.marquee span img {
    position: relative;
    top: 5px;
    margin-left: 5px;
    margin-right: 5px;
} */

.star,
.star1 {
    position: absolute;
    left: 120px;
    bottom: 10px;
}

.star1 {
    bottom: 90px;
    left: 170px;
}

.welcome-note p,
.welcome-note h1 {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.about-section {
    background-color: #DCCCF0;
    position: relative;
}

.about-section .container-fluid {
    padding-left: 10%;
}

.about-section::after {
    content: '';
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/cloud.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -140px;
    top: 0;
    width: 234px;
    height: 118px;
}

.about-section::before {
    content: '';
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/about-flower.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    height: 156px;
}

.container-row {
    display: flex;
}

.mentor-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 230px;

    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/mentor-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.mentor-section .mentor-profile-container {
    margin-right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mentor-profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mentor-profile::before {
    content: '';
    width: 100%;
    height: 66%;
    background-color: #C7DEF1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 33px;
}

.mentor-profile {
    position: relative;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.mentor-profile img {
    display: block;
    position: relative;
    z-index: 2;
}

.mentor-label {
    background-color: #F7D9C4;
    border-radius: 16px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 3px;
    position: relative;
    z-index: 3;
}

.mentor-label h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.mentor-label p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-align: center !important;
    padding-right: 0 !important;
}

.mentor-message p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
    visibility: hidden;
}

.mentor-message p:hover {
    visibility: visible;
}

.mentor-message h5 {
    font-size: 24px;
    font-weight: 600;
    color: #7F5334;
    position: relative;
    z-index: 2;
}

.mentor-message h5::before {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/quote.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -46px;
    top: -16px;
    width: 63px;
    height: 48px;
    transform: rotate(180deg);
    z-index: -1;
}

.mentor-message h5::after {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/quote.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 310px;
    bottom: -13px;
    width: 63px;
    height: 48px;
    /* transform: rotate(180deg); */
    z-index: -1;
}

.appreciation-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.appreciation-section h2 {
    margin-bottom: 32px;
}

.appreciation-section p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
}

.appreciation-section::before {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/appeciation-star.svg");
    background-repeat: no-repeat;
    width: 105px;
    height: 188px;
    position: absolute;
    bottom: -85px;
    left: 0;
}

.appreciation-section::after {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/appeciation-star-top.svg");
    background-repeat: no-repeat;
    width: 102px;
    height: 215px;
    position: absolute;
    top: -109px;
    right: 0;
}

.appreciation-team {
    position: relative;
    text-align: right;
}

.appreciation-team::before {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/appreciation-dots.svg");
    background-repeat: no-repeat;
    width: 152px;
    height: 116px;
    position: absolute;
    bottom: -42px;
    left: 0;
}

.appreciation-team::after {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/appreciation-dots.svg");
    background-repeat: no-repeat;
    width: 152px;
    height: 116px;
    position: absolute;
    top: -26px;
    right: -26px;
}

.talentcache-section {
    background-color: #FAEDCB;
    padding-top: 5%;
    padding-bottom: 5%;
}

.talentcache-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    position: relative;
}

.talentcache-container::after {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/tatent-bg-lines.svg");
    background-repeat: no-repeat;
    width: 351px;
    height: 284px;
    position: absolute;
    right: -250px;
    bottom: -120px;
    display: none;
}

.about-talent {
    width: 60%;
}

.talent-cache {
    width: 40%;
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
}

.talent-quotes {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    position: relative;
    z-index: 1;
    text-align: justify;
}

.talent-quotes::before {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/quote.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -46px;
    top: -16px;
    width: 63px;
    height: 48px;
    transform: rotate(180deg);
    z-index: -1;
}

.talent-quotes::after {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/quote.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 221px;
    bottom: -22px;
    width: 63px;
    height: 48px;
    /* transform: rotate(180deg); */
    z-index: -1;
}

.leader-pic img {
    border-radius: 8px;
    display: block;
    position: relative;
    z-index: 1;
}

.talent-cache-lable {
    background-color: #F7D9C4;
    padding: 10px 16px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: right;
    margin-right: -5px;
    z-index: 1;
}

.talent-cache-lable h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: right;
}

.talent-cache-lable p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: right;
}

.talent-slider {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    padding-left: 150px;
}

.slider-item {
    position: relative;
    margin-right: 40px;
}

.slider-item::after {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.slider-item img {
    border-radius: 24px;
}

.slider-item p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 9;
    padding: 0 32px;
}

.buzzwords-section {
    padding-top: 80px;
    padding-bottom: 150px;

    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/beyond-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.buzzwords-section p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
    padding-right: 20px;
}

.buzzwords-section h3 {
    font-size: 22px;
    color: #7F5334;
    font-weight: 600;
    position: relative;
    text-align: justify;
    padding-right: 20px;
    position: relative;
    top: -5px;
}

.buzzwords-section h3::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #7F5334;
    position: absolute;
    left: -18px;
    top: 0;
}

.hash-tag {
    margin-top: 30px;
}

.hash-tag span {
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #000000;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 16px;
    box-shadow: 0px 0px 9px rgb(104 104 104 / 41%);
    background-color: #ffffff;
}

.outofoffice-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.outofoffice-profile {
    display: flex;
    align-items: end;
    margin-bottom: 36px;
}

.outofoffice-profile img {
    border-radius: 5px;
}

.outofoffice-designation {
    padding-left: 45px;
}

.outofoffice-designation h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

.outofoffice-designation h5 {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.outofoffice-section p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
}

.outofoffice-section .quotes {
    font-size: 22px;
    color: #7F5334;
    font-weight: 600;
    position: relative;
    text-align: justify;
}

.outofoffice-section .quotes::before {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/quote.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -46px;
    top: -16px;
    width: 63px;
    height: 48px;
    transform: rotate(180deg);
    z-index: -1;
}

.outofoffice-section .quotes::after {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/quote.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    bottom: -14px;
    width: 63px;
    height: 48px;
    /* transform: rotate(180deg); */
    z-index: -1;
}

.outofoffice-section h2 {
    margin-bottom: 50px;
}

.arrow {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 4px solid #943670;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -22px;
    bottom: 7px;
}



.about-organizer {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.about-organizer h2 {
    background-color: #FAEDCB;
    padding: 19px 78px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 60px;
}

.about-organizer .mentor-profile::before {
    height: 88%;
}

.about-organizer .hash-tag {
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #000000;
    border-radius: 10px;
    display: inline-block;
    margin-left: 71px;
    box-shadow: 0px 0px 9px rgb(104 104 104 / 41%);
}

h2 {
    font-family: "Chela One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    color: #DCCCF0;
    margin: 0;
    -webkit-text-stroke-width: 11px;
    -webkit-text-stroke-color: black;
    paint-order: stroke;
}

h2 span {
    color: #F7D9C4;
}

.scaleday-section {
    background-color: #FAEDCB;
    padding-top: 60px;
    padding-bottom: 60px;
}

.scaleday-section h2 {
    text-align: center;
    margin-bottom: 60px;
}

.scale-today {
    display: flex;
    gap: 40px;
}

.scale-today>button,
.scale-content .d-flex>div {
    background-color: #EBDCB5;
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    width: 20%;
    cursor: pointer;
    border: 0;
}

.scale-today p,
.scale-content .d-flex>div p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    text-align: center;
}

.scale-content>div {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.scale-terrible-container,
.scale-meh-container,
.scale-okay-container,
.scale-good-container,
.scale-fantastic-container {
    display: none;
}

.scale-content p {
    font-size: 28px;
    color: #000000;
    font-weight: 400;
    /* text-align: justify; */
}

.scale-note {
    text-align: center;
    padding-top: 120px;
}

.scale-content p span {
    font-size: 28px;
    color: #C5795D;
    font-weight: 600;
}

.social-section {
    padding-top: 100px;
    padding-bottom: 0;
}

.social-section h2 {
    margin-bottom: 50px;
}

.social-section img {
    border-radius: 30px;
}

.social-section img:hover {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.412);
}

.social-section h2 {
    text-align: center;
}

.social-section .col-md-6 {
    padding-bottom: 14px;
}

.gassipgirl-section {
    padding-top: 150px;
    padding-bottom: 50px;
}

.gassipgirl-section p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    /* text-align: center; */
}

.gossipgirl-thoughts {
    display: flex;
    gap: 1rem;
    /* flex-wrap: wrap; */
}

.gossip-left,
.gossip-right {
    background-color: #FAEDCB;
    padding: 28px 36px;
    border-radius: 22.65px;
    height: 100%;
    position: relative;
}

.gossip-moddle {
    display: flex;
    align-items: end;
    position: relative;
    z-index: 9;
}

.gossip-left::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #faedcb;
    position: absolute;
    right: -20px;
    bottom: 90px;
}

.gossip-right::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #faedcb;
    position: absolute;
    left: -20px;
    bottom: 40px;
}

.gossipgirl-thoughts button {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    border: 0;
    padding: 13px 20px;
    border-radius: 8px;
    background-color: #0C2AEF;
    cursor: pointer;
}

.gossip-gallery {
    background-color: #FAEDCB;
    padding: 24px;
    border-radius: 24px;
    position: relative;
    margin: 0 auto;
    width: 80%;
    margin-top: 50px;
}

.gossip-gallery::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #faedcb;
    position: absolute;
    left: 50%;
    right: auto;
    top: -50px;
}

.gissip-images {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    gap: 12px;
}

.gissip-images img {
    border-radius: 8.46px;
}

.guyzzz {
    position: absolute;
    bottom: -29px;
    left: 1px;
}

.gg {
    position: absolute;
    bottom: -29px;
    left: 180px;
}

.gissip-secrets {
    position: absolute !important;
    top: -49px;
    left: 40px;
}

.back-top {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    background-color: #DCCCF0;
    border-radius: 8px;
    padding: 21px 38px;
    border: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 90px;
}

footer {
    position: relative;
    padding-top: 140px;
    padding-bottom: 150px;
}

footer:before {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/footer-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {

    .gossip-left {
        right: -380px;
        top: 100px;
    }

    .gossip-right {
        left: -400px;
        top: 100px;
    }

    .gossip-secrets {
        top: -189px;
        left: 340px;
    }

    .gassipgirl-section:hover .gossip-left {
        right: 0;
        top: 0;
    }

    .gassipgirl-section:hover .gossip-right {
        left: 0;
        top: 0;
    }

    .gassipgirl-section:hover .gossip-secrets {
        top: -49px;
        left: 40px;
    }

    .gossip-left,
    .gossip-right,
    .gissip-secrets {
        visibility: hidden;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        transition: .5s ease;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0);
        position: relative;
    }

    .gassipgirl-section:hover .gossip-left,
    .gassipgirl-section:hover .gossip-right,
    .gassipgirl-section:hover .gissip-secrets {
        visibility: visible;
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}







@media (max-width:600px) {
    .scale-today {
        justify-content: center;
    }

    .scale-today>button {
        width: 25% !important;
    }

    .scale-today>button img {
        width: 100%;
    }

    .appreciation-team img,
    .brand-name img {
        max-width: 100%;
    }

}

@media (max-width:769px) {
    .brand-name {
        width: 60% !important;
    }

    .social-handles-container {
        right: 20px !important;
        top: 9px !important;
    }

    .social-handles {
        padding-top: 0 !important;
    }

    .edition {
        bottom: 8px !important;
        right: 0 !important;
    }

    .edition p {
        font-size: 16px !important;
    }

    .brand-name .star {
        right: 0;
    }

    .star,
    .star1 {
        left: 10px;
    }

    .about-section::after {
        display: none;
    }

    .outofoffice-section h2 {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 41px;
    }

    .about-talent,
    .talent-cache {
        width: 100% !important;
    }

    .talent-slider {
        padding-left: 30px !important;
    }

    .star1 {
        display: none;
    }

    footer {
        padding-top: 0px;
        padding-bottom: 70px;
    }

    .outofoffice-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .buzzwords-section {
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .appreciation-section {
        padding-top: 30px;
    }

    .mentor-section {
        padding-top: 30px;
        padding-bottom: 90px;
    }
    /* .marquee {
        height: 56px;
        line-height: 63px;
        position: relative;
    } */
    .appreciation-team img {
        max-width: 100%;
    }
}

@media (max-width:991px) {
    .appreciation-team img {
        max-width: 100%;
    }

    .scale-today {
        justify-content: center;
    }

    .scale-today>button {
        width: 46%;
    }

    .appreciation-team::after {
        right: 0;
    }

    .brand-name img {
        max-width: 100%;
    }

}

@media (max-width:1024px) {
    .social-handles-container {
        position: absolute;
        right: 20px;
        top: -40px;
        width: 100%;
    }

    .social-handles {
        padding-top: 65px;
        display: flex;
        gap: 9px;
        justify-content: right;
    }

    .social-handles a img {
        width: 41px;
    }

    .edition {
        position: absolute;
        bottom: -30px;
        right: 0;
        width: 100%;
    }

    .about-section .container-fluid {
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .about-section::after {
        display: none;
    }

    .gossip-gallery {
        width: 100%;
    }

    .talent-slider {
        padding-left: 30px;
    }

    .slick-slide img {
        width: 100%;
    }

    .buzzwords-section h3,
    .buzzwords-section p {
        padding-right: 0;
    }

    .gossipgirl-thoughts {
        flex-wrap: wrap;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .scale-note {
        text-align: center;
        padding-top: 0;
    }

    .scale-content p {
        font-size: 21px;
    }

    .gossip-moddle {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .about-organizer {
        flex-wrap: wrap;
    }

    .about-organizer h2 {
        padding: 20px;
        margin-top: 30px;
    }

    .about-organizer .hash-tag {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .talentcache-container::after {
        display: none;
    }

    .scale-content>div {
        flex-wrap: wrap;
    }

    .scale-content .d-flex>div {
        width: inherit;
    }

    .gossipgirl-thoughts button {
        display: flex;
        margin: 0 auto;
    }
}

@media (max-width:1220px) {
    .scale-today {
        flex-wrap: wrap;
    }

    .about-section {
        padding-top: 50px;
    }
}



/* Modal CSS */

.modal-window {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%) scale(0.9);
    width: 782px;
    max-width: 95%;
    min-height: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 40px;
    transition: all 0.18s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

/* @media (min-width: 576px) {
    .modal-window {
        width: 782px;
        max-width: 95%;
    }
} */
.modal-window.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

a.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-window__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-container {
    padding: 40px;
}

.hidden {
    display: none;
}

.input-wrapper {
    margin-bottom: 1rem !important;
}

.input-label {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.input-control {
    display: block;
    width: 100%;
    padding: 1.2rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #EDEDED;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-control:focus {
    color: #000000;
    background-color: #EDEDED;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.13);
}

.feedback-stars {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 500px) {
    .feedback-star svg {
        width: 50px;
    }
    .feedback-stars {
        margin-top: 0;
        margin-bottom: 0px;
    }
}

.feedback-star {
    cursor: pointer;    
}
.feedback-star svg {
    color: white;
    fill: currentColor;
}

.selected svg{     
    color: #FFC805;
    fill: currentColor;
}

.submit-btn {
    background-color: #08C10F;
    border: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    padding: 19px 92px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-radius: 8px;
    cursor: pointer;
}



/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #4F4F4F;
    border-radius: 50%;
    z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: #4F4F4F;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    /* opacity: .75; */
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 15px;
    left: 17px;
    border-radius: 3px;
}

[dir='rtl'] .slick-prev:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 15px;
    left: 17px;
    border-radius: 3px;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 17px;
    border-radius: 3px;
}

[dir='rtl'] .slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 17px;
    border-radius: 3px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 17px;
    height: 17px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
    background-color: #ffffff;
}

.slick-dots li.slick-active button {
    background-color: #4F4F4F;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #4F4F4F;
}

.slick-slide img {
    width: 100%;
    border-radius: 30px;
}


.rating {
    unicode-bidi: bidi-override;
    /* direction: rtl; */
    /* text-align: center; */
}

.rating>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    font-size: 36px;
    color: #ccc;
    cursor: pointer;
}

.rating>span:hover:before,
.rating>span:hover~span:before {
    content: "\2605";
    position: absolute;
    color: gold;
}

.user-select-none {
    /* Safari */
    -webkit-user-select: none;
    /* IE 10 and IE 11 */
    -ms-user-select: none;
    /* Standard syntax */
    user-select: none;
}

/* Thank-You container styles */
.thank-you-container {
    display: none;
    align-items: center;
    justify-content: center;
}

.thank-you-text {
    position: absolute;
    font-family: "Chela One";
    color: #25262B;
    font-size: 80px;
    font-weight: 400;
}

.thank-you-bg {
    width: 653px;
    height: 585px;
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/thankyou-bg.svg");
    animation: zoom-in-zoom-out 2s ease infinite;
}

/* Keyframes for the zoom in zoom out animation */
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0, 0);
    }

    35% {
        transform: scale(0.85, 0.85);
    }

    50% {
        transform: scale(0.85, 0.85);
    }
    
    90% {
        transform: scale(0.85, 0.85);
    }

    100% {
        transform: scale(0, 0);
    }
}
.float-left { 
    float: left 
}
