@import url("https://fonts.googleapis.com/css2?family=Inika&family=Inter&family=Poppins&display=swap");
.inter,
p {
  font-family: "Inter", serif;
}

body,
html {
  overflow-x: hidden;
}

body {
  padding-right: 0 !important;
}

#header {
  background-color: #151414;
}
#header .btn {
  border: 1px solid #e41d0f;
  font-family: "Poppins", sans-serif;
  padding: 5px 30px;
}
.navImg img {
  width: 80px;
}
.nav-FFOI {
  display: flex;
  align-items: center;
  text-align: right;
}
.powerednav {
  color: rgb(232, 232, 232);
  text-align: center;
  scale: 0.6;
  text-align: right;
  white-space: none;
  width: 25vw;
}
.powered {
  color: rgb(232, 232, 232);
  text-align: center;
  margin-top: 25px;
  scale: 0.8;
}
.powered1 {
  color: rgb(232, 232, 232);
  text-align: center;
  margin-top: 25px;
  scale: 0.5;
}

@media screen and (max-width: 770px) {
  .powerednav {
    font-size: 20px;
    margin-right: 20px;

    scale: 1;
  }
}
@media screen and (max-width: 550px) {
  .powerednav {
    font-size: 20px;
    margin-right: 20px;

    scale: 1;
  }
}

.hero {
  background-image: url("../images/hero.png");
  height: 100vh;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-height: 770px) {
  .hero {
    height: 120vh;
  }
}
@media screen and (max-height: 670px) {
  .hero {
    height: 140vh;
  }
}
.hero .hero-content {
  width: 100%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .hero .hero-content {
    padding: 0 15px;
  }
}
.hero .hero-content .bottom {
  text-align: center;
  margin-top: -15px;
  position: relative;
}
@media (max-width: 768px) {
  .hero .hero-content .bottom {
    display: flex;
    flex-direction: column;
    margin-top: -73px;
  }
}
.hero .hero-content .bottom span {
  background-color: #000;
  color: white;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  border-radius: 4px;
  padding: 9px 15px;
  font-style: italic;
  border: 1px solid #878787;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero .hero-content .bottom span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .hero .hero-content .bottom span {
    margin: 0 26px;
    box-shadow: 2px 2px 0px 0px #d94141;
  }
}

@media (max-width: 400px) {
  .hero .hero-content .bottom span {
    font-size: 13px;
  }
}
.hero .hero-content .bottom a {
  border-radius: 4px;
  background-color: #fff;
  font-size: 17px;
  color: #ea2e2e;
  padding: 11px 40px;
  font-family: "Inika", serif;
  margin: 0 10px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .hero .hero-content .bottom a {
    margin: 10px 9px;
    padding: 8px 20px;
  }
}
.hero .hero-content > div:first-child {
  background-image: url("../images/hero-content-bg-pc.svg");
  background-size: cover;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 40px 50px;
  box-shadow: 0px 4px 50px 9px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 768px) {
  .hero .hero-content > div:first-child {
    background-image: url("../images/hero-content-bg-mobile.svg");
  }
}
@media (min-width: 1537px) {
  .hero .hero-content > div:first-child {
    max-width: 965px;
  }
}
@media (max-width: 768px) {
  .hero .hero-content > div:first-child {
    padding: 40px 15px 74px;
  }
}
.hero .hero-content > div:first-child span {
  color: #fff;
  font-family: "Inter", serif;
  left: 50%;
  width: 100%;
  display: block;
  margin-bottom: 6px;
  text-align: center;
  padding: 2px 10px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 1537px) {
  .hero .hero-content > div:first-child span {
    font-size: 1.625rem;
  }
}
.hero .hero-content .inner {
  max-width: 500px;
}
@media (min-width: 1537px) {
  .hero .hero-content .inner {
    max-width: 670px;
  }
}
@media (min-width: 1537px) {
  .hero .hero-content .inner p {
    font-size: 1.125rem;
    font-family: "Inter", serif;
  }
}
@media (min-width: 1537px) {
  .hero .hero-content .inner p:last-child {
    font-size: 1.3125rem;
  }
}
.hero .hero-content h2 {
  color: #d94141;
  font-family: "Inika", serif;
  font-size: 1.4375rem;
}
@media (min-width: 1537px) {
  .hero .hero-content h2 {
    font-size: 1.875rem;
  }
}

