main form {
  background-color: #dedede;
  width: 65%;
  margin: 0rem auto;
  padding: 2rem 2.5rem;
  font-family: "MullerReg";
}
main .presentation_area h1 {
  position: relative;
}
main .presentation_area h1 img {
  width: 150px;
  position: absolute;
  right: 20px;
  top: 60px;
}
.percentage_area {
  width: 100%;
  height: 10px;
  background-color: #fff;
  margin-top: 2rem;
  border-radius: 5px;
  overflow: hidden;
}
.percentage_area + p {
  font-size: 14px;
  margin-top: 10px;
}
.percentage_area span {
  background-color: #1c3d6d;
  width: 20%;
  display: block;
  height: 100%;
  border-radius: 5px;
  transition: 0.3s ease all;
}
main form h3 {
  text-align: center;
  color: #000;
  font-size: 14px;
}
main form .input_wrapper {
  display: flex;
  align-items: center;
  height: 45px;
  background-color: #fff;
  padding: 0rem 1rem;
  border: 1px solid rgb(189, 189, 189);
}
main form .button_wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 2rem !important;
}
main form .button_wrapper button {
  background-color: #ffd200;
  color: #1c3d6d;
  border: none;
  outline: none;
  border-radius: 5px;
  width: 150px;
  height: 40px;
  font-family: "MullerBold";
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
main form .button_wrapper button:disabled {
  pointer-events: none;
  opacity: 0.7;
}
main form .button_flex {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-gap: 10px;
}
main form .button_flex button {
  width: 100%;
}
main form .button_flex button:first-child {
  background-color: #1c3d6d;
  color: #fff;
}
main form .step select {
  width: 100%;
  height: 90%;
  border: none;
  outline: none;
  font-family: "MullerReg";
}
main form .step {
  display: none;
}
main form .step.active {
  display: block;
}
main .small_text {
  font-size: 12px;
  color: #000;
  line-height: 22px;
}
main .small_text a {
  color: #1c3d6d;
  text-decoration: underline;
  font-weight: 600;
  margin-right: 2px;
}
main form .step > * + * {
  margin-top: 15px;
}
main form .input_wrapper input {
  flex: 1;
  margin-left: 10px;
  outline: none;
  border: none;
}
.step {
  margin-top: 2rem;
}

main .input_wrapper svg {
  width: 20px;
}
main .content_area {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}
main .content_area .presentation_area > p {
  width: 100% !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
main .content_area h1,
main .content_area h1 span {
  font-size: 60px !important;
}

main .content_area form h1 {
  text-align: center;
  color: #1c3d6d;
  font-size: 22px !important;
  margin: 1rem 0rem;
}
main .content_area form > p {
  text-align: center;
  color: #000;
}
main .content_area ul > * + * {
  margin-top: 1rem;
}
main .content_area li {
  font-family: "MullerReg";
  font-size: 18px;
  line-height: 25px;
}
main .content_area li b {
  font-family: "MullerBold";
}

/* dynamic_area */
.dynamic_area {
  background-color: #1c3d6d;
}
.dynamic_area > * {
  display: grid;
  padding: 20px 0rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.dynamic_area .box {
  text-align: center;
  color: #fff;
  padding: 1rem 0rem;
  border-right: 1px solid #fff;
}
.dynamic_area .box:last-child {
  border-right: none;
}
.dynamic_area .box h1 {
  font-family: "MullerReg";
  font-size: 18px;
}
.dynamic_area .box p {
  font-family: "MullerBold";
  font-size: 20px;
  margin-top: 10px;
}

/* grid_area */
.grid_area {
  padding: 7rem 0rem;
}

.grid_area > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
}
.grid_area > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid_area > div h1 {
  font-family: "MullerBold";
  font-size: 35px;
  color: #1c3d6d;
  margin-bottom: 1rem;
}
.grid_area > div p {
  font-family: "MullerReg";
  font-size: 18px;
  margin-bottom: 1rem;
  line-height: 28px;
}
.grid_area > div ul {
  list-style: disc;
  padding-left: 15px;
}
.grid_area > div li {
  font-family: "MullerReg";
  font-size: 16px;
  line-height: 30px;
}
.grid_area > div ul > * + * {
  margin-top: 1rem;
}

.grid_area.bg_gray {
  background-color: #f3f3f3;
}

/* faq_area */
.faq_area {
  padding: 7rem 0rem;
  padding-bottom: 4rem;
}
.faq_area > div > h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-family: "MullerBold";
  font-size: 40px;
  color: #1c3d6d;
}
.faq_area > div > p {
  text-align: center;
  font-family: "MullerReg";
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 2rem;
}
.faq_area > div > p b {
  font-family: "MullerBold";
}
.faqWrapper {
  margin-top: 4rem;
}
.faqWrapper > * + * {
  margin-top: 1px;
}
.faqWrapper .head {
  background-color: #1c3d6d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-radius: 2px;
  cursor: pointer;
}
.faqWrapper .head h1 {
  font-family: "MullerBold";
  color: #fff;
  font-size: 20px;
}
.faqWrapper .head img:last-child {
  display: none;
}
.faqWrapper .head img {
  width: 25px;
}
.faqWrapper .head:hover {
  filter: brightness(120%);
}
.faqWrapper .answer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.faqWrapper .answer p {
  font-family: "MullerReg";
  padding: 0.2rem 1.5rem;
  line-height: 30px;
}
.faqWrapper .faq .answer {
  display: none;
}
.faqWrapper .faq.show .answer {
  display: block;
}
.faqWrapper .faq.show .head img:nth-child(2) {
  display: none;
}
.faqWrapper .faq.show .head img:nth-child(3) {
  display: block;
}
.ready_area {
  padding-bottom: 4rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.Personalized {
  padding: 5rem 0rem;
}
.ready_area h1 {
  font-family: "MullerBold";
  font-size: 30px;
  margin-bottom: 1rem;
}
.schedule {
  padding-top: 7rem !important;
}
.Personalized h1,
.schedule > div > h1 {
  font-family: "MullerBold";
  font-size: 40px;
  text-align: center;
  margin-bottom: 1rem;
  color: #1c3d6d;
}
.schedule > div > h1 {
  /* background-color: red; */
}
.schedule > div > h1 img {
  width: 150px;
  position: absolute;
  left: 23%;
  top: -70px;
  transform: translateX(-23%);
}
.ready_area p,
.Personalized p,
.schedule > div > p {
  font-family: "MullerReg";
  line-height: 30px;
  width: 80%;
  text-align: center;
  margin: 0rem auto;
}

/* schedule */
.schedule {
  padding: 5rem 0rem;
  background-color: #f3f3f3;
}

.classes_wrapper {
  width: 70%;
  margin: 0rem auto;
  margin-top: 4rem;
}
.classes_wrapper > div {
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.classes_wrapper > div:nth-child(even) {
  background-color: #ddeaf3;
}
.classes_wrapper > div h1 {
  font-family: "MullerBold";
  font-size: 17px;
  text-align: center;
}
.classes_wrapper > div p {
  font-family: "MullerReg";
  line-height: 30px;
}
.classes_wrapper > * + * {
  margin-top: 1rem;
}

.grid_students {
  margin-top: 6rem;
  padding-bottom: 5rem;
}
.grid_students .box {
  text-align: center;
}
.grid_students .box img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  border: 7px solid #fff;
}
.grid_students .box > p {
  font-family: "MullerReg";
  line-height: 25px;
  width: 90%;
  margin: 0rem auto;
  margin-top: 15px;
  margin-bottom: 10px;
  min-height: 210px;
}

.grid_students .stars_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid_students .splide__pagination {
  bottom: -3.5em !important;
}
.grid_students .splide__pagination__page.is-active {
  background-color: #1c3d6d;
}

.grid_students .box .name p {
  font-family: "MullerBold" !important;
  font-size: 20px;
  margin-top: 1.5rem;
}
.grid_students .box .name small {
  font-family: "MullerReg";
  display: block;
  margin-top: 7px;
}
.grid_students .box .name small:last-child {
  margin-top: 7px;
}
.grid_students .stars_wrapper > * + * {
  margin-left: 2px;
}
.grid_students .stars_wrapper svg {
  width: 20px;
  fill: #f7d804;
}
.next_time > h1 {
  width: 80%;
  margin: 0rem auto;
  margin-bottom: 1rem;
}

.next_time > p {
  line-height: 30px;
}
@media screen and (max-width: 1250px) {
  main .presentation_area h1 img {
    right: -20px;
  }
}
@media screen and (max-width: 1100px) {
  main {
    height: 1000px;
  }
  main .content_area {
    height: 1000px;
    grid-template-columns: 1fr !important;
  }
  main .presentation_area h1 img {
    top: 480px;
    width: 100px;
    right: 0px;
  }
  main form {
    width: 100%;
  }
  .grid_area > div {
    grid-template-columns: 1fr;
  }
  .schedule > div > h1 img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .grid_students {
    grid-template-columns: 1fr;
  }
  .classes_wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .next_time > h1 {
    width: 100%;
    font-size: 25px;
  }
  .Personalized h1,
  .schedule > div > h1,
  .ready_area h1,
  .faq_area > div > h1,
  .grid_area > div h1 {
    font-size: 25px;
  }
  .next_time > p,
  .faq_area > div > p,
  .grid_area > div p,
  main .content_area li {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .dynamic_area .box h1 {
    font-size: 12px;
  }
  .dynamic_area .box p {
    font-size: 16px;
  }
  .faqWrapper .head h1 {
    font-size: 16px;
  }
  .faqWrapper .answer p {
    line-height: 20px;
    font-size: 15px;
  }
  .ready_area p,
  .Personalized p,
  .schedule > div > p {
    width: 100%;
  }
  .classes_wrapper {
    width: 100%;
  }
  .classes_wrapper > div h1 {
    font-size: 16px;
  }
  .classes_wrapper > div p {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  main .content_area .presentation_area > h1 {
    font-size: 30px !important;
  }
  main .content_area .presentation_area > p {
    font-size: 15px !important;
  }
  main .content_area ul > * + * {
    margin-top: 0.5rem !important;
  }
  .dynamic_area > * {
    grid-template-columns: 1fr;
  }
  .dynamic_area .box {
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }
  .dynamic_area .box:last-child {
    border-bottom: none;
  }
  main {
    height: 1300px;
  }
  main .content_area {
    height: 1300px;
  }
  .faq_area {
    padding-top: 0px;
  }
  main .presentation_area {
    padding-top: 5rem;
  }
  main .presentation_area h1 img {
    top: -100px;
    width: 100px;
    right: unset;
    left: 0px;
  }
}
