.font {
  color: #464646;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 35px;
}

.services-detail {
  margin: 40px 0px;
  margin-bottom: 70px;
}

.services-detail i {
  padding: 0px 10px;
  color: #377dff;
  font-size: 30px;
}

.heading {
  color: #1d1d1d;
  font-size: 40px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.heading-2 {
  color: #1d1d1d;
  font-size: 50px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.services-cards-section {
  margin-top: 140px;
}
.services-cards-section .card {
  padding: 40px 20px;
  border: none;
  border-radius: 20px;
  margin: 10px 0px;
  background-color: #377dff;
  box-shadow: 4px 4px 10px gray;
  color: white;
  margin-top: 15px;
}

.services-cards-section .card p {
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  padding: 5px 0px;
  line-height: 24px;
}

.services-section {
  margin: 80px 0px;
}

.services-section .services-section-container .description .title {
  color: #377dff;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  padding: 20px 0px;
}

.services-section .services-section-container .description h4 {
  color: #1d1d1d;
  font-size: 55px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.services-section .services-section-container .description p {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  color: #464646;
  padding-top: 10px;
  opacity: 0.6;
  margin-bottom: 2.5rem;
}
.card-title {
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.banner-section {
  padding: 100px 10px;
  margin: 90px 0px;
  background: linear-gradient(
    90deg,
    rgb(38, 27, 241) 0%,
    rgb(62, 62, 245) 27%,
    rgba(0, 212, 255, 1) 100%
  );
}

.banner-section p {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  padding: 10px;
}

.banner-section h1 {
  font-size: 50px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.banner-section a {
  background-color: white;
  font-size: 18px;
  border-radius: 28px;
  padding: 12px 20px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  margin: 20px 0px;
}

.counter-section {
  margin-top: 90px;
  margin-bottom: 90px;
}
.counter-section p {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.counter-section i {
  color: #377dff;
  font-size: 40px;
  padding: 10px;
}

.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  top: 0;
  height: 300px;
  font-family: "Quicksand", sans-serif;
}





.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #377dff;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #377dff;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #377dff;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: #ffffff;
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}

.accordion-button {
  padding: 30px 40px;
  font-family: "Quicksand", sans-serif;
  border-radius: 50px !important;
  background-color: aliceblue;
  font-weight: bold;
  font-size: 18px;
}

.testimonial-section {
  background: linear-gradient(
    90deg,
    rgb(38, 27, 241) 0%,
    rgb(62, 62, 245) 27%,
    rgba(0, 212, 255, 1) 100%
  );
}
.review {
  width: 700px;
}
.faq-col {
  flex: 1;
}

.accordion-item {
  border: none;
}

.faq-accordians {
  gap: 22px;
  flex-wrap: wrap;
}

.testimonial-column {
  height: 400px;
}

.testimonial-column .carousel {
  height: 100%;
}

.faq-section {
  margin-top: 70px;
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .main-section .main-section-container {
    background: none;
  }

  .font,
  .services-cards-section .card p,
  .banner-section p,
  .accordion-button,
  .review,
  .services-section .services-section-container .description p {
    font-size: 14px;
    line-height: 24px;
  }

  .heading,
  .card-title,
  .banner-section h1,
  .heading-2,
  .services-section .services-section-container .description h4 {
    font-size: 28px;
  }

  .services-detail i {
    font-size: 20px;
  }

  .accordion-button {
    padding: 20px 25px;
    margin: 4px;
  }

  .feature-box-1 {
    height: auto;
  }

  .banner-section p,
  .banner-section h1 {
    padding-left: 10px;
    padding: 5px;
  }

  .banner-section {
    padding: 50px 10px;
  }
  .banner-section a {
    font-size: 16px;
    padding: 10px 18px;

    margin: 10px 10px;
  }

  .faq-accordians {
    gap: 0px;
  }
  .review {
    width: 300px;
  }

  .testimonial-column {
    height: 450px;
  }

  .services-section,
  .services-cards-section {
    margin: 50px 0px; 
  
  }
}

@media only screen and (max-width: 780px) {
  .faq-accordians {
    flex-direction: column;
  }
}


