/*
	Template Name 	: Minimal Coming Soon HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #14b9ae;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}
#waBtn{
  cursor: pointer;
}
#waBtn:hover{
  box-shadow: 2px 9px 20px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.4);
}
#waBtn:hover .icon-wrapper{
  background: rgba(255, 255, 255, 0.8);
  outline: 2px solid #25d366;
}
#waBtn:hover .icon-wrapper i{
  color: #25d366;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#particles-js{
  pointer-events: none;
}
#particles-js canvas{
	display: block;
  pointer-events: none;
}
.container-fluid{
  width: 90%;
}
.main-wrapper{
  position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	/* background: url('../1.png') no-repeat center center / cover; */

	background: linear-gradient( to right,#14b9ae 0%, #14b9ae 45%,#1a82e3 100% );
	background: -webkit-linear-gradient(left, rgba(20, 185, 174, 0.4) 0%, rgba(20, 185, 174, 0.4) 45%, rgba(26, 130, 227, 0.9) 100%), url(../main-bg.png) right center / cover no-repeat;

}
.main-container{
	width: 100%;
	min-height: 100%;
	padding: 40px 0;
	display: flex;
	align-items: center;
  padding-top: 0;
  /* background: url(../main-bg.png) right center / cover no-repeat; */
}

.coming-soon-box{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
}


.coming-text{
	padding: 40px 0;
}

.coming-text h2{
	font-size: 100px;
	color: #fff;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.social-link{
	text-align: center;
}

.social-link a{
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
	margin: 0 4px;
	transition: all 0.4s linear;
}

.social-link a:hover{
	background: #fff;
	color: #3dab87;
}

.newsletter{
	max-width: 746px;
	margin: 40px auto 0;
}

.newsletter p{
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.02em;
}

.newsletter-form{
	background: rgba(255,255,255,0.1);
}

.new-text{
	height: 50px;
	border: none;
	display: inline-block;
	width: 72%;
	background: none;
	box-shadow: none;
	outline: 0;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
}

.new-text::-webkit-input-placeholder {
	color: #fff;
}

.new-text::-moz-placeholder {
	color: #fff;
}

.new-text:-ms-input-placeholder{
	color: #fff;
}

.new-text:-moz-placeholder {
	color: #fff;
}
.hero-logo{
  padding: 16px 2%;
}
.hero-logo img{
  height: 80px;
}
.new-btn{
	height: 50px;
	border: none;
	display: inline-block;
	margin-left: -5px;
	width: 28%;
	background: rgba(255,255,255,0.3);
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
	outline: 0;
	transition: all 0.3s linear;
}

.new-btn .fa{
	margin-right: 10px;
}

.new-btn:hover{
	background: rgba(255,255,255,0.5);
}

.newsletter-form{
	margin-top: 30px;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:981px){
	.coming-text{
		padding: 30px 0;
	}
	.hero-logo{
    text-align: center;
  }
	.coming-text h2{
		font-size: 56px;
	}
	.social-link a{
		width: 36px;
		height: 36px;
		padding-top: 6px;
		font-size: 16px;
	}
}

@media only screen and (max-width:568px){
	.new-text{
		display: block;
		width: 100%;
		background: rgba(255,255,255,0.1);
		margin-bottom: 20px;
	}
	
	.newsletter-form{
		background: none;
	}
	
	.new-btn{
		width: 160px;
	}
	
	.comming-soon {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		min-height: 100%;
		background: -webkit-linear-gradient(top,#14b9ae,#1a82e3);
	}
}

@media only screen and (max-width:480px){

	.coming-text{
		padding: 20px 0 30px;
	}
	
	.newsletter p{
		font-size: 12px;
	}
	
	.coming-text h2 {
		font-size: 32px;
	}
	
	.new-text{
		height: 40px;
	}
	
	.new-btn{
		height: 40px;
	}
}

@media only screen and (max-width:360px){
	
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}


.hero-container {
  width: 100%;
  /* max-width: 1200px; */
  display: flex;
  gap: 200px;
  align-items: center;
}

.hero-features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  color: #ffffff;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 28px;
}

.feature-item i {
  font-size: 36px;
  /* opacity: 0.9; */
}

.hero-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  color: #ffffff;
  box-shadow: 9px 9px 21px rgba(0, 0, 0, 0.1);
}

.hero-card h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero-subtext {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.18);
  padding: 24px 22px;
  border-radius: 14px;
  margin-bottom: 16px;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.contact-box i {
  font-size: 28px;
}

.contact-box strong {
  display: block;
  font-size: 16px;
}

.contact-box span {
  font-size: 15px;
  opacity: 0.85;
}
.contact-box .icon-wrapper{
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-note {
  text-align: center;
  font-size: 15px;
  opacity: 0.85;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-container {
    flex-direction: column;
    gap: 40px;
  }

  .hero-card {
    width: 100%;
  }
}
