::-webkit-scrollbar {
  width: 5px;
  border-radius: 7px;
}

::-webkit-scrollbar-track {
  background: lightgray;
}

::-webkit-scrollbar-thumb {
  background: #4f2fa2;
  border-radius: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: capitalize !important;
}

body {
  scroll-behavior: smooth;
  background-color: snow;
}

@keyframes blop {
  0% {
    translate: -7% -10%;
    border-radius: 35% 65% 60% 40%/47% 63% 37% 53%;
  }
  50% {
    border-radius: 56% 44% 51% 49%/19% 63% 37% 81%;
    translate: 0% -5%;
  }
  100% {
    border-radius: 57% 43% 72% 28%/43% 43% 57% 57%;
    translate: -7% -10%;
  }
}
.blop {
  width: 35%;
  top: -5%;
  right: none;
  bottom: none;
  left: -4%;
  border-radius: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  background: #4f2fa2;
  animation: blop 5s cubic-bezier(0.19, -0.01, 0.87, 0.99) infinite forwards alternate;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  #nav img {
    width: 60% !important;
  }
  #baby-names svg {
    position: absolute;
    top: -46% !important;
  }
  #aiModel h3 {
    font-size: 100%;
  }
  #aiModel p {
    font-size: 80%;
  }
  #articles::after {
    width: 40% !important;
  }
  #footer .blop-15 {
    width: 40% !important;
    top: -20% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #baby-names svg {
    position: absolute;
    top: -42% !important;
  }
  #footer .blop-15 {
    width: 40% !important;
    top: -35% !important;
  }
}
@media screen and (min-width: 767px) {
  #baby-names svg {
    position: absolute;
    top: -40% !important;
  }
}
@media screen and (max-width: 767px) {
  #nav img {
    width: 30%;
  }
}
.logo-img {
  width: 20%;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-item .active {
  border-bottom: 1px solid #4f2fa2;
}

ul[class="navbar-nav ms-auto mb-2 mb-lg-0"] {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
ul[class="navbar-nav ms-auto mb-2 mb-lg-0"] hr {
  transform: rotate(90deg);
  width: 40px;
  height: 2px;
  background-color: #4f2fa2;
  margin: 20px 0;
}
ul[class="navbar-nav ms-auto mb-2 mb-lg-0"] button:nth-of-type(1) {
  background-color: #ffb9cc;
}
ul[class="navbar-nav ms-auto mb-2 mb-lg-0"] button:nth-of-type(1):hover {
  background-color: #ffa6be;
}
ul[class="navbar-nav ms-auto mb-2 mb-lg-0"] button:nth-of-type(2) {
  background-color: #95cae4;
}
ul[class="navbar-nav ms-auto mb-2 mb-lg-0"] button:nth-of-type(2):hover {
  background-color: #8ad8ff;
}

.nav-scroll {
  width: 100%;
  transition: 0.4s ease;
  position: fixed;
  top: 0;
}

#nav {
  transition: all 0.4s ease;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 10;
}
#nav .profile-btn {
  border: 2px solid #4f2fa2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#nav .profile-btn i {
  color: #4f2fa2;
}

.notification-dropdown {
  min-width: 320px;
  color: #4f2fa2;
  background: #fff;
  border: 2px solid #4f2fa2;
  border-radius: 12px;
  position: absolute;
  top: 120%;
  right: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  font-size: 1rem;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.notification-dropdown.show {
  max-height: 500px;
  opacity: 1;
  pointer-events: auto;
}

.noti {
  width: 2.3em;
  height: 2.3em;
}

#notifCount {
  background-color: #4f2fa2 !important;
  color: white !important;
}

#notificationBell {
  color: #4f2fa2;
  border-color: #4f2fa2 !important;
}

.slider #carouselExample .carousel-item .card {
  background: transparent;
  border: none;
}
.slider #carouselExample .carousel-item .card .card-body button {
  background-color: #ffb9cc;
  border-radius: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.slider #carouselExample .carousel-item .card .card-title {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #95cae4;
}
.slider #carouselExample .carousel-control-prev i, .slider #carouselExample .carousel-control-next i {
  font-size: 25px;
}
.slider #carouselExample .carousel-control-prev {
  translate: -35px;
}
.slider #carouselExample .carousel-control-next {
  translate: 20px;
}

@keyframes blp {
  0% {
    border-radius: 15%, 48% 52% 45% 55%/53% 30% 70% 47%;
  }
  25% {
    border-radius: 35% 65% 33% 67%/46% 32% 68% 54%;
  }
  50% {
    border-radius: 47% 53% 58% 42%/38% 58% 42% 62%;
  }
  75% {
    border-radius: 67% 33% 78% 22%/30% 63% 37% 70%;
  }
  100% {
    border-radius: 15%, 48% 52% 45% 55%/53% 30% 70% 47%;
  }
}
.blop-1 {
  background: url(../../img/Free-Vector-Hand-drawn-flat-design-sonography-illustration-enhanced.jpeg);
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15%;
  border-radius: 48% 52% 45% 55%/53% 30% 70% 47%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  position: relative;
  animation: blp 4s linear infinite forwards alternate;
}

