@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@300;400;500;600;700;800&family=Lora:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&family=PT+Serif:wght@400;700&family=Roboto+Serif:opsz,wght@8..144,900&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");

/* Main Styles */

.step2 {
  display: none;
}

.step3 {
  display: none;
}

.txt-box-step {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.txt-box-step div {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  direction: ltr;
}

.button-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px auto;
}

.btn-step {
  width: 80%;
  background: #4b0050;
  border-radius: 10px;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  line-height: 140.19%;
  text-align: center;
  color: #ffffff;
}

.number-box {
  width: 80%;
  margin: 10px auto;
  margin-top: 40px;
}
.number-box img {
  width: 100%;
  display: block;
}

body {
  font-family: "Roboto", sans-serif;
  max-width: 450px;
  margin: auto;
  direction: ltr;
  overflow-x: hidden;
  background-color: #ffffff;
  /* background: url(../images/clipium-img-back-p18.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
  min-height: 100vh;
  width: 100%;
  /* color: #fff; */
}

.back-none{
  background: none;
}

.top-lang {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  /* background: #4E4E4E; */
}

.top-lang div:nth-child(1) {
  width: 75px;
  /* height: 21px; */
  margin-left: 7px;
}
.top-lang div:nth-child(1) img {
  width: 100%;
  display: block;
}

.top-lang div:nth-child(2) {
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  margin-right: auto;
  margin-left: 5px;
}

.top-lang div:nth-child(3) {
  color: #fff;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  margin-right: auto;
  margin-left: 5px;
}

.top-lang div:nth-child(4) {
  width: 45px;
  height: 45px;
  margin-left: auto;
}
.top-lang div:nth-child(4) img {
  width: 100%;
  display: block;
}

.top-lang div:nth-child(5) {
  width: 34px;
  height: 21px;
}
.top-lang div:nth-child(5) img {
  width: 100%;
  display: block;
}

#lang {
  /* position: absolute; */
  top: 8px;
  right: 10px;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  display: block;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  z-index: 99;
  padding: 2px 7px;
  box-sizing: border-box;
  border-radius: 5.333px;
  border: 0.889px solid #fff;
}



.promotion{
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #696969;
text-align: center;
font-family: 'Roboto';
font-size: 19px;
font-weight: 500;
line-height: 20px; 
direction: ltr;
margin-top: 20px;
}

.wrapper-box {
    width: 85%;
    margin: 0px auto;
    border-radius: 20px;
    /* background: #E6E6E6; */
    padding: 0px 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.wrapper-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px auto;
  color: #000;
  /* margin-bottom: 30px; */
}



.wrapper-txt  div{
direction: ltr;
color: #696969;
text-align: center;
font-family: 'Roboto';
font-size: 19px;
font-weight: 500;
line-height: 131.687%;
}

.wrapper-txt2 div{
  color: #505050;
text-align: center;
font-family: 'Roboto';
font-size: 16px;
font-weight: 500;
line-height: 139%;
letter-spacing: -0.32px;
}

.wrapper-txt span{
  color: #000;
text-align: center;
font-family: 'Roboto';
font-size: 20px;
font-weight: 600;
line-height: 139%;
}

.txt-top-p1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  color: black;
  margin: 10px auto;
  direction: ltr;
}

.box-new {
  width: 78%;
  background: #5ab704;
  border-radius: 0px 0px 25px 25px;
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
  margin: 5px auto;
  padding: 5px 0;
  margin-bottom: 40px;
}
.box-new div {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 27px;
  color: white;
  text-align: center;
}

