* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --orange-100: #f18637;
  --orange-200: #de741a;
  --black-100: #3c3c3b;
  --black-200: #000000;
  --white-200: #ffffff;
  --white-100: #f5f5f5;
  --gray-100: #b5b5b5;
  --gray-200: #d3d3d3;
  /*fONTS*/
  --font-family1: "Baloo 2", cursive;
  --font-family2: "Poppins", sans-serif;
}

html {
  overflow-x: hidden !important;
}

body {
  background: var(--white-100);
  font-family: var(--font-family2);
  color: var(--black-100);
  overflow-x: hidden;
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--black-100);
}

button {
  cursor: pointer;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1rem 2rem;
}
@media screen and (max-width: 920px) {
  .container {
    padding: 1rem 2rem;
  }
}

/*============ HOME ================= */
.home-background {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.home-background .element_A {
  width: 600px;
  display: flex;
}
@media screen and (max-width: 600px) {
  .home-background .element_A {
    width: 400px;
  }
}
.home-background .element_A .Home {
  position: absolute;
  width: 100%;
}
.home-background .element_A .Home .home_content {
  display: flex;
  align-items: center;
  margin: 150px auto;
}
@media screen and (max-width: 752px) {
  .home-background .element_A .Home .home_content {
    margin: 100px auto;
  }
}
@media screen and (max-width: 870px) {
  .home-background .element_A .Home .home_content {
    margin: 90px auto;
  }
}
.home-background .element_A .Home .home_content .Home-text {
  flex: 1.3;
  z-index: 0;
}
@media screen and (max-width: 752px) {
  .home-background .element_A .Home .home_content .Home-text {
    flex: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .home-background .element_A .Home .home_content .Home-text {
    flex: 1.4;
  }
}
.home-background .element_A .Home .home_content .Home-text .Home-title {
  font-size: clamp(0.5rem, 1rem + 10vw, 5rem);
  line-height: 65px;
  font-weight: 700;
  font-family: var(--font-family1);
}
@media screen and (max-width: 1145px) {
  .home-background .element_A .Home .home_content .Home-text .Home-title {
    font-size: 6vw;
    line-height: 50px;
  }
}
@media screen and (max-width: 752px) {
  .home-background .element_A .Home .home_content .Home-text .Home-title {
    font-size: 6vw;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .home-background .element_A .Home .home_content .Home-text .Home-title {
    font-size: 6vw;
    line-height: 26px;
  }
}
@media screen and (max-width: 400px) {
  .home-background .element_A .Home .home_content .Home-text .Home-title {
    font-size: 6vw;
    line-height: 18px;
  }
}
.home-background .element_A .Home .home_content .Home-text .Home-title-span {
  color: var(--orange-200);
}
.home-background .element_A .Home .home_content .Home-text .Home-description {
  max-width: 300px;
  width: 100%;
  font-weight: 500;
  padding: 2rem 0;
  color: var(--black-200);
}
@media screen and (max-width: 1145px) {
  .home-background .element_A .Home .home_content .Home-text .Home-description {
    font-size: 1.9vw;
    padding: 0.9rem 0 0.9rem 0;
  }
}
@media screen and (max-width: 752px) {
  .home-background .element_A .Home .home_content .Home-text .Home-description {
    font-size: 2.5vw;
    padding: 0.9rem 0 0.9rem 0;
  }
}
.home-background .element_A .Home .home_content .Home-text .buttonActions {
  max-width: 300px;
  width: 100%;
  padding: 1rem;
  color: var(--orange-200);
  border-radius: 45px;
  border: 2px solid var(--orange-200);
  transition: all 0.2s ease-in-out;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1145px) {
  .home-background .element_A .Home .home_content .Home-text .buttonActions {
    font-size: 2.2vw;
    padding: 0.6rem;
  }
}
@media screen and (max-width: 752px) {
  .home-background .element_A .Home .home_content .Home-text .buttonActions {
    max-width: 200px;
    padding: 0.6rem;
  }
}
@media screen and (max-width: 500px) {
  .home-background .element_A .Home .home_content .Home-text .buttonActions {
    max-width: 130px;
    font-size: 2.4vw;
    padding: 0.4rem;
  }
}
.home-background .element_A .Home .home_content .Home-text .buttonActions:hover {
  background-color: var(--orange-200);
  color: var(--white-200);
}
.home-background .element_A .Home .home_content .element_A1 {
  flex: 2;
}
.home-background .home-image-container {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1330px) {
  .home-background .home-image-container {
    transform: translateY(80px);
  }
}
@media screen and (max-width: 1330px) {
  .home-background .home-image-container {
    height: 90vh;
  }
}
@media screen and (max-width: 1000px) {
  .home-background .home-image-container {
    height: 90vh;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .home-background .home-image-container {
    min-height: 40vh !important;
    height: 100%;
    width: 100%;
  }
}
.home-background .home-image-container .home-image {
  max-width: 1000px;
  width: 100%;
  margin-right: 0;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .home-background .home-image-container .home-image {
    max-width: 1000px;
    width: 100%;
    margin-right: -95px;
    z-index: -1;
  }
}
@media screen and (max-width: 920px) {
  .home-background .home-image-container .home-image {
    margin-right: -120px;
  }
}
@media screen and (max-width: 870px) {
  .home-background .home-image-container .home-image {
    max-width: 900px;
    width: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 770px) {
  .home-background .home-image-container .home-image {
    min-height: 350px;
    width: 100%;
    z-index: -1;
  }
}

/*============ Header ================= */
header {
  position: absolute;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 1330px) {
  header {
    background: var(--white-200);
  }
}
@media screen and (max-width: 920px) {
  header {
    height: 80px;
  }
}

.header_change {
  position: fixed;
  background: var(--white-200);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_content {
  display: flex;
  align-items: center;
  width: 650px;
}
@media screen and (max-width: 920px) {
  .header_content {
    justify-content: center;
  }
}
.header_content .Logo {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .header_content .Logo {
    justify-content: center;
    left: 250px;
    margin-left: 20;
  }
}
.header_content .Logo .logoImage {
  max-width: 100%;
}
@media screen and (max-width: 920px) {
  .header_content .Logo .logoImage {
    max-width: 180px;
    width: 100%;
  }
}

.nav_bar_desktop .nav-links {
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: 2rem;
  padding: 0;
  justify-content: space-between;
}
.nav_bar_desktop .links {
  list-style: none;
  cursor: pointer;
  margin: 0.5rem;
  color: var(--black-200);
  font-size: 0.9rem;
  font-weight: 400;
}
.nav_bar_desktop .links:hover {
  color: var(--orange-200);
}
@media screen and (max-width: 920px) {
  .nav_bar_desktop {
    display: none;
  }
}

.button {
  padding: 0.8rem 0.9rem;
  border: none;
  cursor: pointer;
  border-radius: 45px;
  background-color: var(--orange-200);
  color: var(--white-200);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@media screen and (max-width: 920px) {
  .button {
    display: none;
  }
}

.button:hover {
  color: var(--white-200);
  filter: brightness(0.9);
}

.menu_buttons_container {
  display: none;
}
@media screen and (max-width: 920px) {
  .menu_buttons_container {
    display: block;
  }
}

.onOpen {
  display: none;
}
@media screen and (max-width: 920px) {
  .onOpen {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    color: var(--orange-200);
    z-index: 100;
  }
  .onOpen .bx-menu {
    font-size: 2rem;
  }
}

.onClose {
  display: none;
}
@media screen and (max-width: 920px) {
  .onClose {
    border: none;
    background: none;
    color: var(--orange-200);
    cursor: auto;
  }
  .onClose .closeIcon {
    font-size: 2.2rem;
    background: var(--white-200);
    cursor: pointer;
  }
}

.nav_bar_mobile {
  display: none;
}
@media screen and (max-width: 920px) {
  .nav_bar_mobile {
    position: fixed;
    display: flex;
    top: 80px;
    align-items: end;
    flex-direction: column;
    background: linear-gradient(180deg, #373737 4.28%, rgba(55, 55, 55, 0.71) 25.13%, rgba(55, 55, 55, 0.5) 38.5%, rgba(55, 55, 55, 0) 96.26%);
    padding: 0 2.5rem;
    width: 100%;
    height: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .nav_bar_mobile .nav-links_mobile {
    display: flex;
    justify-content: flex-start;
    position: fixed;
    flex-direction: column;
    background: var(--white-200);
    width: 220px;
    height: 160px;
    padding: 0 2rem 0 0;
    z-index: 100000;
    transform: translateX(40px);
  }
  .nav_bar_mobile .nav-links_mobile .links {
    text-align: end;
    margin: 0.2rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--black-200);
    transition: all 0.2s ease-in-out;
  }
  .nav_bar_mobile .nav-links_mobile .links:hover {
    color: var(--orange-200);
  }
}
.nav_bar_mobile .FindButton_mobile {
  display: flex;
  justify-content: flex-end;
}
.nav_bar_mobile .FindButton_mobile .button_mobile {
  border: none;
  background: var(--orange-200);
  border-radius: 31.3346px;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  color: var(--white-200);
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.nav_bar_mobile .FindButton_mobile .button_mobile:hover {
  filter: brightness(0.7);
}

.active_mobile_menu {
  height: 100%;
  z-index: 100;
  opacity: 1;
}

/*============ ABOUT ================= */
.About {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -100px;
}
@media screen and (max-width: 1330px) {
  .About {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1250px) {
  .About {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1000px) {
  .About {
    margin-top: 180px;
  }
}
@media screen and (max-width: 500px) {
  .About {
    margin-top: 120px;
  }
}
.About .About_image_Container {
  flex: 2;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .About .About_image_Container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.About .aboutImage {
  max-width: 600px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .About .aboutImage {
    max-width: 400px;
    left: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 920px) {
  .About .aboutImage {
    max-width: 400px;
    left: 0;
  }
}
.About .About-text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .About .About-text {
    text-align: center;
  }
}
.About .About-title {
  display: flex;
  justify-content: flex-end;
  font-size: clamp(0.5rem, 1rem + 10vw, 5rem);
  font-weight: 700;
  font-family: var(--font-family1);
  line-height: 65px;
}
@media screen and (max-width: 1000px) {
  .About .About-title {
    display: inline-block;
    font-size: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .About .About-title {
    display: inline-block;
    font-size: 8vw;
  }
}
.About .About-title-span {
  color: var(--orange-200);
  font-weight: 700;
}
.About .About-description {
  text-align: justify;
  font-weight: 500;
  line-height: 32px;
  padding: 2.5rem 0;
  color: var(--black-200);
}
@media screen and (max-width: 920px) {
  .About .About-description {
    font-size: 2vw;
    line-height: 25px;
  }
}
@media screen and (max-width: 600px) {
  .About .About-description {
    font-size: 3vw;
    padding: 1rem 0;
    line-height: 25px;
  }
}
@media screen and (max-width: 500px) {
  .About .About-description {
    font-size: 3.5vw;
    padding: 1rem 0;
    line-height: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .About {
    display: block;
    transform: translateY(-150px);
  }
}

/*============ SERVICES ================= */
.Services_Section {
  background-image: url("./public/about_image.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateY(-30px);
  padding: 1rem 0;
  margin-top: 150px;
}
@media screen and (max-width: 920px) {
  .Services_Section {
    transform: translateY(-90px);
    margin-top: 0px;
  }
}

.Services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
  transform: translateY(-50px);
}
@media screen and (max-width: 920px) {
  .Services {
    transform: translateY(0px);
    grid-template-columns: 1fr 1fr;
  }
}

.card_services {
  padding: 1.5rem 0.9rem;
  background: var(--white-100);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
  cursor: default;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.card_services:hover {
  background: var(--orange-200);
  border-radius: 25px;
  transform: scale(1.1);
}
.card_services:hover .serviceIcon > svg path,
.card_services:hover .serviceIcon > svg clip-path {
  fill: var(--white-200);
  stroke: var(--white-200);
}
.card_services:hover .service_subtitle {
  color: var(--white-200);
}
.card_services:hover:first-child svg path:nth-child(3) {
  fill: var(--orange-200);
  stroke: var(--white-200);
}
.card_services:hover:first-child svg path:nth-last-child(6) {
  fill: var(--orange-200);
  stroke: var(--white-200);
}

.serviceIcon > svg {
  max-width: 100px;
  width: 100%;
  padding: 0.5rem;
}
@media screen and (max-width: 920px) {
  .serviceIcon > svg {
    max-width: 60px;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .serviceIcon > svg {
    width: 45px;
    height: 45px;
    padding: 0;
  }
}

.service_title,
.service_subtitle {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: var(--font-family1);
  line-height: 25px;
}
@media screen and (max-width: 920px) {
  .service_title,
.service_subtitle {
    font-size: clamp(0.5rem, 1rem + 10vw, 1.2rem);
  }
}
@media screen and (max-width: 600px) {
  .service_title,
.service_subtitle {
    font-size: clamp(0.6rem, 1rem + 10vw, 1rem);
  }
}

.service_subtitle {
  color: var(--orange-200);
}

.servise-description {
  text-align: center;
  padding: 1rem 0;
  color: var(--black-200);
}
@media screen and (max-width: 600px) {
  .servise-description {
    font-size: clamp(0.5rem, 1rem + 10vw, 0.7rem);
  }
}

/*============ NAVIGATION ================= */
.navigation_Section {
  background-image: url("./public/navigation_frame.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 105%;
  transform: translateY(-38px);
}
@media screen and (max-width: 920px) {
  .navigation_Section {
    background-image: url("./public/mobile_navigationBackground.svg");
    transform: translateY(0px);
    background-size: cover;
    background-position: 90% 90%;
  }
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 920px) {
  .navigation {
    display: block;
  }
}

.navigation-text {
  flex: 1;
  padding: 0.8rem;
}
@media screen and (max-width: 920px) {
  .navigation-text {
    text-align: center;
    transform: translateY(-50px);
  }
}

.navigation-title {
  font-size: clamp(0.5rem, 1rem + 10vw, 5rem);
  font-family: var(--font-family1);
  font-weight: 800;
  line-height: 65px;
}
@media screen and (max-width: 920px) {
  .navigation-title {
    font-size: 6vw;
    line-height: 65px;
  }
}
@media screen and (max-width: 800px) {
  .navigation-title {
    font-size: 8vw;
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .navigation-title {
    font-size: 8vw;
    line-height: 50px;
  }
}

.navigation-title-span {
  color: var(--orange-200);
}

.navigation-description {
  padding: 1.5rem 0;
  text-align: justify;
  color: var(--black-200);
  font-weight: 400;
}

.navigation_image_Container {
  flex: 2;
}
@media screen and (max-width: 920px) {
  .navigation_image_Container {
    display: flex;
    justify-content: center;
  }
}
.navigation_image_Container .trackImage {
  max-width: 750px;
  width: 130%;
  transform: translateX(-20px);
}
@media screen and (max-width: 1330px) {
  .navigation_image_Container .trackImage {
    max-width: 650px;
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .navigation_image_Container .trackImage {
    max-width: 450px;
    width: 100%;
    transform: translateY(-50px);
  }
}

/*============ FOOTER ================= */
.footer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_content .logo_footer_Image {
  max-width: 200px;
  width: 100%;
}
.footer_content .footer-links .links {
  margin: 0.5rem;
}
@media screen and (max-width: 920px) {
  .footer_content {
    flex-direction: column;
    justify-content: center;
  }
  .footer_content .footer-links {
    display: none;
  }
}

.socialMedia {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Logo_footer {
  transform: translateX(-50px);
}
@media screen and (max-width: 920px) {
  .Logo_footer {
    transform: translateX(0px);
    padding: 1rem 0;
  }
  .Logo_footer .logo_footer_Image {
    max-width: 200px;
    width: 100%;
  }
}

.socialIcons {
  display: flex;
  align-items: center;
  margin: 0.5rem;
  padding: 0.3rem;
  border-radius: 50px;
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.socialIcons:nth-child(2) {
  background: #4764a8;
}
.socialIcons:nth-child(3) {
  background: #259e3d;
}
.socialIcons i {
  font-size: 2rem;
  color: var(--white-100);
  transition: all 0.3s ease-in-out;
}
.socialIcons i:hover {
  transform: translateY(-2px);
}
@media screen and (max-width: 920px) {
  .socialIcons {
    padding: 0.2rem;
  }
  .socialIcons i {
    font-size: 1.5rem;
  }
}

.copyright_content {
  height: 80px;
  background: var(--black-100);
  color: var(--white-200);
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright_content .copyright {
  font-size: 0.9rem;
}
.copyright_content .copyright-span {
  color: var(--orange-100);
}
@media screen and (max-width: 920px) {
  .copyright_content .copyright {
    font-size: 0.8rem;
  }
}

/*====== Modal ======*/
.modal-content {
  width: 100%;
  border-radius: 60px;
}
@media screen and (max-width: 1203px) {
  .modal-content {
    display: flex;
    align-items: center;
    width: 700px;
    height: 100%;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 500px) {
  .modal-content {
    width: 100%;
    justify-content: center;
    margin: 0;
  }
}
.modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: inherit;
  overflow-y: visible;
}
@media screen and (max-width: 1203px) {
  .modal-content .modal-body {
    flex-direction: column;
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
}
.modal-content .modal-body .formContent {
  flex: 2;
}
.modal-content .modal-body .formContent .section_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-content .modal-body .formContent .paginate_container {
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .modal-content .modal-body .formContent .paginate_container {
    width: 100%;
  }
}
.modal-content .modal-body .formContent .paginate_container .paginate {
  color: var(--gray-100);
  font-weight: 400;
  font-size: 0.9rem;
}
.modal-content .modal-body .formContent .active_paginate {
  width: 310px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.modal-content .modal-body .formContent .active_paginate .prevBtn {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  color: var(--orange-200);
}
.modal-content .modal-body .formContent .active_paginate .prevBtn:hover {
  filter: brightness(0.8);
}
.modal-content .modal-body .formContent .active_paginate .prevBtn .bx-chevron-left {
  font-size: 1.6rem;
}
.modal-content .modal-body .formContent .active_paginate .prevBtn .backWord {
  font-size: 0.9rem;
}
.modal-content .modal-body .formContent .active_paginate .paginate {
  color: var(--gray-100);
  font-weight: 400;
  font-size: 0.9rem;
  position: relative;
  right: -70px;
}
.modal-content .modal-body .formContent .form_session_title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 0;
  font-family: var(--font-family1);
  color: var(--black-200);
}
.modal-content .modal-body .formContent .form_session_span-title {
  color: var(--orange-200);
}
.modal-content .modal-body .formContent .form_description {
  text-align: center;
  color: var(--black-200);
  font-size: 1rem;
  font-weight: 400;
  width: 450px;
  padding: 1rem 0;
}
.modal-content .modal-body .formContent .questionForm,
.modal-content .modal-body .formContent .questionForm_2 {
  color: var(--black-200);
  font-size: 1.1rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.modal-content .modal-body .formContent .questionForm_2 {
  padding: 1rem 0;
}
.modal-content .modal-body .formContent .questionForm_3 {
  text-align: center;
}
.modal-content .modal-body .formContent .formCheckBox .inputRadioError {
  font-size: 0.9rem;
  color: #ff3860;
  padding: 0.1rem 0 0 0.5rem;
}
.modal-content .modal-body .formContent .custom-radio input {
  display: none;
}
.modal-content .modal-body .formContent label {
  margin: 0.2rem;
  color: var(--black-200);
}
.modal-content .modal-body .formContent .custom-radio input + label:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid var(--orange-100);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
  cursor: pointer;
}
.modal-content .modal-body .formContent .custom-radio input:checked + label:before {
  background-color: white;
  box-sizing: border-box;
  border: 4px solid var(--orange-100);
  padding: 3px;
}
.modal-content .modal-body .formContent .input-control,
.modal-content .modal-body .formContent .error {
  color: #ff3860;
  font-size: 0.9rem;
  margin: 0.2rem 0 0 1rem;
}
.modal-content .modal-body .formContent .nextButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 4rem;
  border: none;
  background-color: var(--orange-200);
  color: var(--white-200);
  margin: 24px auto;
  border-radius: 57px;
}
.modal-content .modal-body .formContent .nextButton:hover {
  filter: brightness(0.8);
}
.modal-content .modal-body .formContent .hidden {
  display: none;
}
.modal-content .modal-body .formContent .are_3 {
  width: 360px;
  margin: 0 auto;
}
.modal-content .modal-body .formContent .are_3 .info {
  width: 100%;
}
.modal-content .modal-body .formContent .are_3 .info .info_label {
  font-size: 0.9rem;
  color: var(--black-100);
  font-weight: 500;
  margin: 0.8rem 0 0.2rem 1rem;
}
.modal-content .modal-body .formContent .are_3 .info .info_input {
  width: 100%;
  border-radius: 57px;
  border: 2px solid var(--orange-100);
  padding: 0.4rem 0.9rem;
  outline: none;
  color: var(--black-100);
}
.modal-content .modal-body .formContent .are_3 .info .info_input::-moz-placeholder {
  font-size: 0.9rem;
  color: var(--gray-100);
}
.modal-content .modal-body .formContent .are_3 .info .info_input:-ms-input-placeholder {
  font-size: 0.9rem;
  color: var(--gray-100);
}
.modal-content .modal-body .formContent .are_3 .info .info_input::placeholder {
  font-size: 0.9rem;
  color: var(--gray-100);
}
.modal-content .modal-body .formContent .are_4 .thanks_title-desc {
  width: 310px;
  font-size: 1.1rem;
  color: var(--black-200);
  font-weight: 500;
}
@media screen and (max-width: 1203px) {
  .modal-content .modal-body .formContent {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 920px) {
  .modal-content .modal-body .formContent .form_session_title {
    font-size: 3.5vw;
    padding: 0.5rem 0;
  }
  .modal-content .modal-body .formContent .form_description {
    width: 400px;
    font-size: 1.6vw;
  }
  .modal-content .modal-body .formContent .questionForm,
.modal-content .modal-body .formContent .questionForm_2 {
    font-size: 2vw;
  }
  .modal-content .modal-body .formContent .questionForm_2 {
    padding: 1rem 0;
  }
  .modal-content .modal-body .formContent .questionForm_3 {
    text-align: center;
    font-size: 2vw;
  }
  .modal-content .modal-body .formContent label {
    font-size: 2vw;
  }
  .modal-content .modal-body .formContent .input-control,
.modal-content .modal-body .formContent .error {
    font-size: 0.7rem;
  }
  .modal-content .modal-body .formContent .nextButton {
    padding: 0.4rem 3rem;
    margin: 15px auto;
    font-size: 2vw;
  }
  .modal-content .modal-body .formContent .hidden {
    display: none;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_label {
    font-size: 2vw;
    margin: 0.7rem 0 0.1rem 0.6rem;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input {
    padding: 0.3rem 0.7rem;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input::-moz-placeholder {
    font-size: 2vw;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input:-ms-input-placeholder {
    font-size: 2vw;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input::placeholder {
    font-size: 2vw;
  }
  .modal-content .modal-body .formContent .are_4 .thanks_title-desc {
    font-size: 2vw;
  }
}
@media screen and (max-width: 700px) {
  .modal-content .modal-body .formContent .form_session_title {
    font-size: 5vw;
  }
  .modal-content .modal-body .formContent .form_description {
    font-size: 2.5vw;
  }
  .modal-content .modal-body .formContent .questionForm,
.modal-content .modal-body .formContent .questionForm_2 {
    font-size: 3.2vw;
  }
  .modal-content .modal-body .formContent .questionForm_3 {
    text-align: center;
    font-size: 3.2vw;
  }
  .modal-content .modal-body .formContent label {
    font-size: 3.3vw;
  }
  .modal-content .modal-body .formContent .input-control,
.modal-content .modal-body .formContent .error {
    font-size: 0.7rem;
  }
  .modal-content .modal-body .formContent .nextButton {
    font-size: 3vw;
  }
  .modal-content .modal-body .formContent .hidden {
    display: none;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_label {
    font-size: 3vw;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input::-moz-placeholder {
    font-size: 2.5vw;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input:-ms-input-placeholder {
    font-size: 2.5vw;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input::placeholder {
    font-size: 2.5vw;
  }
  .modal-content .modal-body .formContent .are_4 .thanks_title-desc {
    font-size: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .modal-content .modal-body .formContent .form_description {
    font-size: 3vw;
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .modal-content .modal-body .formContent .form_session_title {
    font-size: 7vw;
  }
  .modal-content .modal-body .formContent .questionForm,
.modal-content .modal-body .formContent .questionForm_2 {
    font-size: 4vw;
  }
  .modal-content .modal-body .formContent .questionForm_3 {
    text-align: center;
    width: 300px;
    font-size: 4vw;
  }
  .modal-content .modal-body .formContent .form_description {
    font-size: 3vw;
    width: 280px;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_label {
    font-size: 4vw;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input::-moz-placeholder {
    font-size: 2.9vw;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input:-ms-input-placeholder {
    font-size: 2.9vw;
  }
  .modal-content .modal-body .formContent .are_3 .info .info_input::placeholder {
    font-size: 2.9vw;
  }
  .modal-content .modal-body .formContent .input_control {
    width: 300px;
    margin: 0 auto;
    padding: 0 0.5rem;
  }
}
.modal-content .modal-body .contact {
  flex: 1;
  height: 600px;
  background: var(--white-100);
  border-radius: 0 60px 60px 0;
}
@media screen and (max-width: 1203px) {
  .modal-content .modal-body .contact {
    width: 100%;
    height: 100%;
    border-radius: 0 0 60px 60px;
  }
}
.modal-content .modal-body .contact .btnClose {
  border: none;
  background: transparent;
  position: absolute;
  right: 60px;
}
.modal-content .modal-body .contact .btnClose .bxs-x-circle {
  color: var(--orange-100);
  margin: 3rem 0;
  font-size: 2rem;
}
@media screen and (max-width: 1203px) {
  .modal-content .modal-body .contact .btnClose {
    top: -10px;
  }
  .modal-content .modal-body .contact .btnClose .bxs-x-circle {
    margin: 2rem 0;
    font-size: 1.5rem;
  }
}
.modal-content .modal-body .contact .contact_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: 12rem;
}
@media screen and (max-width: 1203px) {
  .modal-content .modal-body .contact .contact_container {
    top: 0;
    text-align: center;
  }
}
.modal-content .modal-body .contact .contact_container .contactArea {
  padding: 0 3rem;
}
.modal-content .modal-body .contact .contact_container .contactArea .form_contact_title {
  font-size: 2rem;
  color: var(--black-100);
  font-weight: 700;
  font-family: var(--font-family1);
  padding-bottom: 1.5rem;
}
.modal-content .modal-body .contact .contact_container .contactArea .form_contact_title-span {
  color: var(--orange-200);
}
.modal-content .modal-body .contact .contact_container .contactArea .form_icons {
  color: var(--orange-200);
  font-weight: 600;
  padding: 0.3rem;
  display: flex;
  align-items: center;
}
.modal-content .modal-body .contact .contact_container .contactArea .form_icons .bx {
  font-size: 1.4rem;
  margin-right: 0.3rem;
}
.modal-content .modal-body .contact .contact_container .contactArea .adress {
  margin-top: 2rem;
  color: var(--black-200);
  font-size: 1rem;
}
@media screen and (max-width: 1203px) {
  .modal-content .modal-body .contact .contact_container .contactArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .form_contact_title {
    max-width: 310px;
    width: 100%;
    font-size: 3vw;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .form_icons_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .form_icons_container .form_icons {
    margin: 0 0.6rem;
    font-size: 1.3vw;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .adress {
    max-width: 300px;
    width: 100%;
    margin-top: 0.6rem;
    text-align: center;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-content .modal-body .contact .contact_container .contactArea .form_contact_title {
    max-width: 260px;
    font-size: 4vw;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .form_icons_container .form_icons {
    font-size: 1.6vw;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .adress {
    width: 200px;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 500px) {
  .modal-content .modal-body .contact .contact_container .contactArea .form_contact_title {
    width: 180px;
    font-size: 5vw;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .form_icons_container .form_icons {
    font-size: 4vw;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .adress {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 400px) {
  .modal-content .modal-body .contact .contact_container .contactArea .form_contact_title {
    width: 180px;
    font-size: 5vw;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .form_icons_container .form_icons {
    font-size: 4vw;
  }
  .modal-content .modal-body .contact .contact_container .contactArea .adress {
    font-size: 3vw;
  }
}/*# sourceMappingURL=style.css.map */