@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
/*UAE & LEBANON EN*/
html, body{
	font-family: 'thoughtregular';
}
body.screen-01{
	background-color: #01250b
}
body.screen-02{
	background-color: #002008
}
body.screen-03{
	background-color: #01230a
}
@font-face {
    font-family: 'thoughtregular';
    src: url('../fonts/thought-webfont.woff2') format('woff2'),
         url('../fonts/thought-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.swal2-title,
.swal2-confirm{
	font-family: 'helveticaregular';
}
.swal2-html-container{
	font-family: 'helveticaregular';
	font-size: 18px
}
main{
	display: block;
	width: 100%
}
#fw{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events: none
}
.country-switch{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.country-switch a {
    font-family: 'helveticaregular';
    color: #0C693C;
    font-size: 12px;
    display: flex;
    text-decoration: none;
    letter-spacing: 5%;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    padding: 3px 25px 3px 7px;
    align-items: center;
    position: relative;
    border: 1px solid #fdcc01
}
.country-switch img {
    width: 20px;
    display: inline-block;
    border-radius: 30px;
    margin: 0 10px 0 0;
    padding: 0;
}
.country-switch a::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
	background-image: url("../images/arrow-down.png");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center top
}
.country-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.country-wrap a {
    font-family: 'helveticaregular';
    color: #000;
    font-size: 13px;
    display: flex;
    text-decoration: none;
    letter-spacing: 5%;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    padding: 5px 10px;
    align-items: center
}
.country-wrap a img{
	width: 25px;
    display: inline-block;
    border-radius: 30px;
    margin: 0 10px 0 0;
    padding: 0;
}
.error {
    font-family: 'helveticaregular';
    color: #ffffff;
    font-size: 12px;
    background-color: #FF0004;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
}
.container{
	max-width: 800px;
	margin-right: auto;
    margin-left: auto;
}
.screen-01{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url("../images/screen-01-bg.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center top
}
.screen-02{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url("../images/screen-02-bg.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center top
}
.screen-03{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url("../images/screen-03-bg.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center top
}
.screen-layer {
	width: 100%;
	height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
	z-index: 2;
    transform: translateX(-50%);
	pointer-events: none;
	background-image: url("../images/screen-02a-bg.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center top
}
.content-layer{
	position: relative;
	z-index: 100
}
header{
	width: 100%;
	display: block;
	position: relative
}
.logo{
	margin: 0 auto;
	width: 264px;
	height: auto;
}
.logo a{
    	display: block;
}
.languageSwitch{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.languageSwitch a {
    font-family: 'helveticaregular';
    font-size: 12px;
    line-height: 24px;
    color: #0C693C;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 12px;
	margin: 0 0 0 5px;
    text-decoration: none;
    border: 1px solid #fdcc01;
    display: inline-block;
    transition: all 0.5s ease;
}
.languageSwitch a.arabic-text {
    font-family: "Cairo", sans-serif;
    direction: rtl;
    font-size: 14px
}
.languageSwitch a:hover{
	background-color: #fdcc01
}
.languageSwitch a.active{
	background-color: #fdcc01
}
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 270px;
    overflow: hidden;
    background-color: transparent;
    display: inline-block;
	padding: 5px;
	border: 1px solid #fdcc01
}

.video-wrapper video{
    width:100%;
    display:block;
}

/* Loader */
.video-loader{
    position:absolute;
    inset:0;
    background:#000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:3;
    font-size:18px;
}

/* Play Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: auto;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9))
}

.play-btn:hover{
    transform:translate(-50%, -50%) scale(1.08);
}


.steps-wrap{
	width: 100%;
	padding: 20px 0;
	margin: 0 0 35px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #FDCC01
}
.steps-wrap img {
    width: 256px;
}
.steps-wrap .step{
	font-size: 35px;
	color: #fff
}
.steps-wrap .step span{
	font-size: 80px;
	color: #FDCC01
}
.form-label{
	color: #FDCC01;
	font-size: 25px;
	letter-spacing: 5%
}
.form-control {
    border: 1px solid #FDCC01;
    background-color: #93bba8;
    font-family: 'helveticaregular';
    font-size: 25px;
    color: #ffffff;
    padding: 0.15rem 1rem;
    border-radius: .55rem
}
.form-control.unicode {
    font-family: 'helveticaregular';
    font-weight: normal;
	text-transform: uppercase
}
.form-control::placeholder{
 color: #ffffff
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff
}
.form-control:focus {
    color: #ffffff;
    background-color: rgba(255,255,255,0.5);
    border-color: #FDCC01;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0,0,0,.25);
}
.form-control:disabled, .form-control[readonly] {
    background-color: rgba(255,255,255,0.5);
}
.submit-btn-xl {
	width: 100%;
    color: #0C693C;
    font-size: 45px;
    background-color: #FDCC01;
    border: 1px solid #ffffff;
    line-height: 45px;
    padding: 7px 0 0 0;
    margin: 20px 0 0 0;
	border-radius: 10px
}
.submit-btn-sm {
	width: 50%;
    color: #0C693C;
    font-size: 45px;
    background-color: #FDCC01;
    border: 1px solid #ffffff;
    line-height: 45px;
    padding: 7px 0 0 0;
    margin: 0 2.5% 0 0;
	display: inline-block;
	border-radius: 10px
}
.back-btn {
    width: 50%;
    color: #0C693C;
    font-size: 45px;
    background-color: #ffffff;
    border: 1px solid #FDCC01;
    line-height: 45px;
    padding: 7px 0 0 0;
    margin: 0 0 0 2.5%;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
	text-decoration: none
}
.submit-btn-xl:hover,
.submit-btn-sm:hover,
.back-btn:hover{
	color: #000
}

.form-note{
	display: block;
	margin: 0;
	padding: 10px 0
}
.form-note p{
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: normal;
	letter-spacing: 5%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #AACCBB
}
.form-check-label{
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: normal;
	letter-spacing: 5%;
	margin: 0;
	padding: 0;
	color: #AACCBB
}
.form-check-label a{
	color: #FDCC01
}
.form-check-input{
	background-color: #AACCBB !important;
	cursor: pointer
}
.form-check-input:checked {
    background-color: #AACCBB !important;
    border-color: #FFFFFF !important;
}

.modal-body {
    font-family: 'helveticaregular';
    font-size: 14px;
    line-height: 20px;
    color: #AACCBB;
	padding: 5%
}
.modal-content {
    background-color: #0a6539;
}
.modal-title{
	font-size: 45px;
	letter-spacing: 5%;
	color: #FDCC01
}
.modal-header {
    padding: 1rem 2rem 0.5rem 2rem;
    border-bottom: 1px solid #FDCC01;
}

#termsModal h2 {
    font-family: 'thoughtregular';
	font-size: 35px;
	color: #ffffff;
    margin: 0;
    padding: 15px 0 5px;
    letter-spacing: 5%
}
#termsModal p{
	font-family: 'helveticaregular';
	font-size: 15px
}

#termsModal ul li {
    font-weight: 300;
    font-family: 'helveticaregular';
	font-size: 15px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 0;
}
#termsModal ul li strong{
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
}
#termsModal ul ul li{
	margin: 0 0 10px;
	list-style: circle;
}
#termsModal ul.decimal-type{
	list-style: decimal
}
#termsModal ul.alpha-type{
	list-style: lower-alpha
}
.btn-close{
	background-image: url("../images/close-close.png") !important;
}
.socail-links{
	width: 100%;
	padding: 20px 0 30px 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.socail-links p{
	color: #AACCBB;
	font-size: 18px;
	letter-spacing: 5%;
	margin: 0 15px;
	padding: 0;
	display: inline-block
}
.socail-links a{
	margin: 0 15px;
	display: inline-block;
	transition: all 0.2s ease
}
.socail-links a:hover {
    opacity: 0.5
}
.copy-right {
    font-family: 'helveticaregular';
    font-size: 14px;
    line-height: normal;
    color: #AACCBB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 0;
    padding: 20px 0 60px 0;
}
.copy-right a {
    color: #AACCBB;
    text-decoration: none
}
.congrats-text {
    width: 400px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
}
.congrats-text h3{
	font-size: 55px;
	line-height: 55px;
	color: #FDCC01;
	letter-spacing: 2%;
	margin: 0;
	padding: 0
}
.congrats-text h4{
	font-family: 'helveticaregular';
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
	margin: 0;
	padding: 0
}
.congrats-wrap {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 0 25px 0;
}
.form-01{
	width: 100%;
	display: block;
}
.form-02 {
    width: 550px;
    display: block;
    margin: 0;
    padding: 0 0 50px 0;
}
.form-02 .form-control {
    font-size: 20px;
}
.form-group {
    display: block;
    width: 400px;
}
.country-code{
	width: 25%
}
.tel-field{
	width: 75%;
	margin: 0 0 0 10px
}
.tel-field-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bt-wrap{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ringtone-popup-wrap{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.5)
}
.ringtone-banner{
	width: 1000px;
	height: 550px;
	margin: 6% auto 0;
	padding: 0;
	display: block
}
.download-btn {
    position: absolute;
    left: 210px;
    bottom: 40px;
    color: #0C693C;
    font-size: 45px;
    background-color: #FDCC01;
    border: 1px solid #ffffff;
    line-height: 45px;
    padding: 7px 50px 0 50px;
    margin: 20px 0 0 0;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
	transition: all 0.5s ease;
	animation: beat .25s infinite alternate;
	transform-origin: center;
	letter-spacing: 2%
}
.download-btn:hover{
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #FDCC01;
	animation: none;
    transform: scale(1);
}
@keyframes beat{
	to { transform: scale(1.03); }
}
.download-01, .download-02 {
    width: 40px;
    position: absolute;
    left: 360px;
    bottom: 48px;
    transition: all 0.5s ease;
    animation: beat2 .25s infinite alternate;
}
.download-02{
	left: 425px
}
.download-01:hover,
.download-02:hover{
	animation: none
}
@keyframes beat2{
	to { transform: scale(0.95); }
}
.close-btn{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1001;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	transition: all 0.5s ease;
	opacity: 0.6
}
.close-btn:hover{
	opacity: 1
}
@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
		.download-01, .download-02 {
			width: 35px;
			left: 300px;
			bottom: 42px
		}
		.download-02 {
			left: 355px;
		}
		.ringtone-banner {
			width: 850px;
			height: 470px;
			margin: 6% auto 0;
			padding: 0;
			display: block;
		}
		.congrats-eng {
			width: 425px;
		}
		.not-a-winner{
			width: 356px;
		}
		.download-btn {
			left: 180px;
			bottom: 35px;
			color: #0C693C;
			font-size: 35px;
			line-height: 45px
		}
		.logo {
			width: 234px;
		}
}
@media only screen and (max-width: 1023px), only screen and (max-device-width: 1023px) {
		.ringtone-banner {
			width: 316px;
			height: 640px
		}
		.download-01, .download-02 {
			width: 35px;
			left: 170px;
			bottom: 50px
		}
		.download-02 {
			left: 225px
		}
		.socail-links a{
			width: 50px
		}
		.video-wrapper {
			margin: 40px auto;
			display: block
		}
		.congrats-eng-text{
			width: 400px
		}
}
@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
		.download-01, 
		.download-02 {
			width: 30px;
			left: 160px;
			bottom: 48px
		}
		.download-02 {
			left: 210px
		}
		.modal-body {
			padding: 8%
		}
		.form-label {
			font-size: 30px
		}
		.form-note {
			padding: 20px 0;
		}
		.ringtone-popup-wrap {
			background-color: rgba(0,0,0,0.8);
		}
		.ringtone-banner {
			width: 300px;
			height: 608px;
			margin: 0 auto;
			display: block;
			top: 50%;
			transform: translateY(-50%);
		}
		.close-btn {
			position: absolute;
			right: 10px;
			top: 10px;
			width: 35px;
			height: 35px;
			opacity: 1
		}
		.download-btn {
			left: 60px;
			bottom: 30px;
			font-size: 35px;
			line-height: 35px;
			padding: 7px 40px 0 40px
		}
		.logo {
			width: 145px;
		}
		.languageSwitch a {
			display: block;
			margin: 5px 0
		}
		.container {
			max-width: 85%
		}
		.steps-wrap {
			margin: 0 0 25px 0
		}
		.video-wrapper {
			width: 100%;
			max-width: 100%;
			margin: 50px 0 0 0
		}
		.socail-links a:last-child{
			margin: 0
		}
		.socail-links a {
			margin: 0 0 0 10px;
			width: 40px
		}
		.socail-links a img{
			width: 40px
		}
		.copy-right {
			font-size: 12px
		}
		.screen-01 {
			background-size: 980px;
		}	
		.steps-wrap img {
			width: 206px
		}
		.socail-links p {
			font-size: 16px;
			line-height: 16px
		}
		.congrats-text {
			width: 100%;
			padding: 370px 0 0
		}
		.congrats-text.custom-padding{
			padding: 330px 0 0
		}
		.screen-02 {
			background-image: url("../images/screen-02-bg-sm.jpg");
			background-size: contain;
		}
		.screen-03 {
			background-image: url("../images/screen-03-bg-sm.jpg");
			background-size: contain;
		}
		.screen-layer {
			background-image: url("../images/screen-02a-bg-sm.png");
			background-size: contain;
		}
		.congrats-text h3 {
			font-size: 45px;
			line-height: 45px;
		}
		.congrats-text h4 {
			font-size: 16px;
			line-height: 20px;
		}
		.form-02 {
			width: 100%
		}
		.form-group {
			width: 100%
		}
		.form-02 .form-control {
			font-size: 16px;
			padding: 0.35rem 1rem;
		}
		.bt-wrap {
			display: block;
		}
		.submit-btn-sm {
			width: 100%;
			margin: 0;
		}
		.back-btn {
			width: 100%;
			margin: 0;
		}
		.congrats-eng-text{
			width: 100%
		}
}
@media only screen and (max-width: 390px), only screen and (max-device-width: 390px) {
		.form-note p {
			font-size: 12px
		}
		.congrats-text {
			width: 100%;
			padding: 340px 0 0;
		}
		.congrats-text.custom-padding{
			padding: 310px 0 0
		}
		.socail-links a img{
			width: 25px
		}
	
}
@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
		.congrats-text {
			width: 100%;
			padding: 310px 0 0
		}
		.congrats-text.custom-padding{
			padding: 280px 0 0
		}
		.logo {
			width: 175px
		}
		.download-01, .download-02 {
			width: 30px;
			left: 130px;
			bottom: 35px
		}
		.download-02 {
			left: 180px
		}
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
		.ringtone-banner {
			width: 240px;
			height: 488px
		}
		.close-btn {
			right: 5px;
			top: 5px;
			width: 30px;
			height: 30px
		}
		.download-btn {
			left: 45px;
			bottom: 30px;
			font-size: 28px;
			line-height: 35px;
			padding: 7px 30px 0 30px
		}
		.logo {
			width: 145px
		}
		.languageSwitch a {
			padding: 0 5px
		}
		.ringtone-banner {
			width: 240px;
			height: 488px
		}
		.close-btn {
			right: 5px;
			top: 5px;
			width: 30px;
			height: 30px
		}
		.download-btn {
			left: 40px;
			bottom: 22px;
			font-size: 30px;
			line-height: normal;
			padding: 0px 30px 0 30px;
		}
		.logo {
			width: 145px
		}
		.languageSwitch a {
			padding: 0 5px
		}
}
@media screen and (max-height: 550px) and (orientation: landscape) {
		.socail-links a{width: 50px;}
		.copy-right {font-size: 12px;display: block;text-align: center;}
		.copy-right a {color: #ECCBA0;text-decoration: none;width: 100%;display: block;margin: 15px 0 0 0;}
		.congrats-eng {width: 355px;}
		footer {position: relative;z-index: 100;}
		.content-layer {width: 65%;margin-right: auto}
		.congrats-eng {width: 275px;margin-right: 80px;}
		.form-02 { width: 400px}
}
