@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* CSS Document */
img{
	max-width: 100%;
}
body{
	background: url("../images/cooming_bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Josefin Sans', sans-serif;
	position: relative;
}
.newsletter-messege.success {
	background: green;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
	line-height: 30px;
}
.newsletter-messege.error {
	background: red;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}
.coming_icon {
	text-align: center;
	margin-top: 40px;
}
.title {
	text-align: center;
	color: #fff;
	font-size: 45px;
	letter-spacing: 1.50px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	margin: 40px 0px 20px;
	width: 100%;
	white-space: nowrap;
	transition: all 0.8s ease;
	overflow: hidden;
	/* border-right: 4px solid #212121; */
	animation: cursor 20s step-start infinite, text 20s steps(15) alternate infinite;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	padding: 30px 0px;
}
@keyframes text {
  0% {
    top: 0.2rem;
    width: 0;
  }
  5% {
    width: 0;
  }
  15% {
    width: 590px;
  }
  30% {
    top: 0.2rem;
    width: 590px;
  }
  33% {
    top: 0.2rem;
    width: 0;
  }
  35% {
    top: 0.2rem;
    width: 0;
  }
  38% {
     top: 0.2rem;
    
  }
  48% {
    top: 0.2rem;
    width: 590px;
  }
  62% {
    top: 0.2rem;
    width: 590px;
  }
  66% {
     top: 0.2rem;
    width: 0;
    text-indent: 0;
  }
  71% {
   top: 0.2rem;
    width: 0;
    text-indent: 5px;
  }
  86% {
     top: 0.2rem;
    width: 100%;
  }
  95% {
    top: 0.2rem;
    width: 100%;
  }
  98% {
     top: 0.2rem;
    width: 0;
    text-indent: 5px;
  }
  100% {
     top: 0.2rem;
    width: 0;
    text-indent: 0;
  }
}
p {
	text-align: center;
	font-size: 20px;
	color: #fffefe;
	line-height: 31px;
	letter-spacing: 1px;
	width: 80%;
	text-transform: uppercase;
	margin: auto;
	font-family: 'Josefin Sans', sans-serif;
}

#countdown ul li{
	position: relative;
	text-align: center;
}
#countdown ul li::after {
	content: '';
	position: absolute;
	width: 150px;
	height: 150px;
	background: #fff;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	animation: animName 8s linear infinite;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

#countdown ul li::before {
	content: '';
	position: absolute;
	width: 150px;
	height: 150px;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	transform: rotate(98deg);
    animation: animName_1 8s linear infinite;
}

@keyframes animName_1 {
 0%{
    transform: rotate(360deg);
   }
100%{
    transform: rotate(0deg);
   }
}
.counter_text {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 400;
}

#countdown {
	text-align: center;
	padding: 90px 0px;
}
li {
	display: inline-block;
	font-size: 22px;
	list-style-type: none;
	padding: 80px;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
}
li span {
	display: block;
	font-size: 45px;
	color: #000;
	font-weight: 700;
}
.contact_form input {
	padding: 10px 15px;
	width: 600px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
}
.contact_form {
	text-align: center;
	display: flex;
	justify-content: center;
}
.contact_form input:focus-visible {
	outline: none;
}
::placeholder {
	color: #ffff;
}
.contact_form button {
	padding: 14px 15px;
	background: #fff;
	border: none;
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-left: -6px;
	position: relative;
	top: -1px;
	transition: all 0.8s ease;
	/* padding-bottom: 13px; */
}
.contact_form button:hover {
	background: #0077d2;
	color: #ffff;
}




.social {
  position: fixed;
  top: 20px;
}
.social ul {
	padding: 0px;
	-webkit-transform: translate(-270px, 0);
	-moz-transform: translate(-270px, 0);
	-ms-transform: translate(-270px, 0);
	-o-transform: translate(-270px, 0);
	transform: translate(-250px, 0);
}
.social ul li a {
	color: #fff ;
	letter-spacing: 0.50px;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 18px;
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
	color: #fff;
	background: #0077d2;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}



/*==============================================pages_2==============================================*/