.top-box1 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  padding: 0 20px;
  border-bottom: 0.5px solid #dbdbdb;
  padding-bottom: 20px;
}
.top-box1 div:nth-child(1),
.top-box1 div:nth-child(2) {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #979797;
}
.top-box1 div:nth-child(3) {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #009dfe;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-box1 div:nth-child(3) span {
  margin-left: 3px;
  background: #79bc48;
  border-radius: 12px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  width: 28px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-box1 div:nth-child(4) {
  width: 36px;
  height: 36px;
}
.top-box1 div:nth-child(4) img {
  width: 100%;
  display: block;
}
.top-box2 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  padding: 5px 10px;
  border-bottom: 0.5px solid #dbdbdb;
  padding-bottom: 35px;
}
.top-box2 div {
  width: 62px;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-box2 div img {
  width: 100%;
}
.top-box2 div span {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #979797;
  padding-top: 3px;
}
.top-box2 div:nth-child(5) span {
  font-size: 11px;
}

.top-box3 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 0.5px solid #dbdbdb;
  padding-bottom: 20px;
}
.top-box3 > div:nth-child(1) {
  width: 65.93px;
  height: 24.05px;
}
.top-box3 > div:nth-child(1) img {
  width: 100%;
  display: block;
}
.top-box3 .middle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
  color: #000000;
}

.top-box3 > div:nth-child(3) {
  width: 53px;
  height: 53px;
}
.top-box3 > div:nth-child(3) img {
  width: 100%;
  display: block;
}

.footer {
  width: 90%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  margin-top: 40px;
  margin-bottom: 10px;
}
.footer div:nth-child(1) {
  width: 35px;
  height: 35px;
}
.footer div:nth-child(1) img {
  width: 100%;
  display: block;
}
.footer div:nth-child(2) {
  width: 21px;
  height: 10px;
}
.footer div:nth-child(2) img {
  width: 100%;
  display: block;
}

.header {
    text-align: center;
    width: 76%;
    min-height: 180px;
    margin: 27px auto;
    margin-bottom: 10px;
}
.header .main-img {
  width: 100%;
}
.header .main-img img {
  width: 100%;
}

.header #main-image {
  width: 70%;
  margin: auto;
  height: 240px;
}


.hand-box{
  width: 80%;
  margin: 20px auto;
}
.hand-box img{
  width: 100%;
  display: block;
}

.txt-top {
  width: 90%;
  margin: 30px auto;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #000000;
  direction: ltr;
}

.txt-img {
  width: 75%;
  margin: 10px auto;
  min-height: 47px;
}
.txt-img img {
  width: 100%;
  display: block;
}

