@font-face {
  font-family: "ShantellSans";
  /* Name of the font */
  src: url("../fonts/ShantellSans.ttf") format("truetype");
  /* Path to the font file */
}

@font-face {
  font-family: "Outfit";
  /* Name of the font */
  src: url("../fonts/Outfit.ttf") format("truetype");
  /* Path to the font file */
}

body {
  font-family: "ShantellSans" !important;
  /* Apply the custom font */
  margin: 0;
  padding: 0;
  scroll-behavior: none;
  overflow-x: hidden;
}

:root {
  --primary-color: #0397f7;
  --white-color: #ffffff;
  --yellow-color: #fed966;
  --secondary-color: #39b54b;
  --name-title-color: #ff394f;
  --black-color: black;
  --footer-color: #352400;
}

.navbar .bg-light {
  background: var(--white-color);
}

.navbar ul li {
  padding: 20px;
}

.navbar h2 {
  font-family: "Outfit";
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.navbar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: var(--white-color);
  box-shadow: 0 2px 3px #dddddd;
}

.hero-banner {
  padding: 96px 0;
}

.hero-banner .left-section span {
  color: var(--secondary-color);
}

.hero-banner.left-section h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 52.8px;
  letter-spacing: 0.15px;
}

.hero-banner .left-section {
  padding-right: 64px;
  margin: auto;
}

.hero-banner .right-section {
  position: relative;
  display: flex;
  margin: 0 auto;
  background-image: url(../images/Right-Part.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-section img {
  padding: 32px 0;
}

.left-section p {
  padding-bottom: 32px;
}

.left-section button {
  gap: 10px;
  border-radius: 100px;
  border: none;
  outline: none;
  background: var(--yellow-color);
  padding: 8px 16px;
}

.hero-banner button a {
  text-decoration: none;
  color: #352400;
  font-size: 16px;
  font-weight: 600;
}

.hero-banner .hero {
  position: absolute;
  right: 0;
  bottom: 0;
}

.right-section {
  position: relative;
}

.img-1 {
  position: absolute;
  top: 200px;
  left: 200px;
}

.right-section img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-section {
  background: var(--primary-color);
  position: relative;
  padding: 0;
  margin: 0;
  padding: 48px 0;
}

.card-section .section-header {
  padding: 60px 0;
}

.main-card {
  position: relative;
}

.card-img-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.card-img-2 {
  position: absolute;
  left: 0;
  top: 0;
}

.ig {
  margin: 0;
  padding: 0;
}

.card {
  background: transparent;
  border: none;
  color: var(--white-color);
}

.card .card-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: var(--spcing60024);
  letter-spacing: 0.15px;
}

.card-body h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.15px;
}

.section-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.15px;
}

.section-header {
  color: var(--white-color);
}

.hero-card {
  position: relative;
}

.school-section {
  padding: 128px 0;
  position: relative;
}

/* .school-section .v-76 {
  position: absolute;
  bottom: 100px;
  left: 30px;
} */
.school-section .v-96 {
  position: absolute;
  left: 30px;
}

.school-section .v-78 {
  position: absolute;
  right: 0;
  top: 0;
}

.school-section .right-section img {
  background-position: center;
  background-size: cover;
  display: flex;
  margin: 0 auto;
}

.school-leader .left-section p {
  padding-bottom: 0;
}

.leader-img img {
  display: flex;
  margin: 0 auto;
}

.school-leader .left-section h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.15px;
  color: var(--name-title-color);
}

.school-leader .left-section span {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.15px;
}

.school-leader .v-77 {
  position: absolute;
  top: 0;
  right: 0;
}

.card-section-blue {
  background: var(--secondary-color);
}

.card-section-blue .card {
  background: transparent;
}

.section-header p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.15px;
  margin-top: 20px;
}

.card-section-blue span {
  padding-bottom: 50px;
}

.card-body .card-title {
  padding: 10px 0;
}

.top-elevation {
  margin: -2px;
}

.bottom-elevation {
  margin: -2px;
}

.gallery .section-header {
  color: var(--black-color);
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  height: 9px;
  width: 9px;
  cursor: pointer;
  background: var(--name-title-color);
  border-top: 9px;
  border-bottom: 9px;
}

.gallery {
  padding: 128px 0;
}

.testimonial-section {
  background: var(--yellow-color);
  padding: 48px 0;
  position: relative;
}

.testimonial-section .section-header {
  color: var(--black-color);
}

.testimonial-section h5 {
  padding: 24px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: 0.15px;
}

.testimonial-section h6 {
  padding: 24px 0;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.15px;
}

.testimonial-section span {
  font-weight: 500;
}

.testimonial-section p {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.15px;
}

.testimonial-section .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  cursor: pointer;
  margin-bottom: -32px;
  background: var(--white-color);
  border-top: 9px;
  border-bottom: 9px;
}

.main-testimonial {
  position: relative;
}

