/* main css */
.top-nav {
  background-color: #243951;
  z-index: 1000;
  opacity: 85%;
}

.btn-icon-color {
  color: #f7d003;
}

.main-carousel {
  margin-top: -200px;
  height: 105vh;
}

.linear-gradient-background {
  background-image: linear-gradient(
    to right,
    rgb(14, 15, 17, 0.3),
    rgb(14, 15, 17, 0.3)
  );
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.nav-link__main {
  color: rgb(240, 248, 255), transparent;
  transition: all 0.3s ease-in-out;
}

.nav-link__main:hover {
  background-color: rgba(240, 248, 255, 0.3);
  border-radius: 4px;
}

/* .nav-link__main-dropdown {
  background-color: rgba(151, 155, 159, 0.3), transparent;
  transition: all 0.3s ease-in-out;
}

.nav-link__main-dropdown:hover {
  background-color: rgba(151, 155, 159, 0.3);
  transition: all 0.3s ease-in-out;
} */

.sub-carousel {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2000;
}

.sub-carousel-card {
  border-top: 4px solid #477ab7;
}

.sub-carousel-card__body {
  background-color: #81ca00;
  padding: 30px;
}

.card-button {
  padding: 10px 40px;
  border-radius: 0;
}

.colored-link {
  color: #04a9ff;
  font-size: 14px;
}

.discover-section {
  margin-top: 200px;
  margin-bottom: 80px;
}

@media screen and (max-width: 350px) {
  .discover-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .discover-section {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.hero-section {
  background-image: linear-gradient(
      to right,
      rgba(14, 15, 17, 0.4),
      rgba(14, 15, 17, 0.4)
    ),
    url("/assets/bg_4-feb0e9a4.jpg");
}

.hero-section-text {
  padding-top: 20px;
  padding-bottom: 50px;
}

.hero-section-headline {
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 2px solid #88cc12;
}

.hero-section-button {
  min-width: 200px;
  padding: 8px 10px;
  background-color: #04a9ff;
  border: none;
  color: #ffffff;
  font-size: 20px;
  border-top: 4px solid #04a9ff;
  transition: all 0.2s ease-in-out;
}

.hero-section-button:hover {
  background-color: #88cc12;
  border-top: 4px solid #88cc12;
}

.active-hero-button {
  background-color: #ffffff;
  color: #000000;
  border-top: 4px solid #88cc12;
  transition: all 0.2s;
}

.active-hero-button:hover {
  background-color: #ffffff;
  color: #000000;
  border-top: 4px solid #88cc12;
}

.main-card .card-body-custom {
  transition: all 0.3s ease-in-out;
}

.main-card:hover .card-body-custom {
  background-color: #88cc12;
  color: #ffffff;
}

.main-card:hover .card-custom-footer {
  color: #ffffff;
}

.card-body-custom {
  align-self: center;
  text-align: center;
  background-color: #ffffff;
  width: 300px;
  margin-top: -45px;
  border-bottom: 4px solid #88cc12;
}

.card-custom-footer {
  font-size: 13px;
  color: #666768;
}

.event-date {
  border: 6px solid #81ca00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 50px;
  font-weight: bold;
}

.highlight-inactive {
  display: none;
}

.highlight-active {
  display: block;
}

.event-date-month {
  font-size: 10px;
}

.goals {
  background-image: linear-gradient(
      to right,
      rgba(5, 41, 74, 0.5),
      rgba(5, 41, 74, 0.5)
    ),
    url("/assets/bg_2-7ff96af5.jpg");
}

.goals-text {
  padding: 30px;
}

.goals-h1 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
}

.goals-h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 25%;
  border-bottom: 2px solid #88cc12;
}

.goals-numerical {
  font-size: 50px;
  font-weight: lighter;
}

.goals-icon {
  font-size: 85px;
  color: #81ca00;
}

.admissions {
  margin-top: 150px;
  margin-bottom: 150px;
}

@media screen and (max-width: 350px) {
  .admissions {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 750px) {
  .admissions {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.admissions-cards {
  margin-top: 30px;
}

.admissions-cards-side {
  font-size: 80px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40%;
  color: #88cc12;
}

.admissions-title {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}

.admissions-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 25%;
  border-bottom: 2px solid #88cc12;
}

.footer {
  background-image: linear-gradient(
      to bottom,
      rgba(5, 41, 74, 0.5),
      rgba(0, 0, 0, 0.663)
    ),
    url("/assets/bg_1-65558624.jpg");
  border-top: 4px solid #88cc12;
  padding-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 350px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.footer-row {
  padding: 40px 100px;
}

@media screen and (max-width: 350px) {
  .footer-row {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 750px) {
  .footer-row {
    padding: 40px 20px;
  }
}

.col-title {
  color: #ffffff;
}

.col-title {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}

.col-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
  border-bottom: 2px solid #88cc12;
}

.footer-subtitle {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6;
}

.footer-link {
  margin-top: 20px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.footer-link:hover {
  color: #d4d4d4;
}

/* utilities */
.z-index-1000 {
  z-index: 1000;
}

.h-105vh {
  height: 105vh;
}
