@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 0.5s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.school-section1 {
  display: flex;
  justify-content: center;
  position: relative;
}
.school-section1-wrapper {
  max-width: 1224px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
}

.school-image-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  object-fit: cover;
  z-index: -1;
}

.school-color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1e20;
  opacity: 0.65;
  z-index: 0;
}

.school-sec1-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 401px;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}
.school-sec1-content h1 {
  color: white;
  font-family: "Poppins", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 83.2px;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}
.school-sec1-content h4 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}
.school-sec1-content h3 {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 62.4px;
  text-align: center;
  margin: 0;
}

.school-section2 {
  display: flex;
  justify-content: center;
  background-color: white;
}

.school-section2-wrapper {
  max-width: 1224px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 16px;
}

.school-sec2-part1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 401px;
}
.school-sec2-img-wrapper {
  display: flex;
  flex-direction: column;
}
.school-sec2-img-wrapper img {
  max-width: 400px;
  width: 100%;
  height: auto;
  clip-path: polygon(0% 0%, 74% 0%, 100% 100%, 26% 100%);
}
.school-sec2-img-wrapper h6 {
  box-sizing: border-box;
  color: #006aff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: left;
  margin: 30px 0px 20px 110px;
}
.school-sec2-img-text {
  box-sizing: border-box;
  color: #56585e;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-left: 110px;
}

.school-sec2-part2 {
  display: flex;
  flex-direction: column;
  max-width: 612px;
}
.school-sec2-part2 h3 {
  box-sizing: border-box;
  color: #1d1e20;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: center;
  margin: 0 0 30px 0;
}
.school-sec2-part2 h4 {
  box-sizing: border-box;
  color: #1d1e20;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin: 0 0 50px 0;
}
.school-sec2-part2 h5 {
  box-sizing: border-box;
  color: #1d1e20;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  font-family: Tahoma, sans-serif;
  margin: 0 0 32px 60px;
  max-width: 468px;
}
.school-sec2-part2 ul {
  box-sizing: border-box;
  margin: 0 0 32px 60px;
  max-width: 468px;
}
.school-sec2-part2 ul li strong {
  box-sizing: border-box;
  color: #f53636;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.school-sec2-part2 ul li span {
  box-sizing: border-box;
  color: #1d1e20;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-left: 5px;
}

.school-sec2-part2 h6 {
  box-sizing: border-box;
  color: #1d1e20;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  font-family: Tahoma, sans-serif;
  margin: 0 0 32px 60px;
  max-width: 468px;
}

.school-section3 {
  display: flex;
  justify-content: center;
  background-color: white;
}

.school-section3-wrapper {
  max-width: 1224px;
  width: 100%;
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
  padding: 0px 16px 100px;
}

.school-sec3-part1 {
  display: flex;
  flex-direction: column;
  max-width: 517px;
  align-items: center;
}

.school-sec3-part1 h3 {
  box-sizing: border-box;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 62.4px;
  text-align: center;
  margin: 0 0 80px 0;
}

.school-sec3-part1 form {
  box-sizing: border-box;
  background-color: #327de4;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  padding: 31px;
  width: 400px;
  height: auto;
}
.school-sec3-part1 label {
  color: white;
  font-size: 25px;
  line-height: 30px;
}
.school-sec3-part1 input {
  color: #1a1a1a;
  font-size: 21px;
  background-color: #f1f1f1;
  padding: 16px;
  border: none;
  margin-bottom: 25px;
}
.school-sec3-part1 textarea {
  color: #1a1a1a;
  font-size: 21px;
  background-color: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
  padding: 16px;
  border: none;
  min-height: 96px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.school-sec3-btn-container {
  display: flex;
  justify-content: center;
}

.school-sec3-btn {
  padding: 16px 40px;
  width: 148px;
  font-size: 22px;
  background-color: #f53636;
  color: white;
  border: none;
  border-radius: 28px;
  cursor: pointer;
}
.school-sec3-btn:hover {
  background-color: #000;
}

.school-sec3-part2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  height: 100%;
}
.school-sec3-part2 img {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin-top: 210px;
}

.school-sec3-part-2-text {
  box-sizing: border-box;
  color: #1d1e20;
  font-family: Tahoma, sans-serif;
  font-size: 18px;
  line-height: 23.4px;
  text-align: center;
  max-width: 450px;
}
.school-sec3-part-2-text-mob {
  display: none;
  box-sizing: border-box;
  color: #1d1e20;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  max-width: 450px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .school-sec1-content {
    max-width: 328px;
  }
  .school-sec1-content h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .school-sec1-content h4 {
    font-size: 24px;
    line-height: 31.2px;
    margin-bottom: 20px;
  }
  .school-sec1-content h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
  }

  .school-section2-wrapper {
    flex-direction: column-reverse;
    padding: 40px 16px;
  }

  .school-sec2-part1 {
    flex-direction: column-reverse;
    gap: 60px;
    max-width: 328px;
  }
  .school-sec2-img-wrapper img {
    max-width: 328px;
  }
  .school-sec2-img-wrapper h6 {
    margin: 30px 0px 20px 25px;
  }
  .school-sec2-img-text {
    margin-left: 25px;
  }

  .school-sec2-part2 {
    max-width: 328px;
  }
  .school-sec2-part2 h3 {
    font-size: 32px;
    line-height: 41.6px;
  }
  .school-sec2-part2 h4 {
    font-size: 24px;
    line-height: 31.2px;
    margin: 0 0 50px 0;
  }
  .school-sec2-part2 h5 {
    margin: 0 0 32px 0px;
    max-width: 468px;
  }
  .school-sec2-part2 ul {
    margin: 0 0 32px 0px;
  }
  .school-sec2-part2 ul li strong {
    font-size: 18px;
    line-height: 27px;
  }

  .school-sec2-part2 h6 {
    margin: 0 0 60px 0px;
  }
  .school-section3-wrapper {
    flex-direction: column;
    gap: 10px;
    padding: 0px 16px 20px;
  }

  .school-sec3-part1 {
    max-width: 328px;
  }

  .school-sec3-part1 h3 {
    font-size: 32px;
    line-height: 41.6px;
    margin: 0 0 60px 0;
  }

  .school-sec3-part1 form {
    width: 328px;
  }
  .school-sec3-part1 label {
    font-size: 16px;
  }
  .school-sec3-part1 input {
    font-size: 16px;
  }
  .school-sec3-part1 textarea {
    font-size: 16px;
  }
  .school-sec3-btn {
    padding: 14px 36px;
    width: 121px;
    font-size: 16px;
  }
  .school-sec3-part2 img {
    max-width: 328px;
    margin-top: 0px;
  }

  .school-sec3-part-2-text {
    display: none;
  }
  .school-sec3-part-2-text-mob {
    display: block;
  }
}
