@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');



* {
  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;
 background-image: url('../images/vvideo-iraq-img-back-p12.png');
   height: auto;
   min-height: 100vh;
   background-size: cover;
   background-position: 100% 100%;
   background-repeat: no-repeat;
}



.error-message{
  margin: 10px auto;
    background: #000;
    border-radius: 5px;
    direction: rtl;
    line-height: 2;
    color: #fff;
    font-size: 15px;
    width: 80%;
    margin-top: 25px;
    text-align: center;
    font-family: 'Almarai';
}

/* Index Page */

.top-lang {
position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    /* background-color: #4E4E4E; */
    padding-bottom: 12px;
    /* padding-top: 10px; */
    padding: 10px;
}

.top-lang div {
    /* margin-top: 12px; */
    font-family: 'Roboto';
        font-weight: 400;
    font-size: 15.64px;
    line-height: 21px;
    color: #fff;
    text-align: center;
  
}
.top-lang img {
  display: block;
    /* position: absolute; */
    left: 5px;
    width: 35px;
    top: 5px;
}

#lang {
   position: relative;
    /* top: 8px; */
    /* right: 10px; */
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    display: block;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    z-index: 99;
    width: 28px;
    height: 28px;
    border: 2.44918px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
}

.nav-box{
   width: 83%;
    margin: 10px auto;
}
.nav-box img{
  width: 100%;
  display: block;
}

.txt-new{
   margin: 0 auto;
  font-family: 'Roboto';
font-weight: 400;
font-size: 15px;
line-height: 38px;
text-align: center;
color: #fff;
direction: ltr;
margin-top: 20px;
}

