/********************************************************
1. body start
 *******************************************************/
:root {
    --text-color: #716B8B;
    --primary-color: #FF477D;
    --secondary-color: #322851;
    --white-color: #ffffff;
    --green-color: #8cdf5f;
    --dark-color: #322851;
    --black-color: #000000;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Mulish", serif;
    background-color: var(--white-color);
  }
  html {
    scroll-behavior: smooth;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    word-break: break-word;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
    font-family: "Mulish", serif;
  }
  img {
    max-width: 100%;
  }
  input,
  textarea,
  select,
  button,
  label,
  svg,
  svg path,
  svg rect,
  svg polygon,
  img,
  a,
  :after,
  :before,
  :hover,
  :focus,
  .form-control:focus {
    outline: none !important;
    box-shadow: none;
  }
  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  p {
    margin: 0px;
    word-break: break-word;
  }
/* width */

::-webkit-scrollbar {
    width: 10px;
}
/* Track */

::-webkit-scrollbar-track {
    background: #dddddd;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    width: 4px;
}
.container {
    max-width: 1630px;
}



/* botton css start*/
.baby_btn {
    position: relative;
}
.baby_btn > span {
    min-width: 257px;
    min-height: 50px;
    border-radius: 10px;
    background: linear-gradient(90deg, #765CFD -1.01%, #E14EBC 40.45%, #FE604D 78.15%, #FF9259 100%),
    linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
    background-size: 400% 400%;
    -moz-animation: gradient 3s ease-in-out infinite;
    -webkit-animation: gradient 3s ease-in-out infinite;
    animation: gradient 3s ease-in-out infinite;
    border: 1.5px solid #FFFFFF33;
    box-shadow: 16px 13px 15px 0px #FFFFFF4D inset;
    font-size: 16px;
    color: var(--white-color);
    font-weight: 700;
    display: inline-flex;
    border: none;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
    padding: 0 23px;
}
.baby_btn > span:hover {
    color: var(--white-color);
    transform: translate(0px, -3px);
    transition: all 0.3s;
}

/* motion */
@-moz-keyframes gradient {
0% {
background-position: 14% 0%;
}
50% {
background-position: 87% 100%;
}
100% {
background-position: 14% 0%;
}
}
@-webkit-keyframes gradient {
0% {
background-position: 14% 0%;
}
50% {
background-position: 87% 100%;
}
100% {
background-position: 14% 0%;
}
}
@keyframes gradient {
0% {
background-position: 14% 0%;
}
50% {
background-position: 87% 100%;
}
100% {
background-position: 14% 0%;
}
}
  /* botton css end */

  /* header section css start */
.baby-header-wrapper {
    padding: 10px 0;
    background-color: rgb(255 255 255 / 50%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
}
.baby-header-wrapper.baby-header-fixed {
    background-color: #ffffff;
    transition: 0.3s;
}
.baby-header-wrapper .container {
    max-width: 1815px;
}
  .baby-navbar-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.ma_toggle_btn {
    display: none;
}
  .baby-brand-logo a img {
    max-width: 285px;
    max-height: 50px;
    object-fit: contain;
  }

  .baby-navbar-menu ul li {
    display: inline-block;
    margin-right: 70px;
  }

  .baby-navbar-menu ul li:last-child {
    margin-right: 0;
  }

 .baby-navbar-menu ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.baby-navbar-menu ul li a::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    right: 0;
    width: 0%;
    height: 2px;
    margin: auto;
    background: #FF477D;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.baby-navbar-menu ul li a:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
  .baby-navbar-menu ul li a:hover {
    color: var(--primary-color);
  }

  /* header section css end */
 /********************************************************
1. body end
 *******************************************************/
 .baby_main_heading {
    text-align: center;
    margin-bottom: 20px;
}
.baby_main_heading h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.1;
    background: linear-gradient(89.51deg, #FBCF67 2.58%, #FF5DC8 86.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 15px 0 0;
    text-transform: capitalize;
}
.baby_main_heading h2 {
    font-size: 32px;
    color: #121C42;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.6;
    text-transform: capitalize;
}
.baby_main_heading h3 {
    font-size: 34px;
    color: var(--dark-color);
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.baby_main_heading h4 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    background: linear-gradient(90.09deg, #00E4FF 2.58%, #00FFAE 82.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 15px 0 0;
    text-transform: capitalize;
}
.baby_main_heading h5 {
    color: #332952;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: capitalize;
}
.baby_main_heading p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 30px;
    text-transform: capitalize;
}

.baby_main_heading.el_counter h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.baby_main_heading.el_counter h1 span.odometer-value {
    position: relative;
    top: 2px;
}
/* Index Page Css Start */
.img-background-horizontal {
  background-image: url("https://cdn.pixabay.com/photo/2020/12/18/15/29/mountains-5842346_1280.jpg");
  background-size: 105vw auto;
  background-position: 0% 0%;
  height: 100vh;
  width: 100vw;
  animation: horizontalMove 50s infinite;
  animation-timing-function: ease;
}

@keyframes horizontalMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.baby_waves {
    position: absolute;
    top: 220px;
    right: 300px;
}
.baby_wave {
    width: 610px;
    height: 610px;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 50%;
    margin-left: 50%;
    left: -350px;
    position: absolute;
    bottom: -350px;
    z-index: -1;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -webkit-animation: baby_pulse 6000ms ease-out infinite;
    -moz-animation: baby_pulse 6000ms ease-out infinite;
    -ms-animation: baby_pulse 6000ms ease-out infinite;
    -o-animation: baby_pulse 6000ms ease-out infinite;
    animation: baby_pulse 6000ms ease-out infinite;
}
.baby_wave:nth-of-type(2) {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -ms-animation-delay: 1200ms;
    -o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.baby_wave:nth-of-type(3) {
    -webkit-animation-delay: 2400ms;
    -moz-animation-delay: 2400ms;
    -ms-animation-delay: 2400ms;
    -o-animation-delay: 2400ms;
    animation-delay: 2400ms;
}

.baby_wave:nth-of-type(4) {
    -webkit-animation-delay: 3400ms;
    -moz-animation-delay: 3400ms;
    -ms-animation-delay: 3400ms;
    -o-animation-delay: 3400ms;
    animation-delay: 3400ms;
}

.baby_wave:nth-of-type(5) {
    -webkit-animation-delay: 4400ms;
    -moz-animation-delay: 4400ms;
    -ms-animation-delay: 4400ms;
    -o-animation-delay: 4400ms;
    animation-delay: 4400ms;
}

@-webkit-keyframes baby_pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes baby_pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.baby_banner_section {
    padding: 120px 0 80px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.baby_banner_section:after {
    position: absolute;
    content: "";
    background-image: url(../images/banner_shape.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 161px;
    bottom: 0;
    z-index: 0;
}
img.banner_img1 {
    position: absolute;
    top: 100px;
    left: 0;
    animation: 5s installation infinite alternate;
    z-index: -1;
}
img.banner_img2 {
    position: absolute;
    right: 0;
    top: 100px;
    animation: 3s installation infinite alternate;
    z-index: -1;
}

@-webkit-keyframes animateBackground {
    0% { background-size: 100% auto; }
    50% { background-size: 110% auto; }
    100% { background-size: 100% auto; }
}

.animated-gradient {
  animation: animateBg 14s linear infinite;
  background-image: linear-gradient(90deg,#71c66c,#ff8000,#db5779,#71c66c,#ff8000);
  background-size: 400% 100%;
}
@keyframes animateBg {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 0%; }
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes installation {
    0% {
        transform: translateY(0px);        
    }
    50% {
        transform: translateY(-20px);        
    }
}
/* .baby_brand_logo {
    margin-bottom: 30px;
} */
.baby_brand_logo a img {
    max-width: 270px;
    max-height: 50px;
    object-fit: contain;
}
.baby_brand_logo img {
    max-width: 270px;
    max-height: 50px;
    object-fit: contain;
}
.baby_banner_content {
    text-align: center;
    margin-bottom: 50px;
}
.baby_banner_section .home_template_wrapper {
    gap: 15px;
}
.baby_banner_text > h1 {
    font-size: 50px;
    font-weight: 900;
    color: #322851;
    line-height: 1.2;
    margin-top: 20px;
}
.baby_banner_text > h1 span {
    background: -webkit-linear-gradient(53.99deg, #FF5F09 22.45%, #FFA347 100.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.baby_banner_text p {
    font-size: 20px;
    font-weight: 500;
    color: #716B8B;
    margin: 15px 0 25px;
    line-height: 1.2;
}
.baby_banner_text > h1 span.font_websites {
    color: #FF477D;
    background-color: rgb(145 41 254 / 10%);
    padding: 0 15px;
    margin-right: 6px;
}
.baby_banner_txt_wrapper {
    text-align: center;
}
.baby_banner_txt_wrapper {
    background-image: linear-gradient(#fff0eb, #fff8f2), linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    margin: 0 auto 10px;
    width: fit-content;
    border-radius: 50px;
}
.baby_banner_txt_gradient {
    border-radius: 50px;
    padding: 9px 27px;
    background: linear-gradient(53.99deg, rgba(255, 71, 125, 0.1) 22.45%, rgba(255, 143, 98, 0.1) 100.13%);
}
.baby_banner_txt_gradient h6 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: -webkit-linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.baby_header_btn {
    text-align: center;
}
.baby_header_btn .baby_btn > span {
    min-width: 93px;
    animation: none;
    background: linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
}


.home_template_wrapper {
    position: relative;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}


.home_slide_box {
    max-width: 302px;
    width: 100%;
    flex: 0 0 27%;
}
.home_slide_box img {
    width: 302px;
    height: 437px;
    object-fit: cover;
    border-radius: 6px;
}

.aif-chatbot-tesmnl-leftslide {
    animation: scrollLeft 70s forwards linear infinite
}

.aif-chatbot-tesmnl-rightslide {
    animation: scrollRight 70s linear infinite
}

.aif-chatbot-tesmnl-slider:hover {
    animation-play-state: paused
}

@keyframes scrollLeft {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes scrollRight {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100%)
    }
}
/* Three Box css */
.baby_features_section {
    padding: 210px 0;
    background-image: url(../images/website_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: -100px;
}

.baby_features_section .row {
    justify-content: center;
}

.scroller {
    overflow: hidden;
    -webkit-mask: linear-gradient(
      90deg,
      transparent 0%,
      #fff 20%,
      #fff 80%,
      transparent 100%
    );
    mask: linear-gradient(
      90deg,
      transparent 0%,
      #fff 20%,
      #fff 80%,
      transparent 100%
    );
  
    &[data-direction="left"] {
      --scrolling-direction: forwards;
    }
  
    &[data-direction="right"] {
      --scrolling-direction: reverse;
    }
  }
.inner-scroller {
    animation: scrolling 10s var(--scrolling-direction, forwards) linear infinite;
  }
  
  @keyframes scrolling {
    to {
      transform: translateX(calc(-50% - 0.5rem));
    }
  }

/* Three Box css */

/* More Features css */
.baby_morefeatures_section {
    padding: 80px 0;
    position: relative;
    background-image: url(../images/feature_after.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.baby_morefeatures_section .baby_main_heading h5 {
    color: #322851;
    font-size: 32px;
}
img.powerful_bg1 {
    position: absolute;
    bottom: 110px;
    left: 85px;
    animation: 5s installation infinite alternate;
}
img.powerful_bg2 {
    position: absolute;
    right: 0;
    top: 30px;
    animation: 3s installation infinite alternate;
}
.baby_more_wrapper {
    max-width: 970px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.aa_sec2_box {
    position: sticky;
    top: 80px;
}
.aa_sec2_box:first-child {
    padding-top: calc(1 * 15px);
}
.aa_sec2_box:nth-child(2) {
    padding-top: calc(2 * 15px);
}
.aa_sec2_box:nth-child(3) {
    padding-top: calc(3 * 15px);
}
.baby_stcky_slide2 .baby_more_features {
    background: linear-gradient(180deg, #FDEEFF 0%, #FDEEFF 65.71%);
    box-shadow: none;
    border: 1px solid #FFDCD7
}
.baby_stcky_slide2 .generatebtn {
    color: #C549D5;
    box-shadow: -6px 7px 23.6px 0px #942CA233;
}
.baby_stcky_slide3 .baby_more_features {
    background: linear-gradient(180deg, #EEF6FF 0%, #DFEEFF 65.71%);
    box-shadow: none;
    border: 1px solid #A9C7E9
}
.baby_stcky_slide3 .generatebtn {
    color: #478BD9;
    box-shadow: -6px 7px 23.6px 0px #2564A71A;
}
/* .baby_more_wrapper::after {
    position: absolute;
    content: "";
    bottom: -45px;
    left: 0;
    right: 0;
    width: 910px;
    height: 420px;
    background: linear-gradient(180deg, #FDEEFF 0%, #FDEEFF 65.71%);
    z-index: -1;
    border-radius: 16px;
    margin: auto;
}
.baby_more_wrapper::before {
    position: absolute;
    content: "";
    bottom: -90px;
    left: 0;
    right: 0;
    width: 850px;
    height: 420px;
    background: linear-gradient(180deg, #EEF6FF 0%, #DFEEFF 65.71%);
    z-index: -1;
    border-radius: 16px;
    margin: auto;
} */
.baby_more_features {
    border-radius: 16px;
    background: linear-gradient(180deg, #FFEAE8 0%, #FFF9F9 65.71%);
    padding: 40px 50px;
    position: relative;
    text-align: left;
    transition: all 0.3s;
    z-index: 1;
    border: 1px solid #FFDCD7;
    box-shadow: 0px 4px 50px 0px #6532321A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.baby_more_features::after {
    position: absolute;
    content: "";
    background-image: url(../images/masking_shape.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    z-index: -1;
    right: -1px;
    top: -1px;
    bottom: 0;
    left: 0;
    display: none;
}
/* .baby_more_features::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid rgb(145 41 254 / 30%);
    border-right: 1px solid rgb(145 41 254 / 30%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    z-index: -1;
}
.baby_more_features::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid rgb(145 41 254 / 30%);
    border-left: 1px solid rgb(145 41 254 / 30%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    z-index: -1;
}
.baby_more_features:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.baby_more_features:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.baby_more_features:hover {
    transform: translate(0px, -3px);
} */
.baby_more_content {
    position: relative;
}
.baby_number {
    color: #2E253A;
    font-weight: 700;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    line-height: normal;
}
.baby_more_content h5 {
    font-size: 22px;
    color: #2E253A;
    font-weight: 800;
    line-height: 1.2;
    margin: 30px 0 10px;
}
.baby_more_content p {
    color: #716B8B;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.generatebtn {
    display: inline-flex;
    background-color: #ffffff;
    box-shadow: -6px 7px 23.6px 0px #FF983D1A;
    color: #FF9E3C;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 23px;
    border-radius: 50px;
    align-items: center;
    gap: 12px;
}
.generatebtn:hover {
    color: #ffffff;
    background-color: #2E253A;
}
.generatebtn:hover svg path {
    fill: #ffffff;
}
/* More Features css */

.baby_awesomefeatures_section {
    background-image: url(../images/features_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.baby_awesomefeatures_section .baby_main_heading h4 {
    background: linear-gradient(89.51deg, #FBCF67 2.58%, #FF5DC8 86.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.baby_gradient_heading .baby_banner_txt_gradient {
    background-image: linear-gradient(#2d1739, #2d1739), linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
}
.baby_gradient_heading .baby_banner_txt_gradient {
    background-image: linear-gradient(#07033e, #07033e), linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
}
.baby_main_heading.baby_gradient_heading h6 {
    color: #ffffff;
    background: none;
    -webkit-text-fill-color: #ffffff;
}

span.baby_orange_color {
    color: #FF8A00;
}
.baby_work_box {
    text-align: center;
}
.baby_work_content {
    text-align: left;
    padding: 45px 35px 40px;
    margin-top: 20px;
    background-color: rgb(255 255 255 / 10%);
    position: relative;
    border-radius: 10px;
    max-width: 500px;
    margin: 40px auto 0;
    min-height: 560px;
}
.baby_work_content span.baby_number {
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: -30px;
    left: 25px;
}
.baby_number.color1 {
    background: linear-gradient(180deg, #312DFF 0%, #4642FF 100%);
}
.baby_number.color2 {
    background: linear-gradient(180deg, #FF2DF7 0%, #9542FF 100%);
}
.baby_number.color3 {
    background: linear-gradient(180deg, #FF782D 0%, #FF6F42 100%);
}
.baby_work_content h5 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin: 35px 0 20px;
}
.baby_work_content p {
    color: #D0D5E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
/* Customizable css */
.baby_customizable_section {
    padding: 80px 0 0;
    position: relative;
    z-index: 1;
}
.baby_customizable_section::before {
    position: absolute;
    content: "";
    background-image: url(../images/video_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    z-index: -1;
    width: 100%;
    height: 120%;
    left: 0;
    right: 0;
    top: 0;
}
.baby_customizable_section .container {
    position: relative;
}

@keyframes installation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes RightLeft3 {
    0% {
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/* Customizable css */

/* Generate Video css */
.baby_howwork_section {
    background-image: url(../images/adwance_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
img.video_bg1 {
    position: absolute;
    top: 110px;
    left: 0;
    animation: 5s installation infinite alternate;
}
img.video_bg2 {
    position: absolute;
    right: 0;
    top: 30px;
    animation: 3s installation infinite alternate;
}
img.video_bg3 {
    position: absolute;
    right: 220px;
    bottom: 220px;
    animation: 7s installation infinite alternate;
}
.baby_main_heading p.darkpera {
    color: #716B8B;
    margin-bottom: 42px;
}
.baby_tab_wrapper .nav {
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #2E253A;
    background-color: transparent;
    position: relative;
}
.nav-pills .nav-link {
    color: #726D7B;
    background-color: #F8F8FB;
    display: flex;
    align-items: center;
    gap: 10px;
    border: solid 1px #F8F8FB;
    border-radius: 60px;
    padding: 0 20px 0 10px;
    min-height: 50px;
    font-weight: 400;
    font-size: 14px;
}
.nav-pills .nav-link.active::after {
    position: absolute;
    content: "";
    background-image: url(../images/tab_shape_active.png);
    width: 116px;
    height: 10px;
    right: -127px;
    bottom: 0;
    top: 5px;
    margin: auto;
}
.nav-pills .nav-link.nav-link-shape.active::after {
    right: 172px;
}
.active .number_tab {
    background: linear-gradient(90deg, #ff457e 0%, #ff9161 100%);
    color: #ffffff;
    border-color: #ff9161;
}
.number_tab {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8FB;
    border: 1px solid #E4E7F4;
    border-radius: 60px;
    color: #726D7B;
    font-weight: 600;
    font-size: 14px;
}

.baby_tab_mock {
    text-align: center;
    margin-bottom: 15px;
}
.baby_btn {
    text-align: center;
}
/* Generate Video css */

/* Clone Voice css */
.baby_clonevoice_section {
    background-image: url(../images/clonevoice_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 35px;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}
img.clone_icon1 {
    position: absolute;
    top: 40px;
    left: 170px;
    animation: 5s installation infinite alternate;
}
img.clone_icon2 {
    position: absolute;
    bottom: 100px;
    left: 0;
    animation: 4s installation infinite alternate;
}
img.clone_icon3 {
    position: absolute;
    top: 100px;
    right: 0;
    animation: 3s installation infinite alternate;
}
img.clone_icon4 {
    position: absolute;
    bottom: 100px;
    right: 100px;
    animation: 2s installation infinite alternate;
}
img.clone_icon5 {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    animation: 6s installation infinite alternate;
}
.baby_clone_mock {
    text-align: center;
    position: relative;
}
/* Clone Voice css */

/* Swap Back css */
.baby_swapback_section {
    background-image: url(../images/swapback_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}
.baby_swapback_section .container {
    max-width: 1450px;
}
.baby_main_heading.baby_swap_heading {
    text-align: left;
    max-width: 640px;
    margin-left: auto;
    margin-bottom: 0;
    margin-top: 50px;
}
.baby_swap_heading .baby_banner_txt_wrapper {
    margin: 0 0 10px;
}
.baby_main_heading.baby_swap_heading h5 {
    line-height: 1.2;
}
.baby_main_heading.baby_swap_heading p.darkpera {
    color: #716B8B;
    margin-bottom: 0;
    text-transform: math-auto;
}
.darkpera span {
    font-weight: 800;
}
/* Swap Back css */

/* Generate Image css */
.baby_generateimage_section {
    background-image: url(../images/generateimage_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.baby_main_heading h4.gradient_green {
    background: linear-gradient(90.09deg, #53FF79 47.1%, #E9FF3F 82.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
img.generate_icon1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: 5s installation infinite alternate;
}
img.generate_icon2 {
    position: absolute;
    top: 350px;
    left: 0;
    animation: 4s installation infinite alternate;
}
img.generate_icon3 {
    position: absolute;
    top: 0;
    right: 0;
    animation: 3s installation infinite alternate;
}
img.generate_icon4 {
    position: absolute;
    top: 200px;
    right: 0;
    animation: 2s installation infinite alternate;
}
.home_template_wrapper.home_template_mini {
    margin-bottom: 20px;
    margin-top: 35px;
}
.home_template_mini .home_template_wrapper {
    gap: 20px;
}
.home_template_mini .home_slide_box {
    max-width: 214px;
    flex: 0 0 12%;
}
.home_template_mini .home_slide_box img {
    width: 214px;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}
.baby_gallery_slide_wrapper {
    position: relative;
}
img.after_left {
    position: absolute;
    left: 0;
    z-index: 1;
}
img.before_right {
    position: absolute;
    right: 0;
    z-index: 1;
}
.home_template_small .home_template_wrapper {
    gap: 20px;
}
.home_template_wrapper.home_template_small {
    margin-bottom: 20px;
}
.home_template_small .home_slide_box {
    max-width: 214px;
    flex: 0 0 12%;
}
.home_template_small .home_slide_box img {
    width: 214px;
    height: 302px;
    object-fit: cover;
    border-radius: 6px;
}

.home_template_square .home_template_wrapper {
    gap: 20px;
}
.home_template_wrapper.home_template_square {
    margin-bottom: 50px;
}
.home_template_square .home_slide_box {
    max-width: 214px;
    flex: 0 0 12%;
}
.home_template_square .home_slide_box img {
    width: 214px;
    height: 214px;
    object-fit: cover;
    border-radius: 6px;
}
/* Generate Image css */
.baby_main_heading.baby_swap_heading.baby_custom_heading {
    margin-left: 0;
}

/* testimonial css */
.baby_testimonial_section {
    background-color: #07033E;
    position: relative;
    z-index: 1;
    padding: 80px 0;
    /* background-image: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto; */
}
.baby_testimonial_section .baby_main_heading {
    margin-bottom: 25px;
}
span.csTypeEffect {
    display: none;
}
.baby_testimonial_section .container-fluid {
    padding: 0 0 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.baby_slider_wrapper .swiper-container {
    padding: 15px 0;
}
.baby_slider_testimonials {
    position: relative;
}

.baby_slider_testimonials .baby_slider_wrapper .swiper-container {
    padding: 15px 0;
}
.el_testimonials_box {
    background-color: rgb(255 255 255 / 10%);
    border-radius: 10px;
    padding: 30px;
    text-align: left;
}
.baby_slider_testimonials .swiper-slide {
    max-width: 675px;
    width: 100%;
    flex: 0 0 33.33%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.baby_mobile_img img {
    width: 470px;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
}

.swiper-wrapper {
    position: relative;
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
    overflow: visible;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    gap: 20px;
}
.swiper-slide {
    width: 380px !important;
}
.el_testimonials_box h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
}
.el_testimonials_box p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 10px;
}
.el_testimonials_box p span {
    font-weight: 600;
}

.aif-chatbot-tesmnl-leftslide{
    animation: scrollLeft 30s forwards linear infinite;
}
.aif-chatbot-tesmnl-rightslide{
    animation: scrollRight 30s linear infinite;
}
.aif-chatbot-tesmnl-slider:hover {
    animation-play-state: paused;
}
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
/* testimonial css */

/* Price css */
.baby_pricing_section {
    background-image: url(../images/pricing_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
img.price_icon1 {
    position: absolute;
    bottom: 150px;
    left: 60px;
    animation: 5s installation infinite alternate;
}
img.price_icon2 {
    position: absolute;
    right: 60px;
    animation: 3s installation infinite alternate;
}
.baby_pricing_section .container {
    max-width: 1170px;
}
.row.baby_row_wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #E4E7F3;
    box-shadow: 0px 0px 50px 0px #5D5B9D1A;
    background-image: url(../images/price_boxbg.png);
    background-repeat: no-repeat;
    background-position: top -50px right -50px;
    background-size: auto;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    justify-content: center;
    box-shadow: none;
    border: none;
    background: no-repeat;
}
.baby_popular {
    position: absolute;
    top: -40px;
    left: 0;
    background: linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
    width: 175px;
    min-height: 70px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 800;
    display: flex;
    align-items: self-start;
    gap: 4px;
    padding: 10px 20px;
    border-radius: 30px 15px 0 0;
    z-index: -1;
}
.baby_popular svg {
    position: relative;
    top: 2px;
}
.row.baby_row_wrapper .col-lg-4.col-md-6.col-sm-6 {
    padding: 0 0 0 11px;
}
.baby_plans_wrapper {
    border-radius: 20px;
    padding: 35px 30px 30px;
}
.baby_plan_content h4 {
    color: #332952;
    font-size: 26px;
    font-weight: 800;
}
.baby_plan_content p {
    color: #716B8B;
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0 14px;
}
.baby_plan_content {
    border-bottom: 1px solid #303C58;
    margin-bottom: 28px;
    padding-bottom: 25px;
}
.baby_plan_content h2 {
    font-size: 50px;
    font-weight: 900;
    color: #332952;
    border-bottom: 1px solid #E4E7F3;
    margin-bottom: 28px;
    padding-bottom: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
    width: fit-content;
    border: none;
}
.baby_plan_content h2 span {
    font-size: 20px;
    font-weight: 700;
    background: -webkit-linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.baby_plan_list {
    margin-top: 0;
}
.baby_plan_list ul li {
    color: #332952;
    font-size: 16px;
    font-weight: 600;
    margin-top: 21px;
    line-height: normal;
}
.baby_plan_list ul li img {
    position: relative;
    top: -2px;
    margin-right: 15px;
}
.baby_plan_list ul li span {
    color: #BAB7C3;
}
.baby_btn_plan {
    margin-top: 28px;
}
.baby_btn_plan .baby_btn > span {
    min-width: 100%;
    animation: none;
    background: linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
    gap: 20px;
}

.baby_plans_wrapper.baby_plans_dark {
    background-image: url(../images/price_dark.png);
    background-repeat: no-repeat;
    background-position: top -50px right -50px;
    background-size: auto;
    background-color: #111828;
    position: relative;
    top: 0;
    box-shadow: 0px 0px 50px 0px #5D5B9D1A;
    padding: 30px 40px;
}
.baby_plans_dark .baby_plan_content h4 {
    color: #ffffff;
}
.baby_plans_dark .baby_plan_content p {
    color: #ffffff;
}
.baby_plans_dark .baby_plan_list ul li {
    color: #ffffff;
}
.baby_plans_dark .baby_plan_content h2 {
    color: #ffffff;
    border-color: #303C58;
    padding: 0;
    margin: 0;
}
.baby_btn_plan.active .baby_btn > span {
    background: #ffffff;
    color: #FF477D;
}

.baby_money_content h2 {
    color: #121C42;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.baby_money_content p {
    color: #485583;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
}

.baby_moneyimg .baby_btn > span {
    background: rgb(255 255 255 / 10%);
}
/* Price css */

/* Why BabyFace css */
.baby_why_babyface_section {
    background-color: #110B23;
    background-image: url(../images/babyface_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 80px 0;
    overflow: hidden;
}
.baby_main_heading h5.white_heading {
    color: #ffffff;
}
.home_template_wrapper.home_template_babyface {
    margin: 30px 0 50px;
    gap: 0;
}
.baby_why_babyface_section .home_slide_box {
    max-width: 295px;
}
.baby_why_babyface_section .home_slide_box img {
    width: 295px;
    height: 426px;
}
/* Why BabyFace css */

/* FAQ css */
.baby_faq_section {
    background-image: url(../images/faq_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.baby_faq_section .container {
    max-width: 994px;
}
img.faq_icon1 {
    position: absolute;
    top: 150px;
    left: 30px;
    animation: 5s installation infinite alternate;
}
img.faq_icon2 {
    position: absolute;
    top: 100px;
    right: 30px;
    animation: 6s installation infinite alternate;
}
img.faq_icon3 {
    position: absolute;
    bottom: 170px;
    left: 0;
    animation: 3s installation infinite alternate;
}
img.faq_icon4 {
    position: absolute;
    bottom: 60px;
    right: 140px;
    animation: 4s installation infinite alternate;
}
.accordion-item {
    background-color: #ffffff;
    border: 1px solid #E4E7F3 !important;
    box-shadow: 0px 0px 50px 0px rgb(93 91 157 / 10%);
    margin-top: 15px;
    border-radius: 10px !important;
    padding: 10px;
}
.accordion-button {
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 800;
    color: #332952;
    gap: 20px;
}
.accordion-body {
    padding: 15px 30px;
    border: 1px solid #E4E7F3;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 50px 0px rgb(93 91 157 / 10%);
    color: #716B8B;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.accordion-button::after {
    width: 14px;
    height: 8px;
    background-image: url(../images/faq_angle.svg);
    background-size: auto;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq_angle.svg);
    transform: rotate(-180deg);
}
.accordion-button:not(.collapsed) {
    color: #332952;
    background-color: #ffffff;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
/* FAQ css */

/* Slider Section CSS */
.baby_slider_section {
    background-color: #ffffff;
    padding: 80px 0;
}
.baby_slider_section .baby_main_heading {
    margin-bottom: 0;
}
.baby_slider_tools_slide {
    max-width: 380px;
    min-height: 435px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgb(93 91 157 / 10%);
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #5d5b9d1a;
}
.baby_slider_img {
    min-height: 321px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.baby_slider_img img {
    max-width: 300px;
    max-height: 320px;
    object-fit: contain;
}
.baby_slider_tools_slide .baby_banner_txt_gradient {
    margin: 0 auto 0;
}
.swiper-wrapper{
  transition-timing-function: linear;
}
.baby_slider_tools_slide.tool_slide_bg0 {
    background-image: url(../images/tool_slide_bg0.png);
    background-repeat: no-repeat;
    background-position: left -51px top -51px;
    background-size: auto;
}
.baby_slider_tools_slide.tool_slide_bg1 {
    background-image: url(../images/tool_slide_bg1.png);
    background-repeat: no-repeat;
    background-position: left -51px top -51px;
    background-size: auto;
}
.baby_slider_tools_slide.tool_slide_bg2 {
    background-image: url(../images/tool_slide_bg2.png);
    background-repeat: no-repeat;
    background-position: left -51px top -51px;
    background-size: auto;
}
.baby_slider_tools_slide.tool_slide_bg3 {
    background-image: url(../images/tool_slide_bg3.png);
    background-repeat: no-repeat;
    background-position: left -51px top -51px;
    background-size: auto;
}
.baby_slider_tools_slide.tool_slide_bg4 {
    background-image: url(../images/tool_slide_bg4.png);
    background-repeat: no-repeat;
    background-position: left -51px top -51px;
    background-size: auto;
}
.baby_slider_tools_slide.tool_slide_bg5 {
    background-image: url(../images/tool_slide_bg5.png);
    background-repeat: no-repeat;
    background-position: left -51px top -51px;
    background-size: auto;
}
.ma_testimonials_slider {
    margin-bottom: 35px;
}
.swiper-container {
    padding: 30px 0 65px;
}
.swiper-pagination-bullet {
    background: rgb(255 79 127 / 60%);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #FF4F7F;
    width: 22px;
    border-radius: 14px;
}
/* Slider Section CSS */

/* Footer css */
.baby_footer_section {
    position: relative;
    z-index: 1;
    background-color: #07033E;
    padding: 80px 0;
}
.baby_footer_section .baby_main_heading {
    margin-bottom: 0;
}
.baby_footer_logo {
    margin-bottom: 25px;
}
.baby_footer_section .baby_main_heading h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 800;
}
.baby_footer_section .baby_main_heading p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 30px;
}
.baby_form_wrapper form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 570px;
    margin: auto;
}
.baby_form_wrapper form input {
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background-color: #151053;
    border: none;
    border-radius: 10px;
    padding: 0 20px;
}
.baby_form_wrapper form input::placeholder {
    color: #ffffff41;
}
button.baby_btn {
    border: none;
    padding: 0;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    margin-left: -10px;
}
button.baby_btn > span {
    font-size: 14px;
    font-weight: 600;
    min-width: 170px;
    animation: none;
    background: linear-gradient(53.99deg, #FF477D 22.45%, #FF8F62 100.13%);
}
button.baby_btn > span:hover {
    transform: translate(0px, 0px);
}
.baby_footer_wrapper {
    padding: 15px 0;
    background-color: #1B1755;
    text-align: center;
}
.baby_footer_copy p {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    line-height: normal;
}
.baby_footer_links ul {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
}
.baby_footer_links ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.baby_footer_links ul li a {
    color: #ffffff;
    text-decoration: underline;
}
.baby_footer_links ul li a:hover {
    color: #FF477D;
}
/* Index Page Css Start */


/***** loader ******/
.loader {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
/* .loader img {
	width: 80px;
} */

  body {
    min-height: 100vh;
    & .spinner {
      position: relative;
      height: 100px;
      width: 100px;
      border-radius: 50%;
      background: linear-gradient(45deg, transparent, transparent 40%, #ff477d);
      animation: animate 1s linear infinite;
      &:before {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        background: #000;
        border-radius: 50%;
        z-index: 99999;
      }
      &:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: linear-gradient(45deg, transparent, transparent 40%, #ff8f62);
        border-radius: 50%;
        filter: blur(30px);
        z-index: 1;
      }
    }
  }
  
  @keyframes animate {
    0% {
      transform: rotate(0deg);
      filter: hue-rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
      filter: hue-rotate(180deg);
    }
  }
/***** loader ******/


/* responsive css */
@media(max-width: 1499px){
img.banner_img1 {
    top: 120px;
    max-width: 200px;
    max-height: 200px;
}
img.banner_img2 {
    top: 100px;
    max-width: 200px;
    max-height: 200px;
}
img.powerful_bg2 {
    max-width: 250px;
    max-height: 300px;
}
img.powerful_bg1 {
    left: 10px;
    max-width: 100px;
    max-height: 100px;
}
img.video_bg1 {
    top: 50px;
    max-width: 200px;
    max-height: 200px;
}
img.video_bg2 {
    top: 30px;
    max-width: 200px;
    max-height: 200px;
}
img.video_bg3 {
    right: 10px;
    bottom: 50px;
    max-width: 100px;
    max-height: 100px;
}
img.clone_icon1 {
    top: 40px;
    left: 10px;
    max-width: 100px;
    max-height: 100px;
}
img.clone_icon2 {
    bottom: 50px;
    max-width: 200px;
    max-height: 200px;
}
img.clone_icon3 {
    max-width: 200px;
    max-height: 200px;
}
img.clone_icon4 {
    right: 10px;
    max-width: 100px;
    max-height: 100px;
}
img.clone_icon5 {
    max-width: 100px;
    max-height: 100px;
}
img.generate_icon1 {
    top: 50px;
    left: 0;
    max-width: 250px;
    max-height: 250px;
}
img.generate_icon2 {
    max-width: 220px;
    max-height: 220px;
}
img.generate_icon3 {
    max-width: 220px;
    max-height: 220px;
}
img.generate_icon4 {
    top: 300px;
    right: 10px;
    max-width: 220px;
    max-height: 220px;
}
img.price_icon2 {
    right: 10px;
    max-width: 100px;
    max-height: 100px;
}
img.price_icon1 {
    bottom: 50px;
    left: 10px;
    max-width: 100px;
    max-height: 100px;
}
img.faq_icon1 {
    top: 50px;
    left: 10px;
    max-width: 100px;
    max-height: 100px;
}
img.faq_icon2 {
    top: 100px;
    right: 10px;
    max-width: 100px;
    max-height: 100px;
}
img.faq_icon3 {
    bottom: 40px;
    max-width: 150px;
    max-height: 150px;
}
img.faq_icon4 {
    bottom: 60px;
    right: 0;
    max-width: 100px;
    max-height: 100px;
}

    .baby_banner_text > h1 {
    font-size: 40px;
}  
.baby_word_box {
    text-align: center;
    max-width: 100%;
    margin: 20px auto 0;
}
.baby_demo_click {
    text-align: center;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.baby_demo_click.baby_demo_create {
    width: 100%;
}
}


@media(max-width: 1199px){
    .baby-navbar-menu ul li {
    margin-right: 40px;
}
    .baby_slider_wrapper .swiper-slide {
        max-width: 100%;
        flex: 0 0 40%;
    }
    .baby_slider_testimonials .swiper-slide {
        max-width: 100%;
        flex: 0 0 40%;
    }
    .baby_morefeatures_section .baby_main_heading h5 {
    font-size: 30px;
}
   .baby_main_heading h5 {
    font-size: 30px;
}
.baby_banner_txt_gradient h6 {
    font-size: 16px;
}
.baby_btn_plan .baby_btn > span {
    min-width: auto;
}

.home_slide_box {
    flex: 0 0 33%;
}
.home_template_mini .home_slide_box {
    flex: 0 0 25%;
}
.home_template_small .home_slide_box {
    flex: 0 0 25%;
}
.home_template_square .home_slide_box {
    flex: 0 0 25%;
}
.baby_why_babyface_section .home_slide_box {
    flex: 0 0 30%;
}



img.banner_img1 {
    display: none;
}
img.banner_img2 {
    display: none;
}
img.powerful_bg2 {
    display: none;
}
img.powerful_bg1 {
    display: none;
}
img.video_bg1 {
    display: none;
}
img.video_bg2 {
    display: none;
}
img.video_bg3 {
    display: none;
}
img.clone_icon1 {
    display: none;
}
img.clone_icon2 {
    display: none;
}
img.clone_icon3 {
    display: none;
}
img.clone_icon4 {
    display: none;
}
img.clone_icon5 {
    display: none;
}
img.generate_icon1 {
    display: none;
}
img.generate_icon2 {
    display: none;
}
img.generate_icon3 {
    display: none;
}
img.generate_icon4 {
    display: none;
}
img.price_icon2 {
    display: none;
}
img.price_icon1 {
    display: none;
}
img.faq_icon1 {
    display: none;
}
img.faq_icon2 {
    display: none;
}
img.faq_icon3 {
    display: none;
}
img.faq_icon4 {
    display: none;
}
    
}


@media(max-width: 991px){

.ma_toggle_btn {
    display: block;
    position: absolute;
    right: 100px;
    top: 50px;
}
    .baby-navbar-menu ul {
        position: fixed;
        top: 0px;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: #ffffff;
        box-shadow: 1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
        transition: all 0.3s ease-in-out;
        padding: 0px 20px 20px;
        z-index: 9;
    }

    .baby-navbar-menu ul li {
        display: block;
        margin-right: 0;
    }

    .baby-navbar-menu ul li a {
        display: block;
        padding: 15px 0;
        color: #222222;
        border-bottom: solid 1px #ececec;
    }

    .ma_toggle_btn span {
        width: 26px;
        height: 4px;
        background-color: #ff4d7c;
        margin-bottom: 5px;
        display: block;
        margin-left: auto;
        margin-top: -17px;
        transition: all 0.3s ease-in-out;
    }

    .menu-open .ma_toggle_btn {
        top: 50px;
    }

    .menu-open .ma_toggle_btn span {
        margin-top: -13px;
    }

    .menu-open .ma_toggle_btn>span:nth-child(2) {
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
    }

    .menu-open .ma_toggle_btn>span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 24px -1px;
    }

    .menu-open .ma_toggle_btn>span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .menu-open .baby-navbar-menu ul {
        left: 0;
    }

    .baby_banner_text > h1 {
        font-size: 34px;
    }
    .baby_main_heading h1 {
    font-size: 30px;
}
.baby_main_heading h4 {
    font-size: 30px;
}
.home_slide_box {
    flex: 0 0 40%;
}
.home_template_mini .home_slide_box {
    flex: 0 0 40%;
}
.home_template_small .home_slide_box {
    flex: 0 0 40%;
}
.home_template_square .home_slide_box {
    flex: 0 0 40%;
}
.baby_why_babyface_section .home_slide_box {
    flex: 0 0 40%;
}
.baby_banner_section {
    padding: 110px 0 60px;
}
    .baby_features_section {
        padding: 60px 0;
        background-color: #f2f4f2;
    }
   
    
    .baby_morefeatures_section {
        padding: 60px 0;
    }
    
    .baby_awesomefeatures_section {
        padding: 60px 0;
    }
    .baby_howwork_section {
    padding: 60px 0;
}
.baby_clonevoice_section {
    padding: 60px 0 20px;
}
.baby_swapback_section {
    padding: 60px 0;
}
.baby_generateimage_section {
    padding: 60px 0;
}
.baby_pricing_section {
    padding: 60px 0;
}
.baby_why_babyface_section {
    padding: 60px 0;
}
.baby_faq_section {
    padding: 60px 0;
}
.baby_slider_section {
    padding: 60px 0;
}
    .baby_solutions_section {
        padding: 60px 0;
        background-color: #0a151b;
        margin: 0;
    }
    .baby_testimonial_section {
        padding: 60px 0;
    }
    .baby_footer_section {
        padding: 50px 0;
    }
    
    .baby_slider_testimonials .swiper-slide {
        flex: 0 0 50%;
    }
    .el_testimonials_box {
        padding: 30px;
    }
    .swiper-wrapper {
        gap: 30px;
    }
    .baby_plans_wrapper {
        padding: 30px;
    }
    .baby_plans_wrapper.baby_plans_dark {
        top: 0;
        padding: 30px;
    }
    .row.baby_row_wrapper .col-lg-4.col-md-6.col-sm-6 {
        padding: 0 10px 0 10px;
    }
    .baby_plans_wrapper.baby_plans_dark.baby_plans_primary {
        min-height: auto;
        top: 0px;
        padding: 30px;
    }
    .baby_main_heading.baby_swap_heading.baby_custom_heading {
    margin-left: 0;
    margin: 0 0 40px;
}
.baby_main_heading.baby_swap_heading {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}
}

@media(max-width: 767px){
    .nav-pills .nav-link.active::after {
    display: none;
}
    .baby_slider_wrapper .swiper-slide {
        flex: 0 0 50%;
    }
    .baby_slider_testimonials .swiper-slide {
        flex: 0 0 70%;
    }
    .baby_banner_text > h1 {
        font-size: 30px;
    }
   
    .baby_plans_wrapper.baby_plans_dark.baby_plans_primary {
        margin-top: 25px;
    }
    .baby-navbar-menu ul li {
        margin-right: 20px;
    }
    .baby_slider_img {
    min-height: auto;
    margin-bottom: 30px;
}
.baby_more_features {
    padding: 30px;
    gap: 20px;
}
.baby_plan_content h2 {
    font-size: 30px;
}
}

@media(max-width: 575px){
    .baby_more_features {
    padding: 20px;
    gap: 20px;
}
    .home_slide_box {
    flex: 0 0 50%;
}
.home_template_mini .home_slide_box {
    flex: 0 0 50%;
}
.home_template_small .home_slide_box {
    flex: 0 0 50%;
}
.home_template_square .home_slide_box {
    flex: 0 0 50%;
}
.baby_why_babyface_section .home_slide_box {
    flex: 0 0 50%;
}
.baby_banner_text p {
    font-size: 18px;
}
    
    .baby_brand_logo a img {
        max-width: 160px;
    }
    .baby_btn > span {
        padding: 0 20px;
    }
    .baby_main_heading h3 {
        font-size: 30px;
    }
    
    .baby_slider_testimonials .swiper-slide {
        width: fit-content;
    }
    .aif-chatbot-tesmnl-leftslide {
        animation: scrollLeft 20s forwards linear infinite;
    }
    .aif-chatbot-tesmnl-rightslide {
        animation: scrollRight 20s linear infinite;        
    }
    .baby_slider_wrapper .swiper-slide {
        flex: 0 0 100%;
    }
    .baby_slider_testimonials .swiper-slide {
        flex: 0 0 100%;
    }
    .baby_main_heading p {
    font-size: 16px;
}
.baby_banner_text > h1 {
    font-size: 24px;
}
.baby_morefeatures_section .baby_main_heading h5 {
    font-size: 24px;
}
.baby_main_heading h1 {
    font-size: 24px;
}
.baby_work_content span.baby_number {
    top: -25px;
}
.baby_work_content {
    min-height: auto;
    padding: 45px 25px 25px;
}
.baby_work_content h5 {
    font-size: 24px;
}
.baby_main_heading h5 {
    font-size: 24px;
}
li.tab_shape1 {
    display: none;
}
.baby_main_heading h4 {
    font-size: 24px;
}
img.collapse_faq {
    display: none;
}
.accordion-button {
    padding: 15px;
    font-size: 16px;
}
.accordion-body {
    padding: 15px;
    font-size: 16px;
}
.baby_brand_logo img {
    max-width: 150px;
}   
}
/* responsive css */

