/*
Template Name:  Ling- Multistep Form & Login, Registration Form, Contact Form Template
Description:  Ling- Multistep Form & Login, Registration Form, Commin Soon HTML5 Template
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@400;500;700&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #000;
	text-shadow: none;
}
::-moz-selection {
	background: #8f32f3;
	color:#000;
	text-shadow: none;
}
::selection {
	background: gray;
	color: #000;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #82B60B;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p{
	color: #191919;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#main-area {
  position: relative;
  width: 100%;
  padding: 100px 0;
  height: 100vh;
 background-repeat: no-repeat;
 background-position: 50%;
 background-size: cover;


}

#main-area h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#main-area h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 22px;
}

#main-area .countdown {
  margin-bottom: 80px;
}

#main-area .countdown div {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin: 10px 10px;
  width: 100px;
  padding: 15px 0;
}

#main-area .countdown div h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}

#main-area .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  #main-area .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #main-area .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #main-area .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}

#main-area .subscribe {
  font-size: 15px;
  text-align: center;
}

#main-area .subscribe h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#main-area .subscribe .subscribe-form {
  min-width: 300px;
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
}

#main-area .subscribe .subscribe-form input[type="email"] {
  border: 0;
  padding: 9px 8px;
  width: calc(100% - 100px);
}

#main-area .subscribe .subscribe-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #971634;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#main-area .subscribe .subscribe-form input[type="submit"]:hover {
  background: #993A4C;
}

#main-area .subscribe .error-message {
  display: none;
  color: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#main-area .subscribe .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#main-area .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

#main-area .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}

@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#main-area .social-links {
  margin-top: 40px;
}

#main-area .social-links a {
  font-size: 16px;
  color: #fff;
  margin: 0 3px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#main-area .social-links a i {
  line-height: 0;
}

#main-area .social-links a:hover {
  background: #971634;
  border-color: #971634;
}