.txt-box {
  width: 100%;
  margin: 10px auto;
  font-family: "Almarai";
  font-weight: 700;
  font-size: 20px;
  line-height: 167.6%;
  text-align: center;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.txt-box2-p1 {
  margin: 20px auto;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #7e7e7e;
  direction: ltr;
}

.txt-box2 {
  width: 100%;
  margin: 10px auto;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  /* line-height: 37px; */
  text-align: center;
  letter-spacing: -0.015em;
  color: #3a9af9;
  margin-top: 0;
}

.action-holder {
  text-align: center;
}
.action {
  display: inline-block;
  margin: 0 auto;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 19px;
  line-height: 37px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #3a9af9;
}

.header .popup__watch {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;

  margin: auto;
  background: #045cc0;
  border: 3px solid #ffffff;
  font-size: 22.2857px;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
    inset 0px -20px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  width: 175px;
}



.video__section {
  position: relative;
  width: 100%;
}

.video__section div:nth-child(1) {
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  /* height: 55px; */
  /* padding-top: 13px; */
  /* background: #666; */
  /* border-radius: 8.97778px; */
  font-family: "Roboto", sans-serif;

  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.video__section div:nth-child(1) span {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  color: #1280e1;
}

.video__section div:nth-child(1) span:nth-child(1) {
  border-top: 1px solid #c5c5c9;
  /* color: #8E8E95; */
  /* border-radius: 0 0 16px 16px; */
  font-size: 18px;
  color: #1280e1;
}

.btn-battery {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-family: "Roboto", sans-serif;

  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid #c5c5c9;
  color: #1280e1;
  pointer-events: none;
}

.video__section img.play {
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
  width: 61px;
  height: 61px;
}
.video__section img:nth-child(2) {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.popup-box {
  width: 90%;
  max-width: 450px;
  height: 431px;
  position: fixed;
  inset: 0;
  margin: auto;
  display: none;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.5);
  border-radius: 33.6px;
}
.popup-box-last-page {
  width: 90%;
  max-width: 450px;
  height: 431px;
  margin: auto;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.5);
  border-radius: 33.6px;
  margin-top: 30px;
}

.popup-box .popup__text {
  background: linear-gradient(
    99.42deg,
    #00875f 5.05%,
    #02ffb4 140.31%,
    #005c41 300.16%
  );
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-top-left-radius: 33.6px;
  border-top-right-radius: 33.6px;
  font-size: clamp(19px, 1vw, 20px);
  font-weight: 700;
}

.popup-box .button-pulse {
  margin-bottom: 20px;
}

.popup-box-last-page .popup__text {
  background: linear-gradient(
    99.42deg,
    #00875f 5.05%,
    #02ffb4 140.31%,
    #005c41 300.16%
  );
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-top-left-radius: 33.6px;
  border-top-right-radius: 33.6px;
  font-size: clamp(19px, 1vw, 20px);
  font-weight: 700;
}

.popup-box-last-page .button-pulse {
  margin-bottom: 20px;
}

.regulation {
  width: 90%;
  margin: auto;
  max-width: 400px;
  margin-top: 20px;
  /* padding-bottom: 30px; */
  direction: ltr;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #696969;
}

.regulation a{
  color: red;
}

/* .regulations div:nth-child(1),
.regulations div:nth-child(3) {
    direction: rtl;
    font-family: 'Almarai';
    font-style: normal;
    font-weight: normal;
    font-size: 14.1339px;
    line-height: 157.19%;
    text-align: justify;
    color: #fff;
} */

.regulations div {
  line-height: 1.4;
  margin: 5px 0;
}
.next-part p:nth-child(1) {
  padding-top: 34px;
  color: #0069fe;
  background-image: linear-gradient(90deg, #009bfd 0%, #004b7a 100%);
  background-clip: text;
  text-fill-color: transparent;
  background-color: rgba(0, 75, 122, 1);
  direction: ltr;
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(14px, 2.3vh, 16px);
  line-height: 143.19%;
  text-align: center;
  letter-spacing: 0.025em;
}

.regulations{
  width: 83%;
    /* margin: 0 auto; */
    color: #000;
    margin-left: auto;
}

.regulations a{
  color: blue;
}

/* #second-page */

.button-pulse {
  /* margin: 30px auto; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 80%;
  margin: auto;
  margin-top: 3px;
}

.button-pulse a {
  position: relative;
  height: 130.44px;
  border: 3px solid #3e91f1;
  box-sizing: border-box;
  filter: drop-shadow(2.79522px 5.59044px 4.6587px rgba(0, 0, 0, 0.25));
  border-radius: 19.5666px;
  width: 49%;
  display: block;
  font-family: "Almarai", "sans-serif";
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  background: #fff;
}

.button-pulse a span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #3e91f1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  direction: rtl;
}

/* .scale{
  animation: scale 1.5s ease-in-out infinite;
} */

@-webkit-keyframes scale {
  0%,
  100% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes scale {
  0%,
  100% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
}

.pulsing {
  width: 99%;
  height: 99%;
  border-radius: 50px;
  z-index: 1;
  position: relative;
}

.pulsing:before,
.pulsing:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: inherit;
  top: 0;
  left: 0;
  z-index: 0;
  background: #ffbd00;
  border-radius: inherit;
  -webkit-animation: pulsing 1s linear infinite;
  animation: pulsing 1s linear infinite;
}

.pulsing:after {
  -webkit-animation: pulsing1 1s linear infinite;
  animation: pulsing1 1s linear infinite;
}

@-webkit-keyframes pulsing {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scaleY(1.8) scaleX(1.3);
    transform: scaleY(1.8) scaleX(1.3);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.8) scaleX(1.3);
    transform: scaleY(1.8) scaleX(1.3);
  }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes pulsing {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scaleY(1.8) scaleX(1.3);
    transform: scaleY(1.8) scaleX(1.3);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.8) scaleX(1.3);
    transform: scaleY(1.8) scaleX(1.3);
  }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes pulsing1 {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
    transform: scaleY(1.3) scaleX(1.15);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
    transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes pulsing1 {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
  20% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
    transform: scaleY(1.3) scaleX(1.15);
  }
  80% {
    opacity: 0;
    -webkit-transform: scaleY(1.3) scaleX(1.15);
    transform: scaleY(1.3) scaleX(1.15);
  }
  90% {
    opacity: 0;
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
  }
}

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

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

#second-page {
  display: none;
  padding-bottom: 50px;
}

