.h-90 {
    height: 90dvh;
}

.title-highlight {
    line-height: 90px;
}

.popup-content img {
    /* max-width: 80%; */
    max-width: 70vh;
}

.exclusive-program img {
    position: absolute;
    right: 20px;
    top: 10px;
    max-width: 150px;
}

@media (max-width: 767px) {
    .exclusive-program img {
        position: relative;
        max-width: 150px;
        margin-bottom: 30px
    }
}

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Inconsolata:wght@200..900&family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&family=Nata+Sans:wght@100..900&display=swap');

.mt-\[25px\] {
    margin-top: 25px;
}

body {
    overflow-x: hidden;
}

.banner-btm-wrapper-text h5 {
    margin-bottom: 0px;
}

.banner-btm-wrapper-text {
    transform: translate(0px, -25px);
    z-index: 10;
    position: relative;
    font-family: "Inconsolata", monospace;
    font-weight: 500;
    font-size: 22px;
}

.banner-btm-wrapper-text h5 {
    font-weight: 700;
    color: #dd2476;
    font-size: 28px;
    font-family: "Inconsolata", monospace;
}

.banner-btm-wrapper-text-01 {
    width: 80px;
}

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

.enroll-btn {
    background: linear-gradient(90deg, #f7971e, #ff512f, #dd2476, #833ab4);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    /* pill shape */
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: block;
    width: fit-content;
}



.collaboration-block-01 h4.enroll-text {
    color: #C40078;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 28px;
}

.enroll-text br {
    margin: 0;
}

h4.coll-text {
    font-weight: 600;
    font-size: 30px;
    color: #305593;
    margin-bottom: 10px;
    line-height: 32px;
}

.collaboration-block-01 h2 {
    color: #2B46BD;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 510px;
    line-height: 130%;
    font-family: "Bitter", serif;
}

img.w-full.main-img {
    width: 100%;
    border-radius: 50%;
    object-fit: contain;
}

.w-full {
    width: 100%;
}

section#collaboration-section {
    background-color: #2B46BD;
    padding: 0;
    position: relative;
}

section#collaboration-section::after {
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    z-index: 0;

}

.collaboration-block-01 {
    background-color: #FFFFFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-top-right-radius: 50%;
    z-index: 1;
    padding: 60px 0;
}

.relative {
    position: relative;
}

.btm-img-text {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.btm-img-text h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Inconsolata", monospace;
}

.program-offers-img-block>div h6 {
    color: #2B46BD;
    font-size: 20px;
    line-height: 25px;
    font-family: "Inconsolata", monospace;
}

.program-offers-text-block h2 {
    color: #2B46BD;
    font-size: 30px;
    line-height: 37px;
}

.program-offers-text-block h3 {
    color: #FF009C;
    font-weight: 600;
    font-size: 34px;
}

.Story-Based-Learning-text {
    background: #280F91;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
}

section#Story-Based-Learning-section {
    background-color: #A5F5FF;
}

.Story-Based-Learning-text h2 {
    color: #fff;
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
}

.Story-Based-Learning-text ul {
    padding: 0;
    margin: 0;
    list-style: disc;
}

.Story-Based-Learning-text ul li {
    list-style: disc;
    margin-left: 28px;
    color: #fff;
    padding: 7px 0;
    font-size: 18px;
}

.Storytelling-block {
    padding-top: 100px;
}

.Storytelling-block h2 {
    color: #280F91;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

.tick-icon {
    background: #287869;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 9px;
}

.Storytelling-block-list-item p {
    background-color: #0E0049;
    max-width: 280px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 0px;
}

.Storytelling-block-list-item {
    display: flex;
    align-items: self-end;
    gap: 15px;
    margin-bottom: 35px;
}

.Storytelling-block-list-item:nth-child(even) {
    margin-left: 28%;
}


.global-learning-block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.Story-Based-Learning-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 27px;
    margin-bottom: 10px;
}

ul.clr-yellow {
    color: #FAFF00;
}

ul.clr-yellow li {
    color: #FAFF00;
}

.note h4 {
    margin-top: 10px;
    font-style: italic;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.global-learning-block .Story-Based-Learning-text {
    height: auto;
}

.whats-include-block h2 {
    color: #280F91;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

.whats-include-block-list-item {
    background-color: #280F91;
    width: 178px;
    height: 178px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
}

.whats-include-block-list-item p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
}

.Story-Based-Learning-text.bg-transperent {
    background-color: transparent;
    padding: 0px;
}

#who-its-for-section {
    background-color: #280F91;
}

