@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Outfit:wght@100..900&display=swap");
.head {
  font-family: "Outfit";
  font-size: 28px;
  font-weight: 500;
  color: #0C0C0C;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 24px;
  }
}

.text {
  font-family: "Figtree";
  font-size: 18px;
  font-weight: 400;
  color: #0C0C0C;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
    line-height: 24px;
  }
}

.navbar .nav-link {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.navbar .btn.btn-admission {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border: 0;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .navbar .btn.btn-admission {
    padding: 20px 0;
    border: 0;
  }
}

.btn.btn-main {
  padding: 13px 28px;
  background: #00674F;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  font-family: "Outfit";
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .btn.btn-main {
    font-size: 16px;
    padding: 10px 22px;
  }
}
.btn.btn-main:hover {
  background: rgb(0, 77.5, 59.4417475728);
  scale: 1.05;
  color: #FFFFFF;
}
.btn.btn-main:active {
  background: rgb(0, 77.5, 59.4417475728) !important;
  color: #FFFFFF !important;
  scale: 0.9;
  box-shadow: 0 0 0 0.25rem rgba(0, 103, 79, 0.5);
}

h4 {
  font-family: "Figtree";
  font-size: 24px;
  font-weight: 400;
  color: #0C0C0C;
  line-height: 36px;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

.hero {
  background-color: #e6f7ea;
  background-image: radial-gradient(#d3a536 0.5px, transparent 0.5px), radial-gradient(#d3a536 0.5px, #e6f7ea 0.5px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  z-index: 10;
  position: relative;
}
.hero::after {
  position: absolute;
  content: url("../img/after.svg");
  width: 100%;
  height: auto;
  left: 0;
  top: -100px;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .hero::after {
    display: none;
  }
}
.hero h1 {
  font-family: "Outfit";
  font-size: 60px;
  font-weight: 400;
  color: #0C0C0C;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 30px;
  }
}
.hero .btn.btn-main {
  padding: 20px 60px;
  border-radius: 15px;
  font-family: "Outfit";
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .hero .btn.btn-main {
    font-size: 16px;
    padding: 10px 22px;
  }
}
.hero .img-hero {
  margin-top: -50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .hero .img-hero {
    margin-top: auto;
  }
}

.about {
  background-image: url("../img/bg-highlights.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about .feature-card {
  border: 1px solid #eaeaea !important;
  background: #fff;
  background-image: url("../img/bg-cards.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
}
.about .feature-card .title {
  font-family: "Outfit";
  font-size: 24px;
  font-weight: 500;
  color: #0C0C0C;
}
.card.cta-card {
  background: #F6931E;
  box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .card.cta-card {
    background-image: url("../img/cta-bg-mobile.svg");
  }
}
.card.cta-card::after {
  position: absolute;
  content: url("../img/cta-after.svg");
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .card.cta-card::after {
    display: none;
  }
}
.card.cta-card .btn.btn-cta {
  padding: 40px 50px 10px 10px;
  background: #FFFFFF;
  border-radius: 10px;
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 700;
  color: #F6931E;
  transition: all 0.3s ease-in-out;
}
.card.cta-card .btn.btn-cta:hover {
  scale: 1.05;
}
.card.cta-card .btn.btn-cta:active {
  scale: 0.9;
}
.card.cta-card .btn.btn-cta-outline {
  padding: 40px 65px 10px 10px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.card.cta-card .btn.btn-cta-outline:hover {
  scale: 1.05;
  background: #FFFFFF;
  color: #F6931E;
}
.card.cta-card .btn.btn-cta-outline:active {
  scale: 0.9;
  background: #FFFFFF;
  color: #F6931E;
}/*# sourceMappingURL=style.css.map */