@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root{
    --headerheight: 92px;
    --primary-color: rgba(159, 88, 109, 1);
    --primary-dark: rgba(117, 57, 75, 1);
    --white-color: #ffffff;
    --primary-light: rgba(250, 204, 217, 1);
    --section-space: 4rem;
}


.primary-light-bg{
    background: var(--primary-light);
}

.white-bg{
    background: var(--white-color);
}

.radius-a{
    border-radius: 48px;
}

.display-flex{
    display: flex;
}

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

.row-reverse{
    flex-direction: row-reverse;
}

b{
    font-weight: 600;
}

.flex-1{
    flex: 1;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.section-space{
    padding: var(--section-space) 0;
}
.section-space-up{
    padding: var(--section-space) 0 0;
}
.section-space-down{
    padding: 0 0 var(--section-space);
}

.section-space-half{
    padding: calc(var(--section-space) / 2) 0;
}
.section-space-half-up{
    padding: calc(var(--section-space) / 2) 0 0;
}
.section-space-half-down{
    padding: 0 0 calc(var(--section-space) / 2);
}

body *{
    font-family: "Poppins" !important;
    
}

.banner-breast-lp{
    position: relative;
}
.banner-breast-lp .bg{
    position: relative;
}

.banner-breast-lp .bg img{
    object-fit: cover;
    object-position: top left;
    min-height: 535px;
}

.w-100{
    width: 100%;
}

.heading .h2{
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
}

.heading:has(.h2 ~ *) .h2 {
    margin-bottom: 24px;
}


.heading{
    margin-bottom: 36px;
}


/* Bootstrap 5 Container CSS */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}


.container-mini-a{
    max-width: 884px;
    margin-left: auto;
    margin-right: auto;
}
.container-mini-b{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.container-mini-c{
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
}

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

.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}

h4{
    font-size: 22px;
}

h5,.h5{
    font-size: 18px;
}

h6{
    font-size: 16px;
}

.w-100{
    width: 100%;
    max-width: 100%;
}


.grid-b{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}

.card-a{
    background: var(--primary-light);
    padding: 32px 32px 60px;
    border-radius: 8px;
}

.card-a h5{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin: 20px 0;
}

.card-b{
    display: block;
}

.card-b figure{
    display: block;
    aspect-ratio: 558/314;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.card-b figure img:not(.play-btn){
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-width: 100%;
}

.card-b figure .play-btn{
    height: 56px;
    width: 56px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.card-b figcaption{
    color: #000;
}

.heading:has(p) .h2{
    margin-bottom: 24px;
}

.banner-breast-lp .bg::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.6) 100%);
    z-index: 1;
    display: none;
}

.banner-breast-lp .banner-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.banner-breast-lp .banner-wrapper .d-flex{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 2rem;
}

.banner-breast-lp .banner-wrapper .d-flex .colA{
    flex: 1
}

.banner-breast-lp .banner-wrapper .d-flex .colA h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 1.15;
}

.banner-breast-lp .banner-wrapper .d-flex .colA p{
    font-size: 20px;
    line-height: 1.4;
    max-width: 324px;
    margin: 18px 0 40px;
}

.banner-breast-lp .banner-wrapper .d-flex .colA .banner-lp-nav{
    display: flex;
    align-items: center;
    gap: 4rem;
}
.banner-breast-lp .banner-wrapper .d-flex .colA .banner-lp-nav .prev,
.banner-breast-lp .banner-wrapper .d-flex .colA .banner-lp-nav .next{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid rgba(45, 45, 45, .75);
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s ease;
}
.banner-breast-lp .banner-wrapper .d-flex .colA .banner-lp-nav .prev:hover,
.banner-breast-lp .banner-wrapper .d-flex .colA .banner-lp-nav .next:hover{
    background: var(--primary-color);
    border-color: var(--primary-color);
}


.banner-breast-lp .banner-wrapper .d-flex .colB{
    flex: 0 1 420px;
    max-width: 420px;
    width: 100%;
}


