@font-face {
  font-family: 'regular';
  src: url('./assets/fonts/EzerAlchemist-Regular.ttf');
}

@font-face {
  font-family: 'semibold';
  src: url('./assets/fonts/EzerAlchemist-SemiBold.ttf');
}

@font-face {
  font-family: 'bold';
  src: url('./assets/fonts/EzerAlchemist-Bold.ttf');
}

@font-face {
  font-family: 'black';
  src: url('./assets/fonts/EzerAlchemist-Black.ttf');
}


body {
  background: #f5f5f5;
}

.error {
  outline: 1px solid #f73f3f;
}

.error::placeholder {
  color: #f73f3f;
}

* {
  margin: 0;
  font-family: 'regular';
  direction: rtl;
}

.main-container {
  display: flex;
  flex-direction: column;
  height: 100svh;
}

.inner-main-container-f {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.r-section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url(./assets/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  gap: 1vw;
}

.leftLogo {
  width: 10vw;
  position: absolute;
  top: 1vw;
  left: 1vw;
}

.hero {
  width: 40vw;
}

.cars {
  width: 54vw;
}

.delekLogo {
  width: 7vw;
  position: absolute;
  bottom: 1vw;
  right: 1vw;
}

#ads_checkbox {
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}

.l-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
}

.l-section-title {
  font-size: 2.087vw;
  letter-spacing: -0.037vw;
  line-height: 1;
  color: #ffffff;
  font-family: "regular";
  text-align: center;
  padding-bottom: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-conainer {
  display: flex;
  flex-direction: column;
  max-width: 75%;
  gap: 0.8vw;
  color: white
}

.title3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2vw 0.5vw;
  margin-top: 1.3vw;
  font-size: 1.8vw;
  font-family: 'bold';
  width: fit-content;
}

.form-input {
  height: 3vw;
  border-radius: 1.663vw;
  background-color: #000000;
  border: 0.2vw solid #ffffff;
  font-size: 1.3vw;
  letter-spacing: -0.037vw;
  color: #ffffff;
  width: 95%;
  align-self: center;
  box-sizing: border-box;
  text-indent: 1.188vw;
}

.form-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url('./assets/arrow.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 5% 30%;
  border: 1px solid #AAA;
  background-position-x: 5%;
  width: 95%;
  align-self: center;
  -webkit-padding-end: 20px;
  color: white;
  height: 3vw;
  border-radius: 1.663vw;
  background-color: #000000;
  border: 0.2vw solid #ffffff;
  text-indent: unset;
  font-size: 1.3vw;
  letter-spacing: -0.037vw;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 1.188vw;
}

.options {
  font-size: 1vw;
  margin-right: 1.188vw;
  font-family: 'regular';
}

.form-select>option {
  padding: 10px;
  margin: 10px;
  text-indent: 10px;
}

.form-input::placeholder {
  color: white;
  text-indent: 1.188vw;
}

.terms-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 1vw;
}

.terms-text {
  padding-bottom: 0.2vw;
  justify-content: center;
  font-size: 0.8vw;
  letter-spacing: -0.025vw;
}

.form-button {
  background-color: #d4ea40;
  color: white;
  height: 3vw;
  border-radius: 1.663vw;
  border: 0.156vw solid #ffffff;
  display: flex;
  width: 95%;
  align-self: center;
  justify-content: center;
  align-items: center;
}

.form-button>p {
  font-size: 2vw;
  font-family: 'bold';

  line-height: 1;
  color: black;
}

.footer-section-container {
  display: flex;
  flex-direction: column;
  padding: 1vw;
  gap: 1vw;
}

.footer-section-container>*+* {
  border-top: 1px solid #000000;
  padding-top: 0.5vw;
}

.footer_text {
  font-size: 1vw;
  line-height: 1vw;
  color: #000000;
}

.strip-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2vw;
  cursor: pointer;
}

.zihum-text,
.betihut-text,
.more-text {
  font-size: 1vw;
  color: #3d3d3d;
  line-height: 1;
}

.darga-zihum,
.darga-betihut {
  font-size: 1vw;
  line-height: 1;
  color: white;
  padding: 0.1vw 0.4vw;
}

.darga-zihum {
  background-color: #204C3D;
}

.darga-betihut {
  background-color: #FFCA09;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

#r-section-top-text-l-desk {
  display: flex;
}

.thx-msg {
  font-size: 3vw;
  text-align: center;
  color: white;
}

dialog {
  position: fixed;
  margin: auto;
  border: 0;
  border-radius: 12px;
}

.dialog-container {
  display: flex;
  flex-direction: column;
}

#dialog_close_btn {
  user-select: none;
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.dialog-container img {
  width: 90vw;
}

.error {
  outline: 0.156vw solid #f73f3f;
}

.error::placeholder {
  color: #f73f3f;
}

@media (max-width: 768px) {
  .dialog-container>img {
    content: url("./assets/popup.png?r=1");
  }

  .inner-main-container-f {
    display: flex;
    flex-direction: column;
    height: fit-content;
  }

  .main-container {
    height: unset;
  }

  .r-section-container {
    width: 100%;
    padding-top: 6vw;
  }

  .l-section-container {
    width: 100vw;
  }

  .leftLogo {
    width: 21vw;
  }

  .hero {
    width: 86vw;
  }

  .cars {
    width: 82vw;
  }

  .delekLogo {
    width: 10vw;
  }

  #ads_checkbox {
    width: 5vw;
    height: 5vw;
  }

  .l-section-container {
    padding-bottom: 5vw;
  }

  .title3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5vw 1.5vw;
    line-height: 1;
    margin-top: 2vw;
    font-size: 6vw;

    width: fit-content;
  }

  .form-conainer {
    display: flex;
    flex-direction: column;
    width: 75%;
    gap: 3vw;
    color: white;
  }

  .form-input,
  .form-select,
  .form-button {
    height: 9.281vw;
    border-radius: 4.641vw;
    border: 0.468vw solid #ffffff;
    font-size: 5.165vw;
    letter-spacing: -0.112vw;
    text-indent: 3vw;
  }

  .form-input::placeholder {
    font-size: 5.165vw;
    letter-spacing: -0.112vw;
    text-indent: 3vw;
  }

  .error {
    outline: 0.468vw solid #f73f3f;
  }

  .form-button>p {
    font-size: 5.165vw;
    letter-spacing: -0.112vw;
  }

  .terms-text {
    font-size: 3vw;
    letter-spacing: -0.075vw;
  }

  .terms-container {
    align-self: baseline;
    gap: 3vw;
  }

  .l-section-title {
    font-size: 5.801vw;
    letter-spacing: -0.112vw;
    line-height: 8.79vw;
    padding-bottom: 5vw;
    padding: 2vw 0;
  }

  .footer-section-container>*+* {
    padding-top: 1vw;
  }

  .footer_text {
    font-size: 2.63vw;
    letter-spacing: -0.075vw;
    line-height: 3.106vw;
  }

  .strip-container {
    gap: 0.7vw;
  }

  .zihum-text,
  .betihut-text,
  .more-text {
    font-size: 4vw;
  }

  .darga-zihum,
  .darga-betihut {
    font-size: 3.7vw;
    padding: 0 1vw;
  }

  .options {
    font-size: 5.165vw;
    letter-spacing: -0.112vw;
  }

  #thx-msg-container {
    height: 50vw;
  }

  .thx-msg {
    font-size: 6vw;
    color: white;
  }

  .form-select {
    text-indent: unset;
    padding: 0 3vw;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}