/* CAROUSEL */
.fit-cover {
  object-fit: cover;
}
/* WAVES RULES */

.home-top-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.home-top-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 87px;
}

.home-top-divider .shape-fill {
  fill: #FFFFFF;
}

.home-statistics-bottom-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.home-statistics-bottom-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.home-statistics-bottom-divider .shape-fill {
  fill: rgb(1, 27, 24);
}

.home-statistics-top-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.home-statistics-top-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 87px;
}

.home-statistics-top-divider .shape-fill {
  fill: #FFFFFF;
}

/* GENERAL RULES */

.normal-paragraph {
  font-family: Merriweather, serif;
  text-align: justify;
  font-size: 12px;
}

@media (min-width: 576px) {
  .normal-paragraph {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .normal-paragraph {
    font-size: 18px;
  }
}

.features .card {
  border-radius: 0;
  border: none;
  box-shadow: 1px 1px 6px 1px rgb(114,114,115);
}

/* WAVES */

.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.waves .shape-fill {
  fill: #FFFFFF;
}

.waves svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
  transform: rotateY(180deg);
}

/* HEADER SECTION */

/* BANNER SECTION */

 .banner {
  height: 350px;
}

@media (min-width: 576px) {
  .banner {
    height: 450px;
  }
}

@media (min-width: 768px) {
  .banner {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .banner {
    height: 450px;
  }
}

.banner .content-wrapper {
  width: 400px;
  height: 350px;
  padding-top: 150px;
  text-align: center;
}

@media (min-width: 576px) {
  .banner .content-wrapper {
    width: 400px;
    height: 450px;
  }
}

@media (min-width: 768px) {
  .banner .content-wrapper {
    width: 400px;
    height: 450px;
    padding-top: 66px;
  }
}

@media (min-width: 992px) {
  .banner .content-wrapper {
    width: 300px;
    height: 450px;
    padding-top: 66px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .banner .content-wrapper {
    width: 400px;
    height: 450px;
    padding-top: 66px;
    text-align: left;
  }
}

.banner h1 {
  font-family: Outfit, sans-serif;
  color: rgb(242,168,1);
  font-size: 40px;
  background: rgba(0,0,0,0.64);
}

@media (min-width: 576px) {
  .banner h1 {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .banner h1 {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .banner h1 {
    color: rgb(0,0,0);
    font-size: 50px;
    background: none;
  }
}

@media (min-width: 1200px) {
  .banner h1 {
    color: rgb(0,0,0);
    font-size: 60px;
  }
}

.banner p {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  color: rgb(255,255,255);
  line-height: 28px;
  background: rgba(0,0,0,0.71);
  padding: 10px;
}

.banner a {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  color: rgb(242,168,1);
  line-height: 28px;
  padding: 10px;
  text-decoration: none;
}

@media (min-width: 576px) {
  .banner p {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .banner p {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .banner p {
    font-size: 18px;
    color: rgb(1, 27, 24);
    background: none;
  }
}

@media (min-width: 1200px) {
  .banner p {
    font-size: 20px;
    color: rgb(0,0,0);
  }
}

/* DROP CAP LETTER */

.has-dropcap:first-letter {
  float: left;
  font-size: 6rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}

/* VIDEO CAROUSEL */

/* PHOTO CAROUSEL */

/* FEATURES SECTION IN HOME PAGE */

.section-header {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-weight: bold;
  font-size: 25px;
}

@media (min-width: 576px) {
  .section-header {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .section-header {
    font-size: 40px;
  }
}

.features .card-body {
  padding: 30px;
}

@media (min-width: 576px) {
  .features .card-body {
    padding: 10px;
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .features .card-body {
    padding: 10px;
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .features .card-body {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .features .card-body {
    padding: 30px;
  }
}

.features .card-title .fas {
  font-size: 30px;
}

@media (min-width: 576px) {
  .features .card-title .fas {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .features .card-title .fas {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .features .card-title .fas {
    font-size: 50px;
  }
}

.features .card-title {
  font-size: 18px;
  text-align: center;
  font-family: Outfit, sans-serif;
}

@media (min-width: 576px) {
  .features .card-title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .features .card-title {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .features .card-title {
    font-size: 20px;
  }
}

.features .card-text {
  font-family: Merriweather, serif;
  text-align: justify;
  font-weight: 400;
  font-size: 13px;
}

@media (min-width: 576px) {
  .features .card-text {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .features .card-text {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .features .card-text {
    font-weight: 300;
    font-size: 15px;
  }
}


/* HOME PAGE STATISTICS SECTION */

.statistics .card-title {
  font-family: Outfit, sans-serif;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 576px) {
  .statistics .card-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .statistics .card-title {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .statistics .card-title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .statistics .card-title {
    font-size: 23px;
  }
}

.statistics .card-subtitle {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 992px) {
  .statistics .card-subtitle {
    font-size: 16px;
  }
}

.statistics tbody {
  font-family: Outfit, sans-serif;
  font-size: 13px;
}

@media (min-width: 576px) {
  .statistics tbody {
    font-family: Outfit, sans-serif;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .statistics tbody {
    font-family: Outfit, sans-serif;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .statistics tbody {
    font-family: Outfit, sans-serif;
    font-size: 16px;
  }
}

/* WAVES SVG PROPERTIES */
.about-waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.about-waves .shape-fill {
  fill: #FFFFFF;
}

.about-waves svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
  transform: rotateY(180deg);
}

.first-wave svg {
  height: 40px;
}

/* TEAM SECTION */

.about-paragraphs {
  padding-top: 50px;
  padding-bottom: 0px;
  background: rgb(238,232,170);
}

/* ADMISSION PAGE */


.admission-details {
  font-family: Quicksand, sans-serif;
  margin-bottom: 15px;
  margin-top: 0.5rem;
}

.admission-details .fas {
  color: rgb(242,168,1);
  font-size: 25px;
}

.admission-details p {
  margin-bottom: 0px;
  margin-left: 10px;
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-size: 12px;
}

@media (min-width: 576px) {
  .admission-details p {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .admission-details p {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .admission-details p {
    font-size: 16px;
  }
}

#admission_events p {
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  text-align: justify;
}

@media (min-width: 576px) {
  #admission_events p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #admission_events p {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  #admission_events p {
    font-size: 14px;
  }
}

#admission_events h3 {
  font-family: Outfit, sans-serif;
  font-size: 18px;
}

@media (min-width: 576px) {
  #admission_events h3 {
    font-family: Outfit, sans-serif;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  #admission_events h3 {
    font-family: Outfit, sans-serif;
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  #admission_events h3 {
    font-family: Outfit, sans-serif;
    font-size: 27px;
  }
}

/* SCHOLARSHIP PAGE */

/* CHILD PROTECTION PAGE */
.section-header-paragraph {
  font-family: Merriweather, serif;
  font-size: 16px;
  color: rgb(0,0,0);
}

@media (min-width: 576px) {
  .section-header-paragraph {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .section-header-paragraph {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .section-header-paragraph {
    font-size: 20px;
  }
}

/* ADMISSION BANNER */
#admission_banner {
  background: url("../img/admission_banner.jpg") center right / cover no-repeat;
}

@media (min-width: 768px) {
  #admission_banner {
    background: url("../img/admission_banner.jpg") center / cover no-repeat;
  }
}

/* SCHOLARSHIP BANNER */
#scholarship_banner {
  background: url("../img/admission_banner.jpg") center right / cover no-repeat;
}

@media (min-width: 768px) {
  #scholarship_banner {
    background: url("../img/admission_banner.jpg") center / cover no-repeat;
  }
}

/* CHILD-PROTECTION BANNER */
#child_protection_banner {
  background: url("../img/admission_banner.jpg") center right / cover no-repeat;
}

@media (min-width: 768px) {
  #child_protection_banner {
    background: url("../img/admission_banner.jpg") center / cover no-repeat;
  }
}

/* STATISTICS PAGE */

.statistics-section-header {
  font-size: 24px;
}

@media (min-width: 576px) {
  .statistics-section-header {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .statistics-section-header {
    font-size: 22.5px;
  }
}

@media (min-width: 992px) {
  .statistics-section-header {
    font-size: 32.5px;
  }
}