#second-page .normal-description {
  margin: 20px auto;
  direction: ltr;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

.new-logo {
  display: block;
  width: 22%;
  margin: auto;
  margin-bottom: -20px;
}

.normal-description div {
  line-height: 1.5;
}

.btn-download-vivideo {
  width: 90%;
  padding: 8px 0;
  position: relative;
  font-family: Roboto;
  background: #6b77c8;
  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;
}
video {
  width: 100%;
  max-width: 450px;
}
.lang-box {
  display: flex;
}
.choose-box {
  display: flex;
  width: 83%;
  max-width: 420px;
  margin: auto;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.choose-box div {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 2.66667px 13.3333px rgb(0 0 0 / 17%);
  border-radius: 8.88889px;
  width: 28%;
  height: 90px;
  padding-top: 16px;
}
.choose-box p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14.2222px;
  line-height: 17px;
  text-align: center;
  margin-top: 10px;
}
.choose-box div:nth-child(1) p {
  color: #0081b9;
}
.choose-box div:nth-child(2) p {
  color: #ffa800;
}
.choose-box div:nth-child(3) p {
  color: #5dd200;
  margin-top: 16px !important;
}
.choose-box div:nth-child(1) img {
  width: 51.56px;
  height: 44.44px;
}
.choose-box div:nth-child(2) img {
  width: 41.78px;
  height: 41.78px;
}
.choose-box div:nth-child(3) img {
  width: 38.22px;
  height: 34.67px;
}
.mt {
  margin-top: 45px !important;
}
.talk-text {
  background: linear-gradient(
      269.53deg,
      #01572d 8.02%,
      rgba(0, 255, 130, 0.50304) 46.56%,
      rgba(0, 0, 0, 0) 85.57%
    ),
    linear-gradient(0deg, #018947, #018947);
  background-clip: text;
  text-fill-color: transparent;
  background-color: #018947;
  direction: ltr;
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 31.0977px;
  line-height: 113.7%;
  /* or 46px */
  text-align: center;
  letter-spacing: -0.02em;
}
.to-learn {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 23.7391px;
  line-height: 48px;
  /* or 34px */

  text-align: center;
  letter-spacing: 0.02em;

  color: #000000;
}

.pop-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: visible;
  display: none;

  max-height: 235px;
  margin: auto;
}

.new-pop {
  box-sizing: border-box;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  height: 165px;
  padding-top: 28px;
  max-width: 400px;

  background: rgb(153, 152, 152);
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.5);
  border-radius: 33.6px;
}
.new-pop p {
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  /* line-height: 62px; */
  color: #ffffff;
  margin-bottom: 23px;
}

.scale {
  animation: scale 1.5s ease-in-out infinite;
}

@-webkit-keyframes scale {
  0%,
  100% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes scale {
  0%,
  100% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
}

.txt-end-p2 {
  width: 80%;
  margin: 20px auto;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-align: center;
  direction: ltr;
}

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

.service__price {
  text-align: center;
  font-family: "Roboto";
  font-weight: 500;
  margin-top: 5px;
  direction: ltr;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 3;
}

/* new style */

.menu {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 20px;
}

.menu label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  /* text-align: right;
    direction: rtl;
    font-family: 'Almarai'; */
}

