@font-face {
  font-family: 'font';
  src: url('./assets/fonts/Assistant.ttf');
}



:root {
  --header-container-w: 90.93%;
  --form-input-desk-h: 2.7vw;
  --form-input-mob-h: 7.87vw;
}



* {
  margin: 0;
  /* font-family: OE Na Pro_121, sans-serif; */
  font-family: 'font';
  font-weight: 400;
  direction: rtl;
  box-sizing: border-box;
}

.mobile{
  display: none;
}

.main-container{
  background-color: white;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.header-container{
  height: 100%;
  width: 100%;
  background-image: url('./assets/img/desk_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-top-text-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: baseline;
  padding: 3vw 5vw 0 0;
}

.header-f-text{
  font-size: 1.88vw;
  letter-spacing: 0.26vw;
  color: #ffffff;
  text-align: center;
  margin-left: 1.5vw;

}

.heasder-logo_skits{
  object-fit: contain;
  width: 49.53vw;
  filter: drop-shadow(0 0 0.75rem rgb(255, 255, 255));
}

.header-bot-text-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 5vw 8vw 2vw;
  position: relative;
}
.bot-text-terms {
  position: absolute;
  bottom: 5.2vw;
  right: 1vw;
  font-size:1.2vw;
}

.left_bot { 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.19vw;
  letter-spacing: -0.05vw;
  color: #000000;
  gap: 1vw;
}
.phone {
  width: 4vw;
  margin-right: 0.5vw;
}

.header-s-text{
  font-size: 2.19vw;
  letter-spacing: -0.05vw;
  color: #000000;
  font-weight: 300;
  align-self: flex-end;
}

.bot-container{
  position: absolute;
  bottom: 0;
  background-color: white;
  height: 5.1vw;
  width: 100%;
}

.bot-container-inner{
  position: relative;
}

.bot-form-container{
  position: absolute;
  top: -29vw;
  left: 13%;
  height: 29vw;
  width: 22vw;
  background-color: #ffffffC8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-conainer{
  display: flex;
  flex-direction: column;
  width: 17vw;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}

.COMING_SOON{
  font-size: 2.3vw;
  letter-spacing: -0.1vw;
  color: #000000;
  font-weight: 700;
}

.form_title{
  font-size: 1.2vw;
  letter-spacing: -0.05vw;
  color: #000000;
  font-weight: 300;
  text-align: center;
  line-height: 1.7vw;
}

input[type=text]{
  width: 100%;
  height: var(--form-input-desk-h);
  border-radius: 1.35vw;
  background-color: transparent;
  border: 0.16vw solid #000000;
  text-indent: 1.3vw;
  font-size: 1.25vw;
  letter-spacing: -0.05vw;
  color: #000000;
  font-weight: 300;
}

input[type=text]::placeholder{
  font-size: 1.25vw;
  letter-spacing: -0.05vw;
  color: #000000;
  font-weight: 300;
  /* line-height: 0; */
}

.terms-container{
  display: flex;
  flex-direction: row-reverse;
  font-size: 0.8vw;
  letter-spacing: -0.05vw;
  line-height: 0.94vw;
  color: #000000;
  font-weight: 300;
  align-items: center;
  gap: 0.83vw;
 
}

#terms-container{
  font-size: 0.94vw;
  letter-spacing: -0.05vw;
  line-height: 0.94vw;
  color: #000000;
  font-weight: 300;
}

#ads_checkbox{
  width: 1.25vw;
  height: 1.25vw;
}

.form-button{
  width: 100%;
  /* height: var(--form-input-desk-h); */
  height: 2.7vw;
  color: white;
  background-color: black;
  border-radius: 1.61vw;
  border: 0.16vw solid #000000;
  font-size: 1.6vw;
  letter-spacing: -0.05vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}

.stripe_1_img{
  object-fit: contain;
  width: 25vw;
}
.stripe_2_img{
  object-fit: contain;
  width: 36.2vw;
}

.footer-container-rest{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2vw;
}

.footer-terms{
  font-size: 1.25vw;
  letter-spacing: -0.05vw;
  line-height: 1.15vw;
  color: #000000;
  flex-grow: 2;
  display: flex;
  align-items: flex-end;
}

.links-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  align-self: self-end;
}

.link{
  color: black;
  font-size: 0.94vw;
  letter-spacing: -0.05vw;
  line-height: 1.15vw;
  text-decoration: underline;
}

.delek_logo{
  object-fit: contain;
  width: 7.45vw;

}

.thanks_message{
  font-size: 2vw;
}



