#NagishLiBar {
  right: 0 !important;
}

nagishli#NagishLiTag > #NagishLiBar {
  z-index: 999999999 !important;
  top: 0vh !important;
  bottom: auto !important;
  right: 0 !important;
  margin: 0vw 0;
}

@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: 109vw;
  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: 2vw;
}

.logo {
  object-fit: contain;
  width: 40vw;
  height: 4vw;
}

.card_text {
  font-size: 5.5vw;
  line-height: 1;
}

.card_text span {
  font-family: ICPangeaTextMedium, sans-serif;
}

.card_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}

.man {
  object-fit: contain;
  width: 60vw;
  height: 54.64vw;
}

.click2ScrollBtn {
  border: none;
  border-radius: 5vw;
  background-color: #ff94b5;
  font-size: 5vw;
  padding: 1vw 6vw;
  font-family: ICPangeaTextMedium, sans-serif;
}

.middle_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10vw 0;
  gap: 8vw;
}

.info_container {
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15vw;
  padding: 0 10vw;
}

.info {
  display: flex;
  gap: 3vw;
}

.info_icon {
  object-fit: contain;
  height: 12vw;
  width: 12vw;
}

.info_text {
  font-size: 3.7vw;
  line-height: 1.3;
}

.info_text span {
  color: #2121ba;
  font-size: 4.5vw;
  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: 5vw;
  width: 90%;
  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 3vw 5vw 0;
  width: 100%;
}

.input:focus-visible {
  outline: none;
}

.input::placeholder {
  color: white;
  font-size: 4vw;
}

.submit_btn {
  border: none;
  border-radius: 8vw;
  background-color: #ff94b5;
  font-size: 6vw;
  padding: 2vw 5vw;
  color: black;
  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;
  font-family: ICPangeaTextLight;
}

.terms {
  color: #ffffff;
  font-size: 2.5vw;
  font-family: ICPangeaTextLight;
}

.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: 90%;
    width: 90%;
    gap: 0;
    border-radius: 1.5vw;
    padding: 0;
  }

  .content_section {
    display: flex;
    height: 71.5%;
  }

  .content_section_right_section {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    width: 66.6%;
    padding: 1.5vw 6vw 1.7vw 0;
  }

  .logo {
    width: 22vw;
    height: 3vw;
  }

  .title {
    font-size: 2.5vw;
    line-height: 1;
  }

  .title span {
    font-family: ICPangeaTextMedium, sans-serif;
  }

  .text {
    font-size: 2vw;
    line-height: 1;
  }

  .info_container {
    width: 95%;
    flex-direction: row;
    gap: 1.5vw;
    padding: 0;
    flex-wrap: wrap;
  }

  .info {
    gap: 0.5vw;
    flex-direction: column;
    align-items: flex-start;
    width: 15vw;
  }

  .info_icon {
    height: 3vw;
    width: 3vw;
  }

  .info_text {
    font-size: 0.9vw;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
  }

  .info_text span {
    font-size: 1.2vw;
  }

  .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: 25.05vw;
    width: 30vw;
  }

  .form_section {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    height: 23.5%;
    background-color: black;
    padding: 1.5vw 6vw 1.5vw 1vw;
    border-radius: 0 0 1.4vw 1.4vw;
  }

  .form_text {
    font-size: 2vw;
  }

  .form {
    gap: 2vw;
    width: 100%;
    flex-direction: row;
  }

  .input {
    font-size: 0.9vw;
    padding: 0.5vw 1vw 1vw 0;
    width: 15%;
  }

  .input::placeholder {
    font-size: 0.9vw;
  }

  .submit_btn {
    border-radius: 4vw;
    font-size: 1.4vw;
    padding: 0.5vw 2vw;
    width: 20%;
    margin: 0;
  }

  .checkbox_and_terms_container {
    gap: 0vw;
  }

  .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) {
  .content_section_right_section {
    gap: 1.5vw;
  }

  .info_container {
    gap: 1.7vw;
  }

  .form_section {
    gap: 1.2vw;
    height: 28.5%;
  }
}