/* style for page 80 */

.txt-box-p1 {
  width: 95%;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  align-items: flex-end;
  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-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  /* background: rgba(233, 252, 255, 0.699999988079071); */
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25));
  border-radius: 0 0 16px 16px;
}

/* form button {
  position: relative;
  outline: none;
  border: none;
  width: 100%;
  margin: auto;
  background: #E6E6E6;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  border-top: 2px solid #B1B1B1;
  color: #0076ff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 19px;
  font-weight: 500;
  border-radius: 0 0 16px 16px;
}

form button:nth-child(1) {
  border-radius: 0 0 16px 0;
  border-left: 2px solid #b1b1b1;
}

form button:nth-child(2) {
  border-radius: 0 0 0 16px;
} */

.btn-f {
  position: relative;
  outline: none;
  border: none;
  width: 80%;
    padding: 0 5px;
    margin: auto;
border-radius: 14px;
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;
display: flex;
justify-content: space-around;
align-items: center;
height: 100px;
}
.img-arrow{
  width: 19px;
}

.img-arrow img{
  width: 100%;
}


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

form input {
padding: 13px 5px;
    direction: ltr;
    outline: none;
    /* z-index: 2000; */
    position: relative;
    background: #FFFFFF;
    text-align: center;
    /* margin: auto; */
    width: 100%;
    /* border-radius: 6px; */
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.76em;
    /* padding-left: 27px; */
    border-radius: none;
border: 2px solid #70A2FF;
background: #FFF;
}

.error-message {
  text-align: center;
  direction: ltr;
}

#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;
  width: 140px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  color: #505050;
  margin-top: 23px;
}
.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: #505050;
}

.txt-p3 div:nth-child(1) {
  margin: 0 auto;
  color: #2c8dfc;
  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: #2c8dfc;
  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: #fff;
  text-align: justify;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 500;
  line-height: 130.187%;
  direction: ltr;
}

.btn-p3 {
  width: 80%;
  height: 60px;
  margin: 30px auto;
  border-radius: 5px;
  background: #2c8dfc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 700;
  line-height: 16.405px;
  margin-bottom: 50px;
}

.back-none {
  background: none !important;
}

.img-p3 {
    width: 30%;
    min-height: 118px;
    /* height: 128.747px; */
    margin: 60px auto;
}

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

/* new style */

.vivideo_btns {
  display: none;
}

/* .zain_btn {
  display: none;
} */

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

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

/* sytle for poland */

.logo-section {
  backdrop-filter: blur(20px);
  width: 95%;
  text-align: center;
  border-radius: 16px;
  padding: 10px;
  margin: 20px auto;
}

.rule-box {
  width: 90%;
  margin: 10px auto;
  padding: 16px 18px;
  color: #696969;
}

.rule-box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.rule-box h4 {
  font-weight: bold;
}

.rule-box h5 {
  font-weight: bold;
}

.rule-box div {
  margin-bottom: 15px;
  margin-top: 15px;
}

.rule-box ul {
  list-style: disc;
  list-style-position: inside;
}

.rule-box ul li a {
  text-decoration: underline;
}

/* second page */

#verify .top-lang {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.top-logo {
    width: 90%;
    margin: auto;
}

.orange_promo,
.plus_promo,
.play_promo,
.tmobile_promo {
  text-align: center;
  margin-top: 20px;
  display: none;
}

.subbox {
  backdrop-filter: blur(20px);
  padding: 10px;
  border-radius: 16px;
  width: 100%;
  margin: 20px auto;
}

.subbox .header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  color: #252525;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}

.subbox .header img {
  align-self: self-start;
  width: 20px;
  height: 20px;
}

.subbox hr {
  background-color: #ffffff45;
  border: 0;
  height: 1px;
}

.subbox .header h2 {
  font-size: 12px;
  margin: auto;
}

