/* ===================================================
   ZEVIQ OFFICIAL WEBSITE V3
   Harvard + TED + Modern
=================================================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

background:#08111F;

color:white;

overflow-x:hidden;

line-height:1.7;

}

/* Scrollbar */

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#09111F;

}

::-webkit-scrollbar-thumb{

background:#FFD166;

border-radius:20px;

}

/* NAVBAR */

header{

position:fixed;

width:100%;

top:0;

left:0;

z-index:999;

}

.navbar{

width:92%;

margin:20px auto;

padding:18px 45px;

display:flex;

justify-content:space-between;

align-items:center;

background:rgba(255,255,255,.08);

backdrop-filter:blur(20px);

border-radius:20px;

border:1px solid rgba(255,255,255,.10);

}

.logo{

font-size:34px;

font-weight:800;

letter-spacing:6px;

color:#FFD166;

}

.nav-links{

display:flex;

list-style:none;

gap:35px;

}

.nav-links a{

color:white;

text-decoration:none;

transition:.35s;

font-weight:500;

}

.nav-links a:hover{

color:#FFD166;

}

.active{

color:#FFD166!important;

}

.join-btn{

background:#6C3BFF;

padding:14px 32px;

border-radius:50px;

color:white;

text-decoration:none;

transition:.35s;

}

.join-btn:hover{

transform:translateY(-5px);

background:#8455ff;

}

/* HERO */

.hero{
.hero::before{

content:"";

position:absolute;

width:700px;

height:700px;

border-radius:50%;

background:#6C3BFF;

filter:blur(180px);

opacity:.20;

top:-250px;

left:-250px;

animation:float1 10s ease-in-out infinite;

}

.hero::after{

content:"";

position:absolute;

width:600px;

height:600px;

border-radius:50%;

background:#FFD166;

filter:blur(180px);

opacity:.12;

bottom:-250px;

right:-250px;

animation:float2 12s ease-in-out infinite;

}
position:relative;

min-height:100vh;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

overflow:hidden;

padding:120px 30px;

background:
linear-gradient(rgba(8,17,31,.82),rgba(8,17,31,.90)),
url("https://images.unsplash.com/photo-1523580494863-6f3031224c94?auto=format&fit=crop&w=1920&q=80");

background-size:cover;

background-position:center;

background-attachment:fixed;

}

min-height:100vh;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

position:relative;

overflow:hidden;

padding:120px 20px;

background:linear-gradient(135deg,#08111F,#10254D,#18386F);

}

.hero::before{

content:"";

position:absolute;

width:700px;

height:700px;

background:#6C3BFF;

border-radius:50%;

filter:blur(180px);

opacity:.22;

top:-250px;

left:-250px;

animation:float1 10s infinite ease-in-out;

}

.hero::after{

content:"";

position:absolute;

width:600px;

height:600px;

background:#FFD166;

border-radius:50%;

filter:blur(180px);

opacity:.18;

bottom:-250px;

right:-250px;

animation:float2 12s infinite ease-in-out;

}

.hero-content{

max-width:900px;

position:relative;

z-index:2;

}

.hero-tag{

letter-spacing:6px;

font-size:15px;

color:#FFD166;

margin-bottom:20px;

}

.hero h1{

font-size:120px;

font-weight:800;

letter-spacing:12px;

text-transform:uppercase;

margin-bottom:20px;

text-shadow:0 10px 35px rgba(0,0,0,.45);

}{

font-size:110px;

font-weight:800;

letter-spacing:8px;

margin-bottom:15px;

}

.hero h2{

font-size:40px;

font-weight:500;

margin-bottom:25px;

color:#E6E9FF;

}

.hero-text{

font-size:21px;

max-width:820px;

margin:auto;

color:#D9E2FF;

line-height:1.9;

}

.hero-buttons{

margin-top:45px;

}