#stage .accordion-body {
  padding-top: 0;
}
#stage .top {
  background-color: #000;
  background-size: cover;
  width: 100%;
}
#stage .top .pattern {
  position: absolute;
  top: 99%;
  z-index: 2;
  width: 100%;
}
#stage .top h3 {
  font-family: "Inika", serif;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #stage .top h3 {
    font-size: 1.125rem;
  }
}
#stage .top h3 span {
  color: #d94141;
}
#stage .top p {
  font-size: 1.125rem;
  font-family: "Inter", serif;
}
@media (min-width: 1537px) {
  #stage .top p {
    font-size: 1.125rem;
  }
}
#stage .bottom {
  background-image: url("../images/stage-bottom-bg.svg");
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  #stage .bottom {
    margin-top: -10px;
  }
}
#stage #accordionFlushExample {
  position: relative;
  z-index: 2;
  max-width: 570px;
}
#stage #accordionFlushExample ul {
  padding-left: 0;
}
#stage #accordionFlushExample ul li {
  font-family: "Inter", serif;
  list-style: none;
  line-height: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #stage #accordionFlushExample ul li {
    font-size: 13px;
  }
}
#stage #accordionFlushExample ul li span {
  color: #eb5757;
}
#stage #accordionFlushExample .no {
  font-size: 123px;
  color: rgba(0, 0, 0, 0.12);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #stage #accordionFlushExample .no {
    font-size: 60px;
  }
}
#stage #accordionFlushExample button .d-grid {
  grid-template-columns: 20% 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  #stage #accordionFlushExample button .d-grid {
    align-items: start;
  }
}
#stage #accordionFlushExample button h4 {
  font-family: "Inter", serif;
  font-size: 1.5625rem;
  color: #eb5757;
}
@media screen and (max-width: 767px) {
  #stage #accordionFlushExample button h4 {
    font-size: 18px;
  }
}
#stage #accordionFlushExample .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
#stage #accordionFlushExample .accordion-button:not(.collapsed) h4 {
  font-style: normal;
}
#stage #accordionFlushExample .accordion-button:focus {
  box-shadow: none;
}
#stage #accordionFlushExample .accordion-button,
#stage #accordionFlushExample .accordion-button.collapsed {
  border-radius: 20px;
}
#stage #accordionFlushExample .accordion-item {
  border-radius: 20px !important;
  padding-left: 40px;
  box-shadow: 0px 4px 50px 9px rgba(0, 0, 0, 0.0784313725);
  border: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #stage #accordionFlushExample .accordion-item {
    padding-left: 0px;
  }
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}

.accordion-button::after {
  background-image: url("../images/plus-big.svg") !important;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .accordion-button::after {
    background-image: url("../images/plus.svg") !important;
  }
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-big.svg") !important;
  width: 15px;
  height: 15px;
  transform: none !important;
}
@media (max-width: 767px) {
  .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.svg") !important;
    width: 10px;
    height: 10px;
  }
}

.accordion-button:focus {
  box-shadow: none !important;
}

#pedagogy {
  padding: 50px 0;
  background-image: url("../images/pedagogy-bg.svg");
}
@media (max-width: 767px) {
  #pedagogy {
    margin-top: -25px;
  }
}
#pedagogy .pattern {
  bottom: 99%;
  z-index: 1;
  width: 100%;
}
#pedagogy h2 {
  color: #eb5757;
  font-family: "Inika", serif;
}
@media (min-width: 1537px) {
  #pedagogy h2 {
    font-size: 1.5625rem;
  }
}
#pedagogy p {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 0.875rem;
}
@media (min-width: 1537px) {
  #pedagogy p {
    font-size: 1.125rem;
  }
}
#pedagogy .boxes .box {
  max-width: 284px;
  background-size: cover;
}
#pedagogy .boxes .box:first-child .inner {
  background-image: url("../images/pedagogy/1.svg");
}
#pedagogy .boxes .box:nth-child(2) .inner {
  background-image: url("../images/pedagogy/2.svg");
}
#pedagogy .boxes .box:nth-child(3) .inner {
  background-image: url("../images/pedagogy/3.svg");
}
#pedagogy .boxes .box:nth-child(4) .inner {
  background-image: url("../images/pedagogy/4.svg");
}
#pedagogy .boxes .box {
  margin-top: 20px;
}
#pedagogy .boxes .box .inner {
  box-shadow: 6.9403972626px 6.9403972626px 0px 0px #d94141;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-style: italic;
  font-weight: 700;
  font-family: "Inter", serif;
  padding: 15px 50px 25px 25px;
}
@media (min-width: 1537px) {
  #pedagogy .boxes .box .inner {
    font-size: 1rem;
  }
}
#pedagogy .btn {
  color: #ea2e2e;
  background: #ffffff;
  padding: 0.5rem 2.5rem;
}

