@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.cdnfonts.com/css/sf-pro-display?styles=98774,98777,98776,98772,98773,98775,98770,98771,98769');
@import url('https://v1.fontapi.ir/css/SFArabic');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  background-color: white;
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.top-lang {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin: 8px auto;
}

.top-lang div:nth-child(2){
color: #000;
text-align: center;
font-family: "SF Pro Display";
font-size: 22px;
font-weight: 700;
 margin: 0 auto;
}

.top-lang div:nth-child(2) img{
 width: 100%;
 display: block;
}


#lang {
  position: absolute;
  top: 8px;
  left: 10px;
  text-decoration: none;
  color: #fff;
  background: #005C97;
  display: block;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  z-index: 99;
  padding: 3px;
  border: none;
  box-sizing: border-box;
}

.step-box{
  width: 90%;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;


}

.step-box div:nth-child(1){
  color: #828282;
font-family: "SF Pro Display";
font-size: 12px;
font-weight: 400;
margin-bottom: 5px;
}

.step-box div:nth-child(2){
  width: 100%;
}

.step-box div:nth-child(2) img{
  width: 100%;
  display: block;
}

.header {
    text-align: center;
    width: 55%;
    min-height: 199px;
    margin: 10px auto;
}
.header .main-img{
  width: 100%;
  display: block;
}

.txt-box-p1{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  margin-bottom: 0;
}

.txt-box-p1 div:nth-child(1){
color: rgba(0, 0, 0, 0.50);
text-align: center;
font-family: "SF Pro Display";
font-size: 12px;
font-weight: 500;
margin-bottom: 20px;
direction: ltr;
}

.txt-box-p1 div:nth-child(2){
color: #000;
text-align: center;
font-family: "SF Pro Display";
font-size: 25px;
font-weight: 800;
direction: ltr;
}

.action__holder {
  width: 100%;
  margin: auto;
  text-align: center;
}

.action {
  display: inline-block;
  direction: ltr;
  color: #000;
text-align: center;
font-family: "SF Pro Display";
font-size: 18px;
font-weight: 500;
}

form {
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 10px;
}

.input-wrapper {
    margin: 20px auto;
    width: 80%;
    position: relative;
}


form input {
    padding: 13px 5px;
    direction: ltr;
    outline: none;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.76em;
    padding-left: 27px;
    background: #FFF;
    border-radius: 11px;
    border: 2px solid #005C97;
}

.img-mob{
  position: absolute;
    top: 53%;
    left: 16px;
    transform: translate(0, -50%);
}

form button {
    display: block;
    border: none;
    z-index: 2;
    width: 79%;
    padding: 17px 5px;
    margin: auto;
    background: #1abd00;
    text-align: center;
    margin-top: 15px;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    border-radius: 11px;
    background: #005C97;
}


.input-label{
  background: #fff;
  color: #005C97;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  z-index: 100;
  left: 20px;
  top: -7px;
  padding-right: 5px;
  padding-left: 5px;
}


.error-message{
  text-align: center;
  width: 100%;
}

.regulation {
  width: 85%;
  margin: 20px auto;
  margin-top: 57px;
  min-height: 55px;
  padding-top: 10px;
  direction: ltr;
  color: #000;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  line-height: 157.187%; 
}

.popup-wrapper{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: visible !important;
  display: none;
  z-index: 99;
}

.popup{
  position: absolute;
  width: 90%;
  height: 280px;
  background: rgb(158, 158, 158);
  border-radius: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  padding: 20px 0;
  z-index: 999;
}

.img-p3{
  width: 205.429px;
  height: 202.147px;
  margin: 30px auto;
}

.img-p3 img{
  width: 100%;
  display: block;
}

.txt-p3 div:nth-child(1){
  margin: 0 auto;
  color: #60C209;
  text-align: center;
  font-family: 'Roboto';
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  direction: ltr;
}

.txt-p3 div:nth-child(2){
  margin: 10px auto;
  color: #60C209;
  text-align: center;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  direction: ltr;
}

.txt-p3 div:nth-child(3){
  margin: 10px auto;
  width: 77%;
  color: #6F6F6F;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 500;
  line-height: 130.187%;
  direction: ltr;
}

.vivideo_btns {
  display: none;
}

.new-discription {
  color: #000;
  margin: auto;
  text-align: left;
  width: 90%;
  padding: 20px 0;
}

.new-discription a {
  color: blue;
  font-weight: 700;
}

.link-service{
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #000;
  margin-top: 20px;
  text-align: center
}

.btn-p3{
  width: 80%;
  height: 60px;
  margin: 30px auto;
  border-radius: 5px;
  background: var(--yellow-btn, linear-gradient(180deg, #D9D9D9 0%, #FD0 0.01%, #FFA800 100%));
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 700;
  line-height: 16.405px;
}

#verify .final-countdown {
  margin: 0 !important;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13.0269px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.075em;
  color: #888888;
}

#verify .final-countdown span {
  font-family: serif;
}

#verify #resendOtp {
  margin: auto;
  display: block;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13.0269px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #888888;
  width: 140px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  color: #888888;
  margin-top: 23px;
}


.thanks,.second-service{
	width: 100%;
	margin: 0 auto;
	display: none;
}