.btn-primary{

display:inline-block;

padding:18px 38px;

background:#6C3BFF;

border-radius:50px;

color:white;

text-decoration:none;

margin:10px;

transition:.35s;

font-weight:600;

}

.btn-primary:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(108,59,255,.45);

}

.btn-secondary{

display:inline-block;

padding:18px 38px;

border:2px solid white;

border-radius:50px;

color:white;

text-decoration:none;

margin:10px;

transition:.35s;

font-weight:600;

}

.btn-secondary:hover{

background:white;

color:#08111F;

}

/* Floating Animation */

@keyframes float1{

0%{transform:translateY(0);}
50%{transform:translateY(40px);}
100%{transform:translateY(0);}

}

@keyframes float2{

0%{transform:translateY(0);}
50%{transform:translateY(-40px);}
100%{transform:translateY(0);}

}
/* ===========================================
   SECTIONS
=========================================== */

section{

padding:100px 8%;

}

section h2{

font-size:48px;

text-align:center;

margin-bottom:60px;

font-weight:700;

color:#FFD166;

}

/* ===========================================
   STATS
=========================================== */

.stats-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:30px;

margin-top:40px;

}

.stat-card{

background:rgba(255,255,255,.08);

padding:40px;

border-radius:20px;

text-align:center;

backdrop-filter:blur(15px);

transition:.4s;

border:1px solid rgba(255,255,255,.08);

}

.stat-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 40px rgba(0,0,0,.35);

}

.stat-card h1{

font-size:55px;

color:#FFD166;

margin-bottom:10px;

}

.stat-card p{

font-size:18px;

color:#ddd;

}

/* ===========================================
   WHY ZEVIQ
=========================================== */

.why-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:30px;

}

.feature{

background:rgba(255,255,255,.08);

padding:35px;

border-radius:20px;

transition:.4s;

border:1px solid rgba(255,255,255,.08);

}

.feature:hover{

transform:translateY(-10px);

}

.feature h3{

margin-bottom:20px;

font-size:25px;

color:#FFD166;

}

.feature p{

color:#dddddd;

line-height:1.8;

}

/* ===========================================
   EVENTS
=========================================== */

.event-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}

.event-card{

background:rgba(255,255,255,.08);

padding:35px;

border-radius:20px;

transition:.4s;

}

.event-card:hover{

transform:scale(1.03);

}

.event-card h3{

color:#FFD166;

margin-bottom:18px;

}

/* ===========================================
   TESTIMONIALS
=========================================== */

.testimonial-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:30px;

}

.testimonial{

background:white;

color:#111;

padding:35px;

border-radius:20px;

transition:.35s;

}

.testimonial:hover{

transform:translateY(-10px);

}

.testimonial h4{

margin-top:20px;

color:#6C3BFF;

}

/* ===========================================
   NEWSLETTER
=========================================== */

.newsletter{

text-align:center;

}

.newsletter p{

max-width:700px;

margin:0 auto 40px;

color:#ddd;

}

.newsletter form{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

}

.newsletter input{

padding:18px;

width:340px;

border:none;

border-radius:50px;

font-size:16px;

outline:none;

}

.newsletter button{

padding:18px 35px;

border:none;

border-radius:50px;

background:#6C3BFF;

color:white;

cursor:pointer;

font-size:16px;

transition:.3s;

}

.newsletter button:hover{

background:#8455ff;

}

/* ===========================================
   FOOTER
=========================================== */

footer{

background:#050B16;

padding:70px 8% 30px;

margin-top:80px;

}

.footer-container{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:40px;

margin-bottom:40px;

}

.footer-container h2{

color:#FFD166;

margin-bottom:15px;

}

.footer-container h3{

margin-bottom:15px;

color:#FFD166;

}

.footer-container ul{

list-style:none;

}

.footer-container li{

margin:10px 0;

}

.footer-container a{

color:white;

text-decoration:none;

transition:.3s;

}

.footer-container a:hover{

color:#FFD166;

}

