@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&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');

/* .home-banner{
    width: 100%;
    height: 80vh;
    background: url('../../images/home/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    position: relative;
} */
.video-section {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: calc(100vh - 95px);
  position: relative;
}

#video-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.378);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-overlay-contents {
  text-align: center;
  margin-bottom: 80px;
}


.admission-btn:hover {
  background-color: #12075b;
  color: #fff;
}

.banner-head {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  text-shadow: 2px 2px 5px #000;
}

.csfont {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.home-apply-button {
  padding: 12px 30px;
  border-radius: 12px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 600;

  background-color: #12075b;

}

.updates-section {
  padding: 10px 0px;
  background-color: #154E7C;
}

.updates-head {
  color: #ffffff;
  background-color: #154E7C;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 5px 0;
  width: 104px;
  position: absolute;
  z-index: 10;
}

.updates-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 0;
  margin: 0;

}

.about-section {
  padding: 40px 0px;
}

.course-section {
  padding: 40px 0px;
}

.course-card {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border: none;
}

.course-card-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.945);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  transition: bottom 0.4s ease-in-out;
}

.course-card:hover .course-card-overlay {
  bottom: 0;
}

.overlay-text {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 18px;
}

.principals-message-section {
  padding: 40px 0px;
}

.principal-img {
  margin: 0;
  width: 100%;
  border-radius: 25px;
}

.principal-name {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}



.features-section {
  padding: 40px 0px;
}

.features-box {
  padding: 10px;
  height: max-content;
  height: 100%;
}

.features-icon {
  margin-bottom: 15px;
}

.features-head {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.features-paragraph {
  font-size: 14px;
  font-weight: 500;
  color: #545353;
  text-align: left;
}

.events-section {
  padding: 40px 0px;
}

.events-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.events-card {
  padding: 25px;
  width: 100%;
}

.event-date {
  position: absolute;
  margin-top: 20px;
  margin-left: 30px;
  background-color: #FFFFFF;
  padding: 15px 15px;
  font-weight: 600;
}

.event-date span {
  color: #154E7C;
}

.events-img {
  width: 100%;
}

.events-info {
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
}

.events-card-head {
  font-size: 18px;
  font-weight: 600;
  color: #154E7C;
  margin-bottom: 8px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flexbox;

  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;

  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-paragraph {
  font-size: 14px;
  color: #000;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flexbox;

  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;

  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-info a {
  color: #154E7C;
}

.event-carousel {
  overflow: hidden;
}

.event-carousel .slick-slide {
  margin: 0 10px;
}

.event-carousel .slick-list {
  margin: 0 -10px;
}

.news-section {
  padding: 40px 0px;
}

.news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-card {
  padding: 25px;
  width: 100%;
}

.news-img {
  width: 100%;
}

.news-info {
  padding: 10px;
  background-color: rgb(248, 249, 250);
  width: 100%;
}

.news-card-head {
  font-size: 18px;
  font-weight: 600;
  color: #154E7C;
  margin-bottom: 8px;

  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flexbox;

  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;

  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-paragraph {
  font-size: 14px;
  color: #000;

  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flexbox;

  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;

  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-info a {
  color: #154E7C;
}

.news-carousel {
  overflow: hidden;
}

.news-carousel .slick-slide {
  margin: 0 10px;
}

.news-carousel .slick-list {
  margin: 0 -10px;
}

/*  */
.admission-vertical {
  position: fixed;
  right: 0;
  z-index: 11111;
  bottom: 0px;
}

.admission-vertical a.admission-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background-color: #cbab3c;
  color: #fff;
  /* -webkit-box-shadow:0 10px 17px -6px #717070;
    -moz-box-shadow:0 10px 17px -6px #717070;
    box-shadow:0 5px 7px #7170703d; */
  border-radius: 20px 0 0 20px !important;
  text-align: left;
  display: block;
  padding: 12px 25px;
  width: 155px;
  font-size: 13px;
  font-weight: 500;
  border-right: 0px !important;
  margin: 0;
}

.admission-vertical a.admission-btn:last-of-type() {
  margin-bottom: 0;
}


/*  */

@media only screen and (max-width: 992px) {
  .banner-head {
    font-size: 48px;
  }

  .course-title {
    font-size: 16px;
  }

  .features-head {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {

  .banner-head {
    font-size: 46px;
  }

  .updates-head {
    font-size: 16px;
  }

  .course-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {

  .banner-head {
    font-size: 25px;
    line-height: 38px;
  }

  .updates-head {
    font-size: 16px;
  }

  .updates-text {
    font-size: 14px;
  }

}

@media only screen and (min-width:468px) {
  .admission-vertical {
    top: 120px;
    bottom: auto;
  }

  .admission-vertical a.admission-btn {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    white-space: nowrap;
    width: 100%;
  }
}

@media only screen and (max-width:468px) {
  .admission-vertical {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .admission-vertical a.admission-btn {
    flex-grow: 1;
    border-radius: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: max-content;
  }
}