:root {
    --primary-font: 'Wondra';
    --secondary-font: "Inter", sans-serif;
    --primary-color: rgba(231, 25, 80, 1);
    --secondary-color: rgba(38, 34, 35, 1);
    --white: #ffffff;
}

/* Banner section start */
.about-banner {
    padding: clamp(48px, 7.031vw, 135px) 0 0;
}

.about-banner .banner-img img{
    width: 100%
}

.about-banner .banner-inner {
    padding-bottom: clamp(32px, 7.031vw, 135px);
    text-align: center;
    max-width: 1086px;
    margin: 0 auto;
}

.about-banner .banner-inner .h1 span {
    display: block;
    color: var(--primary-color);
}

.about-banner .banner-inner p {
    font-size: clamp(14px, 1.25vw, 24px);
    margin-top: clamp(8px, 1.25vw, 24px);
}

/* Banner section end */

/* Our story section start */
.our-story {
    padding: clamp(32px, 5.208vw, 100px) 0;
}

.our-story .h3 {
    margin-bottom: clamp(12px, 2.5vw, 48px);
}

.our-story .inner-sec {
    display: flex;
    justify-content: space-between;
    gap: clamp(24px, 2.813vw, 54px);
}

.our-story .inner-sec .left-side {
    width: 40%;
}

.our-story .inner-sec .right-side {
    width: 60%;
}

.our-story p {
    font-size: clamp(14px, 1.042vw, 20px);
    line-height: 170%;
    margin-bottom: clamp(12px, 1.25vw, 24px);
}

.our-story .inner-sec .right-side p {
    margin-bottom: clamp(12px, 1.667vw, 32px);
}

.our-story .inner-sec .right-side p:last-child {
    margin-bottom: 0;
}

.our-story .inner-sec .left-side img {
    width: 100%;
    max-height: 226px;
    object-fit: cover;
}

/* Our story section end */

/* Image section start */
.image-sec {
    padding: clamp(32px, 5.208vw, 100px) 0;
    background: rgba(255, 248, 253, 1);
}

.image-sec .container{
    max-width: 82.813vw
}

.image-sec .top-vector {
    margin-bottom: 20px;
}

.image-sec .top-vector img {
    margin: 0 auto;
    width: 100%;
    max-width: 56.719vw;
    height: auto;
}

