:root {
  --color-brand-primary: #FFB7B2;  /* Pink */
  --color-brand-secondary: #B5EAD7; /* Mint */
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
    background: #1a1a1a;
    background-attachment: fixed;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 300;
    min-height: 100vh;
}
.wrap {
	width: 80%;
	margin: 0px auto;
}
.content { min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.content-grid {
	text-align: center;
}
input[type="text"] {
	font-family: 'Alegreya Sans', sans-serif;
	border: none;
	-webkit-border-radius: 3px 33px 33px 3px;
	border-radius: 10px 33px 33px 10px;
	color: rgba(85, 85, 85, 0.85);
	font-size: 1.1em;
	display: inline;
	padding: 19.7px 13px;
	background: #f5f5f5;
	border-top: 2px solid #000;
	outline: none;
	width: 33%;
	box-shadow: 0px 11px 34px #111;
	vertical-align: middle;
}
form {
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

.grid  {
	text-align: center;
	margin-top: 1em;
}
.grid h3 {
	font-family: 'Petit Formal Script', cursive;
	color: #FFF;
	display: block;
	padding-bottom: 2.5em;
	font-size: 1.6em;
	padding-top: 1.5em;
	font-weight: 600;
	text-align: center;
}
.footer
{
	
}
.footer p.a {
	
	display: block;
	line-height: 1.8em;
	text-align: center;
	margin-top: 2em;
}
.footer p {
	font-family: 'Titillium Web', sans-serif;
	color:rgba(14, 151, 243, 0.63);
	display: block;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.8em;
	text-align: center;
	margin-top: 1em;
	text-shadow: 0px 1px 0px rgba(255, 250, 250, 0.09);
}
.footer p.a a{
	color: #000;
		-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-weight: 900;
}
.footer p a{
	color: #0E97F3;
		-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
}
.footer p a:hover{
	color: #fff;
}
/*-----start-responsive-design------*/
@media only screen and (max-width: 1366px) and (min-width: 1280px){
	.wrap{
		width:95%;
	}
	

}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:95%;
	}
	
	input[type="text"] {
		width: 37%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:95%;
	}
		.grid p {
		margin-top: 1em;
	}
	.grid h3 {
		padding-top: 1.2em;
		padding-bottom: 2em;
	}
	.footer p.a {
		margin-top: 2em;
	}
	input[type="text"] {
		width: 45%;
	}
	
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.content-grid p {
		margin-top: 3em;
	}
	.grid p{
		margin-top: 0em;
	}
	.grid p img {
		width: 80%;
		margin-top: 1em;
	}
	.grid h3 {
		font-size: 1em;
		padding-top: 1.5em;
		padding-bottom: 3em;
	}
	input[type="text"] {
		font-size: 0.8em;
		padding: 19.7px 13px;
		width: 57%;
	}
	.footer p.a {
		margin-top: 2em;
		margin-bottom: 0em;
	}
	.footer p {
		margin-bottom: 1em;
	}
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
	.wrap{
		width:95%;
	}
	
	.content-grid {
		text-align: center;
		margin: 0px auto;
	}
	.grid {
		margin-top: 0em;
	}
	.grid p{
		margin-top: 0em;
	}
	.grid p img {
		width: 283px;
		margin-top: 0.3em;
	}
	.grid h3 {
		font-size: 0.9em;
		padding-top: 1.2em;
		padding-bottom: 1.7em;
	}
	input[type="text"] {
		font-size: 0.9em;
		padding: 10.7px 13px;
		width: 72%;
	}
	.footer p.a {
		margin-top: 2.7em;
		margin-bottom: 0em;
	}
	.footer p.a a img {
		margin-bottom: 0em;
		width:100px;
	}
	.footer p {
		margin-bottom: 1em;
		margin-top: 0.8em;
        font-size:0.9em;
	}
}
@media only screen and (max-width: 320px) and (min-width: 240px) {
	.grid p img {
		width: 100%;
		margin-top: 0em;
	}
	
	.content-grid p {
		margin-top:1em;
	}
	
	.grid p{
		margin-top: 0em;
	}
	
	.grid h3 {
		font-size: 1em;
		padding-top: 1em;
		padding-bottom: 1.4em;
	}
	input[type="text"] {
		font-size: 0.9em;
		padding: 10.7px 13px;
		width: 72%;
	}
	.footer p.a {
		margin-top: 2.5em;
		margin-bottom: 0em;
	}
	.footer p {
		margin-bottom: 1em;
	}
	.wrap{
		width:95%;
	}
}
/* Coming Soon Animation */
.coming-soon {
	font-family: 'Bangers', cursive;
	color: #FFF;
	font-size: 6em; /* Increased size to match the bold look */
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	text-align: center;
	display: block;
    letter-spacing: 5px;
    text-shadow: 
        3px 3px 0 #000,
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.word-coming, .word-soon {
	display: inline-block;
}

.word-soon {
	margin-left: 0.5em;
}

.letter {
	display: inline-block;
	opacity: 0;
	position: relative;
	top: -100px;
	animation: dropIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

/* Staggered animation delays for 1 by 1 drop */
/* COMING */
.word-coming .letter:nth-child(1) { animation-delay: 0.1s; }
.word-coming .letter:nth-child(2) { animation-delay: 0.2s; }
.word-coming .letter:nth-child(3) { animation-delay: 0.3s; }
.word-coming .letter:nth-child(4) { animation-delay: 0.4s; }
.word-coming .letter:nth-child(5) { animation-delay: 0.5s; }
.word-coming .letter:nth-child(6) { animation-delay: 0.6s; }

/* SOON... */
.word-soon .letter:nth-child(1) { animation-delay: 0.7s; }
.word-soon .letter:nth-child(2) { animation-delay: 0.8s; }
.word-soon .letter:nth-child(3) { animation-delay: 0.9s; }
.word-soon .letter:nth-child(4) { animation-delay: 1.0s; }
.word-soon .letter:nth-child(5) { animation-delay: 1.1s; }
.word-soon .letter:nth-child(6) { animation-delay: 1.2s; }

/* Weird orientation for letters */
.letter:nth-child(odd) {
    transform: rotate(5deg);
}

.letter:nth-child(even) {
    transform: rotate(-3deg);
}

.letter:nth-child(3n) {
    transform: rotate(-6deg);
}


@keyframes dropIn {
	0% {
		opacity: 0;
		top: -100px;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}

/* Logo Animation */
.logo-wrapper {
	text-align: center;
	margin: 2em auto;
	max-width: 800px;
	width: 90%;
    opacity: 0;
    animation: curtainReveal 1.7s ease 2.7s forwards;
}

.logo-wrapper img {
	width: 100%;
	height: auto;
}

@keyframes curtainReveal {
	0% {
		opacity: 1;
		clip-path: inset(0 100% 0 0);
	}
	100% {
		opacity: 1;
		clip-path: inset(0 0 0 0);
	}
}

/* Social Media Links */
.social-links {
	text-align: center;
	margin-top: 2em;
	display: flex;
	justify-content: center;
	gap: 2em;
	flex-wrap: wrap;
}

.social-btn, .social-btn:visited, .social-btn:active {
	display: flex;
	align-items: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.1);
	padding: 12px 25px;
	border-radius: 30px;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #fff !important;
}

.social-btn:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.social-btn img {
	width: 32px;
	height: 32px;
	display: block;
}

.social-btn span {
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .coming-soon {
        font-size: 3em;
    }
    .social-links {
        gap: 1em;
    }
}

@media only screen and (max-width: 480px) {
    .coming-soon {
        font-size: 2.2em;
    }
    .social-btn span {
        font-size: 1em;
    }
}



.letter:nth-child(odd) {
    color: var(--color-brand-primary);
}
.letter:nth-child(even) {
    color: var(--color-brand-secondary);
}
/* Ensure text-shadow doesn't overpower the colors */
.coming-soon {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

