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

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

body {
    max-width: 450px;
    margin: 0 auto;
    overflow-x: hidden;
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif;
   background-image: url('../images/clipo-eg-page340-back.png');
   height: auto;
   min-height: 100vh;
   background-size: cover;
   background-position: 100% 100%;
}
.back-none{
    background: none !important;
}
.pd-right{
    padding-right: 32px;
}

.txt-top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px auto;
}

.txt-top div{
    font-family: 'Roboto';
font-weight: 700;
font-size: 15px;
line-height: 148.69%;
text-align: center;
color: #FFFFFF;
}

@media(min-width : 1024px){
   .txt-top div{
font-size: 19px;

} 
}

.txt-under{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.txt-under div{
    font-family: 'Roboto';
font-weight: 700;
font-size: 20px;
line-height: 148.69%;
text-align: center;
color: #399AF9;
}


.top-lang {
  position: relative;
}

#lang {
position: absolute;
    top: 8px;
    right: 8px;
    text-decoration: none;
    color: #FFFFFF;
    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 #FFFFFF;
}

.top-lang div {
    text-align: center;
    font-size: clamp(11px, 1vw, 12px);
    padding-top: 8px;
    width: 100%;
    font-family: 'Roboto';
font-weight: 400;
line-height: 14px;
color: #FFFFFF;
}

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

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

.wrapper-txt{
  color: #000;
font-family: 'Roboto';
font-size: 30px;
font-weight: 800;
line-height: 131.687%;
margin: 15px auto;
text-align: center;
}

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

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

.txt-box-p1{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  margin-bottom: 30px;
}
.txt-box-p1 div:nth-child(1){
color: #404040;
text-align: center;
font-family: 'Roboto';
font-size: 22px;
font-weight: 900;
direction: ltr;
margin-bottom: 5px;
}
.txt-box-p1 div:nth-child(2){
    color: #404040;
    text-align: center;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 900;
    direction: ltr;
    letter-spacing: 1px;
}

.talk{
    font-family: Roboto;
font-style: normal;
font-weight: 900;
font-size: 33.0977px;
line-height: 113.7%;
/* or 46px */
text-align: center;
letter-spacing: -0.02em;
background-image: 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);
    margin: auto;
    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;

}
.img-txt {
    width: 85%;
    max-width: 450px;
    margin: auto;
    margin-top: 19px;
}
.header .main-img2 {
width: 75%;
    margin-bottom: 0;
    margin: auto;
    margin-top: -42px;
    min-height: 230px;
}

.txt-img {
    width: 256px;
    margin: 0 auto;
    display: block;
    margin-top: -41px;
}