.copyright{

text-align:center;

border-top:1px solid rgba(255,255,255,.1);

padding-top:25px;

color:#999;

}

/* ===========================================
   MOBILE RESPONSIVE
=========================================== */

@media(max-width:900px){

.navbar{

flex-direction:column;

gap:20px;

padding:25px;

}

.nav-links{

flex-wrap:wrap;

justify-content:center;

}

.hero h1{

font-size:65px;

}

.hero h2{

font-size:42px;

font-weight:400;

color:#FFD166;

margin-bottom:30px;

}{

font-size:30px;

}

.hero-text{

font-size:18px;

}

section h2{

font-size:36px;

}

}

@media(max-width:600px){

.hero h1{

font-size:48px;

}

.hero h2{

font-size:24px;

}


{

font-size:16px;

}

.btn-primary,
.btn-secondary{

display:block;

margin:15px auto;

width:260px;

}

}
#themeBtn{

margin-left:20px;

padding:12px 18px;

border:none;

border-radius:50%;

cursor:pointer;

font-size:20px;

background:#FFD166;

}

.light{

background:white;

color:#111;

}

.light .navbar{

background:white;

}

.light .hero{

background:#f4f6fa;

}

.light .feature,
.light .stat-card,
.light .event-card{

background:white;

color:#111;

}
/* ===== JOIN PAGE ===== */

.join-section{

padding:120px 8%;

display:flex;

justify-content:center;

}

.join-card{

max-width:900px;

width:100%;

background:rgba(255,255,255,.08);

backdrop-filter:blur(20px);

padding:50px;

border-radius:25px;

border:1px solid rgba(255,255,255,.1);

box-shadow:0 20px 50px rgba(0,0,0,.3);

}

.join-header{

text-align:center;

margin-bottom:40px;

}

.join-header h1{

font-size:48px;

color:#FFD166;

margin-bottom:15px;

}

.join-header p{

color:#ddd;

font-size:18px;

line-height:1.8;

}

.row{

display:grid;

grid-template-columns:1fr 1fr;

gap:25px;

margin-bottom:25px;

}

.input-box{

margin-bottom:25px;

}

.input-box label{

display:block;

margin-bottom:10px;

font-weight:600;

color:#FFD166;

}

.input-box input,
.input-box textarea,
.input-box select{

width:100%;

padding:16px;

border-radius:12px;

border:1px solid rgba(255,255,255,.15);

background:rgba(255,255,255,.06);

color:white;

font-size:16px;

outline:none;

}

.input-box input::placeholder,
.input-box textarea::placeholder{

color:#bbbbbb;

}

.checkbox-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:12px;

margin-top:10px;

}

.checkbox-grid label{

color:white;

font-weight:400;

}

