@font-face {
  font-family: ICPangeaTextRegular;
  src: url("./ICPangeaText/ICPangeaText-RegularWeb.woff2");
  font-display: swap;
}

@font-face {
  font-family: ICPangeaTextLight;
  src: url("./ICPangeaText/ICPangeaText-LightWeb.woff2");
  font-display: swap;
}

@font-face {
  font-family: ICPangeaTextMedium;
  src: url("./ICPangeaText/ICPangeaText-MediumWeb.woff2");
  font-display: swap;
}

@font-face {
  font-family: ICPangeaTextSemiBold;
  src: url("./ICPangeaText/ICPangeaText-SemiBoldWeb.woff2");
  font-display: swap;
}

* {
  margin: 0;
  direction: rtl !important;
  font-family: ICPangeaTextLight, sans-serif;
}

.loader_modal {
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: fixed;
}

.error {
  outline: solid 3px tomato !important;
  border-bottom: 2px solid transparent !important;
}

.desktop {
  display: none;
}

.mobile {
  display: flex;
}

.main_container {
  flex-direction: column;
}

.top_section {
  background-image: url(../images/bg_mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 103vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  background-color: white;
  border-radius: 4vw;
  height: 85%;
  width: 80%;
  padding: 3vw 5vw;
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.logo {
  object-fit: contain;
  width: 40vw;
  height: 4vw;
}

.card_text {
  font-size: 5vw;
  line-height: 1;
}

.card_text span {
  font-family: ICPangeaTextMedium, sans-serif;
}

.card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
}

.man {
  object-fit: contain;
  width: 60vw;
  height: 54.64vw;
}

.click2ScrollBtn {
  border: none;
  border-radius: 5vw;
  background-color: #7979ff;
  font-size: 5vw;
  padding: 1vw 6vw;
  color: white;
  font-family: ICPangeaTextMedium, sans-serif;
}

.middle_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vw 0 10vw 0;
  gap: 8vw;
}

.middle_section_text {
  font-size: 5vw;
  text-align: center;
}

.info_container {
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10vw;
  padding: 0 10vw;
}

.info {
  display: flex;
  gap: 3vw;
}

.info_icon {
  object-fit: contain;
  height: 11vw;
  width: 10vw;
}

.info_text {
  font-size: 4vw;
  line-height: 1.3;
}

.info_text span {
  font-family: ICPangeaTextMedium, sans-serif;
}

.bottom_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7vw 5vw 3vw 5vw;
  background-color: black;
  gap: 5vw;
}

.form_text {
  color: white;
  font-size: 5.5vw;
  font-family: ICPangeaTextMedium, sans-serif;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  width: 90%;
  align-items: center;
}

.input {
  background-color: black;
  color: white;
  font-size: 4vw;
  border: none;
  border-bottom: 2px solid white;
  padding: 1vw 0 5vw 0;
  width: 100%;
}

.input:focus-visible {
  outline: none;
}

.input::placeholder {
  color: white;
  font-size: 4vw;
}

.select_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.select_label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3vw;
  color: #ffffffa8;
}

/* .select {
  margin-top: 5vw;
} */

.submit_btn {
  border: none;
  border-radius: 8vw;
  background-color: #7979ff;
  font-size: 6vw;
  padding: 2vw 5vw;
  color: white;
  width: 90%;
  margin-top: 3vw;
  cursor: pointer;
  font-family: ICPangeaTextMedium, sans-serif;
}

.checkbox_and_terms_container {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.checkbox_container {
  display: flex;
  gap: 2vw;
  width: 100%;
}

.checkbox_label {
  color: #ffffff;
  font-size: 2.5vw;
}

.terms {
  color: #ffffff;
  font-size: 2.5vw;
}

.policy {
  color: #ffffff;
}

.more_terms {
  font-size: 2.5vw;
  display: flex;
  color: #ffffff;
  gap: 1vw;
  width: 100%;
}

.more_terms a {
  color: #ffffff;
}

@media only screen and (min-width: 767px) {
  .desktop {
    display: flex;
  }

  .mobile {
    display: none;
  }

  .main_container {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .card {
    height: 95%;
    width: 90%;
    gap: 0;
    border-radius: 1.5vw;
    padding: 0;
  }

  .content_section {
    display: flex;
    height: 76%;
  }

  .content_section_right_section {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    width: 66.6%;
    padding: 1.5vw 6vw 1.2vw 0;
  }

  .logo {
    width: 22vw;
    height: 3vw;
  }

  .title {
    font-size: 3.2vw;
    line-height: 1.1;
  }

  .title span {
    font-family: ICPangeaTextMedium, sans-serif;
  }

  .text {
    font-size: 1.4vw;
    line-height: 1.2;
  }

  .info_container {
    width: 100%;
    flex-direction: row;
    gap: 4vw;
    padding: 0;
    margin-top: 1vw;
  }

  .info {
    gap: 0.5vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .info_icon {
    height: 2.2vw;
    width: 2.2vw;
  }

  .info_text {
    font-size: 1.2vw;
    line-height: 1.2;
  }

  .content_section_left_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    padding: 1.5vw 0 1.7vw 2.5vw;
  }

  .man {
    height: 25vw;
    width: 28vw;
  }

  .form_section {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    background-color: black;
    padding: 1.5vw 6vw 1.5vw 1vw;
    height: 25.5%;
    border-radius: 0 0 1.4vw 1.4vw;
  }

  .form_text {
    font-size: 2.2vw;
  }

  .form {
    gap: 2vw;
    width: 100%;
    flex-direction: row;
    align-items: end;
  }

  .input {
    font-size: 1vw;
    padding: 0.5vw 0 1vw 0;
    width: 12%;
  }

  .input::placeholder {
    font-size: 1vw;
  }

  .select_container {
    width: 17%;
  }

  .select_label {
    font-size: 0.7vw;
  }

  .select {
    margin-top: 0.7vw;
    width: 100%;
  }

  .error::placeholder {
    font-size: 0.7vw;
  }

  .submit_btn {
    border-radius: 4vw;
    font-size: 1.4vw;
    padding: 0.5vw 2vw;
    width: 20%;
    margin: 0;
  }

  .checkbox_and_terms_container {
    gap: 0;
  }

  .checkbox_container {
    gap: 0.5vw;
  }

  .checkbox_label {
    font-size: 1.05vw;
  }

  .terms {
    font-size: 1.05vw;
  }

  .more_terms {
    font-size: 1.05vw;
    gap: 0.5vw;
  }
}

@media only screen and (min-width: 1300px) {
  .card {
	height: 90%;
  }

  .content_section {
    height: 72%;
  }

  .content_section_right_section {
    gap: 1.5vw;
  }

  .info_container {
    margin-top: 1.5vw;
  }

  .form_section {
    gap: 1.2vw;
  }
}

@media only screen and (width: 2560px) and (max-height: 999px) {
  .content_section_right_section {
    gap: 1vw;
  }

  .info_container {
    margin-top: 0;
  }

  .title {
    font-size: 2.8vw;
  }

  .text {
    font-size: 1.1vw;
  }

  .info_text {
    font-size: 0.9vw;
  }

  .man {
    height: 20vw;
    width: 22vw;
  }

  .form_section {
    gap: 1vw;
    padding: 0.5vw 6vw 1.5vw 1vw;
    height: 27%;
  }

  .form_text {
    font-size: 1.9vw;
  }

  .input {
    font-size: 0.9vw;
  }

  .input::placeholder {
    font-size: 0.9vw;
  }

  .terms,
  .more_terms {
    font-size: 0.95vw;
  }
}