.image-sec .inner-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.image-sec .inner-sec .image {
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.image-sec .inner-sec .image.direction {
    flex-direction: column-reverse;
}

.image-sec .inner-sec .image .h3 {
    text-align: center;
}

.image-sec .inner-sec .image img {
    max-width: 436px;
    width: 100%;
    max-height: 464px;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.image-sec .inner-sec .content {
    /* max-width: 450px; */
    display: flex;
    flex-direction: column;
    gap: 200px;
    margin-top: -120px;
    position: relative;
    width: 40%;
    padding-left: 2.604vw;
}

.image-sec .inner-sec .content .h3 {
    margin-left: 35px;
}

.image-sec .inner-sec .content p {
    font-size: clamp(16px, 1.25vw, 24px);
    max-width: 410px;
}

.image-sec .inner-sec .content .vector-1 {
    position: absolute;
    right: 3%;
    top: 23%;
}

.image-sec .inner-sec .content .vector-1 img {
    width: 21.531vw;
    height: auto;
}

.image-sec .inner-sec .content .vector-2 {
    position: absolute;
    bottom: -33%;
    left: -5%;
}

.image-sec .inner-sec .content .vector-2 img {
    max-width: 10.052vw;
    height: auto;
}

/* Image section end */

/* Our values section start */
.our-values {
    padding: clamp(32px, 5.208vw, 100px) 0;
}

.our-values .h3 {
    margin-bottom: clamp(12px, 2.5vw, 48px);
}

.our-values .inner-sec {
    display: flex;
    gap: 30px;
}

.our-values .value-box {
    width: calc(25% - (90px / 4));
    padding: 24px;
    border-radius: 16px;
}

.our-values .value-box img {
    width: clamp(32px, 4.375vw, 84px);
    height: clamp(32px, 4.375vw, 84px);
    object-fit: cover;
}

.our-values .value-box .h6 {
    margin: 12px 0;
    font-size: clamp(16px, 1.042vw, 20px);
    line-height: 120%;
}

.our-values .value-box p {
    font-size: clamp(14px, 1.042vw, 20px);
}

.our-values .value-box:nth-child(4n + 1) {
    background: linear-gradient(105.23deg, #FFF2F6 0%, #F7F0F6 100%);
}

.our-values .value-box:nth-child(4n + 2) {
    background: linear-gradient(105.23deg, #FFF1FC 0%, #E4E4FD 100%);
}

.our-values .value-box:nth-child(4n + 3) {
    background: linear-gradient(105.23deg, #FFFAF2 0%, #F3F0F7 100%);
}

.our-values .value-box:nth-child(4n + 4) {
    background: linear-gradient(105.23deg, #E6F3FF 0%, #D8F6F5 100%);
}

.our-values .text-animation {
    position: relative;
    margin-top: clamp(32px, 5.208vw, 100px);
}

.our-values .text-animation p {
    font-size: clamp(25px, 3.438vw, 66px);
    line-height: 170%;
    color: rgba(155, 155, 155, 1);
}

.our-values .text-animation .typeJsText {
    position: absolute;
    inset: 0;
    color: var(--secondary-color);
}

/* Our values section end */

/* Gallery section start */
.gallery {
    padding: clamp(32px, 5.208vw, 100px) 0;
    overflow: hidden;
}

.gallery .h3 {
    margin-bottom: clamp(12px, 2.5vw, 48px);
}

.gallery .swiper {
    overflow: unset;
}

.gallery .swiper::after {
    content: "";
    position: absolute;
    width: 100%;
    left: -100%;
    right: auto;
    top: 0;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.gallery .swiper-slide {
    height: auto;
    transition: all 0.5s;
}

.gallery .swiper-slide img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 476px;
}

/* Gallery section end */

@media only screen and (min-width: 1921px) {
    .image-sec .container{
        max-width: 1590px
    }
    .image-sec .inner-sec .content .vector-1 img {
        width: 418px;
    }
    .image-sec .top-vector img {
        max-width: 1085px;
    }
}

@media only screen and (min-width: 1536px) {
    .gallery .swiper-slide.swiper-slide-active {
        width: 740px !important;
    }
}

@media only screen and (max-width: 1680px){
    .image-sec .inner-sec .content .vector-1 {
        top: 30%;
    }
    .image-sec .inner-sec .content .vector-1 img {
        width: 18.531vw;
    }
}

@media only screen and (max-width: 1440px) {
    .image-sec .inner-sec .content {
        padding: 0;
    }
    .image-sec .inner-sec .content .vector-2 {
        left: -14%;
    }
    .image-sec .inner-sec .content .vector-1 {
        top: 38%;
    }
}

@media only screen and (max-width: 1280px){
    .image-sec .inner-sec .content .vector-2 {
        bottom: -30%;
    }
    .image-sec .inner-sec .content .vector-1 img {
        width: 15.531vw;
    }
    .image-sec .inner-sec .content .vector-1 {
        top: 44%;
    }
}

@media only screen and (max-width: 1199px) {
    .image-sec .container{
        max-width: 100%
    }

    .image-sec .inner-sec .content .vector-1 img {
        width: 18.531vw;
    }

    .image-sec .inner-sec .image {
        gap: 30px;
    }

    .image-sec .inner-sec .content {
        gap: 150px;
        margin-top: -70px;
    }

    .image-sec .inner-sec .image {
        gap: 30px;
    }

    .image-sec .inner-sec .content .vector-1 {
        top: 36%;
    }
}

@media only screen and (max-width: 991px) {
    .our-values .inner-sec {
        flex-wrap: wrap;
        gap: 16px;
    }

    .our-values .value-box {
        width: calc(50% - 8px);
    }

    .image-sec .inner-sec .content .vector-2 {
        bottom: -28%;
    }

    .image-sec .inner-sec .content {
        gap: 53px;
        margin-top: -70px;
        width: 75%;
    }

    .image-sec .inner-sec .content .vector-1 img {
        max-width: 130px;
    }

    .image-sec .inner-sec .content .vector-1 {
        top: 50%;
    }

    .image-sec .inner-sec .content .h3 {
        margin-left: 45px;
        margin-top: 10px;
    }

    .image-sec .inner-sec .content p {
        min-height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .our-story .inner-sec {
        flex-wrap: wrap;
    }

    .our-story .inner-sec>div {
        width: 100% !important;
    }

    .our-values .value-box {
        width: 100%;
        padding: 16px;
    }

    .our-values .value-box .h6 {
        margin: 12px 0 8px;
    }

    .image-sec .inner-sec {
        flex-wrap: wrap;
        gap: 45px;
    }

    .image-sec .inner-sec>div {
        width: 100% !important;
        max-width: 100% !important;
    }

    .image-sec .inner-sec .content {
        margin-top: 0px;
        gap: 30px;
    }

    .image-sec .inner-sec .content .h3 {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }

    .image-sec .inner-sec .content p {
        min-height: 100%;
    }

    .image-sec .top-vector,
    .image-sec .inner-sec .content .vector-1,
    .image-sec .inner-sec .content .vector-2 {
        display: none;
    }

    .image-sec .inner-sec .image {
        flex-direction: column-reverse;
        gap: 12px;
    }

    .image-sec .inner-sec .content {
        order: 3;
        gap: 12px;
        flex-direction: column-reverse;
    }

    .image-sec .inner-sec .image img {
        max-width: 100%;
    }

    .image-sec .inner-sec .content p {
        font-size: 14px;
        max-width: 100%;
    }
}