.submit-btn{

width:100%;

padding:18px;

font-size:20px;

font-weight:700;

background:linear-gradient(90deg,#6C3BFF,#8455FF);

border:none;

border-radius:15px;

color:white;

cursor:pointer;

transition:.3s;

}

.submit-btn:hover{

transform:translateY(-4px);

box-shadow:0 15px 35px rgba(108,59,255,.4);

}

@media(max-width:768px){

.row{

grid-template-columns:1fr;

}

.checkbox-grid{

grid-template-columns:1fr;

}

.join-card{

padding:30px;

}

.join-header h1{

font-size:36px;

}

}
/* ==========================================
   HAMBURGER MENU
========================================== */

.hamburger{

display:none;

flex-direction:column;

cursor:pointer;

gap:6px;

}

.hamburger span{

width:30px;

height:3px;

background:white;

border-radius:10px;

transition:.4s;

}

.hamburger.active span:nth-child(1){

transform:rotate(45deg) translateY(12px);

}

.hamburger.active span:nth-child(2){

opacity:0;

}

.hamburger.active span:nth-child(3){

transform:rotate(-45deg) translateY(-12px);

}

@media(max-width:900px){

.hamburger{

display:flex;

}

.nav-links{

position:absolute;

top:95px;

right:20px;

width:260px;

display:flex;

flex-direction:column;

background:rgba(8,17,31,.98);

padding:25px;

border-radius:20px;

display:none;

box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.nav-links.active{

display:flex;

animation:fadeMenu .35s;

}

}

@keyframes fadeMenu{

from{

opacity:0;

transform:translateY(-20px);

}

to{

opacity:1;

transform:translateY(0);

}

}
.logo{

display:flex;

align-items:center;

gap:15px;

cursor:pointer;

transition:.4s;

}

.logo img{

width:75px;

height:75px;

border-radius:50%;

object-fit:cover;

box-shadow:0 8px 25px rgba(255,209,102,.25);

transition:.4s;

}

.logo:hover img{

transform:rotate(-8deg) scale(1.1);

box-shadow:0 15px 35px rgba(255,209,102,.45);

}
/* HERO LOGO */

.hero{

position:relative;

overflow:hidden;

}

.hero-content{

position:relative;

z-index:2;

}

.hero-logo{

width:180px;

margin-bottom:25px;

filter:drop-shadow(0 15px 35px rgba(255,209,102,.45));

animation:floatLogo 4s ease-in-out infinite;

}

@keyframes floatLogo{

0%,100%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

}

.hero-buttons{

margin-top:40px;

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.scroll-indicator{

margin-top:60px;

font-size:18px;

letter-spacing:2px;

animation:bounce 2s infinite;

color:#FFD166;

}

@keyframes bounce{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(12px);

}

}
.btn-primary,
.btn-secondary{

display:inline-block;

padding:16px 36px;

border-radius:50px;

text-decoration:none;

font-weight:700;

transition:.3s;

}

.btn-primary{

background:#FFD166;

color:#08111F;

}

.btn-primary:hover{

transform:translateY(-4px);

box-shadow:0 12px 30px rgba(255,209,102,.35);

}

.btn-secondary{

border:2px solid #FFD166;

color:#FFD166;

}

.btn-secondary:hover{

background:#FFD166;

color:#08111F;

}
/* CONTACT PAGE */

.contact-section{

padding:90px 8%;

text-align:center;

}

.contact-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:30px;

margin-top:50px;

}

.contact-card{

background:rgba(255,255,255,.08);

padding:35px;

border-radius:18px;

backdrop-filter:blur(12px);

transition:.35s;

border:1px solid rgba(255,255,255,.08);

}

.contact-card:hover{

transform:translateY(-10px);

box-shadow:0 15px 35px rgba(0,0,0,.25);

}

.contact-card h3{

color:#FFD166;

margin-bottom:18px;

font-size:26px;

}

.contact-card p{

line-height:1.8;

}

.contact-form-section{

padding:100px 8%;

text-align:center;

}

.contact-form{

max-width:850px;

margin:auto;

display:flex;

flex-direction:column;

gap:20px;

}

.contact-form input,
.contact-form textarea,
.contact-form select{

padding:18px;

border-radius:12px;

border:none;

font-size:17px;

outline:none;

background:white;

color:#111;

}

.contact-form textarea{

resize:vertical;

min-height:180px;

}
/* ===== HOMEPAGE SECTIONS ===== */

.mission,
.vision,
.values,
.stats,
.cta{

padding:90px 8%;

text-align:center;

}

.mission p,
.vision p,
.cta p{

max-width:900px;

margin:20px auto;

font-size:19px;

line-height:1.9;

}

.value-grid,
.stats-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(230px,1fr));

gap:30px;

margin-top:45px;

}

.value-card,
.stat-card{

background:rgba(255,255,255,.08);

padding:35px;

border-radius:18px;

transition:.3s;

}

.value-card:hover,
.stat-card:hover{

transform:translateY(-8px);

}

