
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    background-color: #f9faf8;
    color: #f9faf8;
    font-family: Roboto,Arial,Helvetica;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
a {
    
    font-size: 24px;
}
h1 {
    font-size: 48px;
    font-style: none;
    font-weight: 900;
    margin-bottom: -10px;
    padding: 0px;
}
.header {
    background-color: #e0c28f;  
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #121111;
}
.navbar-left {
    font-weight: 600;
    justify-content: center;
}
ul {
    display: flex;
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
    gap: 15px;
}
.header-content {
    display: flex;
    justify-content: center;
    gap: 52px;
    margin: 50px;
    flex: 1;
}
button {
    background-color: #1a1818;
    color: #f9faf8;
    font-size: 14px;
    border-radius: 6px;
    width: 80px;
    height: 40px;
    cursor:pointer;
}
img {
    width: 400px;
    margin-bottom: 30px;
}
.title {
    color: #1a1818;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin: 30px;
}
.gallery {
    display: flex;
    color: #1a1818; 
    justify-content: center;   
    gap: 15px;
    flex: 1;
    flex-wrap: wrap;
}
.card {
    max-width: 400px;
    text-align: center;
    font-weight: 500;
}
.card:hover{
    cursor: pointer;
}
.quote {
    background-color: #1a1818;
    color: #f9faf8;
    font-size: 36px;
    display: flex;
    flex-direction: column;
    padding: 60px;
    align-items: center;
    line-height: 1.5;
    font-style: italic;
    min-height: 180px;
    margin-top: 30px;
}
h6 {
    display: flex;
    justify-content:flex-start;
    padding: 0;
    margin-bottom: 0;
}
.action-section {
    background-color: #e0c28f;
    display: flex;
    justify-content: center;
}
.action-card {
    background-color: #f9faf8;
    color: #1a1818;
    min-height: 60px;
    max-width: 1000px;
    display: flex;
    flex: 1;
    justify-content: space-evenly;
    align-items: center;
    gap: 52px;
    margin: 50px;
    padding: 30px;
    border-radius: 10px;
}
.action-text {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    line-height: 1.25;
}
.footer {
    background-color: #1a1818;
    display: flex;
    justify-content: center;
    padding: 10px;
}