* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 1vw;
	font-family: 'Heebo', sans-serif;
}

.mobileOnly {
    display: none;
}

body {
    background: #fff;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
	position: relative;
}

img.mainBG{
	width: 100%;
	display: block;
}

.boxWrapper{
	position: absolute;
	height:9.8vw;
}

img.logo{
	position: absolute;
	top:27%;
	left:42%;
	width:16%;
	animation: 2s anim-lineUp ease-out;
}

h1{
	position: absolute;
	top:66%;
	left:37.5%;
	font-size: 250%;
	font-weight: 400;
	color:#171f4d;
	line-height: 105%;
	animation: 2s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}




h1 span{
	font-size: 105%;
	color:#14b1c0;
}

.contactButton{
	position: absolute;
	top:65%;
	left:28%;
	width: 6vw;
	height: 6vw;
	background-color: #10bfd4;
	border-radius: 50%;
	box-shadow: 8px 8px 10px #504a4a;
	animation: 2s anim-lineUp ease-out;
}

.whatsappButton{
	position: absolute;
	top:65%;
	left:63%;
	width: 6vw;
	height: 6vw;
	background-color: #45c655;
	border-radius: 50%;
	box-shadow: 8px 8px 10px #504a4a;
	animation: 2s anim-lineUp ease-out;
}

.contactButtonInner{
	position: relative;
	top:5%;
	left:5%;
	width: 90%;
	height: 90%;
	background-color: transparent;
	border-radius: 50%;
	border:2px solid #fff;
	cursor: pointer;
}

.phoneIcone{
	width:25%;
	display: block;
	margin: 13% auto 5%;
}

.contactButton p, .whatsappButton p{
	text-align: center;
	direction: rtl;
	font-size: 80%;
	color:#fff;
	line-height: 120%;
}

.contactButton p span, .whatsappButton p span{
	font-size: 90%;
	font-weight: 900;
}

.boxInner{
	position: relative;
	height:100%;
}

