:root {
    --primary-color: #141414;
    --secondary-color: #576F35;

    --brown-color: #BEA69E;

    --bg1-color: #576F35;
    --bg2-color: #7A3145;
    --white-color: #FBFBFB;
    --button-bg-color:  var(--bg2-color);
    --button-hover-color: #622133;
    --button-hover-color2: var(--white-color);
    --button-text-color: #212121;
    --text-color: var(--white-color);
    --text-hover-color: var(--brown-color);
}

/* General styles */
*, 
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
    font-family: 'Inter Tight', sans-serif;
    color: var(--text-color);
    background-color: #ffffff;
}

img {
    display: block;
    width: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: var(--text-color);
}
li {
    list-style: none;
}
.icon {
    fill: #F4F4FD;
    width: 18px;
    height: 18px;
    gap: 8px;
    fill: var(--text-color);
}
.container {
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
}


/* General usage */
button {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
}

button:hover {
    background-color: var(--button-hover-color);
    color: var(--brown-color);
}
.header {
    background-color: transparent;
    /* color: #F4F4FD; */
    color:black;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: fixed;

}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 100px;
    width: 100%;
}

.menubar {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;


}
.menubar a {
    color: var(--text-color);
}
.menubar a:hover, .menubar a:focus{
    color: var(--text-hover-color);
}
.menubar-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 12px;
    color: var(--white-color);
}
.logo-placer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.logo-placer-item {
    height: 18px;
    gap: 8px;
    background-color: red;

}
.logo-icon {
    width: 18px;
    height: 18px;
    gap: 8px;
    fill: var(--text-color);
}
.logo-text {
    width: 168px;
    height: 15px;
}
/* Hero Section */
.hero {
    background-color: var(--bg1-color);
    color: var(--white-color);
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}
/* How It Works */
.howitworks {
    display: flex;
    flex-direction: column;

}
.how-it-works-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.how-it-works-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--bg2-color);
}
.how-it-works-image-img {
    margin: 20px 0;
    overflow: hidden;
    border-radius: 15px;

}
.how-it-works-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--bg1-color);
    color: var(--white-color);
    text-align: center;
}
.how-it-works-steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}
.how-it-works-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: var(--bg2-color);
    color: var(--white-color);
    width: 100%;
    padding: 12px 25px 12px 24px;
    gap: 10px;
    border-radius: 15px;
    opacity: 0px;
    background: var(--white-color);
    color: var(--primary-color);

}
.order-list-span {
    font-weight: 500;
    background-color: var(--bg2-color);
    color: var(--white-color);
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 5px solid #7A31454D
}
.description-bold-span{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--brown-color);
}


/* Advertisement */
.advertisement {
    background-color: var(--white-color);
    color: var(--white-color);
    text-align: center;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
}
.discount-highlight-span {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    background-color: var(--bg1-color);
    color: var(--white-color);
}
.veggies {
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--bg2-color);
}
.vegie-cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: var(--primary-color);
}
.veggie-card-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: var(--white-color);
    color: var(--bg2-color);
    padding: 20px;
    border-radius: 15px;
}
.review {
    background-color: var(--white-color);
    color: var(--primary-color);
    text-align: center;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-color-span {
    color: var(--bg1-color);
    text-transform: uppercase;
}
.your-order {
    background-color: var(--bg2-color);
    color: var(--white-color);
    text-align: center;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.order-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: var(--primary-color);
}
.order-card-item:first-child {
    background-color: var(--white-color);
}
.order-card-item:last-child {
    background-color: var(--bg1-color);
}

/* Footer */
.footer-content {
    background-color: var(--bg2-color);
    color: var(--white-color);
    text-align: left;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}
.footer-logo {
    display: block;
    
}
.footer-logo p {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 20px 0;
    width: 40%;
}
.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: baseline;
    align-items: flex-start;
    gap: 20px;
}
.footer-address {
    text-align: left;
}
.privacy-policy {
    background-color: var(--bg2-color);
    color: var(--bg1-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;

}
.privacy-policy a {
    color: var(--bg1-color);
}