body {
    font-family: 'Open Sans', sans-serif;
}

.btn-getstarted {
    border-radius: 17px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: auto 2px !important;
}

#aboutText {
    background-color: unset !important;
}

#abouText h3, #abouText h4 {
    font-family: 'Open Sans', sans-serif !important;
} 

.about .container:nth-child(2) {
    margin-top: -50px !important;
    /* background-color: red; */
}

.about p{
    font-size: 15px;
    color: #555;
}

#login{
    background-color: rgba(0, 0, 0, 0.009);
    color: #08a9d0;
    border: solid 1px #08a9d0;
}
#register {
    background: #08a9d0 !important;
}

.btn-getstarted i {
    font-size: 17px !important;
}

.btn-get-started, .btn-read-more {
    border-radius: 20px !important;
}

#values {
    background-color: #f5f0eb;
    padding: 80px 0;
}

.section {
    padding: 30px;
}
.section-title p {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 60px;
}

.card {
    background: #fff;
    border: 1px solid #e5ddd5;
    border-radius: 16px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.card i {
    font-size: 52px;
    color: #bfa37c;
    margin-bottom: 25px;
}

.card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.card p {
    font-size: 16px;
    color: #555;
}

#marketplace {
    background-color: #fff;
    padding: 80px 0;
}

#marketplace .section-title p {
    font-size: 18px;
    color: #777;
    margin-top: 10px;
}

.marketplace-card {
    background: #f5f0eb;
    border-radius: 16px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.marketplace-card:hover {
    background: #ece4dc;
    transform: translateY(-6px);
}

.marketplace-card i {
    font-size: 50px;
    color: #6e1e2a;
    margin-bottom: 20px;
}

.marketplace-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.marketplace-card p {
    font-size: 15px;
    color: #555;
}

#events {
    background-color: #f5f0eb;
    padding: 80px 0;
}

#events .section-title {
    text-align: center;
    margin-bottom: 50px;
}

#events .section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #6e1e2a;
    margin-bottom: 10px;
    text-transform: none;
}

#events .section-title p {
    font-size: 18px;
    color: #777;
}

.event-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.event-card:hover {
    transform: translateY(-6px);
    background-color: #fefbf8;
}

.event-date,
.event-location,
.event-description {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

.event-date i,
.event-location i,
.event-description i {
    margin-right: 8px;
    color: #bfa37c;
}

.event-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.event-location,
.event-description {
    font-size: 14px;
}

.event-location i,
.event-description i {
    color: #bfa37c;
}

#testimonials {
    background-color: #f9f9f9;
    padding: 80px 0;
}

#testimonials .section-title {
    text-align: center;
    margin-bottom: 50px;
}

#testimonials .section-title h2, #events .section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    color: #6e1e2a;
    margin-bottom: 10px;
    text-transform: none;
}

#testimonials .section-title p {
    font-size: 18px;
    color: #777;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    text-align: center;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    background-color: #fefbf8;
}

.avatar {
    background-color: #6e1e2a;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 30px;
    font-weight: bold;
}

.testimonial-text p {
    font-size: 16px;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 16px;
    color: #333;
}

.testimonial-author strong {
    font-size: 18px;
    color: #6e1e2a;
}

.testimonial-author span {
    font-size: 14px;
    color: #777;
    display: block;
    margin-top: 5px;
}

#producers .container:nth-child(1){
    margin-bottom: -50px !important;
}
.category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .category-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    background-color: #f5f5f5;
    border-radius: 25px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #e0e0e0;
    white-space: nowrap; 
  }
  
  .category-card:hover {
    background-color: #e0e0e0;
    border-color: #c0c0c0;
    color: #000;
  }
  
  .section .row.gy-4 {
    row-gap: 24px;
  }
  
  .pricing .container .pricing-tem {
    border: solid 2px #405dad !important;
  }