#pregnancy-weeks h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #4f2fa2;
}
#pregnancy-weeks swiper-container swiper-slide .card {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}
#pregnancy-weeks swiper-container swiper-slide .card a {
  text-decoration: none;
  color: black;
}
#pregnancy-weeks swiper-container swiper-slide .card span {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
#pregnancy-weeks swiper-container swiper-slide .card .row {
  z-index: 5;
}
#pregnancy-weeks swiper-container swiper-slide .card img {
  width: auto;
}
#pregnancy-weeks swiper-container swiper-slide .card::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #95cae4;
  top: -25%;
  left: -10%;
}
#pregnancy-weeks swiper-container swiper-slide .card::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #ffb9cc;
  bottom: -25%;
  right: -10%;
}

.blop-2 {
  background: url(../img/Birth.gif);
  width: 27%;
  top: 5%;
  right: -5%;
  bottom: none;
  left: none;
  border-radius: 49% 51% 35% 65%/64% 39% 61% 36%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  z-index: 1;
  transition: ease 0.5s;
}

.blop-2:hover {
  width: 26%;
  top: 5%;
  right: -4%;
  bottom: none;
  left: none;
  border-radius: 56% 44% 39% 61%/30% 51% 49% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
}

.blop-3 {
  background: url(../img/baby1.gif);
  width: 27%;
  top: 490px;
  right: 0;
  bottom: none;
  left: -2rem;
  border-radius: 49% 51% 35% 65%/64% 39% 61% 36%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  z-index: -1;
  transition: ease 0.5s;
}

.abcBlop1 {
  background-color: #95cae4;
  width: 100px;
  top: none;
  right: none;
  bottom: none;
  left: none;
  border-radius: 31% 69% 52% 48%/43% 43% 57% 57%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  transition: all 0.2s ease;
  filter: drop-shadow(2px 2px 10px gray);
}

.abcBlop1:hover {
  width: 100px;
  top: none;
  right: none;
  bottom: none;
  left: none;
  border-radius: 69% 31% 60% 40%/37% 60% 40% 63%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
}

.abcBlop2 {
  background-color: #ffb9cc;
  width: 100px;
  top: none;
  right: none;
  bottom: none;
  left: none;
  border-radius: 31% 69% 52% 48%/43% 43% 57% 57%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  transition: all 0.2s ease;
  filter: drop-shadow(2px 2px 10px gray);
}

.abcBlop2:hover {
  translate: 1px -5px;
  width: 100px;
  top: none;
  right: none;
  bottom: none;
  left: none;
  border-radius: 27% 73% 24% 76%/64% 32% 68% 36%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
}

#baby-names {
  overflow: hidden;
}
#baby-names svg {
  position: absolute;
  z-index: -1;
}
#baby-names .stations-container {
  height: 700px;
}
#baby-names h2 {
  color: #4f2fa2;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#baby-names .station {
  width: auto;
}
#baby-names .station img {
  width: 110px;
  rotate: 0deg;
  transform: scaleX(-1);
  filter: drop-shadow(5px -5px 5px gray);
}
#baby-names .steps .step {
  position: absolute;
}
#baby-names .steps .step img {
  width: 50px;
  filter: drop-shadow(5px 5px 5px black);
}
#baby-names .steps .step-1 {
  rotate: 110deg;
  transform: none;
  top: 20px;
  right: none;
  bottom: none;
  left: 15%;
}
#baby-names .steps .step-2 {
  top: 100px;
  right: none;
  bottom: none;
  left: 28%;
  rotate: 130deg;
  transform: none;
}
#baby-names .steps .step-3 {
  top: 180px;
  right: none;
  bottom: none;
  left: 55%;
  rotate: 140deg;
  transform: none;
}
#baby-names .steps .step-4 {
  top: 300px;
  right: none;
  bottom: none;
  left: 70%;
  rotate: 90deg;
  transform: none;
}
#baby-names .station1 {
  top: none;
  right: none;
  bottom: none;
  left: none;
}
#baby-names .station2 {
  top: 150px;
  right: none;
  bottom: none;
  left: 40%;
}
#baby-names .station3 {
  rotate: 0;
  transform: none;
  top: 300px;
  right: none;
  bottom: none;
  left: none;
  align-self: end;
}
#baby-names button {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #4f2fa2;
  color: white;
  border-radius: 20px;
}

#aiModel .blop-13 {
  background: #95cae4;
  width: 40%;
  top: -15%;
  right: none;
  bottom: none;
  left: none;
  border-radius: 60% 40% 53% 47%/46% 59% 41% 54%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
}
#aiModel .blop-13 h2 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#aiModel .blop-14 {
  background: #4f2fa2;
  width: 27%;
  top: none;
  right: 3%;
  bottom: -15%;
  left: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  height: 350px;
}
#aiModel .blop-14 img {
  width: 100%;
  translate: 0 -25%;
}
#aiModel h2 {
  color: #4f2fa2;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#aiModel button {
  background-color: #4f2fa2;
  border-radius: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#aiModel .col-md-8 .card {
  width: 45%;
  border-left: 5px solid #4f2fa2;
}
#aiModel .col-md-8 .card img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#aiModel .col-4 {
  height: 500px;
}