.wrapper-box{
        width: 85%;
    margin: 60px auto;
    border-radius: 16px;
    background: #E6E6E6;
    padding: 3px 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.wrapper-txt{
    color: #087AF4;
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: 700;
    line-height: 131.687%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.wrapper-txt span{
  color: #fff;
    font-family: 'Roboto';
    font-size: 21px;
    font-weight: 900;
    /* line-height: 131.687%; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 10px;
    background: red;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-box-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
}
.txt-box-main div:nth-child(1){
  font-family: 'Roboto';
font-weight: 900;
font-size: 60px;
line-height: 74px;
text-align: center;
letter-spacing: -0.01em;
color: #00803B;
direction: ltr;
}
.txt-box-main div:nth-child(2){
  font-family: 'Almarai';
font-weight: 400;
font-size: 60px;
line-height: 74px;
text-align: center;
letter-spacing: -0.01em;
color: #00803B
}

.header {
       text-align: center;
    width: 82%;
    min-height: 114px;
    margin: 10px auto;
}


.header .main-img {
    width: 100%;
}
.header .main-img img {
    width: 100%;
}

.txt-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px auto;
  margin-top: 30px;
}
.txt-box div{
font-family: 'Almarai';
font-weight: 700;
font-size: 49px;
/* line-height: 81px; */
text-align: center;
background: linear-gradient(90deg, #009BFD 0%, #004B7A 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
direction: rtl;
}


.promotion { 
  color: #000;
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  margin: 15px auto;
  position: relative;
  z-index: 999999;
}





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

.action{
    font-size: clamp(17px, 1vw, 18px);
    display: inline-block;
margin: 10px auto;
font-family: 'Roboto';
font-weight: 400;
line-height: 25px;
text-align: center;
color: #000;
}

.action-new{
      display: inline-block;
margin: 10px auto;
  font-family: 'Roboto';
font-weight: 500;
font-size: 13px;
line-height: 17px;
text-align: center;
letter-spacing: 0.395em;
color: #535353;
}

.action3{
   font-size: clamp(17px, 1vw, 18px);
    display: inline-block;
margin: 10px auto;
font-family: 'Roboto';
font-weight: 400;
line-height: 25px;
text-align: center;
color: #000;
margin-bottom: 0;
}

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

.input-wrapper {
  position: relative;
   background: #FFFFFF;
   border-radius: 10px;
   width: 90%;
   margin: 0 auto;
}


form input {
   padding: 13px 5px;
    direction: ltr;
    outline: none;
    z-index: 2000;
    position: relative;
    background: #FFFFFF;
    text-align: center;

    width: 100%;
    /* border: 2px solid #666; */
    background: #FFF;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20) inset; */
border-radius: 10px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.76em;
  background-color: #999(167, 167, 167);

  
  /* Create the gradient. */
   background-image: linear-gradient(
        45deg,
        #999 16.666%, 
        #999 16.666%, 
        #999 30.666%, 
        rgb(0, 0, 0) 33.333%, 
        rgb(0, 0, 0) 50%, 
        rgb(0, 0, 0) 50%, 
        rgb(0, 0, 0) 66.666%, 
        rgb(0, 0, 0) 66.666%, 
        rgb(0, 0, 0) 83.333%, 
        rgb(0, 0, 0) 83.333%);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  border: none;
     /* margin: 15px auto;
   margin-top: 3px; */
}

form input::placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.76em;
  background-color: #999;
  
  /* Create the gradient. */
   background-image: linear-gradient(
        45deg,
        #999 16.666%, 
        #999 16.666%, 
        #999 34.333%, 
        rgb(0, 0, 0) 33.333%, 
        rgb(0, 0, 0) 50%, 
        rgb(0, 0, 0) 50%, 
        rgb(0, 0, 0) 66.666%, 
        rgb(0, 0, 0) 66.666%, 
        rgb(0, 0, 0) 83.333%, 
        rgb(0, 0, 0) 83.333%);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

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

form button {
    position: relative;
    outline: none;
    border: none;
    /* padding: 6px; */
    /* display: block; */
    width: 100%;
    margin: auto;
    background: #E6E6E6;
    /* border-radius: 10px; */
    height: 60px;
    text-align: center;
    margin-top: 6px;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 19px;
    line-height: 25px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-top: 2px solid #B1B1B1; */
    border-radius: 0;
    border-radius: 16px;
    flex-direction: row-reverse;
    margin-top: 15px;
}

form button span{
  display: flex;
    justify-content: center;
    align-items: center;
    color: #087AF4;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 100%;
    /* padding-top: 10px; */
    border-top: 2px solid #B1B1B1;

}

/* form button span:nth-child(1){
  width: 100%;
} */



.flagcontainer {
     display: flex;
    margin-bottom: 20px;
    flex-direction: row-reverse;
    z-index: 2000;
    position: relative;
}

.flagbox {
   color: #000;
    max-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    left: 2px;
    top: 5px;
    z-index: 11000;

}

.flag { 
    align-self: center;
    width: 26px;
    height: 26px;
}




:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}


.arrow {
    position: absolute;
    z-index: 0
}

.arrow-left {
    top: 25px;
    left: -25px;
    transform: translate(-50%,-50%) rotate(-90deg);
}

.arrow-right {
    top: 20px;
    right: -16px;
    transform: translate(-50%,-50%) rotate(90deg);
}

.arrow span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 5px solid #E50D46;
    border-right: 5px solid #E50D46;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-5px,-5px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

.regulation {
    width: 85%;
    margin: 0 auto;
    margin-top: 90px;
    min-height: 55px;
    padding-top: 10px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    direction: ltr;
    background: #8080808a;
    border-radius: 16px;
    padding: 15px;
}

.regulation a{
  color: red;
}
.regulation span{
  color: #891717;
  font-weight: 700;
}

.regulation div:nth-of-type(1) {
  font-size: 12px;
  font-weight: 700;
}

.regulation div:nth-of-type(2) {
  font-weight: 700;
  margin-top: 10px;
}

.regulation div:nth-of-type(3) {
  margin-top: 10px;
}

.regulation div:nth-of-type(3) span {
  font-weight: 700;
  color: red;
}

.regulation ul {
  list-style: disc;
  width: 90%;
  margin: 10px auto;
}


/* Verify Page */

.number-wrapper{
     width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;

}




#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: #000;
}



#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 #0095F3; */
  /* width: 140px;
  padding-bottom: 6px;
  margin-bottom: 10px; */
  color: #000;
  /* margin-top: 23px; */
}


/* #confirm-btn:disabled {
  background: rgb(92, 92, 92);
} */

.wrapper-resend{
  width: 60%;
  margin: 20px auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #8395e9;
  padding: 10px;
  border-radius: 6px;
}

/* Third Page */

.header-success {
  text-align: center;
}

.content-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  max-width: 320px;
  margin: auto;
}


.success-title {
  font-size: 25px;
  margin-top: 15px;
color: #3A3E52;
  font-weight: 400;
    font-family: Cairo;
  
}

.success-subtitle {
  font-size: 20px;
  color: #3A3E52;
  font-weight: 400;
    font-family: Cairo;
}

.content-success .description {
  font-family: Cairo;
  text-align: justify;
  direction: rtl;
  font-weight: 400;
  color: #3A3E52;
  width: 280px;
  margin: auto;
  margin-top: 15px;
}

.content-success .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
  width: 100%;
  max-width: 280px;
  
}

.content-success .buttons>a {
  font-size: 20px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  padding: 8px 0;
   color: white;
  background: #0095F3;
border-radius: 4.2142px;
}

.content-success .buttons>a:nth-of-type(2) {
  background: transparent;
  border: 1.5px solid #C759B4;

  font-size: 14px;
  font-weight: 400;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  padding: 8px 0;
  display: block;
  color: #fff;
}

.content-success .buttons .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.content-success .buttons .inner a {
  width: clamp(120px, 90vw, 135px);
  height: 42px;
  text-align: center;
  margin: 5px 0px;
  display: block;
  padding-top: 3px;
  color: white;
  background: #0095F3;
border-radius: 4.2142px;
}

