@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.head {
  font-family: "Raleway";
  font-size: 44px;
  font-weight: 700;
  color: #2c3131;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 28px;
  }
}

.subhead {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 800;
  color: #2CBCA5;
}
@media (max-width: 575.98px) {
  .subhead {
    font-size: 14px;
  }
}

.headtext {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  color: #626262;
  line-height: 145%;
}
@media (max-width: 575.98px) {
  .headtext {
    font-size: 16px;
  }
}

.text {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  color: #0C0C0C;
}

.btn.btn-main {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 17px 50px;
  background: linear-gradient(180deg, #4779FE 0%, #356AF3 100%);
  transition: all 0.3s ease;
  border-radius: 30px;
}

.btn.btn-white {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  color: #0C0C0C;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  padding: 17px 40px;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(71, 121, 254, 0.4);
}

.bg {
  background-image: url("../img/bg.webp");
  background-position: center;
  background-repeat: no-repeat;
}

.navbar .logo {
  width: 200px;
}
.navbar .btn-white-outline {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: 1px solid #E3E3E3;
  padding: 15px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.navbar .btn-white-outline:hover {
  background: #fff;
  color: #0C0C0C;
}
.navbar .btn-transparent {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  padding: 10px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.navbar .btn-transparent:hover {
  padding: 15px 30px;
  background: #fff;
  color: #0C0C0C;
}
.navbar.scrolled {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.navbar.scrolled .logo {
  width: 100px;
  position: relative;
}
.navbar.scrolled .btn-white-outline {
  padding: 10px 20px;
  color: #0C0C0C;
  border-color: #0C0C0C;
}
.navbar.scrolled .btn-white-outline:hover {
  background: #0C0C0C;
  color: #fff;
}
.navbar.scrolled .btn-transparent {
  padding: 0;
  color: #0C0C0C;
}
.navbar.scrolled .btn-transparent:hover {
  padding: 10px 20px;
  background: #0C0C0C;
  color: #fff;
}
@media (max-width: 575.98px) {
  .navbar {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  .navbar .logo {
    width: 100px;
    position: relative;
  }
  .navbar .btn-white-outline {
    padding: 10px 20px;
    color: #0C0C0C;
    border-color: #0C0C0C;
  }
  .navbar .btn-white-outline:hover {
    background: #0C0C0C;
    color: #fff;
  }
  .navbar .btn-transparent {
    padding: 0;
    color: #0C0C0C;
  }
  .navbar .btn-transparent:hover {
    padding: 15px 30px;
    background: #0C0C0C;
    color: #fff;
  }
}

.hero {
  background-image: url("../img/hero-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.hero .hero-left {
  padding: 80px 0px 80px 80px;
  position: relative;
  z-index: 1;
}
.hero .hero-left .hero-heading {
  font-family: "Raleway";
  font-size: 48px;
  font-weight: 700;
  color: #2c3131;
  line-height: 1.2;
}
.hero .hero-left .hero-text {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  color: #0C0C0C;
  line-height: 1.6;
}
.hero .hero-left .hero-disclaimer {
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  color: #626262;
  line-height: 1.5;
  margin: 0;
}
.hero .hero-right {
  padding: 0;
  position: relative;
}
.hero .hero-right .hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero-right .hero-image-wrapper .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 575.98px) {
  .hero .hero-left {
    padding: 100px 20px 20px 20px;
    min-height: auto;
  }
  .hero .hero-left .hero-content .hero-heading {
    font-size: 28px;
  }
  .hero .hero-left .hero-content .hero-text {
    font-size: 16px;
  }
}

/* ABOUT SECTION */
.about {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
}
@media (max-width: 768px) {
  .about {
    padding: 40px 0 !important;
  }
}

.whyus-card {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
}
.whyus-card .title {
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 600;
  color: #3D70F7;
}
@media (max-width: 575.98px) {
  .whyus-card .title {
    font-size: 20px;
  }
}

.courses-testimonials {
  background-image: url("../img/bg-course.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.courses-testimonials .headtext {
  color: #B8BBBF;
}
.courses-testimonials .course-card {
  background: #FAFCF9;
  border: 1px solid #2CBCA5;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
}
.courses-testimonials .course-card .card-body {
  padding: 25px;
}
@media (max-width: 575.98px) {
  .courses-testimonials .course-card .card-body {
    padding: 15px;
  }
}
.courses-testimonials .course-card .icon {
  height: 56px;
  width: auto;
}
.courses-testimonials .course-card .outer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 106px;
}
.courses-testimonials .course-card .title {
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 600;
  color: #0C0C0C;
}
@media (max-width: 575.98px) {
  .courses-testimonials .course-card .title {
    font-size: 20px;
  }
}
.courses-testimonials .course-card .text {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  color: #0C0C0C;
}
.courses-testimonials .who-can-join .icons {
  position: relative;
  margin-bottom: -50px;
  z-index: 1;
  width: 100px;
}
.courses-testimonials .who-can-join .can-join-card {
  padding-top: 50px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.courses-testimonials .who-can-join .can-join-card:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.courses-testimonials .who-can-join .can-join-card .title {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .courses-testimonials .who-can-join .can-join-card .title {
    font-size: 18px;
  }
}
.courses-testimonials .test-card .text {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 400;
  color: #0C0C0C;
  font-style: italic;
  line-height: 1.5;
}
.courses-testimonials .test-card .card-footer {
  background: #2CBCA5;
}
.courses-testimonials .test-card .card-footer .name {
  font-family: "DM Sans";
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
}

.schedule .card {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
.schedule .title {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 600;
  color: #0C0C0C;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .schedule .title {
    font-size: 18px;
  }
}

.accordion-flush .accordion-item {
  background-color: transparent !important;
}
.accordion-flush .accordion-button {
  font-family: "Raleway";
  font-size: 22px;
  font-weight: 600;
  color: #0C0C0C;
  background-color: transparent !important;
  color: inherit;
  box-shadow: none !important;
}
.accordion-flush .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit;
}
.accordion-flush .accordion-button:focus {
  box-shadow: none !important;
}
@media (max-width: 575.98px) {
  .accordion-flush .accordion-button {
    font-size: 18px;
  }
}
.accordion-flush .accordion-body {
  background-color: transparent !important;
}

.cta {
  background-image: url("../img/cta-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .cta {
    padding: 40px 0;
    border-radius: 0px;
  }
}

footer .logo {
  width: 140px;
}
footer .text {
  font-family: "Raleway";
}
footer .contact .title {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 800;
  color: #1A1A1A;
  position: relative;
  padding-left: 10px;
}
footer .contact .title::before {
  position: absolute;
  content: "|";
  left: 0;
  color: #36BB91;
}
footer .contact .text {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  color: #0C0C0C;
}
footer .contact .text a {
  color: #0C0C0C;
}
footer .text-muted {
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  color: #626262;
}

#formModal .modal-content {
  border-radius: 20px;
}
#formModal .modal-header {
  padding: 30px;
}
#formModal .modal-header .modal-title {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 700;
  color: #2c3131;
}
@media (max-width: 575.98px) {
  #formModal .modal-header .modal-title {
    font-size: 18px;
  }
}
#formModal .modal-body {
  padding: 0 30px 30px 30px;
}
@media (max-width: 575.98px) {
  #formModal .modal-body {
    padding: 0 20px 20px 20px;
  }
}
#formModal .modal-body .form-label {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 600;
  color: #0C0C0C;
}
#formModal .modal-body .form-control {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  color: #0C0C0C;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
#formModal .modal-body .form-control:focus {
  border-color: #4779FE;
  box-shadow: 0 0 0 0.2rem rgba(71, 121, 254, 0.15);
  outline: none;
}
#formModal .modal-body .form-control::-moz-placeholder {
  color: #B8BBBF;
}
#formModal .modal-body .form-control::placeholder {
  color: #B8BBBF;
}
#formModal .modal-body .btn-main {
  padding: 15px 50px;
  font-size: 16px;
}

#thankYouModal .modal-content {
  border-radius: 20px;
}
#thankYouModal .modal-body {
  padding: 50px 40px;
}
@media (max-width: 575.98px) {
  #thankYouModal .modal-body {
    padding: 40px 30px;
  }
}
#thankYouModal .modal-body .head {
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 700;
  color: #2c3131;
}
@media (max-width: 575.98px) {
  #thankYouModal .modal-body .head {
    font-size: 24px;
  }
}
#thankYouModal .modal-body .headtext {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  color: #626262;
  line-height: 1.6;
}

.sticky-button .btn.btn-main {
  background: #2CBCA5;
}/*# sourceMappingURL=style.css.map */