

body{
    font-family: 'Poppins' , sans-serif;
    display: flex;
    flex-direction:column;
    padding: 0;
    margin: 0;
}
.header{
    display:flex;
    justify-content: space-around;
    padding: 16px;
    gap: 36px;
    background-color: #2c2c2c;
    
    
}
.logo{
    color: #c9a227;
    font-weight: 700;
    font-family: 'Playfair Display' , serif;
}
ul{
    display:flex;
    gap: 36px;
    padding: 0;
    margin: 0;
    list-style: none;
    
}
li a{
    text-decoration: none;
    color: #f2e9e4;
    
}
 a:hover{
    color: #c9a227;

}
.hero{
    width: 300px;

}
    

.cont-1{
    display: flex;
    flex: 1;
    justify-content: space-around;
    padding: 16px;
    background-color:#2c2c2c;
    color: #f2e9e4;

}
p{
    font-size: 14px;
    color: #f2e9e4;
    
    
}
h1{

    font-family: 'Playfair Display' , serif;
    font-weight: 700;
}
button{
    background-color: #c9a227;
    color:#2c2c2c;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 600;
}
.cont-2{
    display: flex;
    justify-content: space-around;
    padding: 16px;

} 
.section-2{
    display: flex;
    flex-direction: column;
    background-color: #f2e9e4;
    padding: 16px;
}
h2{
    color: #c9a227;
    font-weight: 700;
    font-family: 'Playfair Display' , serif;
    
    
}

.box{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 16px;
    width: 220px;
    
    

}




.photo img{
    border: none;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 180px;
}
.information{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    gap: 16px;
    flex-wrap: wrap;
    
}
.title{
    color: #2c2c2c;
    font-weight: 18px;
}
.text{
    color: #9a8c98;
    font-size: small;
    padding-right: 4px;
}
.cont-3{
     display: flex;
     flex-direction: column;
    justify-content: space-around;
    padding: 26px;
    align-items: center;
    background-color:#6b8e9f;
    
}
.para{
    
    color: #f2e9e4;
    width: 400px;
   font-weight: 500;
    padding: 50px 15px;
     
}
span{
    color: #2c2c2c;
    font-weight: 700;
    font-family: 'Playfair Display' , serif;
    
    
}
.cont-4{
     display: flex;
     flex-direction: column;
    justify-content: space-around;
    padding: 26px;
    align-items: center;
    background-color: #f2e9e4;
    padding: 50px 15px;
    
}
.banner{
    background-color: #c9a227;
    color: #2c2c2c;
    width: 600px;
    border-radius: 8px;
    text-align: center;
    padding: 6px;
}
.banner h3{
 
    font-family: 'Playfair Display' , serif;  
    margin-bottom: 16px; 
    font-size: 28px;
}
.banner p{
    color: #2c2c2c;
    font-size: small;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    
}
.banner button{
    background-color: #2c2c2c;
    color: #f2e9e4;
    margin-bottom: 10px;
    font-family: 'Playfair Display' , serif;
}
.cat-4{
     display: flex;
     flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #2c2c2c;
}
.footer p{
    color: #f2e9e4;
    font-size: 14px;
}