@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
main {
  overflow: hidden;
}

.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    height: 65vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.01%, rgba(0, 0, 0, 0.7) 73.63%), linear-gradient(0deg, rgba(0, 0, 0, 0) 79.96%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.home-banner video, .home-banner img:not(.btn > img) {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
}
.home-banner .bg-content {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@inlcude media(375) {
  .home-banner .bg-content h1 {
    font-size: 28px;
  }
}
.home-banner .bg-content h5, .home-banner .bg-content h1 {
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 375px) {
  .home-banner .bg-content h5 {
    font-size: 16px;
  }
}
.home-banner .bg-content .btn {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .home-banner .bg-content .btn {
    margin-top: 10px;
  }
}

.home-secA {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA {
    padding: 30px 0;
  }
}
.home-secA .heading {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .home-secA .heading {
    margin-bottom: 2rem;
  }
}
.home-secA .heading h3 {
  color: var(--primary);
}
.home-secA .logoSlider {
  width: 100%;
}
.home-secA .logoSlider .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
  justify-content: center;
}
.home-secA .logoSlider .swiper-wrapper .swiper-slide img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.home-secB {
  padding: 70px 0;
  background: var(--gray);
}
@media only screen and (max-width: 767px) {
  .home-secB {
    padding: 30px 0;
  }
}
.home-secB .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .home-secB .grid {
    gap: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .grid .item-content {
    order: 2;
  }
}
.home-secB .grid .item-content .heading h3 {
  color: var(--primary);
  margin-bottom: 24px;
}
@media only screen and (max-width: 375px) {
  .home-secB .grid .item-content .heading h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .home-secB .grid .item-content .heading p {
    font-size: 13px;
  }
}
.home-secB .grid .item-content .heading p:not(:last-child) {
  margin-bottom: 24px;
}
.home-secB .grid .item-content .btn-group {
  margin-top: 35px;
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 991px) {
  .home-secB .grid .item-content .btn-group {
    justify-content: center;
  }
}
@media only screen and (max-width: 375px) {
  .home-secB .grid .item-content .btn-group {
    gap: 15px;
  }
}
.home-secB .grid .item-swiper {
  width: 100%;
  max-width: 600px;
  position: relative;
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .home-secB .grid .item-swiper {
    order: 1;
    max-width: 100%;
  }
}
.home-secB .grid .item-swiper .btn-wrapper {
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
}
.home-secB .grid .item-swiper .btn-wrapper .btn-text {
  display: flex;
  justify-content: space-between;
}
.home-secB .grid .item-swiper .btn-wrapper .btn-text p {
  color: var(--white);
}
.home-secB .grid .item-swiper .btn-wrapper .btn-group {
  display: flex;
  justify-content: space-between;
}
.home-secB .grid .item-swiper .btn-wrapper .btn-group button {
  width: 40px;
  height: 40px;
}
.home-secB .grid .item-swiper .btn-wrapper .btn-group button svg {
  width: 35px;
  height: 35px;
}
.home-secB .grid .item-swiper .btn-wrapper .btn-group button svg path {
  stroke: var(--white);
}
.home-secB .grid .item-swiper .btn-wrapper .btn-group button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.home-secB .grid .item-swiper .btn-wrapper .btn-group button.swiper-button-disabled:hover {
  background: transparent;
}
.home-secB .grid .item-swiper .btn-wrapper .btn-group button.swiper-button-disabled:hover {
  fill: var(--white);
}
.home-secB .grid .item-swiper .btn-wrapper .btn-group button.single-prev {
  transform: rotate(270deg);
}
.home-secB .grid .item-swiper .btn-wrapper .btn-group button.single-next {
  transform: rotate(90deg);
}
.home-secB .grid .item-swiper .swiper {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.home-secB .grid .item-swiper .swiper .swiper-slide {
  position: relative;
}
.home-secB .grid .item-swiper .swiper .swiper-slide::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.36) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 42.62%, rgba(0, 0, 0, 0.2) 100%);
}
.home-secB .grid .item-swiper .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-secC {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .home-secC {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC {
    padding: 30px 0;
  }
}
.home-secC .heading {
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secC .heading {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .heading {
    margin-bottom: 2rem;
  }
}
.home-secC .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.home-secC .grid {
  gap: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secC .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.home-secC .grid .item-img {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.home-secC .grid .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .grid .item-content-wrapper .item-content li {
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
}
.home-secC .grid .item-content-wrapper .item-content li .icon {
  width: 72px;
  height: 72px;
  border-radius: 5px;
  background: var(--gray);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.home-secC .grid .item-content-wrapper .item-content li .content h6 {
  color: var(--primary);
  margin-bottom: 5px;
}
@media only screen and (max-width: 375px) {
  .home-secC .grid .item-content-wrapper .item-content li .content h6 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .home-secC .grid .item-content-wrapper .item-content li .content p {
    font-size: 13px;
  }
}
.home-secC .grid .item-content-wrapper .btn-group {
  margin-top: 40px;
  display: flex;
  gap: 25px;
}

.home-secD {
  padding: 70px 0;
  background: var(--gray);
}
@media only screen and (max-width: 991px) {
  .home-secD {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secD {
    padding: 30px 0;
  }
}
.home-secD .heading {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.home-secD .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secD .grid {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }
}
.home-secD .grid .card {
  background: var(--white);
  border-radius: 10px;
  margin: 30px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-secD .grid .card {
    margin: 10px 0;
  }
}
.home-secD .grid .card .bgImg {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.home-secD .grid .card:nth-child(2) {
  background: var(--primary);
  margin: 0;
}
.home-secD .grid .card:nth-child(2) .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1607843137);
}
.home-secD .grid .card:nth-child(2) .card-header h5 {
  color: var(--white);
}
.home-secD .grid .card:nth-child(2) .card-body .card-title p {
  color: rgba(255, 255, 255, 0.6);
}
.home-secD .grid .card:nth-child(2) .card-body .card-title p:last-child {
  color: var(--white);
  opacity: 1;
}
.home-secD .grid .card:nth-child(2) .card-body ul p {
  color: rgba(255, 255, 255, 0.6);
}
.home-secD .grid .card:nth-child(2) .card-body ul li {
  color: var(--white);
}
.home-secD .grid .card:nth-child(2) .card-body ul li::before {
  background: var(--white);
}
.home-secD .grid .card .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
  padding: 20px;
  text-align: center;
}
.home-secD .grid .card .card-header h5 {
  color: var(--primary);
}
.home-secD .grid .card .card-body {
  padding: 30px 30px 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.home-secD .grid .card .card-body .card-title {
  width: 100%;
  max-width: 230px;
}
.home-secD .grid .card .card-body .card-title p {
  color: var(--text-light);
  font-weight: 600;
  margin-bottom: 6px;
}
.home-secD .grid .card .card-body .card-title p:last-child {
  color: var(--text);
  margin-bottom: 0;
}
.home-secD .grid .card .card-body ul p {
  color: var(--text-light);
  font-weight: 600;
  margin-bottom: 10px;
}
.home-secD .grid .card .card-body ul li {
  color: var(--text);
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.home-secD .grid .card .card-body ul li:not(:last-child) {
  margin-bottom: 6px;
}
.home-secD .grid .card .card-body ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}
.home-secD .grid .card .card-body .btn-primary {
  background: var(--white);
  color: var(--primary);
  margin-top: 20px;
}
.home-secD .grid .card .card-body .btn-primary::before {
  background: var(--white);
}
.home-secD .grid .card .card-body .btn-primary > img {
  filter: none;
}

.home-secE {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .home-secE {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE {
    padding: 30px 0;
  }
}
.home-secE .heading {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.home-secE .swiper-wrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secE .swiper-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .swiper-wrap {
    margin-top: 2rem;
  }
}
.home-secE .swiper-wrap .fourSilder .swiper-wrapper .card {
  border-radius: 10px;
  overflow: hidden;
  background: var(--gray);
}
.home-secE .swiper-wrap .fourSilder .swiper-wrapper .card .card-img {
  width: 100%;
  height: auto;
}
.home-secE .swiper-wrap .fourSilder .swiper-wrapper .card .card-img img {
  width: 100%;
  height: 263px;
  display: block;
}
.home-secE .swiper-wrap .fourSilder .swiper-wrapper .card .card-content {
  padding: 20px 20px 40px 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.home-secE .swiper-wrap .fourSilder .swiper-wrapper .card .card-content::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 245px;
  height: 245px;
  background: var(--white);
  filter: blur(24px);
  border-radius: 50%;
  z-index: -1;
}
.home-secE .swiper-wrap .fourSilder .swiper-wrapper .card .card-content h6 {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--secondary);
}
@media only screen and (max-width: 375px) {
  .home-secE .swiper-wrap .fourSilder .swiper-wrapper .card .card-content h6 {
    font-size: 16px;
  }
}
.home-secE .swiper-wrap .fourSilder .swiper-wrapper .card .card-content p {
  font-size: 13px;
}
@media only screen and (max-width: 375px) {
  .home-secE .swiper-wrap .fourSilder .swiper-wrapper .card .card-content p {
    font-size: 12px;
  }
}
.home-secE .btn-wrap {
  text-align: center;
  width: 100%;
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .home-secE .btn-wrap {
    margin-top: 2rem;
  }
}

.home-secF {
  padding: 70px 0;
  background: var(--gray);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-secF {
    padding: 30px 0;
  }
}
.home-secF::before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 385px;
  height: 385px;
  background: var(--white);
  filter: blur(24px);
  border-radius: 50%;
}
.home-secF .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .home-secF .grid {
    grid-template-columns: 1fr;
  }
}
.home-secF .grid .item-content {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-secF .grid .item-content {
    order: 2;
  }
}
.home-secF .grid .item-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 485px;
  height: 485px;
  background: var(--white);
  filter: blur(24px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home-secF .grid .item-content::before {
    width: 285px;
    height: 285px;
  }
}
.home-secF .grid .item-content h5 {
  color: var(--secondary);
}
@media only screen and (max-width: 375px) {
  .home-secF .grid .item-content h5 {
    font-size: 18px;
  }
}
.home-secF .grid .item-content ul {
  margin: 45px 0 65px;
}
@media only screen and (max-width: 767px) {
  .home-secF .grid .item-content ul {
    margin: 20px 0;
  }
}
.home-secF .grid .item-content ul li {
  color: var(--text);
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 375px) {
  .home-secF .grid .item-content ul li {
    font-size: 12px;
  }
}
.home-secF .grid .item-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.home-secF .grid .item-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--secondary);
}
.home-secF .grid .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home-secF .grid .item-img {
    order: 1;
    margin-bottom: 3rem;
  }
}
.home-secF .grid .item-img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.home-secF .grid .item-img .effect-center, .home-secF .grid .item-img .effect-top {
  position: absolute;
  top: 58%;
  left: 49%;
  width: 177px;
  height: 305px;
  transform: translate(-50%, -50%);
  mask-image: url("../../images/home/utress-center.png");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../../images/home/utress-center.png");
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  z-index: 2;
  background: #E4568B;
}
.home-secF .grid .item-img .effect-center .blur-circle, .home-secF .grid .item-img .effect-top .blur-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  filter: blur(15px);
  animation: moveInUterusShape 6s ease-in-out infinite alternate;
}
.home-secF .grid .item-img .effect-top {
  width: 100%;
  height: 100%;
  max-width: 416px;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url("../../images/home/utress-up.png");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../../images/home/utress-up.png");
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  z-index: 2;
  background: #E4568B;
}
.home-secF .grid .item-img .effect-top .blur-circle-left, .home-secF .grid .item-img .effect-top .blur-circle-right {
  position: absolute;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  filter: blur(15px);
  top: 50%;
  transform: translateY(-50%);
}
.home-secF .grid .item-img .effect-top .blur-circle-left {
  animation: moveLeftSide 6s ease-in-out infinite;
}
.home-secF .grid .item-img .effect-top .blur-circle-right {
  animation: moveRightSide 6s ease-in-out infinite;
}

