/* =========================
   FONTS
========================= */

@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-RegularDEMO.otf') format('opentype');
}

/* =========================
   GLOBAL
========================= */

body{
margin:0;
font-family:'Poppins', sans-serif;
background:#dedbcc;
color:#24372d;
}

html{
scroll-behavior:smooth;
}

img{
max-width:100%;
height:auto;
display:block;
}

.container{
max-width:1200px;
width:90%;
margin:auto;
}

/* =========================
   NAVBAR
========================= */

.navbar{
background:#a51d1d;
padding:15px 0;
}

.nav-container{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo img{
height:28px;
}

.nav-links{
display:flex;
gap:30px;
list-style:none;
margin:0;
padding:0;
}

.nav-links a{
color:white;
text-decoration:none;
font-size:16px;
}

.nav-links a:hover{
opacity:0.8;
}

/* =========================
   BURGER MENU
========================= */

.burger{
display:none;
flex-direction:column;
cursor:pointer;
gap:5px;
}

.burger div{
width:25px;
height:3px;
background:white;
}

/* =========================
   HERO
========================= */

.hero{
background-image:url("../images/cake-hero.png");
background-size:cover;
background-position:70% center;
background-repeat:no-repeat;

height:520px;

border-radius:25px;

display:flex;
align-items:center;

padding-left:80px;
margin-top:30px;
}

.hero-content{
max-width:420px;
}

.signature{
letter-spacing:4px;
font-style:italic;
font-size:18px;
color:#202f25;
}

.hero h1{
font-family:'Recoleta', serif;
font-size:52px;
letter-spacing:-1px;
margin:10px 0 20px;
}

.order-btn{
display:inline-block;
padding:12px 32px;
border-radius:30px;
border:1px solid #a51d1d;
text-decoration:none;
color:#000;
transition:0.2s;
}

.order-btn:hover{
background:#a51d1d;
color:white;
}

/* =========================
   TAGLINE
========================= */

.tagline{
background-image:url("../images/tags-bg.png");
background-size:cover;
background-position:center;
background-repeat:no-repeat;

color:white;
text-align:center;
padding:110px 20px;
}

.tagline-title{
font-family:'Recoleta', serif;
font-size:40px;
margin-bottom:5px;
}

.curve-text{
display:block;
margin:0 auto;
}

.curve-text text{
font-family:'Recoleta', serif;
font-size:35px;
fill:white;
letter-spacing:2px;
font-weight:bold;
}

.tagline-brand{
display:flex;
align-items:center;
justify-content:center;
gap:15px;
margin-bottom:25px;
}

.tagline-brand img{
height:40px;
}

.star{
color:white;
font-size:35px;
}

/* TAGS */

.tags{
margin-top:20px;
}

.tags span{
background:white;
color:#333;
padding:10px 18px;
border-radius:25px;
margin:6px;
display:inline-block;
font-size:14px;
}

/* =========================
   SECTION TITLE
========================= */

.section-title{
text-align:center;
font-family:'Recoleta', serif;
font-size:36px;
margin-bottom:50px;
}

/* =========================
   PRODUCTS / MENU
========================= */

/* PRODUCTS */

.products{
padding:60px 0;
}

.product{
text-align:center;
border:1px solid #b9b7a7;
padding:30px;
background:#f4f3ef;
transition:0.3s;
}

.product:hover{
transform:translateY(-6px);
box-shadow:0 12px 25px rgba(0,0,0,0.08);
}

.product-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

.product{
text-align:center;
border:1px solid #b9b7a7;
padding:30px;
background:#f4f3ef;
}

.product img{
width:140px;
margin-bottom:15px;
margin-left:auto;
margin-right:auto;
}

.product p{
letter-spacing:3px;
font-size:14px;
color:#24372d;
}

/* SHOP MORE */

.shop-more{
text-align:center;
margin-top:40px;
}

.shop-btn{
display:inline-block;
padding:12px 35px;
border-radius:30px;
border:2px solid #a51d1d;
text-decoration:none;
color:#a51d1d;
transition:0.2s;
}

.shop-btn:hover{
background:#a51d1d;
color:white;
}

/* =========================
   CONTACT
========================= */

.contact{
padding:80px 0;
border-top:1px solid #c9b7b3;
margin-top:20px;
}

.contact h2{
margin-bottom:30px;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:100px;
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:12px;
margin-bottom:15px;
border-radius:20px;
border:1px solid #ccc;
}

.contact-form textarea{
height:120px;
}

.contact-btn{
margin-top:10px;
padding:12px 28px;
border-radius:30px;
border:1px solid #a51d1d;
background:#a51d1d;
color:white;
font-size:14px;
cursor:pointer;
transition:0.2s;
}

.contact-btn:hover{
background:#8c1616;
}

/* =========================
   FOOTER
========================= */

.footer{
background:#1f3b2d;
color:white;
padding:40px 0;
margin-top:80px;
}

.footer-grid{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.footer-links{
list-style:none;
display:flex;
gap:30px;
padding:0;
margin:0;
}

.footer-links a{
text-decoration:none;
color:white;
font-size:14px;
}

.footer-links a:hover{
opacity:0.7;
}

/* =========================
   ABOUT PAGE
========================= */

.about{
padding:40px 0 80px;
}

.about-content{
max-width:750px;
margin:auto;
line-height:1.9;
font-size:16px;
text-align:justify;
}

.about-content p{
margin-bottom:20px;
}

.about-products{
padding:80px 0;
text-align:center;
}

.about-products h2{
font-family:'Recoleta', serif;
margin-bottom:40px;
}

.about-product-grid{
display:flex;
justify-content:center;
gap:60px;
flex-wrap:wrap;
}

.about-product img{
width:120px;
margin-bottom:10px;
}

.about-message{
text-align:center;
padding:50px 0;
max-width:700px;
margin:auto;
}

.about-message h2{
font-family:'Recoleta', serif;
font-size:30px;
margin-top:40px;
}

.about-hero h1{
font-family:'Recoleta', serif;
text-align:center;
font-size:30px;
color:#24372d;
margin-bottom:10px;
margin-top: 100px;
}

.about-subtitle{
max-width:600px;
margin:auto;
text-align:center;
opacity:0.7;
}
/* =========================
   TERMS PAGE
========================= */

.terms-hero{
text-align:center;
padding:80px 0 40px;
}

.terms-hero h1{
font-family:'Recoleta', serif;
font-size:48px;
margin-bottom:10px;
}

.terms-subtitle{
max-width:600px;
margin:auto;
opacity:0.7;
}

.terms{
padding:40px 0 100px;
}

.terms-content{
max-width:700px;
margin:auto;
line-height:1.8;
}

.terms-content h3{
font-family:'Recoleta', serif;
margin-top:35px;
margin-bottom:10px;
}

.terms-content p{
opacity:0.85;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:900px){

.hero{
padding-left:40px;
height:460px;
}

.hero h1{
font-size:42px;
}

.product-grid{
grid-template-columns:repeat(2,1fr);
}

.contact-grid{
grid-template-columns:1fr;
gap:50px;
}

}

@media (max-width:600px){

.hero{
height:420px;
padding:30px;
background-position:center;
}

.hero h1{
font-size:34px;
}

.signature{
font-size:16px;
}

.product-grid{
grid-template-columns:1fr;
}

.tagline-title{
font-size:32px;
}

.curve-text text{
font-size:26px;
}

.star{
font-size:24px;
}

}

/* =========================
   MOBILE NAV
========================= */

@media (max-width:550px){

.nav-links{
display:none;
position:absolute;
top:70px;
right:20px;
background:#a51d1d;
flex-direction:column;
padding:20px;
border-radius:10px;
}

.nav-links.active{
display:flex;
}

.burger{
display:flex;
}

}
