body {

margin:0;
font-family:Montserrat;
background:#0b1b33;
color:white;

}


/* NAV */

.nav {

display:flex;
justify-content:space-between;
align-items:center;
padding:20px;
background:#081428;

}

.logo {

display:flex;
align-items:center;

}

.logo img {

height:60px;

}

.menu {

list-style:none;
display:flex;
gap:20px;

}

.menu li {

cursor:pointer;

}

.btn {

background:red;
color:white;
border:none;
padding:10px 20px;
font-weight:bold;
cursor:pointer;

}



/* HERO */

.hero {

text-align:center;
padding:100px 20px;
background:linear-gradient(#0b1b33,#001122);

}

.hero h1 {

font-size:48px;

}

.shop {

margin-top:20px;
padding:15px 30px;
font-size:18px;
background:red;
border:none;
color:white;

}



/* PRODUCTS */

.products {

padding:60px;
text-align:center;

}

.cards {

display:flex;
justify-content:center;
gap:30px;

}

.card {

background:#122544;
padding:20px;
width:200px;

}

.plate {

height:80px;
background:white;
margin-bottom:10px;

}


/* WHY */

.why {

background:#09162c;
padding:60px;
text-align:center;

}

.why-box {

display:flex;
justify-content:center;
gap:30px;

}



/* CTA */

.cta {

padding:80px;
text-align:center;
background:linear-gradient(red, darkred);

}

.cta button {

padding:15px 30px;
font-size:18px;

}



/* FOOTER */

footer {

background:black;
text-align:center;
padding:20px;

}


.quote-section {

background:#0b1b33;
padding:80px 20px;
display:flex;
justify-content:center;

}


.quote-box {

background:#122544;
padding:40px;
width:700px;
max-width:90%;
border-radius:8px;
box-shadow:0 0 25px rgba(0,0,0,0.6);

}


.quote-box h2 {

text-align:center;
margin-bottom:25px;

}


.quote-box form {

display:flex;
flex-direction:column;
gap:15px;

}


.row {

display:flex;
gap:15px;

}


.row input {

flex:1;
padding:12px;
font-size:16px;
border:none;
border-radius:4px;

}


.quote-box textarea {

width:100%;
height:140px;
padding:12px;
border:none;
border-radius:4px;
box-sizing:border-box;

}


.quote-box button {

margin-top:10px;
padding:15px;
font-size:18px;
background:#ff0000;
color:white;
border:none;
border-radius:5px;
cursor:pointer;
font-weight:bold;

}


.quote-box button:hover {

background:#cc0000;

}

.nav {

display:flex;
justify-content:space-between;
align-items:center;
padding:20px;
background:#081428;

}


.row {
display:flex;
gap:10px;
margin-bottom:10px;
}

.row input,
.row select {
flex:1;
padding:10px;
}

.half {
flex:0.5;
}

.small-notes {
height:120px;
width:100%;
padding:10px;
}

.footer {
background:#000;
color:#fff;
padding:50px 0 20px;
font-family:Arial, sans-serif;
}

.footer-container {
max-width:1100px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:40px;
padding:0 20px;
}


/* LEFT */

.footer-left {
display:flex;
flex-direction:column;
gap:10px;
}

.footer-left a {
color:#fff;
text-decoration:none;
font-size:14px;
}

.footer-left a:hover {
color:#aaa;
}


/* CENTER */

.footer-center {
flex:1;
text-align:center;
}

.footer-logo {
font-size:20px;
letter-spacing:3px;
font-weight:600;
margin-top:5px;
}


/* RIGHT */

.footer-right {
text-align:right;
min-width:220px;
}

.footer-right h3 {
margin-bottom:10px;
font-size:16px;
}

.footer-right ul {
list-style:none;
padding:0;
margin:0;
}

.footer-right li {
margin-bottom:8px;
}

.footer-right a {
color:#fff;
text-decoration:none;
}

.footer-right a:hover {
color:#ccc;
}


/* SOCIAL */

.footer-right i {
margin-right:5px;
}

.footer-right .social a {
font-size:18px;
margin-right:10px;
}


/* BOTTOM */

.footer-bottom {
text-align:center;
margin-top:30px;
padding-top:15px;
border-top:1px solid #222;
font-size:13px;
}