.windowWrapper{
	position: absolute;
	width:7.3vw;
	top:0;
	height:100%;
	background-image: url(images/window.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 10;
	cursor: pointer;
}

.rtl .windowWrapper{
	right:0;
}

.ltr .windowWrapper{
	left:0;
}

h3{
	position: absolute;
	top:50%;
	left: 50%;
    transform: translate(-50%, -50%);
	color:#041e8d;
	font-size: 90%;
	font-weight: 900;
	direction: rtl;
	text-align: center;
	line-height: 110%;
}

.textWrapper{
	width:90%;
	position: absolute;
	top:50%;
    transform: translate(0, -50%);
	box-shadow: 8px 8px 10px #504a4a;
	height:4.5vw;
	cursor: pointer;
}

.rtl .textWrapper{
	left:0;
	border-radius: 2.1vw 0 0 2.1vw;
}

.ltr .textWrapper{
	right:0;
	border-radius:0 2.1vw 2.1vw 0;
}

h2{
	width:100%;
	position: absolute;
	top:45%;
    transform: translate(0, -50%);
	color:#fff;
	font-size: 90%;
	font-weight: 600;
	direction: rtl;
	text-align: right;
	line-height: 120%;
}

button{
	position: absolute;
	bottom:5%;
	color:#fff;
	font-size: 70%;
	font-weight: 400;
	direction: rtl;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

.rtl h2{
	padding:7% 6vw 7% 7%;
}

.ltr h2{
	
	padding:7% 7% 7% 28%;
}

.rtl button{
	left:7%;
}

.ltr button{
	left:30%;
}


#box1{ top:2%; right:38%; width:28%;}

#box2{ top:2%; right:8%; width:24%;}

#box3{ top:2%; left:4%; width:25%;}

#box4{ top:22%; right:2%; width:25%;}

#box5{ top:22%; left:2%; width:25%;}

#box6{ top:62%; right:6%; width:22%;}

#box7{ top:62%; left:3%; width:22%;}

#box8{ top:80%; right:6%; width:25%;}

#box9{ top:80%; right:36%; width:30%;}

#box10{ top:80%; left:4%; width:25%;}



#box1 .textWrapper{background-color: #309ad6;}

#box2 .textWrapper{background-color: #5dc8dc;}

#box3 .textWrapper{background-color: #5dc8dc;}

#box4 .textWrapper{background-color: #7d5fa9;}

#box5 .textWrapper{background-color: #309ad6;}

#box6 .textWrapper{background-color: #309ad6;}

#box7 .textWrapper{background-color: #566ab3;}

#box8 .textWrapper{background-color: #5dc8dc;}

#box9 .textWrapper{background-color: #566ab3;}

#box10 .textWrapper{background-color: #7d5fa9;}


.blackCover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	display: none
}

.popWrapper {
    width: 35%;
    position: fixed;
    top: 3%;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 8888;
    box-sizing: content-box;
	display: none
}

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

.popExitImage {
    position: absolute;
    top: 0;
	right:0;
    width: 7%;
 }

.popBG {
    width: 100%;
 }

.contentBox {
    position: absolute;
    top: 27%;
	left:50%;
	transform: translate(-50%,0);
    width: 58%;
 }

.popLogo {
    width: 50%;
	display: block;
	margin: 6% auto;
 }

.contentBox h4{
	padding:0 10%;
	direction: rtl;
	text-align: center;
	font-size: 140%;
	color: #04145c;
	font-weight: 900;
	line-height: 120%;
 }

.contentBox p{
	padding:3% 10%;
	direction: rtl;
	text-align: justify;
	font-size: 95%;
	color: #04145c;
 }

.contentBox p span{
	font-size: 100%;
	font-weight: 900;
 }

 .contentBox p a{
	color:#fff;
	background-color:#171f4d;
	padding:2% 6%;
	text-decoration: none;

 }






/* Mobile */

@media only screen and (max-width: 480px) {
	
* {
    font-size: 3vw;
}
  
.mobileOnly {
    display: block;
}
.pcOnly {
    display: none;
}

body{
		background-color: #7db0cb;
}	

.wrapper {
    width: 100%;
    margin: 0 auto;
	position: static;
	background-image: url(images/mainBG1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

img.mainBG{
	width: 100%;
	display: none;
}

img.logo{
	position: static;
    transform: translate(0, 0);
	width:40%;
	margin: 0 auto;
	display: block;
	padding-top: 5%;
}

h1{
	position: static;
    transform: translate(0, 0);
	font-size: 250%;
	text-align: center;
	padding-top: 25%;
}

h1 span{
	font-size: 105%;
	color:#c1faff;
}


.contactButton, .whatsappButton{
	position: static;
	width: 30%;
	height: auto;
	background-color: #10bfd4;
	border-radius: 50%;
	box-shadow: 4px 4px 5px #504a4a;
	animation: 2s anim-lineUp ease-out;
	margin:10% 0 8% 13%;
	float:left;
	border:2px solid #fff;
}

.whatsappButton{
	background-color: #45c655;
}

.contactButtonInner{
	position: relative;
	background-color: transparent;
	border-radius: 50%;
	border:0 solid #fff;
	cursor: pointer;
}

.phoneIcone{
	width:25%;
	display: block;
/*	margin: 20% auto 5%;*/
	padding: 3% 0 3% 0;
}

.contactButton p, .whatsappButton p{
	text-align: center;
	direction: rtl;
	font-size: 150%;
	color:#fff;
	line-height: 120%;
	padding-bottom: 20%;
}

.contactButton p span, .whatsappButton p span{
	font-size: 70%;
	font-weight: 900;
}

	
.boxWrapper{
	position: static;
	width: 90% !important;
	margin: 3% auto;
	height:33vw;
}

.boxInner{
	position: relative;
	height:100%;
}

.windowWrapper{
	position: absolute;
	width:24vw;
	top:0;
	height:100%;
	background-image: url(images/window.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 10;
}

.rtl .windowWrapper{
	right:0;
}

.ltr .windowWrapper{
	left:0;
}

h3{
	position: absolute;
	top:50%;
	left: 50%;
    transform: translate(-50%, -50%);
	color:#041e8d;
	font-size: 110%;
	font-weight: 900;
	direction: rtl;
	text-align: center;
	line-height: 110%;
}

.textWrapper{
	width:90%;
	position: absolute;
	top:50%;
    transform: translate(0, -50%);
	box-shadow: 8px 8px 10px #504a4a;
	height:16vw;
}

.rtl .textWrapper{
	left:0;
	border-radius: 6vw 0 0 6vw;
}

.ltr .textWrapper{
	right:0;
	border-radius:0 6vw 6vw 0;
}

h2{
	width:100%;
	position: absolute;
	top:45%;
    transform: translate(0, -50%);
	color:#fff;
	font-size: 120%;
	font-weight: 600;
	direction: rtl;
	text-align: right;
	line-height: 120%;
}

button{
	position: absolute;
	bottom:5%;
	color:#fff;
	font-size: 70%;
	font-weight: 400;
	direction: rtl;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

.rtl h2{
	padding:7% 18vw 7% 7%;
}

.ltr h2{
	
	padding:7% 12% 7% 28%;
}

.rtl button{
	left:7%;
}

.ltr button{
	left:22%;
}

.blackCover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
	display: none
}

.popWrapper {
    width: 95%;
	top:10%;
}

.popExitImage {
    width: 12%;
 }

.contentBox p{
	line-height: 120%;
 }
}