.t-img-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.t-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.t-img-3 {
  position: absolute;
  top: 150px;
  right: 128px;
}

.t-img-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-header-black {
  color: var(--black-color);
}

.contact-us {
  padding: 128px 0;
}

.input-group>.form-control {
  border-right: none;
}

.input-group-text {
  background-color: #ffffff;
}

form {
  width: 896px;
  height: 579px;
  gap: 32px;
}

.form {
  padding: 50px 0;
}

.reset-btn {
  border: 2px solid var(--black-color);
  width: 180px;
  height: 50px;
  margin-right: 10px;
  border-width: 2px;
  padding: 8px 12px;
  border-radius: 18px;
  background: var(--white-color);
}

.enrol-btn {
  background-color: var(--yellow-color);
  width: 200px;
  height: 60;
  margin-left: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  border: none;
}

.button-class {
  gap: 20px;
}

.center-form {
  padding: 16px 0;
}

.form-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.15px;
}

input {
  width: 800;
  height: 51px;
  gap: 16px;
}

select {
  height: 51px;
}

.footer {
  background: var(--footer-color);
  padding: 32px 0;
  position: relative;
}

.wave-img {
  padding: 32px 0;
}

.f-logo {
  color: var(--white-color);
}

.footer-heading {
  color: var(--white-color);
  font-weight: 500;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: 0.15px;
}

.footer-text {
  color: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.15px;
  text-decoration: none;
}

.footer-text a {
  text-decoration: none;
  color: var(--white-color);
  font-weight: 800;
}

.footer-div {
  padding: 0 20px;
}

.footer-div-1 {
  padding-right: 20px;
}

.footer-div-5 {
  padding-left: 20px;
}

.footer-text a {
  padding: 10px 0;
}

.footer-div img {
  padding-right: 20px;
}

.footer h3 {
  padding-left: 20px;
}

.footer-img {
  position: absolute;
  top: 0;
  right: 128px;
}

.copyright-text-right {
  display: flex;
  justify-content: end;
}

.footer hr {
  border: 1px solid var(--white-color);
}

.carousel {
  position: relative;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: transform 0.5s ease-in-out;
}

.carousel-images {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.5s ease-in-out;
}

.carousel-images a {
  flex: 0 0 auto;
  transition: transform 0.5s, width 0.5s, margin 0.5s;
}

.carousel-images img {
  width: 153px;
  height: 400px;
  border-radius: 20px;
  transition: transform 0.5s, width 0.5s;
}

.carousel-images a:target img {
  width: 515px;
  height: 418px;
  /* transform: scale(1.2); */
}

.carousel-images a:target .active {
  width: 515px;
  height: 418px;
  /* transform: scale(1.2); */
}

/* .carousel-images:has(#slide1:target) {
    transform: translateX(30%);
}
.carousel-images:has(#slide2:target) {
    transform: translateX(15%);
}
.carousel-images:has(#slide3:target) {
    transform: translateX(0);
}
.carousel-images:has(#slide4:target) {
    transform: translateX(-15%);
}
.carousel-images:has(#slide5:target) {
    transform: translateX(-30%);
} */
.navigation {
  text-align: center;
  margin-top: 10px;
}

.navigation a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333;
  margin: 5px;
  border-radius: 50%;
  text-decoration: none;
}

@keyframes slide {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-20%);
  }

  40% {
    transform: translateX(-40%);
  }

  60% {
    transform: translateX(-60%);
  }

  80% {
    transform: translateX(-80%);
  }
}

.small-images img {
  height: 347px;
}

.medium-img img {
  height: 400px;
}

.gallery-1 {
  padding: 80px 0;
}

.grid-img {
  border: 1px solid var(--name-title-color);
  padding: 5px;
  border-radius: 30px;
  background-color: var(--yellow-color);
}

.grid-img img {
  height: 320px;
  width: 100% !important;
  border-radius: 30px;
}

.image-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.image-modal .modal-content {
  margin: auto;
  display: block;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  max-height: 80%;
}

.slick-slide {
  opacity: 0.5;
  transition: transform 0.3s, opacity 0.3s;
}

.slick-center {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}

.slick-slide img {
  width: 100%;
  border-radius: 10px;
}

.slider-container {
  margin: auto;
  max-width: 100%;
  padding: 40px 0;
}

/* .slick-track {
  align-items: center;
  justify-content: center;
  display: flex !important;
} */
.slick-slide.slick-current.slick-active.slick-center img {
  /* height: 415px !important; */
  /* width: 520px !important; */
  border-radius: 80px !important;
  padding: 40px;
}

.slick-slide img {
  display: block;
  padding: 20px;
}

.slick-adjacent {
  transform: scale(0.9);
  /* smaller than default */
  opacity: 0.8;
  /* slightly more visible than other non-center slides */
  z-index: 1;
}

.nav-link.active,
.nav-link:hover {
  color: #ff394f !important;
}