.circle-text svg {
    overflow: visible;
    width: 100%;
}

.circle-text text {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    fill: #FFD700;
    /* yellow color */
    letter-spacing: 6px;
    /* spacing like in your design */
}

#exclusive-gift-section {
    background: #A5F5FF;
}

.gift-text-block {
    background-color: #280F91;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

.gift-text-block h2 {
    text-align: center;
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    line-height: 110%;
    font-family: "Bitter", serif;

}

.gift-text-block h3 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    line-height: 110%;
    border-bottom: 4px solid #A5F5FF;
    padding-bottom: 30px;
    font-family: "Bitter", serif;
}


.gift-text-block h4 {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    color: #FFD700;
    line-height: 135%;
    padding-bottom: 30px;
    font-family: "Bitter", serif;
}

.gift-text-block h6 {
    background-color: #FF009C;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 28px;
    color: #fff;
    height: fit-content;
    font-family: "Inconsolata", monospace;
}

.gift-text-block span {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 0px;
}

.gift-text-block-over-img {
    position: absolute;
    left: -115px;
    animation: transy 5s ease-out infinite;
    bottom: 40px;
}

#program-guide-section {
    background: #A5F5FF;
    text-align: center;
}

#program-guide-section h2 {
    font-size: 60px;
    margin-bottom: 80px;
    font-family: "Bitter", serif;
}

.guide-block-img {
    position: relative
}

.guide-block-img.first span {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    animation: zoom-in-zoom-out 3s ease-out infinite;
}

.guide-block-img.second span {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0px !important;
    right: 0px !important;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}

.guide-block h3 {
    margin-top: 30px;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Bitter", serif;
}

.guide-block p {
    font-size: 20px;
    font-weight: 500;
    text-align: center !important;
}

.guide-block h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center !important;
    margin-bottom: 0px;
}

.guide-block h5 {
    font-size: 24px;
    font-weight: 400;
    text-align: center !important;
    margin-bottom: 0px;
    color: #280F91;
}

#cta-section {
    background-image: url(../images_w/cta-banner.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 100dvh;
    background-size: cover;
    background-position: center;
}

.cta-block-text h2 {
    color: #280F91;
    font-size: 50px;
    font-weight: 700;
    max-width: 620px;
    line-height: 120%;
}

.footer-text-wrap {
    background-color: #A5F5FF;
    padding: 40px;
}

.footer-text-wrap h2 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    line-height: 115%;
    color: #280F91;
}

.footer-text-wrap h2 b {
    font-style: italic;
}