.main-content__fitme {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.main-content__fitme .left {
    width: 70%;
    display: flex;
    flex-direction: column;
}


.main-content__fitme .right {
    width: 28%;
    display: flex;
    flex-direction: column;
}


.main-content__fitme .left>img:nth-of-type(1){
    height: 127px;
    width: 100%;
    display: block;
    align-self: center;
    margin-bottom: 10px;
}

.main-content__fitme .left .green {
    padding: 10px;
    height: 127px;
    width: 100%;
    background: #77DA00;
    color: #FFFFFF;
    font-size: 35.9665px;
    margin-bottom: 10px;
    text-align: left;
}


.main-content__fitme .left .green div:nth-of-type(1) {
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.035em;
    margin-top: 15px;
}


.main-content__fitme .left .green div:nth-of-type(2) {
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.035em;
}


.main-content__fitme .left .mixture {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
}

.main-content__fitme .left .mixture>img {
    width: 49%;
    display: block;
    height: 127px;
    align-self: center;

}

.main-content__fitme .left .mixture .purple {
    width: 49%;
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 127px;
    padding: 10px;
    font-size: 19px;
    background-color: #842DAF;
}

.main-content__fitme .left .mixture .purple .top__content {
    flex: 1;
}

.main-content__fitme .left .mixture .purple div:nth-of-type(2) {
    font-weight: 400;
}

.main-content__fitme .left .mixture .purple div:nth-of-type(3) {
    font-weight: 700;
}

.main-content__fitme .left>img:nth-of-type(2) {
    width: 100%;
    height: 127px;
    align-self: center;
    margin-bottom: 10px;
}


.main-content__fitme .right .light-blue {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10px;
    font-size: clamp(15px, 1vw, 16px);
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    width: 100%;
    height: 127px;
    background-color: #1BA1E2;
    margin-bottom: 10px;
}

.main-content__fitme .right .light-blue .top__content {
    flex: 1;
}


.main-content__fitme .right .light-blue div:nth-of-type(2) {
    font-weight: 300;
}

.main-content__fitme .right .light-blue div:nth-of-type(3) {
    font-weight: 500;
}

.main-content__fitme .right>img {
    width: 100%;
    height: 127px;
    align-self: center;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}

.main-content__fitme .right .yellow {
    width: 100%;
    background: #FFC702;
    height: 266px;
    padding: 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    font-size: clamp(18px, 1vw, 19px);
    line-height: 23px;
    letter-spacing: 0.01em;
}

.main-content__fitme .right .yellow .top__content {
    flex: 1;
}

.main-content__fitme .right .yellow div:nth-of-type(2) {
    font-weight: 700;
}

.main-content__fitme .right .yellow div:nth-of-type(3) {
    font-weight: 300;
}

.main-content__fitme .right .yellow div:nth-of-type(4) {
    font-weight: 700;
}


.input__holder


/* page 1 */



.promotion {
    text-align: center;
    margin-top: 30px;
    
}

.promotion div {
    font-weight: 700;
}








form {
    display: block;
    margin: auto;
}

.input-wrapper {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.input-wrapper .input__holder {
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 127px;
    background-color: #fff;
    padding: 10px;
}




.action {
    /* font-size: clamp(17px, 1vw, 18px); */
   margin: 0 auto;
    display: inline-block;
font-family: 'Open Sans';
font-weight: 600;
font-size: 17px;
line-height: 37px;
text-align: center;
letter-spacing: 0.08em;
color: #404040;
}
.action2{
display: inline-block;
font-family: 'Roboto';
font-weight: 700;
font-size: 14px;
line-height: 27px;
letter-spacing: 0.015em;
color: #404040;
margin: 10px auto;
}
.action3{
    display: inline-block;
    font-family: 'Almarai';
font-weight: 700;
font-size: 15px;
line-height: 22px;
text-align: center;
color: #535353;
letter-spacing: 0;
}
.action4{
      display: inline-block;
    font-family: 'Almarai';
font-weight: 700;
font-size: 15px;
line-height: 21px;
color: #535353;
letter-spacing: 0;
}
.action-new{
    font-family: 'Roboto';
font-weight: 400;
font-size: 14px;
line-height: 21px;
text-align: center;
letter-spacing: 0.355em;
color: #404040;
margin: 10px auto;
}
.action-new-p4{
    margin: 10px auto;
    font-family: 'Roboto';
font-weight: 400;
font-size: 14px;
line-height: 19px;
letter-spacing: 0.015em;
color: #535353;
text-align: center;
}
.action-holder{
    text-align: center;

}
.action-holder-p1{
    text-align: center;
    /* margin-top: -290px; */
}


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;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    /* border-top: 2px solid #B1B1B1; */
    border-radius: 16px;
}

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: 50%;
    height: 100%;
    /* padding-top: 10px; */
    border-top: 2px solid #B1B1B1;

}

form button span:nth-child(1){
  border-right: 2px solid #B1B1B1;
}

form input {
    display: block;
    text-align: center;
    letter-spacing: 6px;
    font-size: 20px;
    font-weight: 400;
    direction: ltr;
    outline: none;
    padding: 8px 20px;
    width: 80%;
    color: #8D8D8D;
    margin: 6px auto;
    height: 54px;


border-radius: 10px;
background: #FFF;
border: none;
margin-bottom: 30px;
}

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

.form-p3 input{
    background: #FFFFFF;
border: 2px solid #5AB704;
box-sizing: border-box;
box-shadow: 0px 0px 9.17px #5AB704;
border-radius: 10px;
}
.form-p3 button{
       background: #5AB704;
    border-radius: 8px;
    color: white;
    width: 80%;
    margin-top: 0;
}


.form-p3 input{
  margin-bottom: 10px;
}


.price-container {
    direction: ltr;
    text-align: justify;
    padding: 0 10px;
    margin: auto;
    color: #79838D;
    margin-top: 70px;
}

.price-container div:nth-of-type(1) {
    font-weight: 500;
    margin-bottom: 10px;
}

/*  page 2 */


#resendOpt{
    color: #ffff;
}