#articles::before {
  content: "";
  position: absolute;
  background: #95cae4;
  width: 40%;
  top: -5%;
  right: none;
  bottom: none;
  left: -5%;
  border-radius: 53% 47% 70% 30%/36% 63% 37% 64%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  z-index: -1;
  animation: blop 4s linear forwards alternate infinite;
}

#articles::after {
  content: "";
  position: absolute;
  background: #ffb9cc;
  width: 25%;
  top: none;
  right: -5%;
  bottom: -15%;
  left: none;
  border-radius: 53% 47% 70% 30%/36% 63% 37% 64%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  z-index: -1;
  animation: blop 4s linear forwards alternate infinite;
}

#articles {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#articles .left, #articles .right {
  width: 40%;
  height: auto;
  overflow: hidden;
  filter: drop-shadow(0px 5px 10px gray);
}
#articles .left img, #articles .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/3;
}
#articles .left {
  translate: 0 -5%;
}
#articles .right {
  translate: 0 5%;
}
#articles h2 {
  color: #4f2fa2;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#articles h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #4f2fa2;
}
#articles .card {
  border-color: #4f2fa2 !important;
}
#articles button {
  background-color: #4f2fa2;
  border-radius: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@keyframes ftrblp {
  0% {
    border-radius: 67% 33% 46% 54%/46% 50% 50% 54%;
    rotate: 0deg;
  }
  50% {
    border-radius: 46% 54% 63% 37%/35% 50% 50% 65%;
    rotate: 180deg;
  }
  100% {
    border-radius: 30% 70% 32% 68%/49% 40% 60% 51%;
    rotate: 360deg;
  }
}
#footer {
  max-height: 70vh;
  background-color: #4f2fa2;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#footer .blop-15 {
  width: 23%;
  top: -55%;
  right: 50%;
  bottom: none;
  left: none;
  border-radius: 67% 33% 46% 54%/46% 50% 50% 54%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  background: white;
  position: absolute;
  translate: 50% 0;
  animation: ftrblp 4s cubic-bezier(0.4, 0, 0.66, 0.99) infinite forwards alternate;
}
#footer .blop-16 {
  background: url("../img/iOs Application-Icon-unscreen.gif");
  width: 12em;
  top: none;
  right: none;
  bottom: none;
  left: none;
  border-radius: 43% 57% 39% 61%/64% 53% 47% 36%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  z-index: 1;
}
#footer .blop-17 {
  background: url("../img/Logo/Mob-Logo-removebg-preview.png");
  width: 11rem;
  top: none;
  right: none;
  bottom: none;
  left: none;
  border-radius: 43% 57% 39% 61%/64% 53% 47% 36%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  z-index: 1;
  aspect-ratio: 16/9 !important;
}
#footer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#footer h3 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#footer .row:first-child {
  translate: 0 -50%;
}
#footer ::-moz-placeholder {
  color: #4f2fa2;
}
#footer ::placeholder {
  color: #4f2fa2;
}

@media (max-width: 576px) {
  .notification-dropdown {
    min-width: 220px;
    font-size: 0.95rem;
    right: -40px;
  }
}
@media screen and (max-width: 991px) {
  #slider h1 {
    font-size: 1.3rem;
  }
  .blop-1 {
    width: 80% !important;
    margin: auto;
    left: 0% !important;
  }
  swiper-slide {
    height: 200px !important;
  }
  swiper-slide .card {
    height: 100%;
  }
  swiper-slide .card .card-body {
    padding: 0;
  }
  swiper-slide .card .card-body a {
    width: 100%;
    font-size: 1rem;
  }
  .nav-item .active {
    border: none;
    background-color: white;
    color: #4f2fa2;
    border-radius: 20px;
  }
  #baby-names .blp {
    width: 12.5rem;
  }
  #aiModel .col-4 {
    position: relative;
  }
  #aiModel .col-4 .blop-13, #aiModel .col-4 .blop-14 {
    width: 300px;
    height: 300px;
  }
  #aiModel .col-4 .blop-13 {
    width: 300px;
    top: -5%;
    right: -20%;
    bottom: none;
    left: none;
    border-radius: 60% 40% 53% 47%/46% 59% 41% 54%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1/1;
  }
  #aiModel .col-4 .blop-14 {
    width: 250px;
    top: none;
    right: -10%;
    bottom: -15%;
    left: none;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1/1;
    height: 250px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  #baby-names svg {
    top: -40% !important;
  }
}
@media screen and (max-width: 768px) {
  #aiModel .col-8 {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .blop {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  .blop-1 {
    width: 90%;
  }
}/*# sourceMappingURL=home.css.map */