@media only screen and (max-width: 1024px) {
  .mobile{
    display: block;
  }

  .desktop{
    display: none;
  }

  .thanks_message {
    font-size: 7vw;
    height: 10vw;
    
}


  .main-container{
    background-color: white;
    width: 100vw;
    height: unset;

  }

.header-container{
  height: 87vw;
  width: 100%;
  background-image: url('./assets/img/bg_mob.jpg');
  background-size: contain;
  /* gap: 13.7vw; */
}

.header-top-text-container{
    width: 100%;
    padding: 5vw 0;
}

.header-f-text{
  font-size: 2.69vw;
  letter-spacing: 0.37vw;
  margin-left: 2vw;
}

.heasder-logo_skits{
  object-fit: contain;
  width: 82.5vw;
  margin-top: -3vw;
  filter: drop-shadow(0 0 0.35rem rgb(255, 255, 255));
}

.header-bot-text-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin:unset;
  gap: 9.07vw;
  padding: 0 0 25vw 0;
}

.left_bot{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.left_bot > a {
  font-size: 2.19vw;
  letter-spacing: -0.05vw;
  color: #000000;
}


.header-s-text{
  font-size: 2.19vw;
  letter-spacing: -0.05vw;
  color: #000000;
  font-weight: 300;
  align-self: flex-end;

}

.header-s-mob-text{
  color: white;
  text-align: center;
  font-size: 5.83vw;
  letter-spacing: 0.09vw;
  line-height: 5.83vw;
  font-weight: 700;
  margin-right: 5vw;
  }

.bot-container{
  position: unset;
  bottom: 0;
  background-color: white;
  /* height: calc(100% - var(--header-container-w)); */
  height: unset;
  width: 100%;
  margin-top: -15vw;
  background-color: transparent;
}

.bot-text-terms {
  bottom: 16vw;
  right: 3vw;
  font-size: 2.2vw;
}

.bot-container-inner{
  position: unset;
}

.bot-form-container{
  position: unset;
  height: unset;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 1.15vw; */
  border-bottom: 0.09vw solid black;
  margin-bottom: 2.78vw;
}


.form-conainer{
  display: flex;
  flex-direction: column;
  width: 76.08vw;
  align-items: center;
  justify-content: center;
  gap: 3.24vw;

}

.COMING_SOON{
  font-size: 3.07vw;
  letter-spacing: -0.1vw;
  color: #000000;
  font-weight: 700;
}


.form_title{
  font-size: 6.02vw;
  letter-spacing: -0.09vw;
  line-height: 6.3vw;
  color: #000000;
  font-weight: 300;
  text-align: center;
  line-height: 5.7vw;
}

input[type=text]{
  width: 100%;
  height: var(--form-input-mob-h);
  border-radius: 3.98vw;
  background-color: #ffffff;
  border: 0.28vw solid #000000;
  text-indent: 3.8vw;
  font-size: 3.7vw;
  letter-spacing: -0.09vw;

}
input[type=text]::placeholder{
   font-size: 3.7vw;
  letter-spacing: -0.09vw;

  /* line-height: 0; */
}

.terms-container{
  font-size: 2.59vw;
  letter-spacing: -0.09vw;
  line-height: 2.78vw;
  gap: 2.31vw;
  align-self: baseline;
 
}

#terms-container{
  font-size: 0.94vw;
  letter-spacing: -0.05vw;
  line-height: 0.94vw;
  color: #000000;
  font-weight: 300;
}

#ads_checkbox{
  width: 2.78vw;
  height: 2.78vw;
}

.form-button{
  width: 100%;
  /* height: var(--form-input-desk-h); */
  height: 8.61vw;
  color: white;
  border-radius: 4.35vw;
  background-color: #000000;
  border: 0.28vw solid #000000;
  font-size: 5vw;
  letter-spacing: -0.19vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-bot_text{
  font-size: 6.02vw;
  letter-spacing: -0.09vw;
  line-height: 6.3vw;
  color: #000000;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2.5vw;
  line-height: 5.7vw;
}

.footer-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: unset;
  /* justify-content: space-around; */
  gap: 1.62vw;
}

.stripe_1_img{
  object-fit: contain;
  width: 54.91vw;
}
.stripe_2_img{
  object-fit: contain;
  width: 79.54vw;
}

.footer-container-rest{
  height: unset;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  gap: 2.87vw;
  margin-bottom: 2.87vw;
}

.footer-terms{
  font-size: 2.78vw;
  letter-spacing: -0.09vw;
  line-height: 2.5vw;

}

.links-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 51.02%;
  align-self: center;
}

.link{
  color: black;
  font-size: 2.87vw;
  letter-spacing: -0.09vw;
  line-height: 3.52vw;
  text-decoration: underline;
}

.delek_logo{
  object-fit: contain;
  width: 10.56vw;
  margin-right: 6.02vw;
}
  
}


