@charset "utf-8";
/* ====================
--------------------------------------------------------------
	++++General Styles++++
	++++Grid++++
	++++Typography++++
	++++Content Styles++++
	++++Page preload+++++
	++++Navigation++++
	++++Background++++
	++++Social-Links++++
	++++Countdown++++
	++++Progress++++
	++++Subcribe++++
	++++Contact++++
	++++CSS Animation++++
	++++Media++++
*/

/* ====================
General Style
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap');

html {
	height: 100%
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	height: 100%;
	background: #000;
	text-size-adjust: 100%;
}

@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@font-face {
	font-family: 'EspoirSerif';
	src: url('../font/espoir_serif/Espoir\ Serif.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* ====================
Grid
--------------------------------------------------------------*/
@media screen and (min-width: 580px) {

	.grid-1,
	.grid-2,
	.grid-3,
	.grid-4,
	.grid-5,
	.grid-6,
	.grid-half,
	.grid-full {
		width: 96.969696969697%;
		margin: 0 1.315151515152%;
		float: left;
	}

	.grid-half {
		width: 46.969696969697%;
		margin: 0 1.515151515152%;
	}
}

@media screen and (min-width: 840px) {
	.grid-1 {
		width: 13.636363636364%;
	}

	.grid-2 {
		width: 33.30303030303%;
	}

	.grid-3,
	.grid-half {
		width: 46.969696969697%;
	}

	.grid-4 {
		width: 63.636363636364%;
	}

	.grid-5 {
		width: 80.30303030303%;
	}

	.grid-6,
	.grid-full {
		width: 96.969696969697%;
	}
}

/* ====================
Typography
--------------------------------------------------------------*/

h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	line-height: 1.17em;
}

h2 {
	font-size: 3.2em;
	letter-spacing: 0.10em;
	font-weight: 300;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 200;
}

/* LOGO  */
.logo {
	font-family: 'EspoirSerif', serif;
	font-size: 90px;
	color: #f6f2f2;
	letter-spacing: 4px;
}

/* ====================
Content Styles
--------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.clear {
	float: none;
	clear: both;
}

.swiper-container {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: relative;
}

.main {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}

.swiper-slide {
	cursor: move;
	position: relative;
	z-index: 10;
}

.aboutcontent {
	margin: 0 auto;
	max-width: 920px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.dneezcontent {
	margin: 0 auto;
	max-width: 920px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.getincontent {
	margin: 0 auto;
	max-width: 920px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.container {
	float: left;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-bottom: 30px;
	position: relative;
}

.container-bg {
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	z-index: -1;
	background: url(../img/overlays/01.png);
	border-radius: 18px;
}

.over-border {
	position: absolute;
	background: #fff;
	z-index: 2;
}

.top-border {
	width: 150px;
	height: 1px;
	top: 0;
	left: 50px;
}

.bottom-border {
	width: 150px;
	height: 1px;
	bottom: 0;
	right: 50px;
}

.left-border {
	width: 1px;
	height: 150px;
	left: 0;
	bottom: 50px;
}

.right-border {
	width: 1px;
	height: 150px;
	right: 0;
	top: 50px;
}

.container-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #292929;
	opacity: 0.3;
	border-radius: 18px;
	z-index: 1;
}

.container p.align-just {
	font-size: 1.1em;
	max-width: 800px;
	color: #fff;
	line-height: 1.8em;
	padding: 20px;
	font-weight: 500;
	margin: 0 auto;
	text-align: center;
}

.container h3 {
	margin: 80px auto;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	color: #fff;
	transition: margin-top 0.5s ease-in-out;
}

.small-separator {
	width: 60px;
	height: 1px;
	background: #fff;
	margin: 20px auto;
}

.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-holder-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -3;
	overflow: hidden;
}

.media-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.video-container video {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	pointer-events: none;
}

/* slogn */
.slogn {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 200;
	color: white;
}

video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-overlay-play-button,
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
/* =====
page preload
--------------------*/

#jpreOverlay {
	background: #000;
}

#jpreLoader {
	width: 600px;
	height: 100px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

#jpreBar {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 2px !important;
	top: 0;
	left: 0;
}

#jprePercentage {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

/* =====
Navigation -------- */

.navigation {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 16px;
	color: #000;
	z-index: 12;
	background: #fff;
	box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 40%);
}

