:root {
    --primary: rgb(253, 184, 19);
    --secondary: rgb(254, 229, 137);
}

.shape {
    animation: morph 8s ease-in-out infinite;
    background: linear-gradient(45deg, var(--primary) 20%, var(--secondary) 10%);
    border-radius: 90% 40% 60% 70% / 60% 60% 70% 70%;
    height: 250px;
    width: 250px;
    transition: all 1s ease-in-out;

    position: absolute;
    top: 20%;
    left: 44%;
    /*z-index: -1;*/

    filter: blur(120px);
    -webkit-filter: blur(120px);
}

@keyframes morph {
    0% {

        border-radius:  60% 40% 30% 70% / 60% 31% 70% 40%;
        background: linear-gradient(250deg, var(--primary) 0%, var(--secondary) 100%);
    }

    50% {

        border-radius:  50% 60% 70% 40% / 50% 60% 60% 70%;
        background: linear-gradient(250deg, var(--primary) 1%, var(--secondary) 100%);
    }

    100% {
        border-radius:  60% 40% 30% 70% / 60% 32% 70% 40%;
        background: linear-gradient(250deg, var(--primary) 2%, var(--secondary) 100%);
    }
}






body {
    /*font-family: "Inter", sans-serif;*/
    font-family: 'Helvetica LT Std';
    font-weight: 400;
    line-height: 150%;
    color: #444444;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Helvetica LT Std';
    font-weight: 700;
}

p {
    font-weight: 400;
    line-height: 150%;
    font-size: 16px;
    font-family: 'Helvetica LT Std';
    
    /*font-family: "Inter", sans-serif;*/
}

figure {
    margin-bottom: 0;
}
img{
    max-width: 100%;
}

.section-padder {
    padding: 70px 0;
}

/*button*/
.buttons{
    display: flex;
    align-items: center;
    gap: 16px;
}
.btn-main,
.btn-link{
    cursor: pointer;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: #FDB813;
    border: 1px solid transparent;
    font-size: 16px;
    color: #222 !important;
    font-weight: 400;
    font-family: 'Helvetica LT Std';
}
.btn-link{
    background: transparent;
}
.btn-main:hover {
    background: #f79b09;
    color: #fff;
}
.btn-link:hover{
    text-decoration: none;
    color: #222;
}
.btn-main:focus{
    box-shadow: none;
    outline: 0;
}

.btn-main > svg,
.btn-link > svg {
    width: 36px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
    fill: #fff;
}

.btn-main:hover svg,
.btn-link:hover svg{
    transform: translateX(5px);
}

.btn-main:active {
    transform: scale(0.95);
}
.button-container{
    margin-top: 32px;
}
.btn-link svg{
    fill: #FBF5C6;
}


/*button*/


.women-hero__slider{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    .swiper{
        height: 100%;
        /*width: calc(50% - 8px);*/
        width: 40%;
        position: absolute !important;
    }
    .swiper-wrapper{
        display: flex;
        gap: 16px;
    }
}


.women-intro{
    background: #F2F2F2;
    padding: 24px 0 280px 0;
}