.footer-text-wrap img {
    display: block;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes transy {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(0px, -100px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.guide-block-img>img {
    height: 350px;
    object-fit: contain;
}

.Story-Based-Learning-text ul li {
    list-style: disc;
    margin-left: 28px;
    padding: 7px 0px 3px;
    font-size: 15px;
    line-height: 22px;
}

a.wr-logo,
a.gi-ft-logo {
    max-width: 280px;
}

.right-sticky-block {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 1000;
}

@media screen and (max-width: 1450px) {
    .Story-Based-Learning-text ul li {
        list-style: disc;
        margin-left: 28px;
        padding: 7px 0px 3px;
        font-size: 15px;
        line-height: 22px;
    }

    .Story-Based-Learning-text h2 {
        color: #fff;
        font-size: 25px;
        line-height: 36px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .note h4 {
        margin-top: 10px;
        font-style: italic;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }
}

@media screen and (max-width: 1200px) {

    .banner-btm-wrapper-text {
        font-size: 22px;
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
        flex-wrap: wrap !important;
    }

    .banner-btm-wrapper-text span {
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
        flex-wrap: wrap !important;
    }

    .collaboration-block-01 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 50px;
        z-index: 1;
        padding: 50px 0;
    }

    .collaboration-block-01 .d-flex.align-items-center {
        flex-direction: column;
        align-items: start !important;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {

    .flex-wrap {
        flex-wrap: wrap !important;
        align-items: center;
        justify-items: center;
    }

}

@media screen and (max-width: 767px) {
    .Story-Based-Learning-text {
        margin-top: 30px;
    }

    .whats-include-block-list-item p {
        text-align: center !important;
    }

    .guide-block {
        margin-bottom: 60px;
    }

    .collaboration-block-01 {
        margin-bottom: 50px;
    }

    .collaboration-block-02.relative {
        margin-bottom: 50px;
    }


    .collaboration-block-01 h2 {
        color: #2B46BD;
        font-size: 27px;
        font-weight: 600;
        margin-bottom: 0;
        max-width: 100%;
        line-height: 121%;
        font-family: "Bitter", serif;
    }

    .banner-btm-wrapper-text h5 {
        text-align: center !important;
    }

    section#collaboration-section::after {
        width: 0;
        z-index: 0;
    }

    .collaboration-block-01 {
        margin-left: -20px;
        margin-right: -20px;
        padding: 50px 20px;
        text-align: center;
    }

    .Story-Based-Learning-text {
        background: #280F91;
        padding: 25px;
        border-radius: 20px;
        height: 100%;
    }

    .Story-Based-Learning-text h2 {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    .Storytelling-block h2 {
        color: #280F91;
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .note h4 {
        margin-top: 10px;
        font-style: italic;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        padding: 0 20px;
    }

    .whats-include-block h2 {
        color: #280F91;
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .Story-Based-Learning-text ul li {
        padding: 0 20px 0 0;
    }

    .gift-text-block h2 {
        text-align: center;
        font-weight: 600;
        font-size: 28px;
        color: #fff;
        line-height: 110%;
        font-family: "Bitter", serif;
    }

    .gift-text-block h3 {
        text-align: center;
        font-weight: 500;
        font-size: 24px;
        color: #fff;
        line-height: 103%;
        border-bottom: 4px solid #A5F5FF;
        padding-bottom: 30px;
        font-family: "Bitter", serif;
    }

    .gift-text-block h6 {
        background-color: #FF009C;
        font-weight: 600;
        margin-bottom: 0px;
        padding: 8px 10px;
        border-radius: 10px;
        font-size: 16px;
        color: #fff;
        height: fit-content;
        font-family: "Inconsolata", monospace;
    }

    .collaboration-block-01 .d-flex.align-items-center {
        flex-direction: column;
        align-items: center !important;
        width: 100%;
    }

    .m-auto {
        margin: 0px auto;
    }

    #program-guide-section h2 {
        font-size: 44px;
        margin-bottom: 60px;
        font-family: "Bitter", serif;
    }

    .cta-block-text h2 {
        color: #280F91;
        font-size: 26px;
        font-weight: 700;
        max-width: 220px;
        line-height: 124%;
    }

    .footer-text-wrap {
        background-color: #A5F5FF;
        padding: 40px 20px;
    }

    .footer-text-wrap h2 {
        font-size: 26px;
        font-weight: 500;
        text-align: center;
        line-height: 115%;
        color: #280F91;
        margin-bottom: 10px;
    }

    .footer-text-wrap img {
        display: block;
        width: 200px;
        margin: 0px auto;
    }

    .banner-btm-wrapper-text {
        text-align: center;
    }

    .global-learning-block {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mob-pad {
        padding: 0 20px !important;
    }

    .gift-text-block-over-img img {
        width: 90px;
    }

    .gift-text-block-over-img {
        position: absolute;
        left: -70px;
        animation: transy 5s ease-out infinite;
        bottom: 40px;
    }

    .gift-text-block {
        background-color: #280F91;
        padding: 30px 20px;
        border-radius: 10px;
        position: relative;
        margin-left: 60px;
    }

    .gift-text-block h4 {
        text-align: center;
        font-weight: 500;
        font-size: 22px;
        color: #FFD700;
        line-height: 135%;
        padding-bottom: 15px;
        font-family: "Bitter", serif;
    }

    .gift-text-block.relative span img {
        width: 40px;
    }

    #cta-section {
        height: 80dvh;
        background-size: cover;
        background-position: center;
    }

    .gift-text-block h6 {
        font-size: 14px;
    }

    .ft-logo-block {
        flex-direction: column;
        gap: 18px;
        margin-top: 30px;
    }

    a.wr-logo,
    a.gi-ft-logo {
        max-width: 320px;
    }

    .right-sticky-block img {
        width: 110px;
    }


}