.navbar-nav {
  padding: 10px 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(137, 87, 250, 0.2705882353);
}
.navbar-nav .nav-link {
  color: #1b1920;
}

.hero-section {
  padding-top: 200px;
  padding-bottom: 140px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-section {
    padding-top: 140px;
    padding-bottom: 0px;
  }
}
.hero-section .hero-bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
}
@media (max-width: 1850px) {
  .hero-section .hero-bg-img {
    width: 43.5%;
  }
}
@media (max-width: 1699px) {
  .hero-section .hero-bg-img {
    width: 41.5%;
  }
}
@media (max-width: 1564px) {
  .hero-section .hero-bg-img {
    width: 40%;
  }
}
@media (max-width: 1466px) {
  .hero-section .hero-bg-img {
    width: 39%;
  }
}
@media (max-width: 1399px) {
  .hero-section .hero-bg-img {
    width: 46%;
  }
}
@media (max-width: 1299px) {
  .hero-section .hero-bg-img {
    width: 44%;
  }
}
@media (max-width: 1199px) {
  .hero-section .hero-bg-img {
    width: 52.5%;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-bg-img {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-bg-img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-bg-img {
    width: 75%;
  }
}
.hero-section .main-banner {
  position: absolute;
  z-index: -1;
}
.hero-section .main-banner img {
  width: 100%;
}
@media (max-width: 768px) {
  .hero-section .main-banner img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .hero-section .main-banner img {
    width: 50%;
  }
}
.hero-section .main-banner.banner-img-1 {
  top: 12%;
  left: 0%;
  animation: movetopbounce 5s linear infinite;
}
.hero-section .main-banner.banner-img-2 {
  top: 20%;
  left: 20%;
  animation: zoom-in 3s linear infinite;
}
.hero-section .main-banner.banner-img-3 {
  top: 14%;
  left: 35%;
  transform: translateY(-10%) translateX(-35%);
  animation: moveleftbounce 5s linear infinite;
}
.hero-section .main-banner.banner-img-4 {
  bottom: 20%;
  left: 8%;
  animation: zoom-in 3s linear infinite;
}
.hero-section .main-banner.banner-img-5 {
  bottom: 15%;
  left: 40%;
  animation: movetopbounce 5s linear infinite;
}
.hero-section .main-banner.banner-img-6 {
  top: 16%;
  right: 10%;
  animation: zoom-in 5s linear infinite;
}
.hero-section .main-banner.banner-img-7 {
  bottom: 15%;
  right: 3%;
  animation: moveleftbounce 5s linear infinite;
}
.hero-section .main-banner.banner-img-8 {
  top: 30%;
  right: 0%;
  text-align: right;
  animation: movetopbounce 5s linear infinite;
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

.features-section .section-heading h2::after {
  width: 50%;
  left: 0;
}
.features-section .feature-slider .slick-list {
  overflow: visible;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
          clip-path: inset(-100vw -100vw -100vw 0);
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .features-section .feature-slider .slick-list {
    padding-bottom: 50px;
  }
}
.features-section .feature-slider .slick-list .feature-card {
  min-height: 319px;
  margin: 0 20px;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 20px 50px rgba(129, 122, 142, 0.1);
}
@media (max-width: 768px) {
  .features-section .feature-slider .slick-list .feature-card {
    margin: 0 10px;
  }
}
.features-section .feature-slider .slick-list .feature-card:hover .card-img {
  background-color: #ffffff;
  border: 1px solid #212529;
  box-shadow: 0 0 20px #f3f3ff;
}
.features-section .feature-slider .slick-list .feature-card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  border: 1px solid #f3f3ff;
  background-color: #f3f3ff;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.features-section .feature-slider .slick-list .feature-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.features-section .feature-slider .slick-arrow {
  top: -103px;
}
@media (max-width: 991px) {
  .features-section .feature-slider .slick-arrow {
    top: -83px;
  }
}
@media (max-width: 575px) {
  .features-section .feature-slider .slick-arrow {
    top: -78px;
  }
}
.features-section .feature-slider .slick-arrow.prev-arrow {
  right: 70px;
}
@media (max-width: 575px) {
  .features-section .feature-slider .slick-arrow.prev-arrow {
    right: 55px;
  }
}
.features-section .feature-slider .slick-arrow.next-arrow {
  right: 0;
}

.modern-interface-section .interface-card .interface-img {
  position: relative;
  max-width: 500px;
  max-height: 300px;
  border-radius: 20px;
  margin: 0 auto;
}
.modern-interface-section .interface-card .interface-img img {
  border-radius: 20px;
  max-width: 500px;
  max-height: 300px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modern-interface-section .interface-card .interface-img:hover::before {
  top: -8px;
  left: -8px;
}
.modern-interface-section .interface-card .interface-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid #212529;
  top: 8px;
  left: 8px;
  transition: all 0.3s ease;
}
.modern-interface-section .interface-card .card-desc .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pricing-plan-section .pricing-slider .slick-list {
  padding: 0 !important;
  margin: 0;
}
.pricing-plan-section .pricing-slider .pricing-card {
  max-width: 400px;
  margin: 0px 20px;
  padding: 30px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .pricing-plan-section .pricing-slider .pricing-card {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .pricing-plan-section .pricing-slider .pricing-card {
    margin: 0 10px;
  }
}
@media (max-width: 575px) {
  .pricing-plan-section .pricing-slider .pricing-card {
    margin: 0 auto;
  }
}
.pricing-plan-section .pricing-slider .pricing-card .card-title {
  font-size: 28px;
}
.pricing-plan-section .pricing-slider .pricing-card .price {
  font-size: 40px;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list {
  min-height: 375px;
  height: 100%;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li {
  margin-bottom: 15px;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li:last-child {
  margin-bottom: 0;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.active-check .check-box {
  background-color: #1b1920;
  color: #ffffff;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check {
  color: #99999a;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check .check-box {
  background-color: #99999a;
  color: #ffffff;
}
.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li .check-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 20px;
  text-align: center;
}
.pricing-plan-section .pricing-slider .pricing-card .btn-gray {
  font-size: 20px;
  max-width: 240px;
  height: 60px;
  width: 100%;
}
.pricing-plan-section .pricing-slider .slick-current .pricing-card {
  border: 2px solid #212529;
}
.pricing-plan-section .pricing-slider .slick-current .pricing-card .price {
  color: #212529;
}
.pricing-plan-section .pricing-slider .slick-current .pricing-card .btn-gray {
  background-color: #212529;
  color: #ffffff;
}
.pricing-plan-section .pricing-slider .slick-dots {
  position: relative;
  bottom: -30px;
}
.pricing-plan-section .pricing-slider .slick-dots li {
  margin: 0;
}
.pricing-plan-section .pricing-slider .slick-dots li button {
  padding: 0;
}
.pricing-plan-section .pricing-slider .slick-dots li button:before {
  font-size: 30px;
  opacity: 1;
  color: #d8d8d8;
}
.pricing-plan-section .pricing-slider .slick-dots li.slick-active button:before {
  color: #212529;
}

.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  padding: 40px 80px 80px 80px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 50px 30px;
  border-bottom: 5px solid #212529;
  border-right: 5px solid #212529;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 40px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 30px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .quote-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  min-width: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 10px solid #f3f3ff;
  position: absolute;
  left: -20px;
  top: -50px;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
    width: 50%;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .profile-img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 50%;
  border: 5px solid #212529;
  position: absolute;
  bottom: -50px;
  right: -25px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial-card .profile-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .profile-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .profile-desc {
  position: relative;
}
.testimonial-section .testimonial-slider .testimonial-card .profile-desc::after {
  position: absolute;
  content: "";
  max-width: 200px;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}
@media (max-width: 375px) {
  .testimonial-section .testimonial-slider .testimonial-card .profile-desc::after {
    max-width: 150px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .profile-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .profile-text {
    font-size: 15px;
  }
}
.testimonial-section .testimonial-slider .slick-arrow {
  bottom: 0px;
}
.testimonial-section .testimonial-slider .slick-arrow.prev-arrow {
  right: 53%;
}
.testimonial-section .testimonial-slider .slick-arrow.next-arrow {
  position: relative;
  left: 51%;
}

.contact-section .contact-img {
  max-width: 530px;
  margin: 0 auto;
  position: relative;
}
.contact-section .contact-form {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 575px) {
  .contact-section .contact-form {
    padding: 25px;
  }
}
.contact-section .contact-form .submit-btn {
  max-width: 340px;
  height: 60px;
}
