@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/nitro-img-back-p1.png');
   height: auto;
   min-height: 100vh;
   background-size: cover;
   background-position: 100% 100%;
   background-repeat: no-repeat;
}



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


.txt-box-top{
  width: 90%;
  margin: 0 auto;
  font-family: 'Roboto';
font-weight: 400;
font-size: 10px;
line-height: 167.6%;
text-align: center;
letter-spacing: -0.035em;
color: #FFFFFF;
/* direction: ltr;
margin-bottom: 0; */
}
.txt-box-top span{
   font-family: 'Roboto';
font-weight: 700;
font-size: 10px;
}
.txt-box-top a{
      color: #00ffe5;
    font-size: 11px;
    padding-left: 5px;
}

.link{
    width: 30%;
    margin: 0 auto;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 11px;
    line-height: 167.6%;
    text-align: left;
    letter-spacing: -0.035em;
    color: #FFFFFF;
    direction: ltr;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 22px;
}

.gallery-box{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px auto;
}

.box-img{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.box-img:nth-child(1),
.box-img:nth-child(2){
  margin-bottom: 5px;
}

.box-img div{
  width: 49%;
}
.box-img div img{
  width: 100%;
  display: block;
}

.form-wrapper{
  width: 90%;
  margin: 5px auto;
  border-radius: 17px;
  background: #ffff;
  padding-bottom: 1px;
}

.txt1-middle{
  width: 100%;
  background: linear-gradient(180deg, #FFA040 0%, #FF7F13 100%);
border-radius: 17px 17px 0px 0px;
padding: 3px 0;
font-family: 'Roboto';
font-weight: 800;
font-size: 16px;
line-height: 21px;
text-align: center;
color: #FFFFFF;
direction: ltr;
}

.txt2-middle{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5x;
margin: 0x auto;
margin-bottom: 0;
}
.txt2-middle div{
    font-family: 'Roboto';
font-weight: 400;
font-size: 11px;
line-height: 15px;
text-align: center;
color: #707070;
direction: ltr;
}

.checkbox-wrapper{
    position: relative;
    /* font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 11px auto;
  
}
.checkbox-wrapper .text{
    width: 82%;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 7px;
    /* line-height: 8px; */
    letter-spacing: 0.215em;
    color: #707070;
    text-align: left;
    margin-left: 10px;
}
.text span{
  font-family: 'Roboto';
    font-weight: 900;
    font-size: 10px;
}

.checkbox-wrapper input{
      position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark{
  cursor: pointer;
    position: relative;
  /* top: 0;
  left: 0; */
 width: 15px;
height: 16px;
    background: #FFFFFF;
border: 1px solid #707070;
border-radius: 2px;
align-self: flex-start;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-wrapper .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #FF7A00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Index Page */

.top-lang {
  position: relative;
  padding: 7px;
}

.top-lang div {
  text-align: center;
  font-size: clamp(11px, 1vw, 12px);
  margin-top: 7px;
  font-family: 'Roboto';
font-weight: 400;
/* font-size: 12.2803px; */
line-height: 14px;
color: #000000;
}

#lang {
  top: 10px;
  right: 10px;
  position: absolute;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  display: block;
  border-radius: 5px;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding: 5px;
  z-index: 99;
  border: 1px solid #000000;
}



.header {
  text-align: center;
  margin: 0 auto;
      min-height: 330px;
}


.header .main-img {
  margin: 0 auto;
     width: 94%;
    margin-left: 22px;
}

.txt-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px auto;
  margin-top: 30px;
}
.txt-box div{
  font-family: 'Roboto';
font-weight: 700;
font-size: 49px;
/* line-height: 84px; */
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: ltr;
}



.promotion { 
      margin: 15px auto;
    position: relative;
    z-index: 999999;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 23.7943px;
    line-height: 37px;
    text-align: center;
    color: #000000;
}





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

.action {
  display: inline-block;
  font-size: clamp(18px, 2vw, 19px);
font-family: 'Roboto';
font-weight: 400;
line-height: 21px;
text-align: center;
color: #707070;
margin: 0 auto;
}

.action2{
  display: inline-block;
font-family: 'Roboto';
font-weight: 400;
font-size: 15px;
line-height: 21px;
text-align: center;
color: #707070;
}


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

.input-wrapper {
  position: relative;
}


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

    text-align: center;
    /* font-size: 14px;
    letter-spacing: 0.37em;
    font-family: 'Roboto'; */
    margin: auto;
    width: 80%;
background: #FFFFFF;
border: 2px solid #707070;
border-radius: 10px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.76em;
color: #000000;
}

form input::placeholder{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.76em;
color: #000000;
}

form button {
   display: block; 
    border: none;
    z-index: 2;
    width: 80%;
    padding: 8px 5px;
    margin: auto;
  text-align: center;
background: linear-gradient(180deg, #FFA040 0%, #FF7F13 100%);
border: 1px solid #EE750D;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
  margin-top: 8px;
  font-family: 'Roboto';
font-weight: 900;
font-size: 20px;
line-height: 25px;
color: #FFFFFF;
}



.btn-page2{
     display: block; 
    border: none;
    z-index: 2;
    width: 80%;
    height: 46px;
    padding: 8px 5px;
    margin: auto;
  text-align: center;
background: #666;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
  margin-top: 9px;
  font-family: 'Roboto';
font-weight: 900;
font-size: 18px;
line-height: 25px;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
}

.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: 90%;
    margin: 30px auto;
    min-height: 451px;

   
}

.regulation img{
  width: 100%;
  display: block;
}
/* .regulation span{
  font-family: 'Roboto';
font-weight: 900;
}

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


#confirm-btn:disabled {
  background: #999;
}

/* 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 {
  margin-top: 200px;
  font-family: 'Roboto';
font-weight: 700;
font-size: 17px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
margin-bottom: 20px;
}

.success-subtitle {
  font-family: 'Roboto';
font-weight: 400;
font-size: 17px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
}

.btn-watch{
  background: #FF9C3A;
border-radius: 4px;
width: 80%;
display: flex;
justify-content: center;
align-items: center;
margin: 35px auto;
font-family: 'Roboto';
font-weight: 400;
font-size: 20px;
line-height: 46px;
text-align: center;
letter-spacing: -0.01em;
color: #FFFFFF;
}

.content-success .description {
  font-family: Roboto;
  text-align: justify;
  direction: ltr;
  font-weight: 400;
  color: #1F2A58;
  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 {
 color: white;
  background: #0095F3;
border-radius: 4.15916px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}

.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.15916px;
}

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

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

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



.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

.txt-p3{
    width: 90%;
  margin: 20px auto;
  font-family: 'Roboto';
font-weight: 400;
font-size: 14px;
line-height: 167.6%;
text-align: center;
letter-spacing: -0.035em;
color: #FFFFFF;
direction: ltr;
margin-top: 40px;
}

.txt-footer{
  margin: 20px auto;
  font-family: 'Roboto';
font-weight: 700;
font-size: 19px;
line-height: 167.6%;
text-align: center;
letter-spacing: -0.035em;
color: #FFFFFF;
direction: ltr;
}

.pop-wrapper{
  width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: visible;
    display: none;
}
.pop-box{
  box-sizing: border-box;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999999;
    /* height: 138px; */
    padding-top: 16px;
    max-width: 400px;
    border: 4px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.50);
    border-radius: 10px;
    color: black;
    height: 400px;
    overflow: auto;
    min-height: 600px;
}
.pop-box div:nth-child(1){
     width: 23px;
    height: 23px;
    margin-right: 10px;
    margin-left: auto;
}
.pop-box div:nth-child(1) img{
  width: 100%;
  display: block;
 cursor: pointer;
}
.pop-box div:nth-child(2){
  padding: 10px;
   font-family: 'Roboto';
font-weight: 400;
font-size: 14px;
line-height: 167.6%;
text-align: left;
letter-spacing: -0.035em;
color: #000000;
direction: ltr;
width: 90%;
margin: 0 auto;
}

