@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

.head {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 24px;
    line-height: 1.5;
  }
}

.text {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 28px;
}

.btn.btn-main {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 12px 15px;
  background: #195AFF;
  box-shadow: -4px -4px 8px rgba(255, 255, 255, 0.04), 4px 4px 8px rgba(25, 90, 255, 0.2), inset 4px 4px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 4px rgba(25, 90, 255, 0.35);
  -webkit-backdrop-filter: blur(95px);
  backdrop-filter: blur(95px);
  border-radius: 4px;
}

.exp-card {
  position: relative;
  background: #F2F9FF;
  border: 1px solid #73C0FF;
}
.exp-card .card-body {
  z-index: 1;
}
@media (max-width: 575.98px) {
  .exp-card .card-body {
    padding: 10px !important;
  }
  .exp-card .card-body .text {
    font-size: 10px !important;
    line-height: 18px !important;
    margin-bottom: 0;
  }
  .exp-card .card-body img {
    width: 40px;
  }
}
.exp-card .card-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575.98px) {
  .exp-card .card-body h4 {
    font-size: 14px;
  }
}

.special .sp-head {
  color: #195AFF;
}
.special .sp-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #C1E3FF;
}
.special .sp-card h3 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 575.98px) {
  .special .sp-card h3 {
    font-size: 24px;
  }
}

.placements {
  background: #F2F9FF;
}
.placements .info-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #C1E3FF;
}
.placements .info-card h3 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 575.98px) {
  .placements .info-card h3 {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .top-recruiters .bb-sm {
    border-bottom: 1px solid #c1e3ff !important;
  }
}
.top-recruiters .rec-img {
  width: 100px;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.top-recruiters .rec-img:hover {
  filter: grayscale(0%);
}
@media (max-width: 575.98px) {
  .top-recruiters .rec-img {
    width: 80px;
  }
}

.testimonial {
  position: relative;
}
@media (max-width: 575.98px) {
  .testimonial {
    margin-bottom: 100px;
  }
}
.testimonial::after {
  position: absolute;
  content: "Testimonials";
  top: 200px;
  left: 80px;
  transform: rotate(-90deg);
  transform-origin: left top;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575.98px) {
  .testimonial::after {
    display: none;
  }
}
.testimonial .name {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575.98px) {
  .testimonial .name {
    font-size: 16px;
    color: #fff;
  }
}
.testimonial .test-card {
  background: #050505;
  border-radius: 0px;
}
.testimonial .test-card .card-body {
  padding: 40px;
}
@media (max-width: 575.98px) {
  .testimonial .test-card .card-body {
    padding: 24px;
  }
}
.testimonial .test-card .card-body .text {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 34px;
}
@media (max-width: 575.98px) {
  .testimonial .test-card .card-body .text {
    font-size: 14px;
  }
}
.testimonial .owl-carousel .owl-item img {
  width: auto !important;
}
.testimonial .owl-nav {
  position: absolute;
  bottom: 105px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .testimonial .owl-nav {
    position: relative;
    bottom: 0px;
  }
}
.testimonial .owl-nav .owl-next {
  position: absolute;
  right: 3px;
  width: 100px;
  height: 100px;
}
@media (max-width: 575.98px) {
  .testimonial .owl-nav .owl-next {
    right: 40%;
    transform: translateX(50%);
    width: 50px;
    height: 50px;
  }
}
.testimonial .owl-nav .owl-prev {
  position: absolute;
  left: 111px;
  width: 100px;
  height: 100px;
}
@media (max-width: 575.98px) {
  .testimonial .owl-nav .owl-prev {
    left: 30%;
    transform: translateX(50%);
    width: 50px;
    height: 50px;
  }
}
.testimonial .pagination-counter {
  position: absolute;
  left: 60px;
  bottom: 30px;
}
.testimonial .pagination-counter #current-slide {
  font-size: 56px;
  font-weight: 700;
  color: #000;
}
.testimonial .pagination-counter #total-slides {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.footer {
  background: linear-gradient(180deg, #fff 25%, #c1e3ff 0%);
}
@media (max-width: 575.98px) {
  .footer {
    background: linear-gradient(180deg, #fff 15%, #c1e3ff 0%);
  }
}
.footer .cta-card {
  background: #015EAA;
  border-radius: 25px;
}
.footer .cta-card .btn-main {
  background: #fff;
  color: #015EAA;
}/*# sourceMappingURL=styles.css.map */