@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
/*QATAR AR*/
html, body{
	font-family: "Cairo", sans-serif;
	font-weight: 300;
}
body.screen-01{
	background-color: #240000
}
body.screen-02{
	background-color: #240000
}
body.screen-03{
	background-color: #240000
}
@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;

}
@font-face {
	font-family: 'ge_sslight';
	src: url('../fonts/arabic/ge_ss_text_light.eot');
	src: url('../fonts/arabic/ge_ss_text_light.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/arabic/ge_ss_text_light.woff2') format('woff2'),  
		url('../fonts/arabic/ge_ss_text_light.woff') format('woff'),  
		url('../fonts/arabic/ge_ss_text_light.ttf') format('truetype'),  
		url('../fonts/arabic/ge_ss_text_light.svg#ge_sslight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ge_ssmedium';
	src: url('../fonts/arabic/ge_ss_text_medium.eot');
	src: url('../fonts/arabic/ge_ss_text_medium.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/arabic/ge_ss_text_medium.woff2') format('woff2'),  
		url('../fonts/arabic/ge_ss_text_medium.woff') format('woff'),  
		url('../fonts/arabic/ge_ss_text_medium.ttf') format('truetype'),  
		url('../fonts/arabic/ge_ss_text_medium.svg#ge_ssmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
.swal2-title,
.swal2-confirm{
	font-family: 'ge_ssmedium';
}
.swal2-html-container{
	font-family: 'ge_sslight';
	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: 'ge_sslight';
    color: #0C693C;
    font-size: 13px;
    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: 'ge_sslight';
    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 0 0 10px;
    padding: 0;
}
.error {
    font-family: 'ge_sslight';
    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;
	direction: ltr
}
.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-family: 'ge_ssmedium';
    direction: rtl;
    font-size: 20px;
    letter-spacing: 5%;
}
.form-control {
    border: 1px solid #FDCC01;
    background-color: rgba(255,255,255,0.5);
    font-family: 'helveticaregular';
	direction: rtl;
    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 {
    font-family: "Cairo", sans-serif;
    font-weight: 900;
    direction: rtl;
    width: 100%;
    color: #0C693C;
    font-size: 26px;
    background-color: #FDCC01;
    border: 1px solid #ffffff;
    line-height: 45px;
    padding: 5px 0;
    margin: 20px 0 0 0;
    border-radius: 10px;
}
.submit-btn-sm {
    width: 30%;
    font-family: "Cairo", sans-serif;
    font-weight: 900;
    color: #0C693C;
    font-size: 26px;
    background-color: #FDCC01;
    border: 1px solid #ffffff;
    line-height: 45px;
    padding: 5px 0;
    margin: 0 0 0 2.5%;
    display: inline-block;
    border-radius: 10px;
}
.back-btn {
    width: 70%;
    color: #0C693C;
    font-family: "Cairo", sans-serif;
    font-weight: 900;
    font-size: 26px;
    background-color: #ffffff;
    border: 1px solid #FDCC01;
    line-height: 45px;
    padding: 5px 0;
    margin: 0 2.5% 0 0;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
}
.submit-btn-xl:hover,
.submit-btn-sm:hover{
	color: #FDCC01;
	background-color: #0C693C
}
.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: 'ge_sslight';
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
	letter-spacing: 5%;
	margin: 0 0 5px 0;
	padding: 0;
	color: #ECCBA0
}
.form-check-label{
	font-family: 'ge_sslight';
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
	letter-spacing: 5%;
	margin: 0;
	padding: 0;
	color: #ECCBA0
}
.form-check-label a {
    color: #FDCC01;
    text-decoration: none;
}
.form-check-input{
	background-color: #ECCBA0 !important;
	cursor: pointer
}
.form-check-input:checked {
    background-color: #ECCBA0 !important;
    border-color: #FFFFFF !important;
}
.form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em;
}
.form-check {
    padding-left: 0;
    padding-right: 1.5em;
}
.modal-body {
    font-family: 'ge_ssmedium';
    font-size: 14px;
    line-height: 20px;
    color: #FFE185;
	padding: 5%
}
.modal-content {
    background-color: #630b23;
}
.modal-title{
	font-family: 'ge_ssmedium';
	font-size: 28px;
	color: #FDCC01
}
.modal-header {
    padding: 1rem 2rem 0.5rem 2rem;
    border-bottom: 1px solid #FDCC01;
}
.modal-header .btn-close {
    margin: -.5rem auto -.5rem -.5rem;
}
#termsModal h2 {
	font-size: 22px;
    margin: 0;
    padding: 15px 0 5px;
}
#termsModal ul li {
    font-family: 'ge_sslight';
    font-weight: 300;
    font-size: 18px;
    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
}
.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{
	font-family: 'ge_sslight';
    font-size: 18px;
	color: #ffffff;
	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';
	direction: ltr;
    font-size: 14px;
    line-height: normal;
    color: #ECCBA0;
    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: #ECCBA0;
    text-decoration: none
}
.congrats-text {
    width: 400px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
}

