*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.frontal-section {
  background-image: url("../images/new-images/new-main-pic.jpg");
  height: 76vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 10em 0 0 5em;
  border-bottom: 1.5rem solid #ffeb79;
}

.logo {
  width: 17rem;
}

.courses {
  padding: 4em 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.courses-heading {
  width: 62%;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
  padding-bottom: 5em;
}

.welcome-title {
  font-size: 2rem;
  color: #fff;
  background-color: rgba(26, 114, 92, 0.9450980392);
  width: 23rem;
  padding: 0.3em 0em;
  border-radius: 5px;
}

.academy-details {
  font-size: 1.7rem;
  color: rgba(26, 114, 92, 0.9450980392);
}
.academy-details strong {
  font-size: 1.75rem;
  font-font-weight: 600;
}

.section-title {
  font-size: 2.1rem;
  background-color: rgba(26, 114, 92, 0.9450980392);
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0.1em 0.6em;
  margin-bottom: 2rem;
  border-radius: 3px;
}

.available-courses {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.course {
  display: flex;
  gap: 8rem;
}

.img-container img {
  width: 13rem;
  height: 8.5rem;
  border-radius: 8px;
}

.course-title {
  font-size: 1.7rem;
  color: #ddbc00;
  margin: 0 0 0.6rem -1.3rem;
}

.program-content li, .features-details li {
  font-size: 1.5rem;
  color: rgba(26, 114, 92, 0.9450980392);
  font-weight: 600;
}

.features {
  display: grid;
  padding: 4em 10em;
}

.features-details {
  display: grid;
  row-gap: 3rem;
}

.discount {
  margin-top: 4rem;
  font-size: 2rem;
  color: rgba(26, 114, 92, 0.9450980392);
  background-color: #ffeb79;
  text-align: center;
  padding: 0.3em 0;
  border-radius: 5px;
}

footer {
  background-color: rgba(26, 114, 92, 0.9450980392);
  padding: 0.5em 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-footer img {
  width: 6rem;
}

.social-media-links {
  display: flex;
  gap: 1.2rem;
}

.icon {
  font-size: 2.2rem;
  color: #ffeb79;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.icon span {
  font-size: 0.9rem;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 0 2em 0;
}
.contact input, .contact textarea {
  width: 45%;
  padding: 0.9em 0.5em;
  font-size: 1rem;
  outline: none;
  border: none;
  border-radius: 5px;
  color: #fff;
  background-color: rgba(26, 114, 92, 0.9450980392);
}
.contact input:focus, .contact textarea:focus {
  background-color: #ddbc00;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
  color: #fff;
}
.contact input::placeholder, .contact textarea::placeholder {
  color: #fff;
}
.contact textarea {
  resize: none;
  height: 15rem;
}

.gender-options {
  width: 35%;
  text-align: start;
}

#male, #female {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.gender-label {
  color: #ddbc00;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
}

.submit-btn {
  font-size: 1.2rem;
  padding: 0.4em 2em;
  background-color: steelblue;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 4px 1px #b6b6b6;
  transition: 0.3s linear;
}
.submit-btn:hover {
  translate: 0 -4px;
  box-shadow: 0px 13px 4px -7px #b6b6b6;
  color: rgba(26, 114, 92, 0.9450980392);
  background-color: #ffeb79;
}

.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2em;
}

.slider {
  max-width: 35%;
  border: 3px solid rgba(11, 78, 61, 0.9450980392);
  border-radius: 15px;
  line-height: 0;
}

.testimonial {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.testimonial:hover {
  cursor: pointer;
}

@media (max-width: 60rem) {
  :root {
    font-size: 13px;
  }
  .frontal-section {
    background-position: top center;
    padding: 3em 0 13em 2em;
    height: -moz-fit-content;
    height: fit-content;
    border-bottom-width: 1.2rem;
  }
  .frontal-section .logo {
    width: 30%;
  }
  .courses {
    padding: 4em 2em;
  }
  .course {
    gap: 6rem;
  }
  .img-container img {
    display: block;
    margin: 0 auto;
  }
  .features {
    padding: 4em 3em;
  }
  .contact input, .contact textarea {
    width: 60%;
  }
}
@media (max-width: 53.125rem) {
  .slider {
    max-width: 50%;
  }
}
@media (max-width: 44rem) {
  :root {
    font-size: 11px;
  }
  .courses-heading {
    width: 100%;
  }
  .course {
    flex-direction: column;
    gap: 2rem;
  }
  .section-title {
    margin: 0 auto 2rem auto;
  }
  .img-container img {
    width: 28rem;
    height: 16rem;
  }
  .course-title {
    text-align: center;
  }
  .program-content, .features-details {
    padding: 0 2.5em;
  }
  .features {
    padding: 1em 2em;
  }
  .features-details {
    gap: 2rem;
  }
  footer {
    padding: 0.5em 1em;
  }
  .logo-footer img {
    width: 4.5rem;
  }
  .social-media-links {
    gap: 0.8rem;
  }
  .icon {
    font-size: 1.9rem;
  }
  .icon span {
    font-size: 0.7rem;
  }
  .contact input, .contact textarea {
    width: 90%;
    font-size: 1.2rem;
  }
  .contact input {
    padding: 1.1em 0.5em;
  }
  .slider {
    min-width: 90%;
  }
}/*# sourceMappingURL=main.css.map */