@import url('https://fonts.googleapis.com/css2?family=Port+Lligat+Sans&display=swap');

header {
    background-color: #DDE4FB;
}

.right_nav ul li {
    text-decoration-color: #2B60FF !important;
}

.right_nav ul li a {
    color: #000;
}


/* ------------------------------- Section 1 -------------------------------- */
.cre_section1_container {
    /* background: url('../../assets/images/cre_b1.png'); */
    /* background-position: center;
    background-size: cover; */
    z-index: -1;
    position: relative;
}

.cre_section1_container img {
    height: 100dvh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cre_section1_container .overlay {
    background-color: #0000009b;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cre_section1 {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    align-items: flex-start;
    justify-content: center;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 4%;
}

.cre_section1 p {
    font-size: 16px;
    width: 70%;
    line-height: 1.7;
    color: #fff;
}

.cre_section1 h2 {
    font-size: 37px;
    color: #547AEB;
}

.learnMoreBtn {
    margin-top: 25px;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: 1px solid #547AEB;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #f3f3f3;
    color: #547AEB;
    border-radius: 10rem;
    font-weight: 400;
    padding: 0.50rem 1rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 16px;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #fff;
    background-color: #547AEB;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
    transform: rotate(90deg);
}

.learnMoreBtn:hover {
    background-color: #547AEB;
    color: #fff;
}

.learnMoreBtn:hover .button__icon-wrapper {
    color: #547AEB;
    background-color: #fff;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.learnMoreBtn:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.learnMoreBtn:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}


/* ------------------------ Section 2 ------------------- */
.offer_section2 {
    padding: 40px 4%;
    display: flex;
    align-items: center;
}

.offer_section2 .left {
    width: 50%;
    position: relative;
}

.offer_section2 .left .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #547aeba7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    padding: 15px;
}

.offer_section2 .left .overlay h3 {
    font-size: 25px;
}

.offer_section2 .left .overlay p {
    text-align: center;
}

.offer_section2 .left .overlay img {
    width: 100px;
}

.offer_section2 .right {
    background-color: #EEF2FD;
    width: 50%;
    padding: 40px 20px;
    border-radius: 0 10px 10px 0;
}

.offer_section2 .right p {
    line-height: 1.7;
}

.offer_section2 .left img {
    display: block;
    width: 100%;
    border-radius: 10px;
}


/* ------------------ Section 3 ---------------------- */
.offer_section3 {
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.offer_section3 h2 {
    font-size: 40px;
    color: #547AEB;
}

.offer_section3 p {
    font-weight: 500;
}

.offer_section3 small {
    font-size: 16px;
    width: 80%;
    text-align: center;
    line-height: 1.7;
}

.offer_section3 .boxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    margin-top: 50px;
}

.offer_section3 .boxes .box {
    width: calc(25% - 30px);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.offer_section3 .boxes .box:hover {
    transform: scale(1.03);
}

.offer_section3 .boxes .box h1 {
    font-size: 90px;
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: #ffff;
    font-family: "Port Lligat Sans", sans-serif;
}

.red .inner_box {
    border-color: #ff0000 !important;
}

/* .red h1{
    -webkit-text-stroke-color: #ff0000 !important;
} */

.green .inner_box {
    border-color: #FFBF00 !important;
}

.blue .inner_box {
    border-color: yellow !important;
}

.yellow .inner_box {
    border-color: #2B60FF !important;
}

.offer_section3 .boxes .box .inner_box {
    border: 2px solid #000;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 20px;
    gap: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.offer_section3 .boxes .box .inner_box h4 {
    font-weight: 500;
    text-align: center;
}

.heading {
    position: absolute;
    top: -14px;
    background-color: #fff;
    height: fit-content;
    padding: 0 15px;
    text-align: center;
}

.details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #547AEB;
}

.offer_section4_container {
    background-color: #f2fefb;
}

marquee {
    letter-spacing: 1px;
    padding: 6px 0;
}

/* <!-- -------------- Section 5 ------------------------ --> */

.offer_section5 {
    padding: 40px 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.offer_section5 .box {
    display: none;
}

.offer_section5 .box.active {
    display: block;
}

.top_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.top_box p {
    font-weight: 500;
}

.top_box small {
    text-align: center;
    width: 87%;
    line-height: 1.7;
}

.bottom_box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.bottom_box .left {
    width: 50%;
    display: flex;
    align-items: flex-start;
}

.bottom_box .right {
    width: 50%;
    background-color: #EEF2FD;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 27px -5px, rgba(0, 0, 0, 0.3) 0px 4px 20px -8px;
}

.bottom_box .right ul {
    width: 96%;
    margin-left: 20px;
}

.bottom_box .right h3 {
    color: #547AEB;
}

.bottom_box .right p,
.bottom_box .right li {
    font-size: 15px;
    line-height: 1.7;
}

.bottom_box .right .slab {
    background-color: #c2d2ff;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 10px;
}

.bottom_box .right .slab span {
    color: #27a708;
    font-weight: 400;
}

.bottom_box .left h1 {
    font-size: 120px;
    -webkit-text-stroke: 0.00001rem;
    -webkit-text-fill-color: #ffff;
    font-family: "Port Lligat Sans", sans-serif;
}

.bottom_box .left .inner_box {
    border: 2px solid #547AEB;
    height: fit-content;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    position: relative;
    padding: 15px;
}

.bottom_box .left .inner_box .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    width: 90%;
}

.bottom_box .left .inner_box .content ul li:first-child {
    list-style-type: none;
    color: #547AEB;
    font-size: 16px;
    margin-bottom: 15px;
}

.bottom_box .left .inner_box .content ul li {
    font-size: 15px;
}

.knowBtn {
    background-color: #547AEB;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    align-self: flex-start;
    cursor: pointer;
    margin-left: 20px;
}

.knowBtn:hover {
    transform: translateY(-1px);
}

.knowBtn:active {
    transform: translateY(0);
}

.content_box {
    position: relative;
    background-color: #547AEB;
    width: fit-content;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #fff;
    font-weight: 300;
    border-radius: 7px;
    margin-top: 50px;
}

.hidden {
    display: none;
}

.content_box ol {
    margin-left: 15px;
}

.content_box img {
    position: absolute;
    left: 0;
    transform: translateX(-110%);
    top: -70px;
}

/* -------------------- Section 6 -------------------- */
.offer_section6 {
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.offer_section6 p span {
    color: #547AEB;
}

.offer_section6 .boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.offer_section6 .boxes .box {
    background-color: #547AEB;
    color: #fff;
    border-radius: 7px;
    width: calc(14.28% - 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 80px;
    transition: all 0.3s ease;
}

.offer_section6 .boxes .box:hover {
    transform: scale(1.03);
}

.offer_section6 .boxes .box .icon {
    position: absolute;
    background-color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -25px;
    left: 20px;
    border: 1px solid #547AEB;
}

.offer_section6 .boxes .box p{
    font-size: 15px;
    text-align: center;
}

.offer_section6 .boxes .box .icon img {
    width: 30px;
}

/* ---------------------------- Section 7 ---------------------------------- */
.offer_section7_container {
    background-color: #EEF2FD;
}

.offer_section7 {
    margin-top: -20px;
    padding: 60px 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.offer_section7 h2 {
    font-size: 40px;
}

.offer_section7 h2 span {
    color: #547AEB;
}


.offer_section7 .boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.offer_section7 .boxes .box {
    width: calc(33.3% - 20px);
    background-color: #547AEB;
    border-radius: 8px;
    padding: 20px 40px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.offer_section7 .boxes .box p {
    line-height: 1.7;
    font-weight: 300;
    text-align: center;
}


/* Scale up the hovered box */
.offer_section7 .box:hover {
    transform: scale(1.1);
}

/* Scale down all non-hovered boxes */
.offer_section7 .boxes:hover .box:not(:hover) {
    transform: scale(0.95);
    opacity: 0.7;
}




.offer_section7 .swiper {
    width: 100%;
    padding: 20px !important;
}

.offer_section7 .swiper .swiper-slide{
    background-color: #547AEB;
    padding: 15px;
    border-radius: 10px;
    min-height: 240px;
    color: #fff;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px;
    flex-direction: column !important;
    min-height: 400px !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.offer_section7 .swiper .swiper-slide p {
    text-align: left;
}

.offer_section7 .swiper .swiper-slide:hover {
    transform: scale(1.0678);
}


/* ---------------------- Section 8 ----------------------------- */
.turn_section8{
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.turn_section8 p{
    text-align: center;
    width: 90%;
    line-height: 1.7;
}

.turn_section8 .boxes{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.turn_section8 .boxes .outer_box{
    width: calc(33.3% - 20px);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.turn_section8 .boxes .outer_box h1{
    font-size: 70px;
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: #ffff;
    font-family: "Port Lligat Sans", sans-serif;
}

.turn_section8 .boxes .outer_box .inner_box{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 10px;
    height: 200px;
}

.turn_section8 .boxes .outer_box .inner_box .details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.turn_section8 .boxes .outer_box .inner_box .details p{
    width: 100%;
    color: #547AEB;
    font-weight: 500;
}








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

    /* --------------------- Section 1 ------------------------- */
    .cre_section1_container img {
        height: 70dvh;
    }

    .cre_section1_container .overlay {
        width: 96%;
        border-radius: 0 0 80px 0;
    }

    .cre_section1 p {
        width: 90%;
        line-height: 1.3;
    }

    .cre_section1 h2 {
        font-size: 28px;
    }


    /* --------------------- Section 2 --------------------------- */
    .offer_section2 {
        flex-direction: column;
        padding: 30px 4%;
        gap: 30px;
    }

    .offer_section2 .left .overlay {
        gap: 5px;
    }

    .offer_section2 .left .overlay h3 {
        font-size: 23px;
    }

    .offer_section2 .left {
        width: 100%;
    }

    .offer_section2 .right {
        width: 100%;
    }

    /* -------------------- Section 3 ------------------------------ */
    .offer_section3 {
        padding: 30px 4%;
    }

    .offer_section3 h2 {
        font-size: 28px;
    }

    .offer_section3 small {
        font-size: 14px;
        width: 100%;
        text-align: left;
        line-height: 1.7;
    }

    .offer_section3 .boxes {
        gap: 30px;
    }

    .offer_section3 .boxes .box {
        width: 100%;
    }

    .offer_section3 .boxes .box h1 {
        -webkit-text-stroke: 1px;
    }

    /* ------------------- Section 5 ----------------- */
    .offer_section5 {
        padding: 30px 4%;
    }


    .top_box {
        width: 100%;
    }

    .top_box small {
        text-align: left;
        width: 100%;
        line-height: 1.7;
    }

    .bottom_box {
        flex-direction: column;
        gap: 10px;
    }

    .bottom_box .left {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .content_box {
        margin-top: -5px;
    }

    .content_box img {
        display: none;
    }

    .bottom_box .right {
        width: 100%;
    }

    .bottom_box .left .inner_box {
        height: fit-content;
    }

    .bottom_box .left .inner_box .content {
        flex-direction: column;
        gap: 20px;
    }


    /* ------------------ Section 6 ------------------- */
    .offer_section6 {
        padding: 30px 4%;
    }

    .offer_section6 .boxes {
        gap: 30px;
    }

    .offer_section6 .boxes .box {
        width: 100%;
    }

    /* ---------------- Section 7 ----------------------- */

    .offer_section7 h2 {
        font-size: 28px;
    }

    .offer_section7 {
        margin-top: -30px;
        padding: 30px 4%;
    }

    .offer_section7 .boxes .box {
        width: 100%;
        padding: 15px;
    }

    .offer_section7 .box:hover {
        transform: scale(1.06);
    }

    /* ----------------- Section 8 -------------------- */
    .turn_section8{
        padding: 30px 4%;
    }

    .turn_section8 p{
        text-align: left;
    }

    .turn_section8 .boxes .outer_box{
        width: 100%;
    }

    .turn_section8 .boxes .outer_box .details{
        border: 1px solid red;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .turn_section8 .boxes .outer_box .inner_box{
        padding: 15px;
    }

    .turn_section8 .boxes .outer_box .inner_box p{
        text-align: center !important;
    }

    .turn_section8 .boxes .outer_box .details p{
        border: 1px solid green;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}