#expect {
  background-image: url("../images/expect-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#expect h6 {
  font-family: "Inika", serif;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1537px) {
  #expect h6 {
    font-size: 1.5625rem;
  }
}
#expect ul li {
  color: #fff;
  font-family: "Inter", serif;
}
#expect ul li span {
  color: #ff472e;
}
@media (max-width: 768px) {
  #expect .types {
    max-width: 90%;
    margin: 0 auto;
    gap: 2px;
  }
}
#expect .types .type {
  max-width: 18.75rem;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
  padding: 5px 12px;
  margin: 0 5px;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  font-style: italic;
}
#expect .btn {
  background-color: #d94141;
  border-radius: 3px;
  color: white;
  padding: 5px 27px;
}

#about-trainer {
  background-image: url("../images/about-trainer-bg.svg");
  background-size: cover;
}
@media (max-width: 767px) {
  #about-trainer {
    background-image: url("../images/about-trainer-mobile-bg.png");
  }
}
#about-trainer .info-c {
  padding: 44px;
}
@media (max-width: 767px) {
  #about-trainer .info-c {
    padding: 2.5rem;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
#about-trainer .info-c img {
  width: 100%;
}
#about-trainer .info {
  color: #fff;
  padding-left: 20px;
  padding-bottom: 20px;
}
#about-trainer .info h6 {
  font-family: "Inter", serif;
  font-style: italic;
}
#about-trainer .info p {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1537px) {
  #about-trainer .info p {
    font-size: 1.125rem;
  }
}
#about-trainer .social svg {
  max-width: 25px;
}
#about-trainer .social svg:hover,
#about-trainer .social svg:hover path {
  fill: #eb5757;
}
#about-trainer .content {
  width: 100%;
  max-width: 500px;
}
#about-trainer .content p {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #about-trainer .right {
    padding-left: 2.5rem;
  }
}
#about-trainer .right > div {
  box-shadow: 0px 4px 48px 9px rgba(0, 0, 0, 0.1019607843);
  padding: 30px 0.625rem 20px 20px;
  background-color: #fff;
}
#about-trainer .right .title {
  font-weight: bold;
  color: #d94141;
  font-family: "Inika", serif;
}

.glider-next,
.glider-prev {
  top: 40% !important;
}

#experts {
  background-color: #000000;
  padding: 50px 0;
  background-image: url("../images/expert-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #experts .glider-next {
    right: -5px;
  }
  #experts .glider-prev {
    left: -5px;
  }
}
#experts .title {
  font-family: "Inika", serif;
  font-weight: 700;
  text-align: center;
  color: #d94141;
  font-size: 24px;
  margin-bottom: 20px;
}
#experts .glider-slide {
  padding: 0 10px;
}
#experts .glider-slide p {
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #experts .glider-slide p {
    font-size: 1.0625rem;
  }
}
#experts .img-top {
  font-family: "Inter", serif;
  color: #ffffff;
  font-style: italic;
}
#experts .img-bottom {
  margin-top: 10px;
  color: #d94141;
  font-family: "Inika", serif;
}
#experts .img {
  position: relative;
}
#experts .img span {
  font-family: "Inter", serif;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  position: absolute;
}
#experts .img .name {
  font-style: italic;
  font-weight: bold;
  top: 0;
}
#experts .img .bottom {
  bottom: 0;
  left: 0;
}
#experts .img img {
  border-radius: 5px;
  width: 100%;
}
#experts .pattern {
  position: absolute;
  top: 99%;
  width: 100%;
}
#experts .glider-contain {
  max-width: 990px;
}
@media (max-width: 768px) {
  #experts .glider-contain {
    padding: 0 20px;
  }
}
#faq {
  background-image: url(../images/faq-bg.svg);
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0 150px;
}
@media screen and (max-width: 767px) {
  #faq {
    background-image: url(../images/faq-mobile-bg.svg);
    background-position: bottom;
    padding: 100px 0 150px;
  }
  #faq .accordion-button::after {
    width: 14px;
    height: 14px;
  }
}
#faq .title {
  position: relative;
  color: #d94141;
  font-family: "Inika", serif;
  top: 0;
  position: relative;
  padding-bottom: 0.3rem;
  padding-top: 1rem;
}
#faq .title span {
  position: relative;
  z-index: 3;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #faq .title span {
    padding: 0;
  }
}
#faq .title::before {
  left: 10%;
}
#faq .title::after {
  right: 10%;
}
#faq .accordion-button {
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  #faq .accordion-button {
    padding-left: 0.4375rem;
    padding-bottom: 1.6875rem;
  }
}
#faq .accordion {
  position: relative;
  border-radius: 4px;
  padding: 30px 0 34px;
  max-width: 750px;
  box-shadow: 0px 4px 50px 9px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
}
#faq .accordion .accordion-item {
  margin: 0 30px;
  border: 0;
  border-bottom: 2px solid #9c9797;
}

