@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.text-nowrap{
    white-space: nowrap;
}
.ff-livvic {
    font-family: "Livvic";
}

.ff-inter {
    font-family: "Livvic";
}

.fw-bold {
    font-weight: 700;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 600;
}

.fw-black {
    font-weight: 800;
}

.max-width {
    max-width: 1024px;
    margin: 0 auto;
}

.bg-lg-pink {
    background-color: rgba(254, 248, 255, 1);
}
.footer-background{
       background: linear-gradient(to right, rgba(91, 19, 96, 1), rgba(123, 36, 129, 1), rgba(200, 4, 203, 1)); 
}
.header-background{
    background-color: rgba(200, 4, 203, 1);
}
.dark-pink-font {
    color: rgba(200, 4, 203, 1);
}

.black-font {
    color: rgba(33, 39, 42, 1);
}

.pink-variable-font {
    color: rgba(255, 0, 235, 1);
}

.para-black-color {
    color: rgba(0, 0, 0, 1);
}

.button-update {
    background: linear-gradient(96.94deg, #C804CB 15.89%, #EE946D 105.27%);

    /* background: linear-gradient(to right, rgba(200, 4, 203, 1), rgba(238, 148, 109, 1)); */
}

.button-border {
    border: 2px solid transparent;
    border-radius: 48px;
    background: linear-gradient(to right, rgba(200, 4, 203, 1), rgba(238, 148, 109, 1));
    background-origin: border-box;
    background-clip: border-box, padding-box;
    -webkit-background-clip: border-box, padding-box;
    box-sizing: border-box;
}
#heading-text .cmp-title__text{
   font: 900 30px/110.00000000000001% "Livvic", sans-serif;
     color:rgba(70, 70, 70, 1);
     
}
.subheading-para{
   font: 400 16px/110.00000000000001% "Inter", sans-serif;
     color:rgba(0, 0, 0, 1);
     
}

@media screen and (min-width:992px) {
    .desktop-only {
         display: block;
      
    }
 .desktop-only-inline {
         display: inline-block;
    }
    .mobile-only-inline  {
        display: none;
    }
     .mobile-only {
        display: none;
    }

}

@media screen and (max-width:991px) {
    .desktop-only-inline  {
        display: none;
    }

    .mobile-only-inline  {
          display: inline-block;
    }
     .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}