#otp-form .action {
    font-size: clamp(14px, 1vw, 15px);
}


/* button#confirm-btn:disabled {
    background-color: #aaa;
} */

.numberActions {
    margin: 0;
    text-align: center;
}

.countdown-wrapper {
   text-align: center;
   width: 100%;
   display: flex;
   flex-direction: row-reverse;
   justify-content: center;
   align-items: center;
   
}
.countdown-wrapper a{
    color: #ffff;
    font-weight: 700;
    font-family: 'Roboto';
}
.final-countdown {
    margin: 0 !important;
    font-size: 13px;
    color: #ffff;
    margin-left: 10px !important;
    font-weight: 700;
    font-family: 'Roboto';
}
.new-color-p2 a{
    color: #ffff;
}
.new-color-p2 .final-countdown{
    color: #ffff;
}


/* page 3 */

#thirdpage .action  {
    line-height: 1;
    text-align: justify;
    direction: ltr;
    margin-top: 20px;
}

.clipo-main__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.clipo-main__content .left{
    width: 43%;
    display: flex;
    flex-direction: column;
}

.clipo-main__content .right {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.clipo-main__content img {
    align-self: center;
}

.clipo-main__content .left .phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    height: 198px;
    width: 100%;
    background: #D73D23
}

.clipo-main__content .left .phone img {
    display: block;
    width: 120px;
    object-fit: cover;
    align-self: center;
    margin-top: 30px;
}

.clipo-main__content .left .phone div {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}


.clipo-main__content .left .free-egp {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    background: #00C100;
    margin-top: 10px;
    height: 304px;
    width: 100%;
}

.clipo-main__content .left .free-egp>div:nth-of-type(1) {
    flex: 1;
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1;
}


.clipo-main__content .left .free-egp>div:nth-of-type(2) {
    font-weight: 700;
    font-size: clamp(22px, 1vw, 23px);
    line-height: 146.19%;
    text-align: center;
    color: #FFFFFF;
}


.clipo-main__content .right .icons {
    display: flex;
    flex-direction: column;

}

.clipo-main__content .right .icons .top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.clipo-main__content .right .icons .top>div {
    width: 48%;
    height: 94px;
    background: #D73D23;
    text-align: center;
    display: flex;
}

.clipo-main__content .right .icons .top>div img {
    display: block;
    margin: auto;
    align-self: center;
}

.clipo-main__content .right .icons .bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10px;
}

.clipo-main__content .right .icons .bottom>div {
    width: 48%;
    height: 94px;
    background: #D73D23;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.clipo-main__content .right .icons .bottom>div img {
    display: block;
    margin: auto;
    align-self: center;
}

.clipo-main__content .right .icons .bottom>div:nth-of-type(2) div {
    text-align: left !important;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: 700;
}

.clipo-main__content .right .calendar {
    display: flex;
    flex-direction: column;
    padding: 2px 10px;
    background: #D73D23;
    height: 89px;
    margin-top: 10px;
}

.clipo-main__content .right .calendar>div:nth-of-type(1) {
    flex: 1;
}

.clipo-main__content .right .calendar>div:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.clipo-main__content .right .calendar>div:nth-of-type(2) div {
    letter-spacing: -0.01em;
    font-weight: 700;
    align-self: baseline;
}

.clipo-main__content .right .calendar>div:nth-of-type(2) div span {
    font-size: 40px;
    letter-spacing: -0.11em;
}

.clipo-main__content .right .social-network {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10px;
}

.clipo-main__content .right .social-network div {
    display: flex;
    width: 48%;
    height: 94px;
    background: #D73D23;
    text-align: center;
    flex-direction: column;
}

.clipo-main__content .right .social-network div img {
    display: block;
    align-self: center;
    margin: auto;
}

.clipo-main__content .right>.bottom {
    display: flex;
    flex-direction: column;
    padding: 7px;
    height: 99px;
    background: #00C100;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}


.clipo-main__content .right>.bottom>div:nth-of-type(1) {
    flex: 1;
}

.clipo-main__content .right>.bottom>div:nth-of-type(2) {
    font-weight: 700;
    font-size: 19px;
    text-align: left;
    line-height: 1.3;
}

.clipo-main__content .right>.bottom>div:nth-of-type(3) {
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    line-height: 1;
}

.third-form {
    margin-top: 10px;
}

#thirdpage {
    padding-bottom: 20px;
}