.about-link,
.back-right {
	top: 50%;
	left: 24px;
	margin-top: -25px;
}

.about-link {
	margin-left: 20%;
}

.contact-link,
.back-left {
	top: 50%;
	right: 24px;
	margin-top: -25px;
}

.contact-link {
	margin-right: 20%;
}

.navigation:hover,
.close-form:hover {
	background: rgba(255, 255, 255, .2);
	color: #fff;
}

/* =====
Background
--------------------*/

.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

#slides {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.slides-fullscreen-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	width: 110%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	-webkit-animation: spinAround 120s linear infinite;
	-moz-animation: spinAround 120s linear infinite;
	animation: spinAround 120s linear infinite;
}

/* =====
Social-Links
--------------------*/

.social-links {
	margin: 50px auto;
	padding-bottom: 50px;
}

.social-links li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 20px;
}

.social-links li a {
	display: block;
	float: left;
	color: #000;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;

	border: 1px solid #fff;
	background: #fff;
	box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 40%);
	border-radius: 50%;
	position: relative;
}

.social-links li a span {
	width: 120px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -60px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	border-right: 2px solid rgba(255, 255, 255, 0.5);
	text-indent: 0px;
	position: absolute;
	bottom: 62px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;

	transform: translate(35px) rotate(25deg) scale(1.5);

	transition: all 0.3s ease-in-out;
}

.social-links li a:hover span {
	visibility: visible;
	opacity: 1;

	transform: translate(0px) rotate(0deg) scale(1);
}



/* =====
 Countdown -------- */

.fade {
	position: relative;
}

.rotade {
	position: absolute;
	background: #fff;
	z-index: -1;
	width: 1px;
	height: 150px;
	opacity: 0.5;
}

.rot-top-left {
	top: 0;
	left: 10%;
}

.rot-top-right {
	top: 0;
	right: 10%;
}

.rot-bottom-left {
	bottom: -50px;
	right: 10%;
}

.rot-bottom-right {
	bottom: -50px;
	left: 10%;
}

.rot-top-left,
.rot-bottom-left {
	transform: rotate(45deg);
}

.rot-bottom-right,
.rot-top-right {
	transform: rotate(-45deg);
}

.countdownBox {
	width: 100%;
}

ul.countdown {
	width: 100%;
	list-style: none;
	margin: 25px 0;
	padding: 0;
	display: block;
	text-align: center;
}

ul.countdown li {
	display: inline-block;
	margin: 0 5px 10px 5px;
	width: 150px;
	height: 150px;
}

ul.countdown li span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 5.6em;
	color: #fff;
}

ul.countdown li p {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0 15px 0 15px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	border-right: 2px solid rgba(255, 255, 255, 0.5);
}

ul.countdown li p:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-width: 10px;
	margin-left: -10px;
}

/* 📱 Mobile view: for screens 425px and below */
@media (max-width: 425px) {
	ul.countdown li {
		width: 130px;
		height: 90px;
		margin: 5px;
	}

	ul.countdown li span {
		font-size: 2.5em;
		/* smaller numbers */
	}

	ul.countdown li p {
		font-size: 10px;
		line-height: 25px;
	}

	.slogn {
		font-size: 13px;
	}

	.aboutcontent {
		margin: 0 auto;
		max-width: 920px;
		position: relative;
		top: 70%;
		transform: translateY(-50%);
	}

}
@media (min-width: 768px ) {
	.aboutcontent {
		margin: 0 auto;
		max-width: 920px;
		position: relative;
		top: 55%;
		transform: translateY(-50%);
	}
}

/* =====
 Progress -------- */

.show-progress {
	margin: 30px auto;
	cursor: pointer;
	color: #fff;
	clear: both;
}

.progress-holder {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 350px;
	height: 300px;
	margin-left: -175px;
	display: none;
}

.percent {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50px;
	color: #fff;
	font-size: 100px;
	opacity: 0.5;
	z-index: -1;
}

/* =====
Subcribe -------- */

.subcribe {
	margin: -20px auto 0;
	position: relative;
	max-width: 450px;
}

.subscriptionForm {
	display: block
}

.subcribe input.enteremail {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.09);
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 1;
	color: #fff;
	width: 70%;
	outline: none;
	float: left;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	border-radius: 2px;
}