#feedback {
  position: relative;
}
#feedback .title {
  color: #eb5757;
  font-family: "Inika", serif;
}
#feedback .card-title {
  color: #d94141;
}
#feedback .top {
  background-image: url(../images/feedback-bg.svg);
  background-size: cover;
  padding: 0 0 140px 0;
  background-color: #000000;
}
@media (max-width: 768px) {
  #feedback .top {
    margin-top: -60px;
    padding-left: 20px;
    padding-top: 70px;
    padding-bottom: 130px;
    background-color: transparent;
    padding-right: 20px;
    background-position: top;
    background-image: url(../images/feedback-bg-mobile.png);
  }
}
#feedback .pattern {
  position: absolute;
  bottom: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  #feedback .pattern {
    display: none;
  }
}
#feedback .glider-contain {
  max-width: 940px;
}
#feedback .glider-contain .glider-slide {
  padding: 0 10px;
}
#feedback .glider-contain img {
  width: 100%;
}
#feedback .card {
  border: 0;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1490196078);
}
#feedback .bottom {
  margin-top: -50px;
  padding-bottom: 70px;
}
#feedback .masonry {
  max-width: 940px;
}
#feedback .masonry > div {
  margin-bottom: 1.5rem;
}

#about {
  background-image: url(../images/about-bg.svg);
  font-family: "Inika", serif;
  padding: 60px 0;
}
#about .title {
  color: #d94141;
}

#form {
  background-image: url(../images/form-bg.svg);
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #form {
    background-image: url("../images/form-bg-mobile.png");
  }
}
#form textarea {
  background-color: #3e3d45;
}
#form textarea:focus {
  color: #fff;
}
#form form {
  box-shadow: 0px 4px 50px 9px rgba(0, 0, 0, 0.0784313725);
  padding: 40px 50px;
  background-color: white;
}
#form input,
#form select,
#form textarea {
  margin-bottom: 40px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
#form input:focus,
#form select:focus,
#form textarea:focus {
  outline: none;
  box-shadow: none;
}
#form input::-moz-placeholder,
#form select::-moz-placeholder,
#form textarea::-moz-placeholder {
  color: #a89b9b;
}
#form input::placeholder,
#form select::placeholder,
#form textarea::placeholder {
  color: #a89b9b;
}
#form select {
  color: #a89b9b;
}
#form .title span {
  color: #d94141;
  font-family: "Inika", serif;
}
#form h4 {
  font-size: 1.5rem;
}
@media (max-width: 1537px) {
  #form h4 {
    font-size: 1.125rem;
  }
}
#form button {
  background: #d94141;
  padding: 5px 50px;
}

#footer {
  background-color: #000;
}
#footer .social svg:hover,
#footer .social svg:hover path {
  fill: #d94141;
}

.modal textarea {
  background-color: #3e3d45;
}
.modal textarea:focus {
  color: #fff;
}
.modal form {
  box-shadow: 0px 4px 50px 9px rgba(0, 0, 0, 0.0784313725);
  padding: 25px;
  background-color: white;
}
.modal input,
.modal select,
.modal textarea {
  margin-bottom: 40px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.modal input:focus,
.modal select:focus,
.modal textarea:focus {
  outline: none;
  box-shadow: none;
}
.modal input::-moz-placeholder,
.modal select::-moz-placeholder,
.modal textarea::-moz-placeholder {
  color: #a89b9b;
}
.modal input::placeholder,
.modal select::placeholder,
.modal textarea::placeholder {
  color: #a89b9b;
}
.modal select {
  color: #a89b9b;
}
.modal .title span {
  color: #d94141;
  font-family: "Inika", serif;
}
.modal h4 {
  font-size: 1.5rem;
}
@media (max-width: 1537px) {
  .modal h4 {
    font-size: 1.125rem;
  }
}
.modal button {
  background: #d94141;
  padding: 5px 50px;
}
.modal button:hover {
  background-color: #3e3d45;
}

[data-aos="pulse"].aos-animate {
  animation-name: pulse;
  animation-duration: 1.25s;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
} /*# sourceMappingURL=style.css.map */