.content-success .buttons .inner a span{
  display: block;
}

.buttons a span.en {
  font-family: 'Iransans';
}

.buttons a span.ar {
  font-family: Cairo;
}

.txt-box-p1{
    width: 80%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: center;
    direction: ltr;
   

}

.txt-box-p1 div{
   color: #FFF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    line-height: 167.6%;
    letter-spacing: -0.47px;
}

.txt-box-p1 div:nth-child(2){
  font-size: 11px;
}

.btn-download-vivideo {
  width: 90%;
  padding: 8px 0;
  position: relative;
  font-family: Roboto;
  background: linear-gradient(180deg, #FF0000 0%, #890B0F 100%);
  box-sizing: border-box;
  border-radius: 25px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin: 10px auto;
}

.btn-download-vivideo img {
    width: 35px;
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
}

.privacy-link{
  text-align: center;
    margin: 10px auto;
    color: red;
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 700;
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 5px;
}

.banner{
  width: 100%;
  display: block;
  height: 28px;
  background-color: #2A9ADD;
}
.banner-2{
  width: 100%;
  height: 71px;
  background-color: #2FABF6;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* flex-direction: row-reverse; */
    margin-top: -12px;
    padding: 0 10px;
}
.banner-p1-1{
  background-color: #BDBDBD;
}
.banner-p1-2{
  background-color: #E0E0E0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
}
.banner-2 div:first-child img:first-child{
  width: 32px;
  height: 32px;
}
.banner-2 div:first-child img:nth-child(2){
  width: 24px;
  height: 24px;
}
.banner-2 div:nth-child(2) img{
  width: 22px;
  height: 22px;
}

.banner-2 img:first-child{
  width: 32px;
  height: 32px;
}
.banner-2 img:nth-child(2){
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.banner-2 img:nth-child(4){
  width: 22px;
  height: 22px;
}
.banner-2 p{
  font-family: Arial;
font-weight: normal;
font-size: 14px;
line-height: 25px;
text-align: center;
letter-spacing: -0.04em;

color: #FFFFFF;
}
.banner-3{
  width: 100%;
  height: 20px;
  background-color: #DFDFDF;
}
.txt-folder{
      padding-top: 20px;
    padding-left: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  font-family: Arial;

}
.folder{
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    width: 90%;
    justify-content: flex-start;
    border-bottom: 1px solid #DADADA;
}
.txt-folder-right{
  flex-direction: column;
  justify-content: center;
  display: flex;
  direction: ltr;
  
}


.txt-folder-right span{
  color: black;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: flex-start;
}
.txt-folder-right span:first-child{
  color: #000000;
  font-size: 17px;
  font-family: Arial;
  font-weight: bold;
}
.txt-folder-right span:nth-child(2){
  color: #9A9A9A;
  font-size: 16px;
  font-family: Arial;
}

.folder-yellow{
  width: 101px;
  height: 101px;
}
.folder-yellow img{
  width: 100%;
}

.gray-line{
  width: 100%;
  max-width: 450px;
  margin: auto;
  background: #DFDFDF;
  height: 20px;
}

.txt-offers{
  margin: 20px auto;
  margin-top: 60px;
  font-family: 'Roboto';
font-weight: 900;
font-size: 28.3244px;
line-height: 189.1%;
text-align: center;
color: #000000;
}

#continueBtn{
background: linear-gradient(180deg, #FF0000 0%, #890B0F 100%);
    border-radius: 10px;
    width: 75%;
    height: 50px;
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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: 197px;
    /* background: rgb(158, 158, 158); */
    /* border-radius: 18px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 20px 0; */
    z-index: 999;
    border-radius: 16px;
    background: #E6E6E6;
    padding: 15px 0;
}

/* .popup form button span{
  color: #087AF4;
} */

/* .popup .action{
  color: #000;
  font-size: 26px;
  font-weight: 700;
} */

/* .popup .wrapper-txt {
  font-size: clamp(20px, 1vw, 22px);
} */

.error-message2 {
    margin: 10px auto;
    background: #f94040;
    border-radius: 5px;
    direction: rtl;
    line-height: 2;
    color: #fff;
}

.img-hand {
  position: absolute;
  right: 0px;
  top: 20px;
  transform: rotate(-45deg);
  z-index: 200;
}

.handMovement{
  animation: handMovement 1.5s linear infinite;
}

@keyframes handMovement{
  0%,100%{
    right: 0px;
    top: 20px;
  }

  25%{
    right: 60px;
    top: 10px;
  }

  40%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  50%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }
  60%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
  70%{
    right: 60px;
    top: 10px;
    transform: rotate(-45deg) scale(1);
  }

  80%{
    right: 30px;
    top: 40px;
  }
}



.opacity{
  animation: opacity 0.8s forwards infinite;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
   50% {
     opacity: 0;
  }
   100% {
     opacity: 1;
  }
  
}
