@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
}

.head {
  color: #1B1D21;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .head {
    color: #1B1D21;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
  }
}
.head .dark {
  color: #845EC5;
}
.head .light {
  color: #EDAEF4;
}

.text {
  color: #1B1D21;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .text {
    color: #1B1D21;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
}

.top {
  background: #EEAEF4;
}
.top p,
.top a {
  color: #1B1D21;
  font-size: 12px;
  font-weight: 500;
}

.hero {
  background-image: url("../img/bg-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .content {
  padding: 70px 0 120px 0;
}
@media (max-width: 575.98px) {
  .hero .content {
    padding: 70px 0 60px 0;
  }
}
.hero .logo-grp {
  width: 372px;
  height: auto;
}
@media (max-width: 575.98px) {
  .hero .logo-grp {
    width: 100%;
    height: auto;
  }
}
.hero h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0.16875px;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.hero p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.hero .btn.btn-violet {
  background: #EEAEF4;
  padding: 19px 25px;
  border-radius: 10px;
  pointer-events: none;
  color: #1B1D21;
  font-size: 20px;
  font-weight: 500;
}

.why {
  background: #F6F5F9;
}
.why .why-card {
  background: #F6F2FF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.why .why-card .title {
  color: #1B1D21;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .why .why-card .title {
    color: #1B1D21;
    font-size: 20px;
    font-weight: 600;
  }
}
.why .why-card .text {
  color: #626166;
}

.highlights {
  position: relative;
  z-index: 1;
}
.highlights::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1074px;
  height: 229px;
  background-image: url("../img/after.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .highlights::after {
    display: none;
  }
}
.highlights .title {
  color: #45377C;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
@media (max-width: 575.98px) {
  .highlights .title {
    color: #45377C;
    font-size: 24px;
    font-weight: 500;
  }
}
.highlights .text {
  color: #626166;
}
.highlights .btn.btn-main {
  background: #45377C;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .highlights .border-sm {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

.btn.duration {
  padding: 13px 35px;
  background: #EDAEF4;
  border-radius: 10px;
  color: #1B1D21;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  pointer-events: none;
}

.criteria {
  background-image: url("../img/bg-criteria.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.criteria .criteria-card {
  background: #FFFFFF;
  border: 1px solid #7F7F7F;
  border-radius: 10px;
  padding: 20px;
}
.criteria .criteria-card .card-title {
  color: #898989;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 575.98px) {
  .criteria .criteria-card .card-title {
    color: #898989;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
}
.criteria .criteria-card .text {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .criteria .criteria-card .text {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
}

.scholarship {
  background-image: url("../img/bg-scholarship.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.scholarship .text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .scholarship .text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
.scholarship .table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #828282;
}
.scholarship .table thead th {
  background: #EEAEF4 !important;
  color: #1B1D21;
  font-size: 18px;
  font-weight: 600;
  border: none;
  padding: 20px;
  border: 1px solid #828282;
}
@media (max-width: 575.98px) {
  .scholarship .table thead th {
    color: #1B1D21;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 8px;
  }
}
.scholarship .table tbody td {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #828282;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .scholarship .table tbody td {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 8px;
  }
}

.faculty {
  background-image: url("../img/bg-faculty.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faculty .text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
}
@media (max-width: 575.98px) {
  .faculty .text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }
}

.border-b {
  border-bottom: 1px solid #999696;
}

.border-rb {
  border-right: 1px solid #999696;
  border-bottom: 1px solid #999696;
}

.testimonial .testimonial-card {
  border: 2px solid rgba(201, 138, 216, 0.3921);
  border-radius: 30px;
}
.testimonial .testimonial-card .img-lg {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.testimonial .testimonial-card .text {
  font-size: 16px;
  line-height: 28px;
}
.testimonial .testimonial-card .name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .testimonial .testimonial-content.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .testimonial .testimonial-content.expanded {
    display: block;
  }
  .testimonial .read-more-btn {
    background: none;
    border: none;
    color: #7e57c2;
    font-weight: 600;
    margin-top: 10px;
    padding: 0;
    cursor: pointer;
  }
}
.testimonial .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.testimonial .owl-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}
.testimonial .owl-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.02);
}
.testimonial .owl-carousel .owl-nav .owl-prev {
  left: -100px;
}
.testimonial .owl-carousel .owl-nav .owl-next {
  right: -100px;
}
@media (max-width: 767.98px) {
  .testimonial .owl-carousel .owl-nav {
    display: none;
  }
}

.collabs .purple {
  background: #A37DE7;
}
.collabs .violet {
  background: #EEAEF4;
}
.collabs .card-header {
  background: rgba(255, 255, 255, 0.3);
}
.collabs .card-header h5 {
  color: #1B1D21;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
@media (max-width: 575.98px) {
  .collabs .card-header h5 {
    color: #1B1D21;
    font-size: 24px;
    font-weight: 600;
  }
}

.cta-container {
  background-image: url("../img/bg-cta.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .cta-container {
    border-radius: 0;
  }
}
.cta-container .text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}
@media (max-width: 575.98px) {
  .cta-container .text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
  }
}
.cta-container .btn.btn-cta {
  padding: 17px 22px;
  background: #E17CEA;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

footer a {
  color: #1B1D21;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #7E60BF;
}

.applynow {
  position: fixed;
  bottom: 0;
  background-color: #EEAEF4;
  width: 100%;
  z-index: 10000;
}
.applynow .btn.apply-now {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */