@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;
}


:root {
  --first-section-height: min(42.65vw, 89.931vh);
  /* --r-section-height: min(94vh, 46.854vw); */
  --r-section-width: min(71.513vw, 150.791vh);
  /* --r-section-width: 70vw; */
  --l-section-width: calc(100vw - min(71.513vw, 150.791vh));
}



.desktop {
  display: block;
}

.mobile {
  display: none;
}

.main-container{
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.inner-main-container-f{
  display: flex;
  flex-direction: row;
  height: 90%;
  height: var(--first-section-height);
}

.r-section-top-text-container_frame-2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;

}

.cars_img{
  object-fit: contain;
  width: 63.688vw;
}


.r-section-container{
  display: flex;
  flex-direction: column;
  width: var(--r-section-width);
  background-image: url("./assets/Logo_dongfeng.png");
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-size: cover;
  position: relative;
  background-position: bottom;
  background-color: #769cba;
}

.r-section-top-text-container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: end;
  position: absolute;
  width: 100%;
  /* top: 4vw; */
  top: 3.5vw;
  /* bottom: 52%; */
}

.r-section-top-text-r{
  /* width: 32vw; */
  text-align: center;
  font-size: 43.077px;
  font-size: 2.5vw;
}

.box_img{
  object-fit: contain;
  width: 23.7vw;
}

#top-text-r-top{
  font-family: 'black';
  font-size: 3.462vw;
  letter-spacing: -0.075vw;
  /* line-height: 1.587vw; */
  color: #000000;
}


.top-text-r{
  font-size: 2.65vw;
  letter-spacing: -0.05vw;
  /* line-height: 1.212vw; */
  line-height: 1;
  color: #000000;
}
/* .top-text-r{
  width: 30vw;
} */

.r-section-top-text-l{
  gap: 1.5vw;
}

.line_img{
  /* object-fit: contain; */
  width: 0.05vw;
  height: 6.463vw;
}

.card_img{
  object-fit: contain;
  width: 6.463vw;
}

.top-text-l{
  /* width: 7.5vw; */
  /* padding-bottom: 1vw; */
  /* font-size: 0.99vw; */

  font-size: 1.25vw;
  letter-spacing: -0.013vw;
  line-height: 1.3vw;
  color: #000000;
  font-family: 'regular';
}

.top-text-l > span{
  /* font-size: 1.25vw;
  letter-spacing: -0.013vw;
  line-height: 1.3vw;
  color: #000000; */
  font-family: 'bold';
}

.presentor_img{
  position: absolute;
  bottom: 0;
  /* right: 9vw; */
  /* right: 7.5vw; */
  right: 8vw;
  object-fit: contain;
  width: 16.587vw;

}

.car_img{
  object-fit: contain;
  /* width: 32.763vw; */
  width: 32.763vw;
  width: 47%;
  position: absolute;
  bottom: 5vw;
  left: 7vw;
}

.r-section-top-text-r{
  display: flex;
  flex-direction: column;
}

.r-section-top-text-l{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}


.r-section-bot-text-container{
  position: absolute;
  bottom: 1.7%;
  /* right: 36%; */
  right: 25vw;
}

.r-section-bot-text-addres{
  /* font-size: 1vw; */
  /* font-size: 2.5vw; */
  display: flex;
  align-items: center;
  font-family: 'regular';

  font-size: 1.712vw;
  letter-spacing: -0.05vw;
  line-height: 1.212vw;
}

.r-section-bot-text-addres > span{
  font-weight: bold;
  
}
.r-section-bot-text-addres > img{
  padding-left: 0.2vw;
  padding-right: 0.2vw;
  
}

.text-addres-span_1{
  padding-right: unset;
}

.l-section-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--l-section-width);
  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;
}

.l-section-title-s_1{
  font-size: 2.75vw;
  letter-spacing: -0.05vw;
  /* line-height: 3.263vw; */
  line-height: 1;
  color: #ffffff;
  /* font-weight: bold; */
}

.form-conainer{
  display: flex;
  flex-direction: column;
  max-width: 75%;
  gap: 0.8vw;
  color: white
}
.title1 {
  font-size: 2vw;
}
.title2 {
  font-size: 5.5vw;
  font-family: 'bold';
  letter-spacing: -0.2vw;
  line-height: 0.7;
}
.title2-small {
  font-size: 2.5vw;
}
.title3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2vw 0.5vw;
  margin-top: 1.3vw;
  font-size: 1.5vw; 
  border: 2px solid #414040;
  border-radius: 0.5vw;
  width: fit-content;
}
.title4 {
  font-size: 1.8vw;
  padding-top: 1vw;
}
.l-section-title-s_2{
  font-size: 5.725vw;
  letter-spacing: -0.225vw;
  /* line-height: 1; */
  line-height: 2.5vw;
  color: #ffffff;
  font-family: 'bold';
  /* font-weight: bold;
  font-family: "O EAlchemist Pro"; */
  text-align: center;
  /* line-height: 1.712vw; */
}

.l-section-title-s_2-new_text{
  font-size: 3.8vw;
  letter-spacing: -0.075vw;
 
  line-height: 0.8;
  font-family: 'bold';
  padding-right: 0.5vw;
}

.shah{
  font-size: 2.75vw;
  letter-spacing: -0.05vw;
  /* line-height: 261px; */
  color: #ffffff;
  margin-right: -1vw;
  margin-left: -0.7vw;
}

.form-input{
  height: 3vw;
  border-radius: 1.663vw;
  background-color: #000000;
  border: 0.156vw solid #ffffff;
  font-size: 1.3vw;
  letter-spacing: -0.037vw;
  color: #ffffff;
  box-sizing: border-box;
  text-indent: 1.188vw;
}
.form-select{
  color: white;
  height: 3vw;
  border-radius: 1.663vw;
  background-color: #000000;
  border: 0.156vw solid #ffffff;
  text-indent: 1.188vw;
  font-size: 1.3vw;
  letter-spacing: -0.037vw;
  color: #ffffff;
  box-sizing: content-box;
}


.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%;
  -webkit-padding-end: 20px;
  color: white;
  height: 3vw;
  border-radius: 1.663vw;
  background-color: #000000;
  border: 0.156vw 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: red; */
  color: white;
  text-indent: 1.188vw;
}

.terms-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 1vw;
  /* justify-content: center;
  font-size: 1.087vw;
  letter-spacing: -0.025vw; */
  /* line-height: 1.3vw; */
}

.terms-text{
  padding-bottom: 0.2vw;
  justify-content: center;
  font-size: 0.8vw;
  letter-spacing: -0.025vw;
}

.form-button{
  background-color: #769cbb;
  color: white;
  height: 3vw;
  border-radius: 1.663vw;
  border: 0.156vw solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-button > p{
  font-size: 1.3vw;
  letter-spacing: -0.037vw;
  line-height: 1;
  color: #ffffff;
}

.footer-section-container{
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  margin-right: 0.5vw;
  /* margin-top: 0.5vw; */
  margin-top: 0.3vw;
  /* box-sizing: border-box; */
  /* height: 100%; */
}

.footer_text{
  font-size: 0.8vw;
  letter-spacing: -0.025vw;
  line-height: 1vw;
  color: #000000;
}

.strip{
  object-fit: contain;
  margin-top: 0.5vw;
  width: 20vw;
}

.r-section-bot-text-container_frame-2{
  position: absolute;
  bottom: 0.6vw;
  right: 9vw;
}


#disappear{
    /* animation-name: disappearAnimation;
    animation-delay: 5000ms;
    animation-duration: 15000ms;
    animation-fill-mode: forwards;

    animation-timing-function: linear;
    animation-iteration-count: infinite;

    opacity: 1; */
    animation: fade 8s infinite;
    opacity: 0;
    
}

#appear{
  animation: fade 8s infinite 4s;
  opacity: 0;
  /* animation-name: appearAnimation;
  animation-delay: 5000ms;
  animation-duration: 10000ms;
  animation-fill-mode: forwards;

  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0; */
  /* opacity: 1; */
  /* display: none; */
  /* display: none; */
}


@keyframes fade {
  0% {
      opacity: 0;
  }
  10% {
      opacity: 1;
  }
  45% {
      opacity: 1;
  }
  /* 50%{
    opacity: 0;
  } */
  55% {
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}


@keyframes disappearAnimation{
  0%{
    opacity: 1;
  }

  12.5%{
    opacity: 1;
  }
  /* 10%{
    opacity: 0;
    display: none;
  } */
  25%{
    opacity: 0;
  }


  50%{
    opacity: 0;
  }

  62.5%{
    opacity: 0;
  }

  75%{
    opacity: 0;

  }
  87.5%{
    opacity: 1;

  }

  100%{

    opacity: 1;
  }
}
@keyframes appearAnimation{
  0%{
    opacity: 0;

  }

  12.5%{
    opacity: 0;
  }

  25%{
    opacity: 0;
  }
  37.5%{
    opacity: 1;
  }
  /* 12.5%{
    opacity: 0.25;

  }

  25%{
    opacity: 1;


  } */
  50%{
    opacity: 1;

  }

  62.5%{
    opacity: 1;
  }

  75%{
    opacity: 1;

  }
  87.5%{
    opacity: 0;

  }

  100%{

    opacity: 0;
  }
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

#r-section-top-text-l-desk{
  display: flex;
}

.thx-msg{
  font-size: 3vw;
  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 only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .dialog-container > img {
    content: url("./assets/mobile_popup.png?r=345345");
  }

  .inner-main-container-f {
    display: flex;
    flex-direction: column;
    height: fit-content;}

  .main-container{
    height: unset;
  }
  .r-section-container{
    width: 100vw;
    height: 88.66vw;
    background-image: url("./assets/Logo_Metro_mob.png");

  }
  .l-section-container {
    width: 100vw;
  }

  .presentor_img{
    content: url('./assets/presentor_mob.png');
    width: 32.672vw;
    right: unset;
    left: 2vw;
  }

  .car_img {
    width: 55.726vw;
    bottom: 20vw;
    left: unset;
    right: 5vw;
}
  .r-section-top-text-container,.r-section-top-text-l {
    top: 10vw;
  }

  #top-text-r-top {
    font-size: 5.277vw;
    letter-spacing: -0.112vw;
    line-height: 6.433vw;
  }

  .box_img{
    width: 36.19vw;

  }

  .top-text-r{
    font-size: 4.042vw;
    letter-spacing: -0.075vw;
    line-height: 5.042vw;

  }

  .r-section-top-text-l{
    display: flex;
    position: absolute;
    bottom: 9vw;
    right: 20vw;
    top: unset;
  }

  .card_img{
    width: 15.719vw;
  }

  .line_img{
    width: 0.112vw;
    height: 15.719vw;
  }

  .top-text-l{
    font-size: 3.031vw;
    letter-spacing: -0.037vw;
    line-height: 3.181vw;
  }

  .r-section-top-text-container_frame-2{
    justify-content: unset;
    margin-top: 10vw;
  }

  .cars_img{
    width: 95vw;
    margin-top: 3vw;
  }

  #r-section-top-text-l-desk{
    display: none;
  }

  .r-section-top-text-l {
    gap: 4.5vw;
}

.l-section-container{
  padding-bottom: 5vw;
}
.title1 {
  font-size: 8vw;
  margin-top: 2vw;
}
.title2 {
  font-size: 22vw;
  font-family: 'bold';
  letter-spacing: -0.5vw;
  line-height: 0.7;
}
.title2-small {
  font-size: 9vw;
}
.title3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5vw 1.5vw;
  line-height: 1;
  margin-top: 6vw;
  font-size: 6vw; 
  border: 2px solid #414040;
  border-radius: 1vw;
  width: fit-content;
}
.title4 {
  font-size: 6.5vw;
  padding-top: 2vw;
}

.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;
/* line-height: 164px; */
}

.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: 4.79vw; */
  /* height: 41vw; */
  /* line-height: normal; */
  line-height: 8.79vw;
  padding-bottom: 5vw;
  /* padding: 5vw 0; */
  padding: 2vw 0;
}



.l-section-title-s_2-new_text{
  font-size: 11.377vw;
  letter-spacing: -0.225vw;
  /* line-height: 1.712vw; */
  /* line-height: 5.127vw; */
  line-height: 1;
  font-family: 'bold';
}

.l-section-title-s_1{
  font-size: 7.635vw;
  letter-spacing: -0.15vw;
  /* line-height: 9.094vw; */
  /* line-height: 8.094vw; */
  line-height: 1;
}
.l-section-title-s_2{
  font-size: 15.981vw;
  letter-spacing: -0.636vw;
  /* line-height: 4.79vw; */
  /* line-height: 8.79vw; */
  /* line-height: 11.79vw; */
  /* line-height: 9.79vw; */
  line-height: .79vw;
}

.shah {
  font-size: 7.635vw;
  margin-right: -3.5vw;
  margin-left: -2vw;
}

.footer_text {
  /* font-size: 3.106vw; */
  font-size: 2.63vw;
  letter-spacing: -0.075vw;
  line-height: 3.106vw;
  padding: 1.5vw;
  padding-bottom: 3vw;

}

.strip{
  margin-right: 1.5vw;
  width: 66.916vw;
}

.options{
  font-size: 5.165vw;
  letter-spacing: -0.112vw;
        /* padding-right: 2vw; */
        /* text-align: center; */
        /* text-indent: 3vw; */
}

#thx-msg-container{
  height: 50vw;
}

.thx-msg{
  font-size: 6vw;
  color: white;
}

.form-select{
  text-indent: unset;
  padding: 0 3vw;
}

.r-section-bot-text-container{
  bottom: 4.205%;
  right: 21%;
}

.r-section-bot-text-addres{
  font-size: 3.492vw;
  letter-spacing: -0.112vw;
  line-height: 2.769vw;
}

 

}