.value-card h3,
.stat-card h3{

color:#FFD166;

margin-bottom:15px;

}

.cta{

background:rgba(255,209,102,.08);

border-radius:20px;

margin:60px 8%;

}
/* PROGRAMS */

.programs-container{

padding:80px 8%;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

}

.program-card{

background:rgba(255,255,255,.08);

padding:35px;

border-radius:18px;

transition:.3s;

border:1px solid rgba(255,255,255,.08);

}

.program-card:hover{

transform:translateY(-10px);

}

.program-card h2{

color:#FFD166;

margin-bottom:20px;

}

.program-card p{

line-height:1.8;

margin-bottom:20px;

}

.program-card ul{

padding-left:20px;

line-height:2;

margin-bottom:25px;

}
/* EVENTS PAGE */

.events-container{

padding:80px 8%;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

}

.event-card{

background:rgba(255,255,255,.08);

padding:35px;

border-radius:18px;

border:1px solid rgba(255,255,255,.08);

transition:.3s;

}

.event-card:hover{

transform:translateY(-10px);

}

.event-card h2{

color:#FFD166;

margin-bottom:15px;

}

.event-card p{

line-height:1.8;

margin-bottom:18px;

}
/* GALLERY */

.gallery-section{

padding:80px 8%;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

}

.gallery-card{

background:rgba(255,255,255,.08);

border-radius:18px;

overflow:hidden;

transition:.35s;

}

.gallery-card:hover{

transform:translateY(-10px);

}

.gallery-card img{

width:100%;

height:240px;

object-fit:cover;

display:block;

}

.gallery-info{

padding:25px;

}

.gallery-info h3{

color:#FFD166;

margin-bottom:10px;

}
/* TEAM PAGE */

.team-section{

padding:80px 8%;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:35px;

}

.team-card{

background:rgba(255,255,255,.08);

padding:30px;

border-radius:20px;

text-align:center;

transition:.35s;

border:1px solid rgba(255,255,255,.08);

}

.team-card:hover{

transform:translateY(-10px);

}

.team-card img{

width:140px;

height:140px;

border-radius:50%;

object-fit:cover;

margin-bottom:20px;

border:4px solid #FFD166;

}

.team-card h2{

color:#FFD166;

margin-bottom:8px;

}

.team-card h4{

margin-bottom:18px;

font-weight:500;

color:#cccccc;

}

.team-card p{

line-height:1.8;

}
/* NEWS PAGE */

.news-section{

padding:80px 8%;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(340px,1fr));

gap:35px;

}

.news-card{

background:rgba(255,255,255,.08);

padding:30px;

border-radius:18px;

transition:.35s;

border:1px solid rgba(255,255,255,.08);

}

.news-card:hover{

transform:translateY(-10px);

}

.news-date{

display:inline-block;

background:#FFD166;

color:#111;

padding:6px 14px;

border-radius:20px;

font-weight:bold;

margin-bottom:15px;

}

.news-card h2{

margin-bottom:15px;

color:#FFD166;

}

.news-card p{

line-height:1.8;

margin-bottom:20px;

}

.news-card a{

color:#FFD166;

text-decoration:none;

font-weight:bold;

}
/* NEWS PAGE */

.news-section{

padding:80px 8%;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(340px,1fr));

gap:35px;

}

.news-card{

background:rgba(255,255,255,.08);

padding:30px;

border-radius:18px;

transition:.35s;

border:1px solid rgba(255,255,255,.08);

}

.news-card:hover{

transform:translateY(-10px);

}

.news-date{

display:inline-block;

background:#FFD166;

color:#111;

padding:6px 14px;

border-radius:20px;

font-weight:bold;

margin-bottom:15px;

}

.news-card h2{

margin-bottom:15px;

color:#FFD166;

}

.news-card p{

line-height:1.8;

margin-bottom:20px;

}

.news-card a{

color:#FFD166;

text-decoration:none;

font-weight:bold;

}
/* TEAM PAGE */

