* {
  box-sizing: border-box;
}

a,
li {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  font: 14px/24px "Poppins", sans-serif;
}

.rainbow-stripe {
  background: url(../img/rainbowstripe.jpg) repeat-x;
  height: 4px;
  width: 100%;
}
.main-navigation {
  float: right;
}
.contact-info-item {
  font-size: 0.8rem;
}
.contact-info-item a {
  color: #333;
}
.social-icons {
  font-size: 1.5rem;
  margin-bottom: 0;
}
/* top carousel */
.carousel-item {
  position: relative;
}
.carousel-item img {
  height: 700px;
}
.carousel-txt {
  position: absolute;
  top: 30%;
  left: 30%;
  right: 30%;
}
.carousel-txt p {
  font-size: 1.2rem;
  font-weight: 500;
}
.carousel-txt h1 {
  font-size: 4rem;
  font-weight: 700;
}
.carousel-txt .btn-first {
  color: white;
}
.carousel-txt .btn-first:hover {
  background-color: #fff;
  color: #333;
  transition: 0.5s;
  transform: translateY(-2px);
}
.carousel-txt .btn-second:hover {
  background-color: #f05a21;
  transition: 0.5s;
  transform: translateY(-2px);
}
.carousel-testimonials {
  height: 500px;
}
.slide1 {
  filter: brightness(50%);
  background-image: url("../img/slide1.jpg");
  width: 1920px;
  height: 700px;
}
.slide2 {
  filter: brightness(50%);
  background-image: url("../img/slide2.jpg");
  width: 1920px;
  height: 700px;
}
.slide3 {
  filter: brightness(50%);
  background-image: url("../img/slide3.jpg");
  width: 1920px;
  height: 700px;
}
/* /top carousel */
/* ul li */
.main-navigation-item {
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  color: #333;
}
.main-navigation-item:hover {
  color: #f05a21 !important;
  transition: 0.5s;
}
.main-navigation nav ul li a:active,
.main-navigation nav ul li a .active {
  color: #f05a21;
}
/* ul li */

.card-text {
  color: #333;
  position: absolute;
  bottom: 10px;
  left: 1rem;
  right: 1rem;
}
.card-img-home {
  width: 200px;
  height: 300px;
  top: -5rem;
  right: 12px;
  /* border: none; */
  /* width: 200px;
  height: 400px; */
  /* border-bottom: 10px solid transparent; */
  /* z-index: 2; */
}
/* .card-img-home img {
  width: 80%;
} */
.card-container:hover .card-img-home {
  animation: slideTop 1s ease;
  animation-fill-mode: forwards;
}

.card-container:hover .btn-read-more {
  animation: pop 1s ease;
  animation-fill-mode: forwards;
}
.card-container {
  height: 220px;
  width: 200px;
  /* width: 10rem; */
}
.card-footer-custom {
  position: relative;
  bottom: 10rem;
  left: 1rem;
  height: 5rem;
  width: 20rem;
}
.card-img-home:hover .card-footer-custom {
  animation: expand 1s ease;
  animation-fill-mode: forwards;
}
.btn-read-more {
  position: relative;
  bottom: 8rem;
  left: 2.4rem;
  border: 1px solid white;
  opacity: 0;
}
.btn-read-more:hover {
  border: 1px dotted white;
}
@keyframes slideTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5rem);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.curriculam-section {
  background-image: url(../img/bg.jpg);
}
.footer {
  background: url(../img/footer_bg.jpg) no-repeat;
}

.parents-section-footer {
  background: url(../img/1920x211_bg.png) #ffbd0a;
}
.parents-section-container {
  margin: 0 auto 0 -1rem;
}
.parents-section-container .carousel-item img {
  height: auto;
}
.parents-section-img-container img {
  width: 110%;
}

/* Utilities */
.mb-10 {
  margin-bottom: 10.5rem;
}
.mt--5 {
  margin-top: -5rem;
}
.text-orange-400 {
  color: #f05a21;
}
.bg-orange-400 {
  background-color: #f05a21;
}
.btn-rounded {
  border-radius: 1rem;
  color: white;
}
.btn-rounded:hover {
  border: 1px solid #f05a21;
}

.bg-yellow {
  background-color: #ffb409;
}
.bg-light-green {
  background-color: #a6c437;
}
.bg-orange {
  background-color: #f05a21;
}

.text-light-green {
  color: #a6c437;
}
.text-gray-200 {
  color: #888;
}
.text-gray-600 {
  color: #555;
}
.ml-2rem {
  margin-left: 2rem;
}
.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.9rem;
}
