body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #eac41d;
}

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;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#particles-js canvas{
	display: block;
}

.comming-soon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: -webkit-linear-gradient(left, #27b9ff, #8affdd);
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.coming-soon-box{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 3;
}

.logo{
	text-align: center;
}

.logo h1{
	color: #fff;
	font-size: 52px;
	font-weight: 600;
}

.logo p{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 300;
}

.coming-text{
	padding: 40px 0;
}

.coming-text h2 {
    font-size: 80px;
    color: #fff;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px black;
}

.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: #eac41d;
}

.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;
}

.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;
}
.logo {display: block; text-align: center;}
.logo img {max-width: 400px;}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:981px){
	.coming-text{
		padding: 30px 0;
	}
	
	.coming-text h2 {
		font-size: 56px;
		margin-top: 20px;
	}
	.social-link a{
		width: 36px;
		height: 36px;
		padding-top: 6px;
		font-size: 16px;
	}
	.background-white {
		margin: 0 3%;
		max-width: 94% !important;
	}
}

@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;
	}
	
}

@media only screen and (max-width:480px){
	.logo h1{
		font-size: 30px;
	}
	
	.logo p{
		font-size: 10px;
	}
	
	.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){
	
}


.logo img {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.4)) brightness(1.2) contrast(1.1);
    animation: glow 2s ease-in-out infinite alternate;
    background: radial-gradient(circle at center, rgb(255 255 255 / 0%) 0%, #00000000 70%);
    transition: all 0.5s ease;
}
/* .logo img {
    transition: all 0.5s ease;
} */
    
        .logo:hover img {
            filter: 
                drop-shadow(0 0 20px rgb(112, 112, 112))
                drop-shadow(0 0 30px rgba(255, 255, 255, 0.8))
                drop-shadow(0 0 40px rgba(255, 255, 255, 0.6))
                brightness(1.4)
                contrast(1.3);
        }




.background-white {
            background: linear-gradient(90deg, 
                rgba(255, 0, 0, 0.15), 
                rgba(255, 165, 0, 0.15), 
                rgba(255, 255, 0, 0.15), 
                rgba(0, 128, 0, 0.15), 
                rgba(0, 0, 255, 0.15), 
                rgba(75, 0, 130, 0.15), 
                rgba(238, 130, 238, 0.15));
            border: 2px solid rgba(224, 224, 224, 0.3);
            border-radius: 15px;
            padding: 40px;
            box-shadow: 
                0 25px 50px rgba(0, 0, 0, 0.25),
                0 15px 15px rgba(0, 0, 0, 0.22),
                inset 0 0 30px rgba(255, 255, 255, 0.5),
                0 0 20px rgba(255, 0, 0, 0.2),
                0 0 20px rgba(0, 0, 255, 0.2),
                0 0 20px rgba(0, 128, 0, 0.2);
            position: relative;
            z-index: 2;
            backdrop-filter: blur(8px);
            animation: rainbowMove 15s ease infinite, float 6s ease-in-out infinite;
            transform-style: preserve-3d;
            transition: all 0.5s ease;
        }
        
        .background-white::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            background: #29baff;
            border-radius: 20px;
            filter: blur(20px);
            opacity: 0.5;
            z-index: -1;
            animation: rainbowMove 15s ease infinite;
        }
        
        .background-white::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), transparent 70%);
            border-radius: 15px;
            z-index: -1;
        }
        
        @keyframes rainbowMove {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0) rotateX(3deg) rotateY(2deg); }
            50% { transform: translateY(-10px) rotateX(-3deg) rotateY(-2deg); }
        }
        
        .coming-soon-box {
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
            transform: translateZ(20px);
        }
		.coming-text h3 {
			font-size: 25px;
			color: #fff;
			text-transform: uppercase;
			text-shadow: 1px 2px 2px black;
		}
		.coming-text h4 {
			font-size: 20px;
			color: #fff;
			text-transform: uppercase;
			font-family: 'Bebas Neue', sans-serif;
			letter-spacing: 3px;
			margin: 25px 0;
			transform: perspective(500px) rotateX(10deg);
			background: linear-gradient(45deg, #ffffff, #e2fffd);
			-webkit-background-clip: text;
			background-clip: text;
			color: #fff;
			display: inline-block;
			padding: 10px 20px;
			border-radius: 10px;
			animation: pulse 3s infinite;
			text-shadow: 1px 1px 1px black;
		}