.subbox .header div div {
  text-align: justify;
  font-size: 13px;
  margin-top: 10px;
  padding: 0 10px;
}

.subbox .rule1,
.subbox .rule2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 13px;
  color: #252525;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}

.subbox .rule1 div:nth-child(2),
.subbox .rule2 div:nth-child(2) {
  font-weight: bold;
  margin-left: 10px;
}

.subbox .infos {
  font-size: 11px;
  margin-top: 10px;
  color: #252525;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}

.subbox.plus-box .rule1,
.subbox.plus-box .rule2 {
  font-size: 10px;
}

.subbox.plus-box a {
  color: #252525;
  text-decoration: underline;
}

.subbox.play-box a {
    color: #4A19DF;
    text-decoration: underline;
}

.subbox.tmobile-box a {
    color: #252525;
    text-decoration: underline;
}

.subbox.tmobile-box .header div div {
    margin-top: 0;
}

.subbox.play-box .header div div {
    margin-top: 0;
}

.plus-box, .orange-box, .play-box, .tmobile-box {
    display: none;
}

/* third page */


.success-box {
  width: 90%;
  margin: auto;

  margin-top: 30px;
  /* border-radius: 16px;
  background-color: #d9d9d940; */
   color: #000;
  padding: 10px;

  
}



.success-box h1 {
  text-align: center;
  font-weight: bold;
}

.success-box h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}

.success-box .white-frame {
  width: 95%;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  /* background: #fff; */
  /* padding: 10px; */
  font-size: 14px;
}


.success-box .final-message {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-radius: 14px;
background: #1ABD00;
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto';
  margin-top: 10px;

}

.final-banner {
      margin: 30px auto;
    width: 100%;
    text-align: center;
}

.final-banner img {
  width: 90%;
}


.regulation-accordin{
  width: 100%;
  margin: 0 auto;
  display: block;
   border-radius: 16px;
  background: #e6e6e685;
  }
.accordion {
     /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 12px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: transparent;
    display: flex;
    justify-content: space-between;
}

.accordion img{
  width: 24px;
  height: 24px;
}

.accordion p{
  color: #151515;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 131.687%; /* 21.07px */
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: transparent;
  overflow: hidden;
}

.panel p{
  color: #252525;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 12px;
  background: #D3D3D3;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
}


.line{
  width: 95%;
  margin: 0 auto;
  border: 1px solid #D3D3D3;
  margin-block-end: 10px;
}




/* drop */

.operator-dropdown {
      position: relative;
    font-family: 'Roboto';
    margin: 10px auto;
    width: 80%;
}

.selected-operator {
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding: 18px 12px;
  border-radius: 16px;
background: #FFF;
  cursor: pointer;
}

.operator-placeholder {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #555;
}

.arrow-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.operator-dropdown.open .arrow-icon {
  transform: rotate(180deg);
}

.operator-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 100;
}

.operator-dropdown.open .operator-options {
  max-height: 300px;
}

.operator-options li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  cursor: pointer;
}

.operator-options li:hover {
  background: #f0f0f0;
}