#thirdpage .price-container {
    margin-top: 30px;
}



.final-status {
    display: flex;
    flex-direction: column;
    direction: ltr;
    margin-top: -20px;
    padding-bottom: 20px;
}
.final-status2{
    direction: ltr;
    margin-top: 30px;
}

.final-status .success {
    color: #9E9E9E;
    height: 330px;
    width: 100%;
    padding: 20px 10px;
    text-align: left;
    margin-top: 50px;
}

.final-status .success div:nth-of-type(1) {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 22.2115px;
    line-height: 1;
color: #5AB704;
text-align: center;
}

.final-status .success div:nth-of-type(2) {
    font-size: clamp(17px, 1vw, 18px);
    color: #1F2A58;
    text-align: center;

}

.final-status .success div:nth-of-type(3) {
    margin-top: 10px;
    font-weight: 500;
    color: #1F2A58;
}

.final-status .success div:nth-of-type(4) {
    text-align: justify;
    color: #1F2A58;
}

.final-status a.videos {
     height: 53px;
    width: 83%;
background: #5AB704;
    padding: 10px;
    margin: auto;
    margin-top: 91px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14.1899px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border-radius: 4.05425px;
}


.final-status a.videos div {
    align-self: baseline;
}

.final-status .app-android {
 display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    margin: auto; 
    margin-top: 10px;
}

.final-status .app-android a {
background: transparent;
border: 2px solid #3B3B3B;
border-radius: 5.55617px;
box-sizing: border-box;
 color: #3B3B3B;
    width: 44%;
    padding: 10px;
    text-align: center;
   
}

.final-status .app-ios {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    margin: auto; 
    margin-top: 10px;
}

.final-status .app-ios a {
background: transparent;
border: 2px solid #3B3B3B;
border-radius: 5.55617px;
box-sizing: border-box;
 color: #3B3B3B;
    width: 44%;
    padding: 10px;
    text-align: center;
}
.lastpage .final-status .app-android a{
    border: 2px solid #3B3B3B;
    background-color: transparent;
    color: #3B3B3B;
}
.lastpage .final-status .app-ios a{
    border: 2px solid #3B3B3B;
    background-color: transparent;
    color: #3B3B3B;
}

.final-status a.website {
    margin: 0 auto;
    height: 53px;
    width: 85%;
    background: #5AB704;
border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14.1899px;
line-height: 28px;
text-align: center;
letter-spacing: -0.01em;
color: #FFFFFF;
}


.final-status a.website div {
    align-self: baseline;
}

/* page 4 */

.second-verify {
    margin-top: 10px;
}

/* last page */


/* .lastpage .final-status .success {
    background: #1BA1E2;
} */

/* .lastpage .final-status a {
    background: #1BA1E2;
} */

.lastpage .final-status a.website {
    width: 83%;
    margin: 10px auto;
   border: 2px solid #3B3B3B;
box-sizing: border-box;
border-radius: 4.15916px;
background-color: transparent;
color: #3B3B3B;

}


.Privacy{
  font-size: 12px;
  font-weight: bold;
}
.regulation div:nth-child(2){
  font-weight: bold;
}
.regulation span{
  font-weight: bold;
  color: red;
}

.regulation a{
      font-weight: bold;
  color: blue;
  text-decoration: underline;
}
.regulation div:nth-child(3){
  margin-left: 14px;
  width: 94%;
    margin: 0 auto;
    text-align: justify;
    font-size: 11px;
    color: #fff;
    font-weight: 300;
}
.regulation-list{
margin-left: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 85%;
}
.regulation-list ul{
      list-style: disc;
}
.regulation {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
  font-size: 11px;
 color: #fff;
  font-weight: 300;
  padding-bottom: 14px;

  margin-top: 25px;
}

/* .en {
  margin-top: 87px;
} */

.regulation .en div:nth-of-type(1) {
  font-weight: 600;

}

.en {
  font-family: 'Roboto', sans-serif;
  direction: ltr;
}

.reg-p3{
  color: #3B3B3B;
}

