@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: row;
  width: 100%;
  background-image: url(./assets/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 2vw 1vw 0 0;
}

.hero {
  width: 23vw;
}

.leftLogo {
  width: 26vw;
  object-fit: contain;
}

.hero-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  padding-right: 4vw;
}

.hero-text-1 {
  font-size: 2.087vw;
  letter-spacing: -0.037vw;
  line-height: 1;
  color: #ffffff;
  font-family: "regular";
  text-align: center;
  text-shadow:
    0 0 0.6vw rgba(255, 255, 255, 0.75),
    0 0 1.5vw rgba(255, 255, 255, 0.45),
    0 0 2.3vw rgba(255, 255, 255, 0.25);
}

.hero-text-2 {
  font-size: 2.087vw;
  letter-spacing: -0.037vw;
  line-height: 1;
  color: #ffffff;
  font-family: "bold";
  text-align: center;
  text-shadow:
    0 0 0.6vw rgba(255, 255, 255, 0.75),
    0 0 1.5vw rgba(255, 255, 255, 0.45),
    0 0 2.3vw rgba(255, 255, 255, 0.25);
}

.car {
  position: absolute;
  left: 64%;
  bottom: 2.5vw;
  transform: translateX(-50%);
  width: 59vw;
  z-index: 2;
}

.delekLogo {
  width: 7vw;
}


#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;
  padding: 1vw;
}

.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;
  gap: 0.6vw;
  padding: 0.2vw 0.5vw;
  font-size: 2vw;
  width: fit-content;
  margin-inline: auto;
}

.title3 .t3-white {
  color: #fff;
  font-family: 'bold';
}

.title3 .t3-green {
  color: #d4ea40;
  font-family: 'bold';
}

.divider {
  width: 95%;
  height: 0.1vw;
  background: #d4ea40;
  margin: 1.2vw auto 0.5vw;
  box-shadow: 0 0 0.8vw rgba(212, 234, 64, 0.45);
}

.title4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6vw;
  font-size: 3.4vw;
  width: fit-content;
  color: #fff;
}

.title4 .t4-strong {
  font-family: 'bold';
  text-shadow:
    0 0 0.6vw rgba(255, 255, 255, 0.95),
    0 0 1.4vw rgba(255, 255, 255, 0.65),
    0 0 2.4vw rgba(255, 255, 255, 0.4);
}

.title4 .t4-soft {
  font-family: 'regular';
  text-shadow:
    0 0 0.6vw rgba(255, 255, 255, 0.75),
    0 0 1.5vw rgba(255, 255, 255, 0.45),
    0 0 2.3vw rgba(255, 255, 255, 0.25);
}

.title5 {
  font-size: 2.1vw;
  font-family: 'bold';
  text-align: center;
}

.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-links {
  display: flex;
  gap: 1vw;
  align-self: center;
  margin-top: auto;
}

.footer-links a {
  color: white;
  font-size: 1.15vw;
}

.footer-section-container {
  position: relative;
  display: flex;
  flex-direction: column;
}


.footer-section-container>*+* {
  border-top: none;
  padding-top: 0;
}

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.5vw;
}

.footer-top+* {
  border-top: 1px solid #000;
  padding-top: 0.5vw;
}

.footer_text {
  font-size: 1.1vw;
  line-height: 1vw;
  color: #000000;
}

.strip-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5vw;
  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 {
    box-sizing: border-box;
    background-image: url('./assets/bg-mobile.png');
    width: 100vw;
    aspect-ratio: 1080 / 1102;
    flex-direction: column-reverse;
    gap: 5vw;
    justify-content: flex-end;
    align-items: center;
    padding: 7vw 0;
  }

  .white-section {
    position: relative;
    background-color: white;
    padding: 4vw;
  }

  .hero-text-container {
    margin-bottom: unset;
    padding: unset;
  }

  .hero {
    width: 37vw;
    align-self: flex-start;
  }

  .hero-mob-text-1 {
    font-size: 4.25vw;
    letter-spacing: -0.19vw;
    line-height: 96.55%;
    color: #ffffff;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 0.6vw rgba(255, 255, 255, 0.75), 0 0 1.5vw rgba(255, 255, 255, 0.45), 0 0 2.3vw rgba(255, 255, 255, 0.25);
    font-family: 'regular';
    text-align: center;
  }

  .leftLogo {
    width: 80vw;
    content: url('./assets/leftLogo-new.png');
  }

  .car {
    width: 82vw;
    left: 50%;
    bottom: 0;
  }

  .delekLogo {
    width: 12vw;
  }

  .l-section-container {
    padding: 2vw;
  }

  #ads_checkbox {
    width: 5vw;
    height: 5vw;
  }

  .title3 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0.5vw 1.5vw; */
    padding: unset;
    line-height: 1;
    margin-top: 2vw;
    font-size: 6.2vw;
    width: fit-content;
  }

  .title4 {
    /* font-size: 9vw; */
    font-size: 10.5vw;
  }

  .divider {
    width: 100%;

  }

  .title5 {
    /* font-size: 5vw; */
    font-size: 6.2vw;
    font-family: 'regular';
  }

  .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;
    text-indent: 3vw;
  }

  .form-input::placeholder {
    font-size: 5.165vw;
    text-indent: 3vw;
  }

  .error {
    outline: 0.468vw solid #f73f3f;
  }

  .form-button>p {
    font-size: 5.165vw;
  }

  .footer-links {
    gap: 4vw;
  }

  .footer-links a {
    font-size: 3vw;
  }

  .terms-text {
    font-size: 3vw;
  }

  .terms-container {
    align-self: baseline;
    gap: 3vw;
  }

  .l-section-title {
    font-size: 5.801vw;
    line-height: 8.79vw;
  }

  .footer-section-container>*+* {
    padding: 2.31vw 1vw;
  }

  .footer_text {
    font-size: 2.59vw;
    line-height: 2.69vw;
    width: 78.76vw;
  }

  .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;
  }
}