.courseHeroDiv {
  background: linear-gradient(#0b62b8ba, #0b62b8ba),
    url("./../images/courses/courseHeroImg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 17% 0px;
}
.courseHeroDiv h2 {
  font-size: 34px;
  font-weight: 400;
  color: white;
  text-align: center;
}
.courseHeroDiv h4 {
  font-size: 45px;
  font-weight: 700;
  color: white;
  text-align: center;
}
.courseDiv h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #383c84;
}
.courseTopContent {
  font-size: 18px;
  font-weight: 400;
}
/* .coursesCard {
  padding: 10px 25px;
} */
.coursesCard h3 {
  font-size: 20px;
  font-weight: 700;

  padding-top: 10px;
}
.coursesCard p {
  font-size: 14px;
  font-weight: 400;

  padding-top: 6px;
}
.coursesCard img {
  width: 100%;
}

.coursesText {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.admissionBtn {
  text-align: center;
}
.admissionBtn button {
  font-size: 20px;
  font-weight: 600;
  background-color: #c51c1c;
  padding: 8px 20px;
  color: white;
  border: none;
}
.admissionBtn button:hover {
  background-color: #5a5ea8;
}

/*  */
.facilities h2 {
  color: #383c84;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.facilities p {
  color: black;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.facilities img {
  width: 100%;
}

/*  */
/*  */
.facilitiesDiv {
  background-color: #383c84;
}
.facilitiesDiv h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.facilitiesCard {
  text-align: center;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 4px 12px #00000025;
}
.facilitiesCard h2 {
  font-size: 20px;
  font-weight: 600;
  color: #383c84;
  padding-top: 30px;
}
.facilitiesCard p {
  font-size: 14px;
  font-weight: 300;
}
.facilitiesCard a {
  text-decoration: none;
  color: #383c84;
  font-size: 18px;
  font-weight: 700;
}
.facilitiesIcon {
  position: relative;
  z-index: 100;
}
.facilitiesIcon img {
  position: relative;
  z-index: 100;
}
.facilitiesIcon.icon1::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fffadb;
  z-index: 90;
}
.facilitiesIcon.icon2::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff0f7;
  z-index: 90;
}
.facilitiesIcon.icon3::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4fffa;
  z-index: 90;
}
.facilitiesIcon.icon4::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffe6e7;
  z-index: 90;
}
.facilitiesIcon.icon5::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #e8fcff;
  z-index: 90;
}
.facilitiesIcon.icon6::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #e3e4ff;
  z-index: 90;
}
.facilitiesCard.card1 {
  background-color: #ecda74;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card1:hover {
  background-color: #e2cb4b;
}
.facilitiesCard.card2 {
  background-color: #e5c3d3;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card2:hover {
  background-color: #d99fba;
}
.facilitiesCard.card3 {
  background-color: #cbf7e4;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card3:hover {
  background-color: #a9e4ca;
}
.facilitiesCard.card4 {
  background-color: #ffbfc1;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card4:hover {
  background-color: #fba3a6;
}
.facilitiesCard.card5 {
  background-color: #a9f2ff;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card5:hover {
  background-color: #6edaed;
}
.facilitiesCard.card6 {
  background-color: #bcbfff;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard.card6:hover {
  background-color: #9fa4fa;
}

/*  */
.facilitiesDiv2 h2 {
  color: #383c84;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.facilitiesCard2 {
  text-align: center;
  border: 1px solid #00000012;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.facilitiesCard2 i {
  color: #3b80ff;
  font-size: 32px;
}
.facilitiesCard2 h3 {
  font-size: 24px;
  font-weight: 700;
  color: #383c84;
}
.facilitiesCard2 p {
  font-size: 16px;
  font-weight: 400;
}
.facilitiesCard2:hover {
  box-shadow: 0px 0px 34px #00000025;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .heroSection {
    padding: 45% 0px 35%;
  }
  .facilities p {
    font-size: 14px;
  }
  .facilitiesDiv2 h2 {
    font-size: 30px;
  }
  .courseHeroDiv h4 {
    font-size: 24px;
  }
  .courseHeroDiv {
    padding: 25% 0px;
  }
}