.main-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #000000;
    margin-top: 32px;
    margin-bottom: 30px;
}
.end-img {
    width: 88%;
    margin: 0 auto;
    display: block;
    border-radius: 0 0 20px 20px;

    /* width: 88%;
    display: block;
    position: fixed;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0; */
}
.header2{
           width: 30%;
    text-align: center;
    min-height: 94px;
    /* padding-top: 15px; */
    margin: 30px auto;
}
.header2 .img-main2{
    width: 100%;
    display: block;
}
.txt-img2 {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.greenbtn{
    background: #5AB704;
}
.newinput{
border: none!important;
    background-color: transparent;
    box-shadow: none!important;
}
.success-sub{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 23px;
text-align: center;

color: #fff;
}
.success{
padding-right: 30px!important;
    padding-left: 30px!important;
}
video{
    width: 100%;
    margin: 0 auto;
    display: block;
    clip-path: polygon(1% 1%, 99% 1%, 99% 99%, 1% 99%);
}

/* page3 new */

.txt-box-new{
    width: 85%;
    margin: 0 auto;
    background: #5AB704;
border-radius: 0px 0px 19.9541px 19.9541px;
padding: 5px 0;
font-family: 'Open Sans';
font-weight: 700;
font-size: 11px;
line-height: 18px;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
    margin-top: -30px;
    margin-bottom: 28px;
}
.txt-box-new-p3{
    margin-top: 5px;
    margin-bottom: 0;
}

.nav-box{
  width: 100%;
  display: flex;
 padding: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.nav-box div:first-child{
  width: 170.65px;
height: 25.78px;
}
.nav-box div:first-child img{
 width: 100%;
 display: flex;
}
.nav-box div:nth-child(2){
  width: 23.33px;
  height: 23.33px;
}
.nav-box div:nth-child(2) img{
  width: 100%;
  display: flex;
}

.txt-box{
  width: 100%;
    display: flex;
    /* align-items: center; */
    color: black;
    flex-direction: row-reverse;
    margin: 20px auto;
    justify-content: center;
    border-bottom: 1px solid #A9A9A9;
    padding: 0 10px;
    padding-bottom: 20px;
}
.txt-box > .box-img{
  margin-left: 24px;
}
.txt-box > .box-img > div:first-child{
    width: 22.2px;
    height: 22.2px;
    margin-bottom: 8px;
    margin-top: -4px;

}
.txt-box > .box-img > div:first-child img{
width: 100%;
}
.txt-box > .box-img > div:nth-child(2){
width: 22.2px;
height: 22.2px;
}
.txt-box > .box-img > div:nth-child(2) img{
width: 100%;
}
.txt-wrapper{
      display: flex;
    flex-direction: column;
    justify-content: center;
    direction: ltr;
}
.txt-wrapper > div:first-child{
font-family: 'Roboto';
font-weight: 700;
font-size: 14px;
line-height: 172.19%;
color: #202020;
}
.txt-wrapper div:nth-child(2){
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt-wrapper div:nth-child(2) div:first-child{
  margin-right: 15px;
  background: #EEEEEE;
border-radius: 4.91078px;
font-weight: 400;
font-size: 12.2769px;
line-height: 14px;
color: #000000;
padding: 3px 7px;
display: flex;
justify-content: center;
align-items: center;
margin-right: auto;
margin-top: 15px;
}
.txt-wrapper div:nth-child(2) div:nth-child(2){
  font-family: 'Roboto';
font-weight: 400;
font-size: 10px;
line-height: 16px;
color: #B3B3B3;
}
.txt-box-2{
    margin: 30px auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 15px;
        border-bottom: 1px solid #A9A9A9;
        padding-bottom: 20px;
}
.txt-box-2 > div:nth-child(2){
  width: 71.21px;
height: 22.1px;
}
.txt-box-2 > div:nth-child(2) img{
  width: 100%;
  display: flex;
}
.pakage{
     display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.pakage > div:first-child{
width: 40.51px;
    height: 40.51px;
    margin-right: 10px;
    align-self: flex-start;
}
.pakage > div:first-child img{
  width: 100%;
  display: flex;
}
.free-txt{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.free-txt div:first-child{
  font-family: 'Roboto';
font-weight: 500;
font-size: 17.1877px;
line-height: 20px;
color: #000000;
}
.free-txt div:nth-child(2){
  font-family: 'Roboto';
font-weight: 400;
font-size: 12.2769px;
line-height: 14px;
color: #6C6C6C;
padding-left: 10px;
}
.free-txt div:nth-child(3){
    margin-left: 8px;
    width: 13.28px;
height: 15.69px;
}
.free-txt div:nth-child(3) img{
    widows: 100%;
}
.parent{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.parent > div:nth-child(2){
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto';
font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #6C6C6C;
text-align: left;
direction: ltr;
}

.parent > div:nth-child(2) img{
    width: 13.5px;
  height: 15.96px;
  margin-left: 5px;
}


/* new style */


.txt-box-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.txt-box-wrapper div:first-child,
.txt-box-wrapper div:nth-child(2){
    font-family: 'Roboto';
font-weight: 400;
font-size: 19px;
line-height: 27px;
letter-spacing: 0.015em;
color: #E1B841;
}
.txt-box-wrapper div:nth-child(2){
    font-size: 17px;
}
.txt-box-wrapper div:first-child span{
        font-family: 'Roboto';
font-weight: 700;
font-size: 22px;
line-height: 27px;
letter-spacing: 0.015em;
color: #E1B841;
}

.buttons-box{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
}
.box-btn{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;

}
.box-btn:nth-child(2),
.box-btn:nth-child(3){
  margin: 10px auto;
}

.box-btn:nth-child(2){
  margin-bottom: 5px;
}
.box-btn:nth-child(3){
  margin-top: 5px;
}


.box-btn a{
  width: 45%;
background-color: #5F5F5F;
box-sizing: border-box;
border-radius: 4px;
/* width: 135px; */
height: 42px;
display: flex;
justify-content: center;
align-items: center;

font-family: 'Open Sans';
font-weight: 400;
font-size: 12px;
line-height: 17px;
text-align: center;
letter-spacing: -0.01em;
color: white;
}

.privacy-link{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}
.privacy-link a{
    font-family: 'Roboto';
      font-size: 12px;
      font-weight: 700;
 color: red;
}
/* p3 new */

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

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


.success-title {
  font-size: 25px;
  margin-top: 15px;
  color: #1F2A58;
  font-weight: 400;
}

.success-subtitle {
  font-size: 20px;
  color: #1F2A58;
  font-weight: 400;
}

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

.content-success .buttons>a {
 color: #ffff;
  background: #666;
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: block;
  width: 90%;
  margin: 0 auto;

}

.content-success .buttons .inner a {
width: 90%;
    height: 60px;
    text-align: center;
    margin: 5px auto;
    color: #ffff;
    background: #666;
    border-radius: 4.15916px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: relative;
}

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

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

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

.btn-p3{
  width: 70%;
background: rgb(0, 66, 30);
box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.43) inset;
border-radius: 8px;
margin: 25px auto;
font-family: 'Roboto';
font-weight: 700;
font-size: 25px;
line-height: 64px;
text-align: center;
letter-spacing: -0.01em;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
}

.txt-box-p3{
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.txt-box-p3 div{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin: 18px auto;
}
.txt-box-p3 div:first-child{
  font-weight: 900;
}

.wrapper-hand{
  position: relative;
}
.logo-p3{
    margin: 120px auto;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 156px;
    /* line-height: 20px; */
    text-align: center;
    color: #623779;
    transform: rotate(-270deg);

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


.wrapper-timer{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    width: 90%;
    margin: 20px auto;
    margin-left: 4px;
    margin-top: 39px;
}

.wrapper-timer > div:nth-child(2){
  margin-top: -26px;
}

.wrapper-final{
     /* margin: 20px auto; */
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: row-reverse;
    border-radius: 5px;
    background: #EB1305;
    padding: 9px;
    width: 125px;
    height: 35px;
    margin-right: 15px;

}

.final-countdown {
    font-size: 16px;
    color: #ffff;
      font-family: 'Roboto';
   font-weight: 500;
}

/* .final-countdown div:nth-child(1){
  width: 19.278px;
height: 22px;
margin-left: 5px;
}
.final-countdown div:nth-child(1) img{
  width: 100%;
} */

.min ,
.sec{
  border-radius: 5px;
background: linear-gradient(180deg, #F1F1F1 48.95%, #E2E2E2 48.96%);
color: #494949;
padding: 3px;
}

.min{
  margin-right: 5px;
}

.sec{
  margin-left: 5px;
}

.countdown-clock{
  margin-right: 10px;
}

.txt-top-p1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-size: 20px;
    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: 30px;
}
.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;
}


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

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

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


.btn-download-vivideo img {
        width: 35px;
    display: block;
    top: 50%;
    position: absolute;
    left: 10px;
    transform: translate(0, -50%);
}



