/*
    Rabbit - Creative Coming Soon HTML5 Template
    Version: 1.0.5
    Author: Mountain-Themes
    Author URL: https://themeforest.net/user/mountain-themes
    Rabbit © 2023. Design & Coded by Mountain-Themes.

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Subscribe
     6. About
     7. Contact
     8. Google map
     9. Footer
     10. Responsive CSS
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html, body {
	font-family: "Khand", sans-serif!important;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.page-loader {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
}

.loader-icon {
	top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
    margin: -20px 0 0 -20px;
    bottom: 0;
}

.backstretch:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/overlay.png');
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.YTPOverlay:after {
	content: '';
	position: absolute;
	height: 150%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/overlay.png');
	background-color: rgba(0, 0, 0, 0.4);
   }
   
.rain-video {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

#page-loader {
    background: #303440;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
} 

.loader-icon {
    background: none repeat scroll 0 0 #303440;
    border-bottom: 4px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 4px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
    border-right: 4px solid rgba(19, 19, 19, 0.1) !important;
    border-top: 4px solid;
    height: 60px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}

.colored-border {
    border-color: #fff;
}

.fa-spin {
	-webkit-animation:fa-spin 1.2s infinite linear;
	animation:fa-spin 1.2s infinite linear
	}
	@-webkit-keyframes fa-spin
	{
		0%
		{
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg)
		}
		100%
		{
			-webkit-transform:rotate(359deg);
			transform:rotate(359deg)
		}
	} 

	@keyframes fa-spin 
	{
		0%
		{
			-webkit-transform:rotate(0deg);
			transform:rotate(0deg)
		}
		100%
		{
			-webkit-transform:rotate(359deg);
			transform:rotate(359deg)
		}
	}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFFFFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFFFFF;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFFFFF;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:  #FFFFFF;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none!important;
  color: #000;
  transition: all 0.4s;
}
/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
	text-align:center;
	height:100%;
	width: 100%;
	overflow: hidden;
}

.welcome {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 310px;
}

header .animated {
	-webkit-animation-duration: 3s !important;
	animation-duration: 3s !important;
}

header img {
	margin-bottom:-40px;
	position: relative;
	z-index: 99;
}

header p {
    color: rgba(255, 255, 255, 0.7);
    word-spacing: 1px;
    line-height: 25px;
    font-size: 18px;
    margin-top: 6.4em;
    font-weight: 300;
    font-family: "Khand", sans-serif;
    position: relative;
    z-index: 99;
}


header hr {
	position: relative;
	display: block;
	border: 0;
	top: 5.5em;
	width: 20%;
	margin: 0 auto;
	height: 6px!important;
	border-top: solid 1px rgba(255, 255, 255, 0.7);
	border-bottom: solid 1px rgba(255, 255, 255, 0.7);
	z-index: 999;
	overflow: visible;
	background-color: transparent;
	opacity: 1;
}
	
header hr:before,
header hr:after {
	content: '';
	position: absolute;
	top: -8px;
	display: block;
	width: 1px;
	height: 21px;
	background: rgba(255, 255, 255, 0.7);
}


header hr:after {
	right: -1px;
}	


header .actions {
		margin: 13.5em 50px 0 0;
		position: relative;
		list-style: none;
		z-index: 99;
}

.actions li a {
	text-decoration: none!important;
}

header .actions:after {
		background: rgba(255, 255, 255, 0.7);
		content: '';
		height: 100vh;
		position: absolute;
		top: 100%;
		width: 1px;
		left: 51.2%;
}

header .social-icons li {
	list-style:none;
	font-size: 17px;
	float: left;
	margin: 0 20px 0 0;
}

header .social-icons li a {
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}

header .social-icons li a:hover {
	color: rgba(236,240,241,1);
}


header .social-icons {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	text-align: center;
 	padding: 2.5em 0 1.5em 0;
 	right: 0;
 	float: none;
 	z-index: 99;
}

header .social-icons ul {
 	line-height: 15px;
 	position: relative;
 	display: inline-block;
 	margin: 0;
 	border-left: solid 1px rgba(255, 255, 255, 0.7);
 	border-right: solid 1px rgba(255, 255, 255, 0.7);
 	padding-left: 22px;
}

header .social-icons > ul:before,
header .social-icons  > ul:after {
	content: '';
	display: block;
	width: 600%;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	height: 5px;
	border-top: solid 1px rgba(255, 255, 255, 0.7);
	border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

header .social-icons > ul:before
			{
				left: 100%;
				margin-left: 1px;
			}
			
header .social-icons > ul:after
			{
				right: 100%;
				margin-right: 1px;
			}

header .button {
	    -moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border: solid 1px rgba(255, 255, 255, 0.7);
		color: #FFF !important;
		cursor: pointer;
		display: inline-block;
		font-size: 1.2em;
		font-weight: 400;
		height: 3.00em;
		letter-spacing: 0.125em;
		line-height: 3.00em;
		padding: 0 3em;
		list-style: none;
		text-align: center;
		text-decoration: none;
		text-indent: 0.125em;
		text-transform: uppercase;
		white-space: nowrap;
}

header .button:hover {
	   background-color: rgba(144, 144, 144, 0.22);
}

header #effect-box, header .video-box, header .image-box {
    position: absolute!important;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    top: 0;
}

@-webkit-keyframes scrolls {
	0%
	{
		top:10px;
		opacity:1;
		height:4px;
	}
	95%
	{
		top:18px;
		opacity:0;
		height:10px;
	}
	100%
	{
		top:8px;
		opacity:1;
		height:4px;
	}
}

/* ================================= */
/* :::::::::: 3. Countdown ::::::::: */
/* ================================= */

