*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:Poppins,sans-serif;

background:#fff8f9;

color:#222;

}

.navbar{

display:flex;

justify-content:space-between;

align-items:center;

padding:20px 8%;

background:#111;

}

.logo img{

height:70px;

}

.navbar ul{

display:flex;

list-style:none;

gap:35px;

}

.navbar a{

text-decoration:none;

color:white;

}

.btn{

background:#d98ca2;

padding:12px 25px;

border-radius:8px;

color:white;

font-weight:600;

}

.hero{

display:flex;

align-items:center;

justify-content:space-between;

padding:80px 8%;

}

.hero-text{

width:50%;

}

.hero-text h4{

letter-spacing:2px;

color:#c07a91;

margin-bottom:20px;

}

.hero-text h1{

font-family:"Cormorant Garamond",serif;

font-size:72px;

font-weight:700;

line-height:1;

margin-bottom:30px;

}

.hero-text span{

color:#d98ca2;

}

.hero-text p{

font-size:18px;

margin-bottom:35px;

}

.hero-image{

width:45%;

}

.hero-image img{

width:100%;

border-radius:20px;

}