.women-hero{
    /*padding: 150px 0;*/
    position: relative;
    overflow: hidden;
    background: #fff;
}
.women-hero:before{
    content: '';
    position: absolute;
    top: 83%;
    left: -4%;
    width: 150px;
    height: 150px;
    background-image: url(images/square-dark.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(-30deg);
    /*z-index: -1;*/
}
.women-hero__container{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    .swiper-slide{
        height: 400px;
        padding-right: 5px;
        img{
            object-fit: cover;
            width: 550px;
            height: 400px;
            overflow: hidden;

            border: 3px solid #E5A812;
            border-width: 1.5px 3px 3px 1.5px;
            border-radius: 12px;
            box-shadow: 2px 2px #E5A812;
        }
    }

}
.women-hero__content img{
    width: 140px;
}
.women-hero__content figure{
    display: flex;
    align-items: center;
    gap: 12px;
}
.women-hero-title{
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 140%;
    margin: 24px 0;
    position: relative;
    z-index: 1;
    span{
        color: #E5A812;
        font-size: 32px;
    }
}


.offer{
    background-color: rgba(255, 252, 243, 0.5);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: contain;
    /*background: #FFFCF3;*/
    padding: 80px 0;
}

.offer__imagebox{
    position: relative;
}
.offer__textbox{
    position: absolute;
    top: 12%;
    left: 5%;
    width: 50%;
    h3{
        margin-bottom: 24px ;
    }
}
.offer__image-wrap:nth-child(2){
    grid-row-start: span 2;
}
.offer__image-wrap img{
    min-height: 420px;
}

.women-product{
    background: #F7F8FC;

}
.section-title{
    margin-bottom: 48px;
}
.sub-heading{
    font-size: 32px;
    font-weight: 700;
    color: #222;
}
.women-product-tabs .nav{
    gap: 12px;
    flex-wrap: nowrap;
    padding-bottom: 1em;
}
.women-product-tabs .nav .nav-item{
    flex-shrink: 0;
}
.women-product-tabs .nav-pills .nav-link{
    border-radius: 50px;
    padding: 8px 18px;
    background: #fff;
    border: 0;
    color: #444;
    cursor: pointer;
}
.women-product-tabs .nav-pills .nav-link:hover{
    background: #fbf5c6;
}
.women-product-tabs .nav-pills .nav-link.active{
    background: #E5A812;
    color: #fff;
}
.women-product-tabs .nav-pills .nav-link:focus{
    outline: 0;
}
.women-product-tab-content{
    background: #fff;
    padding: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    /*align-items: center;*/
}
.women-product-tab-container{
    margin-top: 36px;
    border-radius: 16px;
}
.women-product-tab-content__detail h4{
    color: #E5A812;
    font-size: 24px;
    
}
.steps-heading{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 32px 0 16px 0;
}
.steps-container{
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    margin-bottom: 48px;
}
.step{
    padding: 16px;
    background: #FDFAE9;
    min-width: 280px;
    max-width: 280px;
}
.step-number{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}
.step-title{
    color: #222;
    margin-bottom: 8px;
}
.step-description{
    color: #444;
    font-size: 14px;
}
.women-product-tab-content__image figure{
    border-radius: 16px;
    overflow: hidden;
}

.women-testimonials{
    /*background-color: rgba(255, 252, 243, 0.5);*/
    /*background-blend-mode: multiply; */
    background-repeat: no-repeat;
    background-position: 110%;
    position: relative;
}
.women-testimonials:before{
    content: '';
    position: absolute;
    top: 10%;
    left: -6%;
    width: 200px;
    height: 200px;
    background-image: url('images/square2.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(-20deg);
}
.women-testimonials__wrapper{
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    gap: 64px;
    /*align-items: center;*/
}
.women-testimonials__content{
    padding-top: 44px;
}
.women-testimonials__image figure img{
    border-radius: 12px;
    overflow: hidden;
}
.women-testimonials__image figcaption{
    margin-top: 24px;
}
.women-testimonials__image figcaption p{
    font-size: 18px;
    color: #222;
    margin-bottom: 0;
}
.women-testimonials__image figcaption span{
    font-size: 14px;
    color: #444;
    
    
}
.women-testimonials__content h5{
    font-size: 22px;
    
    line-height: 150%;
    color: #222;
    margin-bottom: 16px;
}
.women-testimonials__content article{
    border-bottom: 2px solid #E5A812;
    padding-bottom: 24px;
}
.women-testimonials__container{
    position: relative;
}
/*.women-testimonials__title{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 30%;*/
/*    z-index: 2;*/
/*}*/
.women-testimonials__title h2{
    font-size: 60px;
    font-weight: 400;
    line-height: 150%;
    color: #E5A812;
    font-family: "Kaushan Script", cursive;
    margin-bottom: 0.5em;
}
.testimonials-slider{
    position: relative;
}
/*.swiper-button-next:after, .swiper-button-prev:after {*/
/*    font-family: 'Material Icons'; */
/*    font-size: 24px;*/
/*    text-transform: none !important;*/
/*    letter-spacing: 0;*/
/*    font-variant: initial;*/
/*    line-height: 1;*/
/*}*/

/*!* Customize icons *!*/
/*.swiper-button-next:after {*/
/*    content: "arrow_forward"; */
/*}*/

/*.swiper-button-prev:after {*/
/*    content: "navigate_before"; */
/*}*/
.swiper-button-next:after, .swiper-button-prev:after{
    color: #fff;
    font-size: 18px;
}
.swiper-btn{
    position: absolute;
    top: 75%;
    cursor: pointer;
    height: 36px;
    width: 36px;
    background: #E5A812;
    border-radius: 50%;
}
.swiper-button-prev{
    left: 90%;
}



.women-hero{
    .content {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        max-width: 800px;
        position: relative;
        overflow: hidden;
        height: 800px;
        transform: rotate(5deg);
    }
    .swiper-wrapper{
        transition-timing-function: linear;
    }
    .swiper.swiper1 {
        left: 0;
        top: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .swiper-pointer-events.swiper-vertical {
        touch-action: pan-x;
    }
    .swiper {
        height: 100%;
        width: calc(50% - 8px);
        position: absolute !important;
    }
    .swiper.swiper2 {
        left: calc(50% + 10px);
        top: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .swiper-vertical>.swiper-wrapper {
        flex-direction: column;
    }
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }

}

/*women intro*/

.chart-container {
    position: relative;
    width: 650px;
    height: 500px;
    margin: 0 auto;
    margin-top: 250px;
}
canvas {
    position: relative;
    z-index: 1;
}
/*.chart-image{*/
/*    background: #E5A812;*/
/*    height: 400px;*/
/*    width: 400px;*/
/*    border-radius: 50%;*/
/*}*/
/*.chart-image img{*/
/*    height: 400px;*/
/*    width: 400px;*/
/*    border-radius: 50%;*/
/*    overflow: hidden;*/
/*}*/
#cool{
    fill:none;
}
textPath{
    font-size:40px;
    fill:#E5A812;
}
.chart-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -40%;

}
.chart-text{
    position: absolute;
    width: 250px;
    h5{
        font-size: 18px;
        font-weight: 700;
        color: #222;
        margin-bottom: 8px;
    }
    p{
        font-size: 14px;
    }
}
.chart-text:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #b7b7b7;
    top: -25%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.chart-text1{
        left: -50%;
    top: 15%;
    :after{
        content: '';
        position: absolute;
        width: 65px;
        height: 1px;
        background: #b7b7b7;
        top: 38%;
        left: 120%;
        transform: translate(-50%, -50%);
    }
}
/*.chart-text1 p{*/
/*    position: relative;*/
/*}*/
/*.chart-text1 p:after{*/
/*    content: url('images/union2.svg');*/
/*    position: absolute;*/
/*    top: 38%;*/
/*    left: 120%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 66px;       */
/*    height: 2px;      */
/*}*/
.chart-text2{
    left: -20%;
    top: 85%;
    :after{
        content: '';
        position: absolute;
        width: 115px;
        height: 1px;
        background: #b7b7b7;
        top: -39%;
        left: 63%;
        transform: translate(-50%, -50%);
    }
}
.chart-text3{
    left: 40%;
    top: 100%;
}
.chart-text4{
    left: 90%;
    top: 76%;
    :after{
        content: '';
        position: absolute;
        width: 115px;
        height: 1px;
        background: #b7b7b7;
        top: -41%;
        left: 17%;
        transform: translate(-50%, -50%);
    }
}
.chart-text4:before{
        height: 32px;
}
.chart-text5{
    left: 115%;
    top: 18%;
    :after{
        content: '';
        position: absolute;
        width: 65px;
        height: 1px;
        background: #b7b7b7;
        top: 20%;
        left: -30%;
        transform: translate(-50%, -50%);
    }
}
.chart-text1:before{
    content: none;
}
.chart-text5:before{
    content: none;
}
.chart-text5:after{
    width: 55px;
    left: -26%;
}


/*.chart-text5{*/
/*    width: 100px;*/
/*}*/
.testimonials-modal .modal-body{
    padding: 4em;
    position: relative;
}
.testimonials-modal .modal-body h5{
    margin-bottom: 1em;
}
.testimonials-modal .close{
    position: absolute;
    right: 2%;
    top: 1%;
    font-weight: 300;
    font-size: 28px;
}
.testimonials-modal .close:focus{
    outline: 0;
}
.women-testimonials__content a:focus{
    text-decoration: none;
}
.img-hover-zoom img{
    transition: transform 1s ease-out;
}
.img-hover-zoom:hover img {
    transform: scale(1.05);
}
.online-partner-slider .slick-slide{
    height: auto !important;
}
.women-product-tab-content__detail{
    padding-top: 44px;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .women-testimonials__image figure img {
        height: 500px;
    }
}

@media screen and (max-width: 1280px) {
    .chart-text1{
        left: -43%;
    }
    .chart-text5{
        left: 108%;
    }
}
@media screen and (max-width: 1024px) {
    .women-hero__container .swiper-slide {
        height: auto;
    }
    .women-hero__container .swiper-slide img {
        height: auto;
    }
    .women-hero-title{
        font-size: 36px;
        span{
            font-size: 28px;
        }
    }
    .chart-container{
        width: 550px;
        margin-top: 150px;
    }
    .chart-top{
        top: -28%;
    }
    .chart-text1{
        left: -39%;
    }
    .chart-text2 {
        left: -20%;
        top: 86%;
    }
    .chart-text4 {
        left: 87%;
        top: 84%;
    }
    .chart-text5 {
        left: 96%;
        top: 39%;
    }
    .women-product-tab-content{
        padding: 50px;
        gap: 32px;
    }
    .women-testimonials__title h2{
        font-size: 44px;
    }
    .women-testimonials__content h5{
        font-size: 18px;
    }
    .women-product-tabs .nav{
        overflow-x: scroll;
    }
    .chart-text{
            position: static;
    }
    .chart-text-box .chart-text {
        display: none;
    }
    .chart-text-box .chart-text1 {
        display: block;
    }
    .chart-text{
        width: auto;
    }
    #bankChart{
        display: none;
    }
    .women-intro{
        padding-bottom: 160px;
    }
    .chart-text:before{
        content: none;
    }
    .chart-text1:after,
    .chart-text2:after,
    .chart-text3:after,
    .chart-text4:after,
    .chart-text5:after {
        content: none !important;
    }



}
@media screen and (max-width: 991px) {
    .women-hero:before{
        content: none;
    }
    .women-hero__container .swiper-slide{
        width: auto;
    }
    .women-hero__container .swiper-slide img{
        width: auto;
    }
    .women-hero__container{
        grid-template-columns: 1fr;
    }
    .women-hero .swiper{
        position: static !important;
        width: calc(100% - 8px);
    }
    .women-hero__content{
        padding-top: 50px;
        z-index: 1;
    }

    .women-hero .content{
        transform: rotate(0deg);
        flex-direction: column;
    }
    .women-product-tab-content{
        grid-template-columns: 1fr;
    }
    .women-product-tab-content__detail{
        display: grid;
        order: 2;
    }
    .women-product-tab-content__detail .description{
            text-align: justify;
    }
    .women-product-tab-content__image figure img{
        height: auto;
    }
    /*.offer__image-wrap img{*/
    /*    min-height: auto;*/
    /*}*/
    .offer__textbox h3{
        font-size: 1.2rem;
    }
    /*.btn-main, .btn-link{*/
    /*    font-size: 14px;*/
    /*}*/
    .women-testimonials__wrapper{
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .women-testimonials__image{
        img{
            width: 300px;
        }
    }
    .women-testimonials__title{
        position: static;
        text-align: center;
    }
    .swiper-button-prev {
        left: 86%;
    }
    .swiper-btn{
        top: 4%;
    }
}
@media screen and (max-width: 767px){

        .chart-text-box{
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-top: -64px;
        }
        .chart-text:before{
            content: none;
        }
        .chart-text1 :after,
        .chart-text2 :after,
        .chart-text3 :after,
        .chart-text4 :after,
        .chart-text5 :after{
            content: none;
        }
        /*.women-intro{*/
        /*    padding-bottom: 560px;*/
        /*}*/
        .swiper-button-prev {
            left: 80%;
        }
    .steps-container{
        margin-bottom: 0;
    }
    .offer__image-wrap img{
        object-fit: cover;
    }


    }
@media screen and (max-width: 575px){
    
    .women-testimonials__content h5 {
        font-size: 16px;
    }
    .women-testimonials__wrapper{
        gap: 16px;
    }
    .women-testimonials__content{
        padding: 0 24px;
    }
    .women-product-tab-content__detail h4{
        font-size: 18px;
    }
    .women-product-tab-content__detail{
        padding-top: 0;
    }
    .section-padder{
        padding: 40px 0;
    }
    .women-hero__content figure figcaption{
        font-size: 14px;
    }
    .shape{
        left: 95%;
    }
    .chart-container{
        width: auto;
        margin-top: 40px;
    }

    .chart-text {
        width: 100%;
    }
    .chart-text-box{
        margin-top: -300px;
    }
    .women-intro {
        padding-top: 0px;
        padding-bottom: 60px;
    }
    .sub-heading{
        font-size: 20px;
    }
    .women-product-tab-content{
        padding: 16px;
    }
    .women-testimonials__title h2 {
        font-size: 32px;
    }
    .swiper-button-prev {
        left: 75%;
    }
    .buttons{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .offer__textbox{
        width: 90%;
        top: 8%;
    }
    .button-container {
        margin-top: 16px;
    }
    .women-testimonials__content article p{
        display: none;
    }
    .women-testimonials__image img{
        width: auto;
    }
    .swiper-btn {
        top: 30%;
    }
    .swiper-button-prev {
        left: 0;
    }
    .women-testimonials:before{
        top: 5%;
    }
    .women-testimonials{
        background-image: none !important;
    }
    .swiper-wrapper{
        padding-bottom: 120px;
    }
    .testimonials-modal .modal-body{
            padding: 2em;
    }
    .women-hero__container .swiper-slide{
        width: 180px;   
    }
    .women-hero .content{
        height: 480px;
        padding-bottom: 50px;
    }
    .women-hero-title {
        font-size: 22px;
        span{
            font-size: 22px;
        }
    }
    .offer__textbox h3 {
        font-size: 20px;
    }
    .offer{
        padding: 40px 0;    
    }
    #bankChart{
        display: block;
    }
    .chart-top{
        top: -6%;
        left: 2%;
    }
    
}

@media screen and (max-width: 420px){
    .women-testimonials__image img{
            height: 400px !important;
            margin: auto;
    }
    .women-testimonials__image {
        margin: auto;
    }
    .women-testimonials__container {
    
        margin-bottom: 50px;
    }
}