.operator-options li img {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.operator-options li span{
  color: #505050;
font-family: 'Roboto';
font-size: 16px;
font-weight: 400;
direction: ltr;
}

/* pre box */


.pre-box{
  width: 90%;
  margin: 10px auto;
  display: none;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
/* background: #E6E6E6; */
padding: 12px;
}

.pre-box > div:nth-child(1){
  color: #696969;
text-align: center;
font-family: 'Roboto';
font-size: 16px;
font-weight: 500;
line-height: 131.687%; 
direction: ltr;
margin: 10px auto;
}

.pre-box > div:nth-child(4){
  color: #505050;
font-family: 'Roboto';
font-size: 10px;
font-weight: 400;
line-height: 16px;
direction: ltr;
margin: 10px auto;
    width: 66%;
}

.tc{
  color: #000;
font-family: 'Roboto';
font-size: 15px;
font-weight: 400;
line-height: 16px;
direction: ltr;
margin: 10px auto;
display: block;
text-align: left;
/* width: 70%; */
}

.pre-box-or{
  width: 90%;
  margin: 10px auto;
  display: none;
  flex-direction: column;
  align-items: center;
 border-radius: 20px;
background: #FFF;
padding: 12px;
direction: ltr;
}

.pre-box-or > div:nth-child(1){
  color: #000;
text-align: center;
font-family: 'Roboto';
font-size: 16px;
font-weight: 500;
line-height: 131.687%;
margin: 10px auto;
}

.pre-box-or > div:nth-child(2){
  color: #505050;
text-align: center;
font-family: 'Roboto';
font-size: 12px;
font-weight: 400;
line-height: 131.687%;
margin: 15px auto;
margin-top: -15px;
}

.request-btn{
  margin: 15px auto;
  border-radius: 16px;
background: #1ABD00;
width: 90%;
display: flex;
justify-content: center;
align-items: center;
border: none;
outline: none;
height: 100px;
}

.request-btn span{
  color: #FFF;
font-family: 'Roboto';
font-size: 16px;
font-weight: 400;
direction: ltr;
}


#confirm-btn{
  margin: 15px auto;
  border-radius: 16px;
background: #8E8E8E;
width: 90%;
display: flex;
justify-content: center;
align-items: center;
border: none;
outline: none;
height: 100px;
}

#confirm-btn span{
  color: #FFF;
font-family: 'Roboto';
font-size: 16px;
font-weight: 400;
direction: ltr;
}
/* check-box */

.check-box-otp{
     margin: 31px auto;
    padding-bottom: 17px;
    display: none;
}

.checkbox-wrapper{
position: relative;
    width: 95%;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.checkbox-wrapper .text{
    width: 82%;
  color: #505050;
font-family: 'Roboto';
font-size: 10px;
font-weight: 400;
line-height: 16px;
    text-align: left;
    margin-left: 10px;
}
.text span{
color: #505050;
font-family: 'Roboto';
font-size: 12px;
font-weight: 700;
line-height: 16px; 
display: block;
}

.text a{
  color: blue;
}

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



/* 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; */
     left: 27%;
    top: 48%;
    width: 9px;
    height: 17px;
    border: solid #FF0000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg) translate(-50% , -50%);
}

.btn-or{
  margin: 15px auto;
border-radius: 14px;
background: #1ABD00;
width: 90%;
display: flex;
justify-content: center;
align-items: center;
border: none;
outline: none;
height: 100px;
}

.btn-or span{
  color: #FFF;
font-family: 'Roboto';
font-size: 16px;
font-weight: 400;
direction: ltr;
}

#action2{
  display: inline;
}


/* HTML: <div class="loader"><"+"/div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display:grid;
  -webkit-mask: conic-gradient(from 15deg,#0000,#000);
  animation: l26 1s infinite steps(12);

  position: absolute;
    inset: 0;
    margin: auto;
    z-index: 9999999;
}
.loader,
.loader:before,
.loader:after{
  background:
    radial-gradient(closest-side at 50% 12.5%,
     #f5f4f4 96%,#0000) 50% 0/20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%,
     #faf9f9 96%,#0000) 0 50%/80% 20% repeat-x;
}
.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}
.loader:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {transform:rotate(1turn)}
}

.loading-section {
  position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 99999;
    backdrop-filter: blur(2px);
    display: none;
}

.img-icon{
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(41.150001525878906px);
  border-radius: 16px;
  padding: 16px;
}




.footer{
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #000;
  padding: 20px 10px;
  margin-top: 30px;

}

.main-txt{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  direction: ltr;
  color: #fff;
}

.titr{
   width: 100%;
  text-align: left;
  direction: ltr;
  color: #fff;
  font-weight: 700;
  margin:20px auto;
}


.footer a{
  color: rgb(209,206,206,1);
  display: block;
  margin-bottom: 20px;
}



