
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kufam:ital,wght@0,400..900;1,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 0;

}
.slider{
    width: 800;
    min-height: 80vh;
    aspect-ratio: 16/9;
    background:#a87345
}

.slider-background{
    width: 100%;
    height: 100%;
    object-fit: cover;

}

 .slider-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;   
}  


h1{
    font-size: 4rem; 
    color:#df9b9b  
}

h2{
    font-size: 2.4rem;
    color: #df9b9b;
}

p{
    font-size: 1.5rem;
    line-height: 1.5rem;
    color :#df9b9b;
}

.slider-content p{
    font-size: 2rem;
    font-weight: 350;
    color:#372423 
}
.section{
    padding: 100px 0;
}

.bored{
    max-width: 1200px;
    margin:text-align auto;
}

.flex{
    display: flex;
}

.w40{
    width: 40%;
}

.w60{
    width: 60%;
}

.text-align:center{
    
}
.section dark{
    coler:#372423 
}