@font-face {
    font-family: PoppinsBold;
    src: url(font/Poppins-Bold.ttf);
}
@font-face {
    font-family: PoppinsExtraBold;
    src: url(font/Poppins-Black.ttf);
}

@font-face {
    font-family: poppins_regular;
    src: url(font/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins_light;
    src: url(font/Poppins-Light.ttf);
}

@font-face {
    font-family: PoppinsRegular;
    src: url(font/Poppins-Regular.ttf);
}

@font-face {
    font-family: markazitext-regular;
    src: url(font/markazitext-regular.ttf);
}

@font-face {
    font-family: markazitext-bold;
    src: url(font/markazitext-bold.ttf);
}

@keyframes fade-in-zoom {
    0% { transform: translate(-50%, 0%) scale(0); opacity: 0; }
    100% { transform: translate(-50%, 0%) scale(1); opacity: 1; }
}
@keyframes fade-in-zoom-step {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    line-height: 1em;
}
html {
    overflow-x: hidden;
}
section {
    height: 100vh;
    background-image: url(images/BG.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
	background-attachment: fixed;
    background-position: 0% 0px;
	font-family: markazitext-regular;
	
}
section #logo {
    left: 13%;
}

.poppins{
	font-family: PoppinsBold;
}
.arrow{
	position:absolute;
	right: -4.2vw;
    bottom: 8px;
	width: 38px;
}

#header{
	width:100%; 
	position:fixed; 
	top:0px; 
	z-index:9999;
	height:auto;
	background-color: #01575e;
}


#header img {
  padding-top:10px;
  padding-bottom:10px;
}

#header_container{
	max-width: 85%;
	width: 85%;
	position:relative; 
	margin:0px auto;
}

#logo_container{
	width:4%; 
	float:right;
}

#register{
	float:left;
	padding: 10px 20px;
	background: #fbc135;
	border-radius: 3px;
	color: black;
	margin-top:20px;
	margin-bottom:20px;
	font-weight: 600;
	font-family: markazitext-regular;;
	text-transform:uppercase;
	text-decoration:none;
}

#login{
	float:left;
	padding: 10px 20px;
	background: #79ccd7;
	border-radius: 3px;
	color: black;
	margin-top:20px;
	margin-bottom:20px;
	font-weight: 600;
	margin-left:20px;
	font-family: markazitext-regular;;
	text-transform:uppercase;
	text-decoration:none;
}

#offer_below{
	text-align:center;
	position:absolute;
	bottom: -16vh;
    right: 0.8%;
	color:black;
	width:25vw;
	padding: 10px 100px;
}

#offer_below h3{
	font-size: 26px;
	color:black !important;
	font-family:markazitext-bold;
}

section #offer_container {
    width: 25vw;
	background:rgb(0,0,0,0.7);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: markazitext-regular;;
    text-align: center;
    position: absolute;
    right: 0%;
    top: 15vh;
    transform: translate(-50%, 0%);
    opacity: 0;
    z-index: 3;
}
section #offer_container>div:not(:last-child) {
    margin-bottom: 5px;
}
/*
section #offer_container:hover {
    animation-play-state: paused;
}
*/
section #offer_container.show {
    opacity: 1;
    animation: fade-in-zoom 0.5s;
	padding: 20px 70px 10px 70px;
	box-sizing: border-box;
	outline:3px solid #f3b809;
	outline-offset: -7px;
}
#offer_container h3 {
    font-size: 5px;
    line-height: 0.7em;
    font-weight: 400;
	color:#f3b809;
}
#offer_container h1 {
    font-size: 5px;
    font-weight: 400;
	color:#f3b809;
}
#offer_container h2 {
    font-size: 5px;
    line-height: 0.3em;
    font-weight: 400;
}
#offer_container .yellow {
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles */
    #offer_container .yellow {
        font-family: markazitext-regular;;
    }
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px #fcf653 ;
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}


