* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }

  body {
    background-color: #f8f5f2;
    color: #333;
    line-height: 1.6;
  }
.vintage-abouthome-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    background:rgb(234, 227, 227);
}

.vintage-abouthome-header {
    padding: 20px 0;
}

.vintage-abouthome-logo {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.vintage-abouthome-hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 0;
    border-radius: 20px;
    margin-bottom: 40px;
}

.vintage-abouthome-hero-content {
    flex: 1;
    padding: 20px;
}

.vintage-abouthome-hero-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.vintage-abouthome-hero-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

.vintage-abouthome-button {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.vintage-abouthome-button:hover {
    background-color: #333;
    text-decoration: none !important;
    color: white;
}

.vintage-abouthome-button-icon {
    margin-left: 10px;
    font-size: 20px;
}

.vintage-abouthome-hero-image {
    flex: 1;
    max-width: 50%;
}

.vintage-abouthome-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.vintage-abouthome-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    
}

.vintage-abouthome-back-to-top:hover {
    background-color: #f9f9f9;
}

.vintage-abouthome-back-to-top svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

/* Media Queries for Responsive Design */
@media (max-width: 992px) {
    .vintage-abouthome-hero {
        flex-direction: column;
        gap: 30px;
    }

    .vintage-abouthome-hero-content, 
    .vintage-abouthome-hero-image {
        max-width: 100%;
    }

    .vintage-abouthome-hero-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .vintage-abouthome-hero-title {
        font-size: 36px;
    }

    .vintage-abouthome-back-to-top {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .vintage-abouthome-hero {
        padding: 20px 0;
    }

    .vintage-abouthome-hero-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .vintage-abouthome-hero-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .vintage-abouthome-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}




/* band */

 
.vintage-bandhomeslide-container {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: #6c8524;
    /* margin-bottom: 50px; */
    padding-top: 10px;
    z-index: -20;
}

.vintage-bandhomeslide-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
}

.vintage-bandhomeslide-item {
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.vintage-bandhomeslide-star {
    color: white;
    font-size: 24px;
    margin: 0 15px;
}

.vintage-bandhomeslide-text {
    font-size: 20px;
    color: white;
    font-weight: 400;
    padding: 0 15px;
}

/* Make the stars look like 4-pointed stars */
.vintage-bandhomeslide-star::before {
    content: "✦";
}

/* //////////////////////////// */
.about-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
    background-color: rgb(234, 227, 227);
}

.hero {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
}

.tagline {
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
    margin-bottom: 1rem;
}

.brand-name {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #6c8524;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.2;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 1rem;
}

.cta-button {
    display: inline-block;
    background-color: #6c8524;
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #8db026;
    color: white;
}

/* Responsive styles */
@media (max-width: 768px) {
    .brand-name {
        font-size: 1.5rem;
    }
    
    .tagline {
        font-size: 1.2rem;
    }
    
    .description {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
}