.subcribe input.enteremail::-webkit-input-placeholder,
.subcribe input.enteremail::-webkit-input-placeholder {
	color: #fff;
	font-weight: 500;
	font-size: 11px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

.subcribe .subscribe-button {
	float: right;
	width: 28%;
	z-index: 2;
	height: 50px;
	line-height: 50px;
	color: #000;
	outline: none;
	border: none;
	background: #fff;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	border-radius: 2px;
}

.subscribe-message {
	margin-top: 10px;
	color: #fff;
}

.subscribe-message i {
	display: none;
}

/* =====
Contact -------- */
.fade2 {
	margin-top: -60px;
}

.contact-info {
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 50px;
	margin-top: 40px;
}

.contact-info a {
	color: #fff;
}

.contact-info div {
	margin: 10px 0;
}

.contact-info div:hover {
	opacity: 0.8;
}

.contact-info div.lanch-form {
	margin-top: 60px;
	cursor: pointer
}

.contact-info i {
	color: #000;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	background: #fff;
	box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 40%);
	border-radius: 50%;
}

.contact-form {
	width: 100%;
	display: none;
	position: relative;
	top: 25%;
	padding-bottom: 80px;
	z-index: 2;
}

.close-form {
	width: 50px;
	height: 50px;
	margin: 10px auto;
	border: 1px solid #fff;
	background: #fff;
	box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 40%);
	border-radius: 50%;
	border-radius: 100%;
	cursor: pointer;
	font-size: 14px;
	line-height: 46px;
	color: #000;
}

#contact-form {
	max-width: 650px;
	margin: 0 auto;
}

#contact-form label {
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #fff;
}

#contact-form input {
	border: 1px solid #fff;
	outline: none;
	padding: 0 10px;
	float: left;
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	-webkit-appearance: none;
	border-radius: 4px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
}

#contact-form textarea {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
	color: #fff;
	height: 120px;
	width: 100%;
	resize: vertical;
	outline: none;
	margin-top: 4px;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 4px;
}

#contact-form input.m-top {
	margin-top: 20px;
}

#contact-form textarea:focus,
#contact-form input:focus {
	background: #292929;
	color: #fff;
	-webkit-transition: background 0.33s linear;
	-moz-transition: background 0.33s linear;
	-o-transition: background 0.33s linear;
	transition: background 0.33s linear;
}

.btn {
	background: #fff;
	padding: 18px 0;
	color: #000;
	width: 250px;
	margin: 0 auto;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 6px;
	letter-spacing: 3px;
	font-size: 10px;
	font-weight: 600;
}

.submit_btn:hover {
	color: #292929;
}

#message {
	padding: 10px;
	font-size: 16px;
	color: #fff;
	width: 100%;
	position: relative;
	border-radius: 4px;
	font-family: 'Oswald', sans-serif;
}


/* =====
 Css animation -------- */

.bc {
	transform: scale3d(0.2, 0.2, 0.2);
	backface-visibility: hidden;
	opacity: 0.2 !important;
}

.bc2 {
	display: none
}

.transition {
	transition: all 500ms linear;
}

.but-rotade {
	transform: rotate(180deg);
}

@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: scale(5.0) rotate(80deg);
	}
}


/* RESPONSIVE -------------------------------------------------------------------- */


/* =====
retina ----- */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

	.container-bg {
		/* background: url(../img/overlays/01@2x.png); */
	}

	.container p.align-just {
		font-size: 16px;
		font-weight: 400;

	}
}

/* =====
 media ----- */

@media only screen and (max-width: 1280px) {

	.progress-holder {
		top: 5%;
	}

	.about-link,
	.back-right,
	.contact-link,
	.back-left {
		top: 5%;
		margin-top: 0px;
	}

}

@media only screen and (max-width: 959px) {

	.progress-holder {
		margin-left: -125px;
		width: 250px;
		height: 240px;
		top: 20%;
	}

	.container h3 {
		margin: 20px auto;
	}

	.bc {
		opacity: 0 !important;
	}

	.subcribe {
		margin: 5px auto 0;

	}

	.contact-info div.lanch-form {
		margin-top: 10px !important;
	}

}

@media only screen and (max-width: 809px) {

	.rotade,
	.over-border {
		display: none;
	}

}

@media only screen and (max-width :480px) {

	#contact_form input {
		width: 90%;
		margin-left: 5%;
	}

	#contact_form textarea {
		width: 90%;
		margin-left: 1%;
	}


}