.contact-lp-form{
    background: #ffffff;
    border-radius: 40px;
    padding: 32px 24px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-lp-form h4{
    font-size: 24px;
    font-weight: 500;
}

.contact-lp-form label{
    display: block;
}

.contact-lp-form label.is-invalid{
    position: absolute;
    line-height: 1.4;
    top: 100%;
    left: 0;
    right: 0;
    color: red;
    font-size: 14px;
}

.contact-lp-form .form-group{
    position: relative;
}

.contact-lp-form input,
.contact-lp-form textarea{
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    line-height: 1;
    width: 100%;
    font-size: 16px;
    padding: 9.5px 12px;
}

.contact-lp-form textarea{
    min-height: 65px;
    resize: none;
    border-radius: 12px;
}

.contact-lp-form input:focus,
.contact-lp-form textarea:focus{
    outline: none;
}

.contact-lp-form .coutrycode-div{
    display: flex;
    flex-wrap: wrap;
}

.contact-lp-form .coutrycode-div .dropdowncountry{
    flex: 0 1 auto;
    border: 1px solid #D9D9D9;
    border-right: none;
    position: relative;
    border-radius: 30px 0 0 30px;
    transition: .3s ease;
}

.contact-lp-form .coutrycode-div .dropdowncountry .title{
    height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-left: 12px;
    color: var(--primary-color);
    cursor: pointer;
}

.contact-lp-form .coutrycode-div .dropdowncountry .title img{
    transform: rotate(90deg);
    width: 8px;
}

.contact-lp-form .coutrycode-div input{
    flex: 1;
    border-left: none;
    border-radius: 0px 30px 30px 0px;
}

.contact-lp-form .coutrycode-div:has(input:focus) .dropdowncountry{
    border-color: var(--primary-color);
}



.contact-lp-form .coutrycode-div .menudrop{
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background: #ffffff;
    display: none;
    z-index: 3;
    max-height: 168px;
    padding: 5px 0;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.contact-lp-form .coutrycode-div .menudrop .option{
  cursor: pointer;
  padding: 4px 12px;
  font-size: 12px;
  transition: .4s ease;
}
.contact-lp-form .coutrycode-div .menudrop .option:hover{
  background: #803B94;
  color: #ffffff;
}

.contact-lp-form input:focus{
    box-shadow: none;
    border-color: var(--primary-color);
}


.contact-lp-form .sbmt-btn-lp{
    padding: 10px 30px;
    background: var(--primary-color);
    border-radius: 30px;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    transition: .4s ease;
}

.contact-lp-form .sbmt-btn-lp:hover{
    background: #ffffff;
    color: var(--primary-color);
}


ul.wds-nav li{
    font-size: 18px;
    align-items: center;
    line-height: 1.3;
    font-weight: 400;
    display: flex;
    gap: 36px;
    color: rgba(45, 45, 45, 0.5);
    justify-content: flex-start;
    cursor: pointer;
    --lisize: 26px;
    --offset: 6px;
    text-align: left;
}

ul.wds-nav li::before{
    content: '';
    display: inline-block;
    height: var(--lisize);
    width: var(--lisize);
    min-width: var(--lisize);
    border-radius: 50%;
    background: var(--primary-dark);
    outline: 1px solid var(--primary-dark);
    outline-offset: var(--offset);
    transition: .4s ease-out;
    background: none;
}

ul.wds-nav li.active{
    color: #000;
}
ul.wds-nav li.active::before{
    background: var(--primary-dark);
}

ul.wds-nav li:not(:last-child){
    margin-bottom: 40px;
}

.flex-ico-tab{
    gap: 90px;
    align-items: center;
}

.flex-ico-tab .colA{
    flex: 0 1 43%;
    max-width: 43%;
    width: 100%;
}

.flex-ico-tab .colA .tab-nav-content .tabs.active{
    transition: .4s ease;
}

.flex-ico-tab .colA .tab-nav-content .tabs:not(.active){
    transform: translateY(20px);
    transition: .2s ease;
}

.flex-ico-tab .colA .ico-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-ico-tab .colA .ico-flex img{
    max-width: 100%;
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 15px;
}

.flex-a{
    gap: 5rem;
}


.flex-a figcaption{
    flex: 0 1 43%;
    max-width: 43%;
    width: 100%;
}

.flex-a figcaption p{
    font-size: 15px;
}

.flex-a figcaption ul{
    padding-left: 22px;
}
.flex-a figcaption ul:not(:last-child),
.flex-a figcaption h5:not(:last-child),
.flex-a figcaption p:not(:last-child){
    margin-bottom: 15px;
}


.dsaa-flex{
    gap: 3rem;
}

.dsaa-flex .colB{
    flex: 0 1 30%;
    max-width: 30%;
    width: 100%;
}

.bcs-secD .display-flex .heading .h2{
    font-size: 24px;
}

.bcs-secD .display-flex .heading{
    margin-bottom: 20px;
}


/* SM - ≥576px */
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

/* MD - ≥768px */
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

/* LG - ≥992px */
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

/* XL - ≥1200px */
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* XXL - ≥1400px */
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

@media (max-width: 1600px) {
    .banner-breast-lp .banner-wrapper .d-flex {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1400px) {
    .banner-breast-lp .banner-wrapper .d-flex .colA h1{
        font-size: 48px;
    }
  .banner-breast-lp .banner-wrapper .d-flex .colA p{
      font-size: 20px;
    }
  .contact-lp-form label.is-invalid{
      font-size: 12px;
  }
  .contact-lp-form {
      gap: 18px;
    }

  ul.wds-nav li{
      font-size: 18px;
      --lisize: 18px;
    }
  ul.wds-nav li:not(:last-child) {
        margin-bottom: 30px;
    }
    .heading h5,
    .heading .h5{
        font-size: 16px;
    }
    .heading .h2{
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .contact-lp-form h4 {
        font-size: 20px;
    }
    .banner-breast-lp .banner-wrapper .d-flex .colA h1{
        font-size: 38px;
    }
    .banner-breast-lp .banner-wrapper .d-flex .colA p{
        font-size: 18px;
        max-width: 380px;
    }
    ul.wds-nav li:not(:last-child) {
        margin-bottom: 20px;
    }
    ul.wds-nav li{
        font-size: 16px;
        gap: 20px;
        --lisize: 12px;
    }
    .flex-ico-tab{
        gap: 55px;
    }
    .banner-breast-lp .banner-wrapper .d-flex{
        padding: 0 2rem;
    }
    .card-b figcaption h5,
    .card-b figcaption .h5{
        font-size: 16px;
    }
    
    .heading:has(.h2 ~ *) .h2 {
        margin-bottom: 18px;
    }
    
    .flex-a{
        gap: 2rem;
        align-items: flex-start;
    }
    
    .flex-a:not(:last-child){
        padding-bottom: 58px;
        padding-top: 0;
    }
    
    .flex-a:last-child{
        padding-top: 0;
    }
    
    .dsaa-flex .heading{
        margin-bottom: 0;
    }
    
    .flex-a .heading{
        margin-bottom: 0;
    }
    
    .flex-a figcaption .heading .h2,
    .dsaa-flex .heading .h2{
        font-size: 22px;
    }
    .dsaa-flex {
        gap: 1rem;;
    }
    h5, .h5 {
        font-size: 18px;
    }
    .banner-breast-lp .banner-wrapper .d-flex .colB{
        flex: 0 1 350px;
        max-width: 350px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .banner-breast-lp .banner-wrapper{
        position: unset;
    }
    .banner-breast-lp .banner-wrapper .d-flex{
        position: relative;
        justify-content: center;
    }
    .banner-breast-lp .banner-wrapper .d-flex .colB{
        margin-top: 2rem;
    }
    .header-root.scroll-view{
        padding-bottom: 0 !important;
    }
    .banner-breast-lp .banner-wrapper .d-flex .colA{
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 0 3rem 4rem;
    }
    .banner-breast-lp .bg img {
        min-height: initial;
    }
    .flex-ico-tab .colA{
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
    }
    .flex-ico-tab .colA .ico-flex{
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .flex-a figure,
    .flex-a figcaption{
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
    }
    
    .dsaa-flex .colB{
        flex: 0 1 100%;
        max-width: 100%;
        order: 1;
    }
    
    .dsaa-flex .colB img{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .dsaa-flex .colA{
        order: 2;
    }
    .dsaa-flex .colC{
        order: 3;
    }
    .flex-a figcaption .heading .h2, .dsaa-flex .heading .h2{
        font-size: 24px;
    }
    
}
@media (max-width: 767px) {
    .banner-breast-lp .banner-wrapper .d-flex .colA{
        padding: 0 2rem 2rem;
    }
    .grid-b{
        grid-gap: 15px;
    }
    .card-a {
        padding: 25px 15px 30px;
    }
}

@media (max-width: 575px) {
    .banner-breast-lp .banner-wrapper .d-flex .colA {
        padding: 0 .75rem 2rem;
    }
        .banner-breast-lp .banner-wrapper .d-flex .colA h1 {
        font-size: 28px;
    }
    .banner-breast-lp .banner-wrapper .d-flex .colA p {
        font-size: 16px;
        max-width: 314px;
        margin: 14px 0 34px;
    }

    .banner-breast-lp .banner-wrapper .d-flex{
        padding: 0 .75rem;
        margin-bottom: 0;
    }
    .contact-lp-form{
        padding: 22px 15px;
    }
    .contact-lp-form h4 {
        font-size: 20px;
        text-align: center;
    }
    .contact-lp-form label:not(.is-invalid){
        font-size: 14px;
    }
    .heading .h2 {
        font-size: 22px;
    }
    .grid-b{
        grid-template-columns: 100%;
    }
    :root {
    --section-space: 3rem;
    }
        .card-b figcaption h5, .card-b figcaption .h5 {
        font-size: 15px;
    }
    .rcb-btn{
        font-size: 14px;
    }
    .card-b figure{
        margin-bottom: 15px;
    }
        .grid-b {
        grid-gap: 22px;
    }
        .heading h5, .heading .h5 {
        font-size: 15px;
    }
        ul.wds-nav li {
            font-size: 15px;
        }
        .card-a h6{
            font-size: 15px;
        }
        .bcs-secD .display-flex .heading .h2{
            font-size: 20px;
        }
        .bcs-secB  p,
        .bcs-secD  p{
            font-size: 15px;
        }
    .flex-ico-tab .colA .ico-flex img{
        padding: 0 5px;
    }
    ul.wds-nav li{
        padding-left: 8px;
    }
    .radius-a {
        border-radius: 25px;
    }
    .dsaa-flex .colA,.dsaa-flex .colC{
        flex: 0 1 100%;
        max-width: 100%;
        width: 100%;
    }
        .flex-a figcaption .heading .h2, .dsaa-flex .heading .h2 {
        font-size: 18px;
    }
    .card-a h5 {
        margin: 10px 0 12px;
    }
}
