@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}

@font-face {
    font-family: 'Inter Display';
    src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'),
        url('../fonts/InterDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Display';
    src: url('../fonts/InterDisplay-Bold.woff2') format('woff2'),
        url('../fonts/InterDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Display';
    src: url('../fonts/InterDisplay-Medium.woff2') format('woff2'),
        url('../fonts/InterDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Display';
    src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/InterDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Display';
    src: url('../fonts/InterDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/InterDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Display';
    src: url('../fonts/InterDisplay-Black.woff2') format('woff2'),
        url('../fonts/InterDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Inter Display';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #FDEFF8;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1370px;
}
h1,h2{
    font-family: 'Satoshi-Bold';
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 35px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 32px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
/* **** End Header **** */

/* **** Hero Banner ***** */
.hero-banner{
    position: relative;
    padding: 220px 0 140px;
    background: #FFE4F6;
}
.hero-banne .container{
    position: relative;
}
.banner-data{
    position: relative;
    z-index: 6;
}
.banner-data h1{
    font-size: 55px;
    color: #6A315A;
    line-height: 65px;
    font-weight: 900;
    margin: 0 0 30px;
    max-width: 520px;
}
.banner-data p{
    max-width: 515px;
    font-size: 19px;
    font-weight: normal;
    color: #6A315A;
    line-height: 28px;
    margin: 0 0 85px;
}
.banner-data h6{
    font-size: 16px;
    font-weight: 600;
    color: #F74880;
    margin: 0 0 20px;
}
.banner-data ul{
    display: flex;
    align-items: center;
}
.banner-data ul li{
    margin-right: 15px;
}
.banner-data ul li:last-child{
    margin: 0;
}
.banner-data ul li a{
    padding: 12px 35px 12px 25px;
    display: flex;
    align-items: center;
    background: #D01374;
    border-radius: 20px;
    box-shadow: 0px 1px 2px rgba(173, 175, 196, 0.5), 0px 0px 0px 1px rgba(233, 234, 239, 0.5);
}
.appic{
    min-width: 40px;
    max-width: 40px;
    width: 100%;
    margin-right: 10px;
}
.appic img{
    max-width: 100%;
    object-fit: contain;
}
.banner-data ul li a h3{
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    font-family: 'Satoshi-Bold';
}
.banner-data ul li a h3 span{
    display: block;
    font-weight: 500;
    font-size: 13px;
}
.banner-data ul li a:hover{
    background: #6A315A;
}

.banner-img{
    position: absolute;
    top:170px;
    right:-00px;
    max-width: 1000px;
}
.banner-img img.banner-inbx{
    width: 100%;
    position: relative;
    z-index: 1;
}
img.banner-shp{
    position: absolute;
    top: 40px;
    right: 100px;
    max-width:1200px;
}
/* **** End Hero Banner ***** */

/* **** Features **** */
.features-wrp{
    padding: 200px 0 110px;
    position: relative;
}
.titlebar{
    margin: 0 auto 55px;
}
.titlebar h2{
    font-size: 33px;
    font-weight: 900;
    color: #6A315A;
    text-align: center;
    margin: 0 auto 12px;
}
.titlebar p{
    font-size: 19px;
    font-weight: 500;
    color: #9C7391;
    text-align: center;
    margin: 0 auto;
}
.features-box{
    position: relative;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 30px);
    margin: 0 0 30px;
    box-shadow: 0px 1px 2px rgba(197, 170, 193, 0.66), 0px 0px 0px 1px rgba(18, 55, 105, 0.05);
    overflow: hidden;
}
.big-feture-box{
    align-items: flex-end;
    justify-content: flex-end;
}
.feature-img img{
    width: 100%;
}
.big-feture-box .feature-img{
    width: 60%;
}
.big-feture-box .feature-img img{
    width: 100%;
}

.mobile-img{
    display: none;
}
.feature-data{
    max-width: 320px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.feature-data h3{
    font-size: 20px;
    font-weight: 600;
    color: #6A315A;
    margin: 0 0 15px;
}
.feature-data p{
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #8D5E80;
    line-height: 22px;
}
.wight-trackbox .feature-img img{
    padding: 50px 0 0;
    width: 100%;
}

.suggestions-box .feature-img,
.small-feature-box .feature-img{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}
.small-feature-box .feature-img img{
    width:83%;
    margin: 0 0 -15px;
}
.small-feature-box .feature-data{
    padding: 0 20px 20px;
    position: relative;
    bottom: 0;
    left: 0;
}

.suggestions-box .feature-img{
    padding: 15px;
}
.suggestions-box .feature-img svg,
.suggestions-box .feature-img img{
    width: 40%;
}

.more-featurebx .feature-data h3{
    margin: 0;
}
/* **** End Features **** */

/* **** Commnets **** */
.comment-wrp{
    padding: 70px 0 70px;
    position: relative;
    background: #FFE4F6;
}
img.commnet-shp{
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
}
.commnet-row{
    position: relative;
}
.commnet-row:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(255, 228, 246, 0) 0%, #FFE4F6 85%);
    width: 110%;
    height: 450px;
    bottom: 0;
    left: -5%;
    right: -5%;
    margin: 0 auto;
}
.commnet-block{
    padding: 25px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(197, 170, 193, 0.66), 0px 0px 0px 1px rgba(18, 55, 105, 0.05);
    border-radius: 12px;
    margin: 0 0 20px;
}
.commnet-head{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.commnet-head h3{
    font-size: 18px;
    font-weight: bold;
    color: #6A315A;
    margin: 0;
}
.commnet-head .raitingbx{
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}
.commnet-block p{
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #797979;
    line-height: 22px;
}
.commnet-row .grid{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.element-item{
    width: 33.33%;
    padding: 0 15px;
}
img.commnet-shp-mob{display: none;}
.commnet-slider-row{display: none;}

.commnet-slider .slick-dots{
    margin: 25px auto 0;
    display: flex;
    align-items: center; 
    justify-content: center;   
}
.commnet-slider .slick-dots li{
    line-height: 0;
    margin-right: 10px;
}
.commnet-slider .slick-dots li:last-child{
    margin: 0;
}
.commnet-slider .slick-dots li button{
    width: 12px;
    height: 12px;
    border: none;
    font-size: 0;
    background: #FFC9ED;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.commnet-slider .slick-dots li.slick-active button{
    background: #FB4982;
}
.commnet-slider .slick-slide {
    margin: 10px 15px;
}
.commnet-slider .slick-list {
    margin: 0 -15px;
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
/* **** End Commnets **** */

/* **** FAQs **** */
.faq-wrp{
    padding: 97px 0 130px;
}
.faq-list{
    max-width: 800px;
    margin: 0 auto;
}
.faq-list .accordion .accordion-item {
    margin: 0 0 12px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(197, 170, 193, 0.66), 0px 0px 0px 1px rgba(18, 55, 105, 0.05);
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
}
.faq-list .accordion .accordion-item .accordion-button {
    font-size: 17px;
    padding: 5px 20px 5px 35px;
    color:#6A315A;
    font-weight: 500;
    background-color: transparent;
    position: relative;
}
.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f059";
    font-family: "Font Awesome 5 Pro";
    left:0;
    top: 50%;
    font-size: 18px;
    color: #FB97CB;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f059";
}
.faq-list .accordion .accordion-body{
    margin: 15px 0 0;
    padding: 15px 10px 0;
    border-top: 1px solid #E8E8E8;
}
.faq-list .accordion .accordion-body p{
    font-size: 17px;
    font-weight: normal;
    color: #797979;
    line-height: 26px;
    margin: 0;
}
/* **** End FAQs **** */

/* **** Healthy Pregnancy **** */
.healthy-pregnancy-wrp{
    padding: 85px 0 75px;
}
.healthy-pregnancy-wrp .banner-img{
    top:-170px;
    max-width: 800px;
    right: 100px;
}
.healthy-pregnancy-wrp .banner-data p{
    margin: 0 0 60px;
}
/* **** End Healthy Pregnancy **** */

/* **** Footer ***** */
footer{
    padding: 45px 0;
    background: #FFD8F2;
}
footer p{
    font-size: 15px;
    font-weight: normal;
    color: #6A315A;
    margin: 0 0 20px;
}
.social-bx ul{
    display: flex;
    align-items: center;
}
.social-bx ul li{
    margin-right: 30px;
}
.social-bx ul li:last-child{
    margin: 0;
}
.social-bx ul li a{
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-bx ul li a img{
    width: 20px;
}
.social-bx ul li a:hover{
    background: #FDEFF8;
}
/* **** End Footer ***** */