.countdown-section {
	text-align: center;
    padding: 100px 0 100px;
    background: #EB5054;
    border-bottom: 6px solid #EC676C;
}

.countdown {
     font-size: 7em;
     margin: 0 auto;
     line-height: 65px;
     display: inline-block;
     color: #FFFFFF;
     font-weight: 300;
     text-align: center;
     padding-top: 10px;
     padding-bottom: 10px;
}

.countdown div span {
	display:block;
    font-size: 19px;
    line-height: 35px;
    padding-top: 10px;
}

.countdown div {
	display:inline-block;
    width:190px;
 	padding-top:32px; 
}

.countdown-section .fa-clock {
	font-size: 28px;
	color:#fff;
	margin-right: 5px;
}

.countdown-section h3 {
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.border_clock {
    border-left: 1px solid rgba(255, 255, 255, 0.39);
}

.fa-clock {
	-webkit-animation: fa-spin 9s infinite linear;
	animation:fa-spin 9s infinite linear;
}



#zoom-out {
  background-position: 50% -32px;
}

.google-map .contact-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(235, 80, 84, 0.9);
  color: #FFFFFF;
  margin-bottom: 0;
  letter-spacing: 1px;
  height: 54px;
  display: flex;
  align-items: center;
}

.google-map address i, .phone i, .email i {
    padding-right: 10px;
}
.google-map address {
    margin-bottom: 0;
    font-size: 14px;
}
.google-map .phone {
    font-size: 14px;
}
.google-map .email {
    font-size: 14px;
}
.google-map .map-content {
    display: flex;
}

.google-map .map-content address {
    order: 1;
    flex: 1;
    text-align: left;
}


.google-map .map-content .phone {
    order: 2;
    flex: 1;
    text-align: center;
}

.google-map .map-content .email {
    order: 3;
    flex: 1;
    text-align: right;
}


/* ================================= */
/* :::::: 10. Responsive CSS ::::::: */
/* ================================= */


@media only screen and  (max-width: 1036px) {
	    header {
        height: auto;

    }

    .google-map .map-content {
        flex-direction: column;
    }
    .google-map .map-content .phone {
        text-align: left;
    }
    .google-map .map-content .email {
        text-align: left;
    }
	
	.services .col-md-4 {
		margin-bottom: 40px;
	}

	.contact-info {
        height: 100px!important;
    }
	.subscribe button {
		width: 10%;
	}

	.contact input[type="submit"] {
		width: 20%;
	}

	header .actions:after {
		left: 51.9%;
	}

	.contact .notification_ok {
		top: 110%;
	}

	.welcome {
		padding-top: 160px;
	}

	header .actions {
		margin: 10.5em 50px 50px 0;
	}


}

@media only screen and  (max-width: 768px) {
	.welcome {
		padding-top: 370px;
	}
	
	.subscribe input[type="email"] {
		margin-bottom: 10px;
	}

	.subscribe button, .subscribe input[type="email"] {
		width: 10%;
	}

	.about .col-md-4 {
		padding-bottom: 50px!important;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.about img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}

	.about h2, .about p {
		text-align: center;
	}

	.contact input[type="submit"] {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.contact .notification_ok {
		text-align: center;
	}


	header .actions:after {
		left: 52.5%;
	}

	.countdown {
		font-size: 5em;
	}

    .countdown div {
	display:inline-block;
    width: 180px;
 	padding-top:12px; 
}

.services .icon i {
	float: none;
	text-align: center;
}

.services .col-md-4, .services p {
	text-align: center;
	margin-left: 0;
}

header p {
	margin-left: 0;
}

@media only screen and  (max-width: 736px) {

	.welcome {
		padding-top: 130px;
	}

	header img {
		width: 50%;
	}

}

}

@media only screen and  (max-width: 667px) {
	
	.welcome {
		padding-top: 110px;
	}

    header img {
		width: 50%;
	}

}

@media only screen and  (max-width: 568px) {
	.contact input[type="submit"] {
		width: 100%;
	}

	header img {
		width: 50%;
	}

	footer .copyright {
		font-size: 15px;
	}

	.countdown {
		font-size: 5em;
	}

	.countdown div {
		width: 130px;
	}

}

@media only screen and  (max-width: 414px) {

header img {
		width: 100%;
	}

.contact input[type="submit"] {
		width: 47%;
	}

.subscribe input[type=text] {
	width: 60%;
}

.subscribe button, .subscribe input[type="email"] {
		width: 20%;
	}

.countdown .border_clock {
		border-left: none;
	}

}

@media only screen and  (max-width: 320px) {

.welcome {
	padding-top: 130px;
}

}