.congrats-text h3{
	font-family: 'ge_ssmedium';
    font-size: 35px;
    line-height: normal;
	color: #FDCC01;
	letter-spacing: 2%;
	margin: 0;
	padding: 0
}
.congrats-text h4{
	font-family: 'ge_sslight';
    font-size: 22px;
    line-height: normal;
    color: #FFFFFF;
	margin: 0;
	padding: 0
}
.congrats-wrap {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 0 25px 0;
}
.congrats-eng {
    width: 400px
}
.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 10px 0 0;
}
.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: 200px;
    bottom: 40px;
    color: #0C693C;
    font-family: "Cairo", sans-serif;
    font-weight: 900;
    font-size: 26px;
	line-height: 45px;
    background-color: #FDCC01;
    border: 1px solid #ffffff;
    padding: 0px 50px 0px 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) {
	.ringtone-banner {
		width: 850px;
		height: 470px;
		margin: 6% auto 0;
		padding: 0;
		display: block;
}
	.not-a-winner{
		width: 356px;
}
	.download-btn {
		left: 180px;
		bottom: 35px;
		color: #0C693C;
		font-size: 35px;
		line-height: 45px
}
	.logo {
    	width: 234px;
}
	.download-01, .download-02 {
		width: 35px;
		left: 300px;
		bottom: 42px
}
	.download-02 {
    	left: 355px;
}
}
@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: 30px
}
	.download-02 {
    	left: 225px
}
	.socail-links a{
		width: 50px
	}
	.video-wrapper {
		margin: 40px auto;
		display: block;
}
	.back-btn {
    	width: 100%;
		font-size: 22px
}
	.submit-btn-sm {
    	width: 65%;
		font-size: 22px
}
	.form-02 {
   	 	width: 100%
}
	.congrats-eng-text{
		width: 400px
}
	
}
@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
	.modal-body {
		padding: 8%
}
	.submit-btn-xl {
		font-size: 22px;
		line-height: 42px
}
	.form-label {
    	font-size: 16px;
}
	.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: 55px;
		bottom: 30px;
		font-size: 20px;
		line-height: 35px;
		padding: 0px 30px 0 30px;
}
	.logo {
    width: 145px;
}
	.languageSwitch a {
		display: block;
   		margin: 10px 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: 13px;
}
	.congrats-text {
		width: 100%;
		padding: 400px 0 0
}
	.congrats-text.custom-padding{
		padding: 410px 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: 30px;
		line-height: normal;
}
	.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;
		font-size: 18px;
		line-height: 35px
}
	.back-btn {
		width: 100%;
		margin: 0;
		font-size: 18px;
		line-height: 35px
}
	.socail-links{
		justify-content: space-between
}
	.congrats-eng {
		width: 432px;
		display: block;
		margin: 0 auto
}
	.not-a-winner {
		width: 262px;
		margin: 0 auto;
		display: block
}
	.copy-right {
		font-size: 12px
}
	.download-01, 
	.download-02 {
		width: 30px;
		left: 160px;
		bottom: 30px
}
	.download-02 {
		left: 210px
}
	.congrats-eng-text{
		width: 100%
}
}
@media only screen and (max-width: 390px), only screen and (max-device-width: 390px) {
	.congrats-text {
		width: 100%;
		padding: 370px 0 0;
}
	.congrats-text.custom-padding{
		padding: 380px 0 0
}
	.socail-links a img{
		width: 25px
}
	.not-a-winner {
   		width: 222px;
}
	
}
@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: 360px 0 0
}
	.congrats-text {
		width: 100%;
		padding: 350px 0 0
}
	.congrats-text h3 {
    	font-size: 30px;
}
	.ringtone-banner {
		width: 270px;
		height: 550px
}
	.download-01, .download-02 {
		width: 25px;
		left: 140px;
		bottom: 25px
}
	.download-02 {
    	left: 180px
}
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
	.form-note p {
    	font-size: 12px
}
	.form-02 .form-control {
		font-size: 14px;
		padding: 0.35rem 0.50rem
}
	.congrats-eng {
    	width: 212px
}
	.not-a-winner {
		width: 172px;
}
	.congrats-text.custom-padding {
    	padding: 340px 0 0;
}
	.congrats-text {
    	padding: 320px 0 0;
}
	.congrats-text h3 {
		font-size: 25px;
		line-height: normal
}
	.congrats-text h4 {
		font-size: 14px;
		line-height: normal
}
	.form-02 {
    	padding: 0 0 25px 0
}
	.ringtone-banner {
		width: 240px;
		height: 488px
}
	.close-btn {
		right: 5px;
		top: 5px;
		width: 30px;
		height: 30px
}
	.download-btn {
		left: 40px;
		bottom: 22px;
		font-size: 15px;
		line-height: 35px;
		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}
}

@media screen and (max-height: 350px) and (orientation: landscape) {
	.form-02 { width: 100%}
	.congrats-eng {
    width: 100%;
    margin-right: 0;
}
}