@font-face {
  font-family: "actay-wide";
  src: url("../fonts/ActayWide-Bold.otf");
}
html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  width: 0;
}

body::-webkit-scrollbar-thumb {
  display: none;
}

.onest-font {
  font-family: "Onest", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.actay-wide-font {
  font-family: "actay-wide";
  font-optical-sizing: auto;
  font-style: normal;
}

.transition-button {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

body {
  background-color: #201B1B;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #201B1B;
  border-radius: 0 0 20px 20px;
  padding: 10px 32px;
}
body header .mobile-menu {
  transition: top 0.5s ease-in-out;
}
body header .call-button {
  border: 1px solid #6C6565;
  padding: 16px 25px;
}
body header .course-button {
  border: 1px solid #DC3545;
  text-transform: uppercase;
  padding: 16px 20px;
}
body #main h1 {
  text-transform: uppercase;
}
body #main .course-button {
  border: 2px solid #DC3545;
  text-transform: uppercase;
  padding: 16px 26px;
}
body #our-courses .course-box {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 1s;
}
body #our-courses .course-box div i {
  padding: 8px;
  border: 1px solid white;
  border-radius: 12px;
}
body #our-courses .course-box div p {
  width: 280px;
}
body #our-courses .course-box:hover .card-click {
  bottom: 0;
  opacity: 1;
}
body #our-courses .card-click {
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 363px;
  background-color: white;
  transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
body #our-courses .card-click p {
  width: 100% !important;
}
body #our-courses .bg-1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url("../images/image.svg");
  background-size: cover;
  background-position: center;
}
body #our-courses .bg-2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url("../images/image (1).svg");
  background-size: cover;
  background-position: center;
}
body #our-courses .bg-3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url("../images/image (2).svg");
  background-size: cover;
  background-position: center;
}
body #advantages .advantage-box {
  background-color: rgba(255, 255, 255, 0.04);
}
body #reviews .content {
  padding: 40px 0px 40px 40px;
}
body #reviews .content .reviews-bg {
  border-radius: 20px;
  background: url("../images/Frame 54.svg") center/cover no-repeat;
  padding: 0;
  width: 100%;
  height: 506px;
  margin-top: -39px;
}
body #reviews .course-button {
  padding: 12px 16px;
}
body #reviews__comments .swiper {
  width: 100%;
}
body #reviews__comments .swiper-slide {
  cursor: pointer;
  border-radius: 16px;
  height: 310px;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  background: white;
  border: 8px solid rgba(56, 56, 56, 0.8);
  color: black;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
body #reviews__comments .swiper-pagination-bullet {
  background: black;
  opacity: 0.6;
}
body #reviews__comments .swiper-pagination-bullet-active {
  background: #dc3545;
  opacity: 1;
}
body #contact .map {
  margin-top: 30px;
}
body #faq .questions .faq-answer {
  transition: max-height 0.3s ease-in-out, padding 0.3s ease;
}
body #faq .questions .faq-answer.open {
  max-height: 100px;
  padding: 20px;
}
body #faq .questions .faq-item {
  background-color: rgba(255, 255, 255, 0.03) !important;
}
body footer .gradient-hr {
  border: none;
  color: transparent;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
body footer .social-medias {
  background-color: rgba(255, 255, 255, 0.04);
}

@keyframes moving {
  100% {
    top: 300;
  }
}/*# sourceMappingURL=style.css.map */