@keyframes moveLeftSide {
  0% {
    left: 0%;
    opacity: 0;
  }
  2% {
    left: 10%;
    opacity: 1;
  }
  8% {
    left: 30%;
    opacity: 1;
  }
  12% {
    left: 40%;
    opacity: 0;
  }
  13%, 100% {
    left: 40%;
    opacity: 0;
  }
}
@keyframes moveRightSide {
  0% {
    left: 100%;
    opacity: 0;
  }
  2% {
    left: 90%;
    opacity: 1;
  }
  8% {
    left: 70%;
    opacity: 1;
  }
  12% {
    left: 60%;
    opacity: 0;
  }
  13%, 100% {
    left: 60%;
    opacity: 0;
  }
}
@keyframes moveInUterusShape {
  0% {
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
}
.home-secG {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .home-secG {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG {
    padding: 100px 0 40px;
  }
}
.home-secG .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-secG .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
}
@media (max-width: 968px) {
  .home-secG .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.home-secG .item-animated {
  background: #c9e0fc;
  position: relative;
  height: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .home-secG .item-animated {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG .item-animated {
    margin-bottom: 2rem;
    justify-content: start;
  }
}
.home-secG .item-animated .bg-animated {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.home-secG .item-animated .bg-animated img {
  right: 0;
  position: absolute;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secG .item-animated .bg-animated .bg-img2 {
  right: -20%;
}
.home-secG .item-animated .mobile-animate {
  position: relative;
  width: 220px;
  height: 450px;
  z-index: 3;
}
.home-secG .item-animated .mobile-animate::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  background-image: url(../../images/home/mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.home-secG .item-animated .mobile-animate img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 2;
  max-width: 90%;
  max-height: 90%;
}
.home-secG .item-animated .kit {
  position: absolute;
  right: 8%;
  top: 80%;
  transform: translateY(-50%);
  width: 90px;
  height: 280px;
  z-index: 4;
}
.home-secG .item-animated .kit img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}
.home-secG .item-content {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-secG .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home-secG .item-content .heading {
  width: 100%;
  max-width: 450px;
}
.home-secG .item-content .heading p {
  margin: 15px 0 30px;
}
.home-secG .item-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 385px;
  height: 385px;
  background: var(--primary);
  filter: blur(54px);
  border-radius: 50%;
  opacity: 0.1;
}
@media only screen and (max-width: 767px) {
  .home-secG .item-content .btn {
    margin: 0 auto;
    display: flex;
  }
}

.not-fertile {
  animation: fade-in 3s ease-in-out infinite alternate;
}

.fertile {
  animation: fade-out 3s ease-in-out infinite alternate;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-secH {
  padding: 70px 0;
  background: var(--gray);
}
@media only screen and (max-width: 991px) {
  .home-secH {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secH {
    padding: 30px 0;
  }
}
.home-secH .heading {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.home-secH .swiper-wrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secH .swiper-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secH .swiper-wrap {
    margin-top: 2rem;
  }
}
.home-secH .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide {
  height: -webkit-fill-available;
}
.home-secH .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #E6E6E6;
  height: -webkit-fill-available;
}
.home-secH .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-img {
  width: 100%;
  height: 100%;
}
.home-secH .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.home-secH .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-img::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-secH .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  padding: 20px;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.home-secH .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-content h6 {
  margin: 20px 0 2px;
  color: var(--white);
}
.home-secH .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-content p {
  color: var(--white);
  opacity: 0.6;
}
.home-secH .btn-wrap {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .home-secH .btn-wrap {
    margin-top: 2rem;
  }
}

.home-secI {
  background: linear-gradient(360deg, #7649C8 0%, #FEFDFF 33.65%, #7649C8 100%);
  position: relative;
  overflow: hidden;
  height: 80vh;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-secI {
    height: 70vh;
  }
}
@media only screen and (max-width: 767px) {
  .home-secI {
    height: 420px;
  }
}
.home-secI .heading {
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 350px;
}
.home-secI .heading h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 375px) {
  .home-secI .heading h3 {
    font-size: 24px;
  }
}
.home-secI .img-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  animation: marqueeMove 6s ease-in-out infinite alternate;
}
.home-secI .img-animate img {
  border-radius: 16px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 210px;
  display: block;
}
.home-secI .content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.home-secI .content-wrapper > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 75vh;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (max-width: 1024px) {
  .home-secI .content-wrapper > img {
    max-height: 50vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-secI .content-wrapper > img {
    max-height: 55vh;
  }
}
@media only screen and (max-width: 767px) {
  .home-secI .content-wrapper > img {
    max-height: 320px;
  }
}
.home-secI .content-wrapper .btn-primary {
  background: var(--white);
  color: var(--primary);
  margin-top: 15px;
  border: none;
}
.home-secI .content-wrapper .btn-primary::before {
  background: var(--white);
}
.home-secI .content-wrapper .btn-primary > img {
  filter: none;
  max-height: unset;
}

@keyframes marqueeMove {
  0% {
    transform: rotate(5deg) translateX(0%);
  }
  50% {
    transform: rotate(5deg) translateX(-50%);
  }
  100% {
    transform: rotate(5deg) translateX(0%);
  }
}
.home-secJ {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .home-secJ {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secJ {
    padding: 30px 0;
  }
}
.home-secJ .heading {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.home-secJ .swiper-wrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secJ .swiper-wrap {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secJ .swiper-wrap {
    margin-top: 2rem;
  }
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide {
  height: -webkit-fill-available;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #E6E6E6;
  height: -webkit-fill-available;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-img {
  width: 100%;
  height: 100%;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-img::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.24%, rgba(0, 0, 0, 0.7) 91.55%);
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-content {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  width: 100%;
  text-align: center;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-content h6 {
  margin: 20px 0 2px;
  color: var(--white);
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .card-content p {
  color: var(--white);
  opacity: 0.6;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .hover-content {
  background: var(--primary);
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .hover-content p {
  color: var(--white);
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .hover-content .name {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card .hover-content .name h6 {
  color: var(--white);
  font-size: 18px;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card:hover {
  cursor: pointer;
}
.home-secJ .swiper-wrap .fourSilder .swiper-wrapper .swiper-slide .card:hover .hover-content {
  bottom: 0;
}
.home-secJ .btn-wrap {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .home-secJ .btn-wrap {
    margin-top: 2rem;
  }
}

.home-secK {
  padding: 70px 0;
  background: var(--gray);
}
@media only screen and (max-width: 991px) {
  .home-secK {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secK {
    padding: 30px 0;
  }
}
.home-secK .heading {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 40px;
  text-align: center;
}
.home-secK .heading h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home-secK .heading h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .home-secK .heading h3 {
    font-size: 20px;
  }
}
.home-secK .heading h3 span {
  display: block;
  color: var(--purple);
  font-size: 32px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .home-secK .heading h3 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .home-secK .heading h3 span {
    font-size: 20px;
  }
}
.home-secK .accordion-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.home-secK .accordion-item {
  background: var(--white);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.home-secK .accordion-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.home-secK .accordion-item.active .accordion-icon {
  color: var(--black);
}
.home-secK .accordion-item.active .accordion-header h4 {
  color: var(--black);
}
.home-secK .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home-secK .accordion-header:hover {
  background: #fafafa;
}
.home-secK .accordion-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}
@media only screen and (max-width: 375px) {
  .home-secK .accordion-header h4 {
    font-size: 14px;
  }
}
.home-secK .accordion-icon {
  font-size: 24px;
  font-weight: 300;
  color: #666;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home-secK .accordion-content {
  padding: 0 25px 20px;
  display: none;
  background: var(--white);
  padding-right: 3rem;
}
.home-secK .accordion-content p {
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 375px) {
  .home-secK .accordion-content p {
    font-size: 12px;
  }
}
.home-secK .accordion-content ul {
  margin-left: 20px;
}
.home-secK .accordion-content ul li {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 1.8;
  list-style-type: disc;
}
@media only screen and (max-width: 375px) {
  .home-secK .accordion-content ul li {
    font-size: 12px;
  }
}/*# sourceMappingURL=home.css.map */