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

* {
	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: #000000;
	height: auto;
	min-height: 100vh;
}


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

/* Index Page */



.top-lang {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-items: center;
	margin: 0 auto;
	padding: 15px 0;


}

.logo_icon {
	display: flex;
	flex-direction: row-reverse;
	margin: auto;
}

.logo_icon * {
	align-self: center;
	margin-right: 3px;
}

#lang {
	position: absolute;
	top: 10px;
	right: 10px;
	text-decoration: none;
	background-color: transparent;
	z-index: 99;
	padding: 4px 19px;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 0;
	color: #D9D9D9;
	font-family: 'Cairo';
	font-size: 11px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}


.txt-top {
	width: 90%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 700;
	margin: 20px auto;
	margin-top: 40px;
	direction: ltr;
}

.wrapper-head {
	width: 85%;
	margin: 40px auto;
	padding: 30px 0;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 4px 8px 7px rgba(0, 0, 0, 0.08);
	margin-bottom: 70px;
}

.wrapper-box {
	width: 95%;
	margin: 10px auto;
	border-radius: 18px;
	background: #1D1D1D;
	padding: 15px 0;
	padding-bottom: 15px;
}

.wrapper-inner {
	background: #000;
	width: 93%;
	margin: auto;
	padding: 10px 0;
}

.nav-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	padding: 5px 10px;
}

.nav-top div:nth-child(1) {
	width: 85px;
	height: 18px;
}

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

.nav-top div:nth-child(2) {
	width: 37px;
	height: 12px;
}

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

.control-img {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

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

.txt-bottom {
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 700;
	direction: ltr;
}

.btn2 {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px auto;
	border-radius: 31px;
	background: #FE0E17;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 700;
	direction: ltr;
}

.header {
	text-align: center;
	width: 94%;
	margin: 20px auto;
	position: relative;
	margin-bottom: 10px;
}

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

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

.header .arrow-img {
	width: 66px;
	height: 88px;
	position: absolute;
	top: 37px;
	right: 50%;
	transform: translate(50%, 0);
}

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


.transform {
	animation: transform 0.5s linear infinite;
}

@-webkit-keyframes transform {
	0% {
		transform: translate(50%, 0);

	}

	50% {
		transform: translate(50%, 20%);
	}

	100% {
		transform: translate(50%, 0);
	}

}

.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;
	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-wrapper {
	text-align: center;
}


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

.action {
	display: inline-block;
	font-size: clamp(15px, 2vw, 16px);
	color: #fff;
	text-align: center;
	font-family: 'Roboto';
	font-weight: 700;
	line-height: 161.133%;
	direction: ltr;
}

.action2 {
	display: inline-block;
	font-size: clamp(13px, 2vw, 14px);
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 27px;
	text-align: center;
	color: #fff;
	margin: 10px auto;
	direction: ltr;
}

.action-new {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #000000;
	width: 100%;
	margin: 10px auto;
}

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

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


form input {
	padding: 13px 5px;
	direction: ltr;
	outline: none;
	position: relative;
	background: #FFFFFF;
	text-align: center;
	width: 95%;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.76em;
	padding-left: 0;
	border-radius: 9px;
	background: #FFF;
	color: #AFAFAF;
}

form input::placeholder {
	color: #AFAFAF;
	font-weight: 700;
	letter-spacing: 0.36em;
}

.img-mob {
	position: absolute;
	top: 10px;
	left: -30px;
}

.img-mob-lock {
	position: absolute;
	top: 2px;
	left: 10px;
	background: #E6E6E6;
	padding: 0 10px;
	height: 50px;
	border-radius: 9px;
}

.img-mob-lock img {
	display: block;
	margin-top: 10px;
}

form button {
	display: block;
	z-index: 2;
	width: 75%;
	padding: 17px 5px;
	margin: auto;
	text-align: center;
	margin-top: 15px;
	color: #FFF;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	background: #808080;
	margin-bottom: 10px;
}


.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: 20px auto;
	margin-top: 57px;
	min-height: 55px;
	padding-top: 10px;
	direction: ltr;
	color: #ADACAC;
	text-align: justify;
	font-family: 'Roboto';
	font-size: 11px;
	font-weight: 400;
	line-height: 157.187%;
}

.regulation span {
	color: #ADACAC;
	font-weight: 700;
	font-size: 13px;
}

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


.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: 'Roboto';

}

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

.content-success .description {
	font-family: 'Roboto';
	text-align: justify;
	direction: ltr;
	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%;
	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: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: -18px;
}

.txt-box-p1>div:nth-child(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	flex-direction: row-reverse;
}

.txt-box-p1>div:nth-child(1)>div:nth-child(1) {
	width: 30px;
	height: 30px;
}

.txt-box-p1>div:nth-child(1)>div:nth-child(1) img {
	width: 100%;
	display: block;
}

.txt-box-p1>div:nth-child(1)>div:nth-child(2) {
	color: #7F7F7F;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 600;
	margin-left: 3px;
	direction: ltr;
}

.txt-box-p1>div:nth-child(2) {
	color: #000;
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 600;
	direction: ltr;
}

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

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

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

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

.txt-p3 div:nth-child(1) {
	margin: 0 auto;
	color: #0079FF;
	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: #0079FF;
	text-align: center;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 700;
	line-height: normal;
	direction: ltr;
}

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

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

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

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

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

.txt-box3-p3 {
	width: 90%;
	margin: 0 auto;
	font-family: 'Almarai';
	font-weight: 400;
	font-size: 11px;
	line-height: 31px;
	text-align: center;
	color: #000000;
}


/* new style */

.vivideo_btns {
	display: none;
}

.zain_btn {
	display: none;
}


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

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


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







.loading{
    width: 100%;
    margin: 0 auto;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
	background: #fff;
}

.loading div{
	width: 90%;
	margin: 0 auto;
	display: block;
}

.loading  div p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	direction: ltr;
}

.loading div img{
    width: 72px;
    height: auto;
	margin: 0 auto;
	display: block;
}




.link-container{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	direction: ltr;
}

.link-container a{
	color: blue;
}

.top-txt{
	color: #FFF;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "SF Pro Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 510;
	line-height: 22px; /* 146.667% */
	width: 90%;
	margin: 0 auto;
	display: block;
}




.service-price{
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: left;
	font-size: 11px;
	margin-top: 15px;
}