#offer_container a {
    padding: 5px 30px;
    background:#f3b809;
    text-decoration: none;
    border-radius: 5px;
    font-size: 2vw;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0);
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#00373b;
	font-family: markazitext-bold;
	animation:shadow-pulse 1.2s infinite;
}
#offer_container a:hover {
    transform: scale(1.1);
}
section #model, section #coins, section #logo {
    position: absolute;
}
section #model {
    left: 12vw;
    top: 15%;
    width: 20vw;
}
section #coins {
    right: 10vw;
    width: 35vw;
    top: 50%;
}
section #steps_container {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 17vh;
    font-family: markazitext-regular;
	background-color: rgb(0,0,0,0.7);
}
.step h4, .step h5 {
    animation: 1.5s fade-in-zoom-step;
}

.step_num{
	font-size: 3.5vw;
	font-family: PoppinsBold;
	left: -20px;
}

.step_num img{height:auto;
width: 100%;
max-width: 35px;
position:relative;
left:14px;
bottom:5px;
}

#steps_container .step {
    width: 22vw;
    position: absolute;
    height: 4vh;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #f3b809;
    border-radius: 5px;
    padding: 41px;	
}
#steps_container .step div {
    position: absolute;
    top: 45%;
    transform: translate(0%, -50%);
    width: 100%;
	
}
#steps_container .step#step1 {
    left: 22vw;
	font-family: markazitext-regular;;
	
}
#steps_container .step#step2 {
    left: 50vw;
	font-family: markazitext-regular;;
}
#steps_container .step#step3 {
    left: 78vw;
	font-family: markazitext-regular;;
   
}

.step h4 {
    font-size: 1.7vw;
	padding: 7px 30px 5px 0px;
    margin-top: 0vw;
	text-align:right;
	color: #f3b809;	
}
.step h3 {
		font-size: 1.3vw;
        padding: 0px 30px 5px 0px;
}

footer {
    background-color: black;
    text-align: center;
    padding: 40px 20px;
}
footer img {
    width: 95%;
    max-width: 600px;
}
footer p {
    max-width: 900px;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 11px;
    line-height: 16px;
    font-family: poppins_light;
    color: #ffffff;
}

@media (min-width: 1026px) {
    .hide_on_desktop {
        display: none;
    }
}

@media screen and (max-width: 1025px) and (orientation:landscape) {
    .hide_on_desktop {
        display: none;
    }
    #offer_container a {
        padding: 8px 30px;
        margin-top: 10px;
        margin-bottom: 10px;
		font-size:15px;
    }
	
	section #offer_container.show {
    padding: 20px 20px 10px 20px;
	}
    footer p {
        font-size: 10px;
    }
	
	.t_c{
		font-size:8px;
	}
	
	section #offer_container {
    top: 32vh !important;
	}
	
	#steps_container .step{
	padding: 20px;
	}
	

	section{
		height:120vh;
		background-size:cover;
		background-repeat:none;
		background-position: 0% 0px
	}
	
    .hide_on_desktop {
        display: none;
    }
	
	.step h4{
		font-size: 1.7vw;
		line-height:0em;
	}
	
	.arrow {
    width: 15px;}
	
	section #steps_container{display:inline !important;
		z-index:1000;
		padding-top:20px;
		padding-bottom:55px;}
	
    .step h4 {
        margin-bottom: 5px;
    }
	
}