.pop-box div:nth-child(2) span{
  font-family: 'Roboto';
font-weight: 900;
font-size: 20px;
}

.pop-box::-webkit-scrollbar-thumb {
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background: #818181;
  
}


.two-page{
  display: none;
}

#second-page{
  display: none;
}

.txt-box-page2{
  display: flex;
  flex-direction: column;
  align-items: center;
    margin: 11px auto;
}

.txt-box-page2 div:nth-child(1){
   color: #ffffff;
  text-align: center;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 11px;
  line-height: 167.6%;
  letter-spacing: -0.035em;
  font-weight: 400;
  direction: ltr;

}

.txt-box-page2 div:nth-child(2){
  color: #ffffff;
  text-align: center;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  line-height: 167.6%;
  letter-spacing: -0.035em;
  font-weight: 400;
  direction: ltr;
  margin: 2px auto;
  margin-bottom: 0;
}

.txt-box2-page2{
    color: #ffffff;
  text-align: center;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  line-height: 167.6%;
  letter-spacing: -0.035em;
  font-weight: 400;
  margin: 22px auto;
      margin-bottom: 9px;
}

#request-btn{
     width: 58%;
    background: linear-gradient(180deg, rgba(254, 152, 68, 1) 0%, rgba(254, 135, 51, 1) 100%);
    border-radius: 14px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    padding: 16px 0;
     color: #000000;
  text-align: center;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  line-height: 167.6%;
  letter-spacing: -0.035em;
  font-weight: 400;
}


.reg-box{
  width: 90%;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
   background: #999999;
  border-radius: 20.41px;
}

.reg-nav{
  width: 100%;
background: #000000;
  border-radius: 20.41px 20.41px 0px 0px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.reg-nav div:nth-child(1){
  width: 37.11px;
  height: 37.11px;
}

.reg-nav div:nth-child(1) img{
  width: 100%;
  display: block;
}


.reg-nav div:nth-child(2){
    color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 167.6%;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin-left: 10px;
}

.reg-txt{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.reg-txt > div{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2px auto;
  font-family: "Roboto", sans-serif;
  direction: ltr;
}

.reg-txt div > div:nth-child(1){
    color: #ffffff;
  text-align: center;
  font-size: 11px;
  line-height: 16.7px;
  font-weight: 400;
  width: 20%;
}

.reg-txt div > div:nth-child(2){
  background: #ffffff;
   width: 75%;
  border-radius: 11px;
  padding: 0 10px;
    color: #000000;
  font-size: 10px;
  line-height: 16.7px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  direction: ltr;
  text-align: left;
}

.reg-txt div > div:nth-child(2) a{
  color: #0091d3;
  text-decoration: underline;
}

.reg-txt div > div:nth-child(2) a:nth-child(1){
  margin-bottom: 5px;
}

.reg-txt > div:nth-child(7) > div:nth-child(2){
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  direction: ltr;
}