.team-section{

padding:80px 8%;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:35px;

}

.team-card{

background:rgba(255,255,255,.08);

padding:30px;

border-radius:20px;

text-align:center;

transition:.35s;

border:1px solid rgba(255,255,255,.08);

}

.team-card:hover{

transform:translateY(-10px);

}

.team-card img{

width:140px;

height:140px;

border-radius:50%;

object-fit:cover;

margin-bottom:20px;

border:4px solid #FFD166;

}

.team-card h2{

color:#FFD166;

margin-bottom:8px;

}

.team-card h4{

margin-bottom:18px;

font-weight:500;

color:#cccccc;

}

.team-card p{

line-height:1.8;

}
/* =========================
   JOIN PAGE FORM
========================= */


.join-form {

max-width: 900px;

margin: 40px auto;

padding: 40px;

background: rgba(255,255,255,0.05);

border-radius: 20px;

backdrop-filter: blur(10px);

border: 1px solid rgba(255,255,255,0.15);

}



.row {

display: flex;

gap: 25px;

margin-bottom: 20px;

}



.input-box {

width: 100%;

margin-bottom: 25px;

}



.input-box label {

display: block;

margin-bottom: 10px;

font-weight: 600;

}



.input-box input,
.input-box select,
.input-box textarea {


width: 100%;

padding: 15px;

border-radius: 12px;

border: none;

outline: none;

font-size: 15px;

background: rgba(255,255,255,0.1);

color: white;

border: 1px solid rgba(255,255,255,0.2);

}



.input-box textarea {

resize: vertical;

}



.input-box input::placeholder,
.input-box textarea::placeholder {

color: #ccc;

}





.checkbox-grid {

display: grid;

grid-template-columns: repeat(2,1fr);

gap: 15px;

}



.checkbox-grid label {

background: rgba(255,255,255,0.05);

padding: 12px;

border-radius: 10px;

cursor: pointer;

}



.checkbox-grid input {

margin-right: 8px;

}





.join-form .btn-primary {

margin-top: 20px;

width: 100%;

font-size: 18px;

cursor: pointer;

}





/* MOBILE */

@media(max-width:768px){


.row {

flex-direction: column;

}


.checkbox-grid {

grid-template-columns: 1fr;

}


.join-form {

padding: 25px;

}


}
.form-title{

font-size:38px;

margin-bottom:10px;

text-align:center;

color:#FFD166;

}

.form-subtitle{

text-align:center;

margin-bottom:50px;

opacity:.8;

font-size:18px;

}

.form-section{

margin-top:45px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.15);

}

.form-section h3{

margin-bottom:25px;

color:#FFD166;

font-size:24px;

}

.join-form{

max-width:950px;

margin:auto;

padding:50px;

background:rgba(255,255,255,.07);

border-radius:25px;

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.1);

}

.input-box{

display:flex;

flex-direction:column;

margin-bottom:22px;

flex:1;

}

.input-box label{

margin-bottom:10px;

font-weight:600;

}

.input-box input,
.input-box select,
.input-box textarea{

padding:15px;

border-radius:12px;

border:1px solid rgba(255,255,255,.15);

background:rgba(255,255,255,.05);

color:white;

font-size:16px;

}

.input-box textarea{

resize:vertical;

}

.row{

display:flex;

gap:25px;

}

.checkbox-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:15px;

margin-top:15px;

}

.agree{

display:flex;

align-items:flex-start;

gap:12px;

margin-top:20px;

line-height:1.7;

}

.submit-btn{

width:100%;

margin-top:40px;

padding:18px;

font-size:20px;

border:none;

border-radius:14px;

background:#FFD166;

color:#111;

font-weight:bold;

cursor:pointer;

transition:.3s;

}

.submit-btn:hover{

transform:translateY(-4px);

box-shadow:0 10px 30px rgba(255,209,102,.35);

}