@media screen and (max-width: 1025px) and (orientation:portrait) {
    .hide_on_mobile {
        display: none;
    }
	
	#header{
		    height: 66px !important;
			background-color: rgb(0,0,0, 0.7) !important;
	}
    section {
        background-image: url(images/BG_mobile.jpg);
		background-position:center !important;
		height: 90vh;
		background-size:cover;
    }
	
	
    section #logo {
    width: 42vw;
    position: absolute;
    left: 10px;
    top: -5px;
    }
    section #offer_container {
        width: 88vw;
		top: 32%;
		right: -39% !important;
		padding:10px 50px !important;
    }
    #offer_container h3 {
        font-size: 5px;
    }
    #offer_container h1 {
        font-size: 5px;
    }
    #offer_container h2 {
        font-size: 5px;
    }
    #offer_container .yellow {
    }
    #offer_container a {
        font-size: 7vw;
		padding: 10px 20px;
        margin-top: 10px;
    }
    section #book_mobile {
        position: absolute;
        top: 75vh;
        right: 0px;
        width: 40%;
        z-index: 2;
        transform: translate(0, -50%);
    }
    section #model_mobile {
        position: absolute;
        top: 55vh;
        left: 0px;
        width: 40%;
        z-index: 2;
    }
    section #steps_container {
        width: 100vw;
        background-repeat: no-repeat;
        bottom: 0px;
        z-index: 3;
        height: 25vw;
		background-color:#00373b;
    }
	
	#steps_container2{
		height:auto;
		background-color: #041321;
	}
	
	#step_help{
		    position: relative;
			width: 81%;
			margin: 0px auto;
			height: auto;
			display: block;
			overflow: auto;
			padding-top: 0vh;
			padding-bottom: 35px;
	}
	
	.step_num img{
		right:15px;
		top: 2vh;
	}
	
	.arrow_mobile{
	  right: 22vw;
	  top: 10px;
	  position:relative;
	}
	
	.step_num{
		margin-bottom:1vh;
		font-size: 84px;
		margin-right: 10px;
	}
	
	#step_help a{
		text-decoration:none;
	}
	
    #steps_container2 .step {
		border: 2px solid white;
		border-radius:10px;
		top:0vh;
		overflow: hidden;
    }
    #steps_container2 .step div {
        top: 55%;
		display:block;
    }
    #steps_container2 .step#step1, #steps_container2 .step#step2, #steps_container2 .step#step3 {
	    margin-top: 20px;	
    }

    #steps_container2 .step#step1 h4 {
		vertical-align:middle;
		padding-right:10px;
    }
    #steps_container2 .step#step2 h4 {
		vertical-align:middle;
		padding-right:10px;
    }
    #steps_container2 .step#step3 h4 {
		display:block;
		padding-right:10px;
    }
	
	footer img{
		width: 90%;
	}
    .step h4 {
        font-size: 5.5vw;
        margin-bottom: 5px;
		text-transform:uppercase;
		font-family:bebas-bold;
		padding: 7px 0px 5px 5px;
		margin-top: 0.3vw;
		margin-right: 0px;
		float:right;
		width: 58vw;
		line-height: 1.2em;
    }
	
	.step_num span{
		float:right;
	}
    .step h5 {
        font-size: 3.5vw;
    }
    footer {
        padding-bottom: 20px;
		padding: 10px 0px 0px 0px;
		background-color: #acacac;
    }
    footer p {
        font-size: 13px;
        line-height: 12px;
		color:black;
		padding:0px 15px;
		margin-bottom:20px;
    }
	
	.footer_payment{
	background:black;
	width:100%;
	height:auto;
	padding:30px 0px 0px 0px;
	}
	
	
	#header_container a{
		font-size:0.75em !important;
	}
	
	#header img {

	}
	
	#logo_container{
	width:20%; 
	float:right;
	}
	
	
	#header_container{
	max-width: 95%;
	width: 95%;
	position:relative; 
	margin:0px auto;
	}
	
	.footer_links{
		background:black;
		padding: 15px 10px;
	}
	.footer_links a{
		text-decoration:none;
		font-size: 14px;
		margin:0px 7px;
		font-family:arial;
	}
	

}
/*ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){
	#step_help{
	position: relative;
    width: 75%;
    margin: 0px auto;
    display: block;
    overflow: auto;
    padding-top: 0vh;
    padding-bottom: 35px;
	}
	
.step h4{
	font-size:4.5vw;
}

footer p {
font-size: 13px;}

.arrow_mobile {
right: 29vw;}

#header {
height: 127px !important;}

section{
	background-position: 0px 2px !important;
	height: 105vh;
}
    

#steps_container2 .step#step3 h4{
	bottom:6.2vh;
}

#steps_container2 .step#step2 h4{
	top:15.9vh;
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) and (orientation: landscape){
	.step h4{
	font-size:1.7vw;
	}
	
}