/* Global Styles */

@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap') ;
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap") ;
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap") ;
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Tektur:wght@400..900&display=swap") ;
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Tektur:wght@400..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap") ;
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Teko:wght@300..700&family=Tektur:wght@400..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap") ;
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&family=Lobster&family=M:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Teko:wght@300..700&family=Tektur:wght@400..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap") ;
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Rochester&family=Teko:wght@300..700&family=Tektur:wght@400..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap") ;
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Playwrite+AU+SA:wght@100..400&family=Rochester&family=Teko:wght@300..700&family=Tektur:wght@400..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap" ) ;
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Playwrite+AU+SA:wght@100..400&family=Playwrite+IN:wght@100..400&family=Rochester&family=Teko:wght@300..700&family=Tektur:wght@400..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap" ) ;

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f9f9f9;
    color: #333;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.7);
}
.header.hidden {
    top: -100px;
}
.logo {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s;
}
.logo a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.nav-menu {
    display: flex;
    gap: 30px;
}

.nav-menu a {
    font-size: 1.3rem;
    background-image: url("champagne.jpg");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.nav-menu a:hover {
    color: #f0c05a;
    transform: translateY(-3px);
}


.image-fill-text1 {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    background-image: url("champagne.jpg");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
  }
  .hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url("prodbg.jpg"); /* Replace with your desired single image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
.hero h1 {
    font-size: 5rem;
    margin-bottom: 20px;
    animation: fadeIn 1s ease-in-out;
    background-image: url("silver.jpg");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}
.hero-overlay {
    position: absolute;
    inset: 00px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 20px; */
  }
.hero p {
    font-size: 3rem;
    margin-bottom: 30px;
    animation: fadeIn 1.5s ease-in-out;
    background-image: url("silver.jpg");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'cookie', sans-serif;
}
/* Collection Section */
.collection {
    padding: 50px 40px;
}

.collection h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    /* color: #333; */
    background-image: url("champagne.jpg");
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.2;

}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
    gap: 30px;
}

.plant-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-image: url("silver.jpg");
    background-size: cover;
}

.plant-card:hover {
    transform: translateY(-5px);
}

.plant-image {
    height: 200px;
    overflow: hidden;
}

.plant-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.plant-card:hover .plant-image img {
    transform: scale(1.05);
}

.plant-info {
    padding: 20px;
}

.plant-info h3 {
    margin-bottom: 10px;
    color: #333;
}

.plant-info p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.bn {
    font-family: 'Bebas Neue',sans-serif ;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    position: relative;
    left: 650px;
    padding: 10px 20px;
    background:rgb(203, 167, 8);
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 27px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.bn:hover {
    background: rgb(123, 122, 122);
    color: rgb(246, 241, 241);
    transform: scale(1.05);
}

/* Footer */
footer.foot {
    background-color:#5a5959d5;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    padding: 40px 40px 20px;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-top {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
  }
  
  .footer-column {
    flex: 1;
    min-width: 250px;
  }
  
  .footer-column h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #faf9f5;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links ul li {
    margin-bottom: 8px;
  }
  
  .footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-links a:hover {
    color: #ffd700;
  }
  
  .payment-methods {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .payment-methods p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #cccccc;
  }
  
  .payment-methods img {
    width: 50px;
    margin: 5px 10px;
    vertical-align: middle;
  }
  
  hr {
    border: none;
    border-top: 1px solid #444;
    margin: 30px 0;
  }
  
  .footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #e3e1e1;
  }

/* Responsive Styles */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        gap: 15px;
    }
    
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .hero {
        height: 350px;
    }
    
    .collection h2 {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
    
    .collection {
        padding: 30px 20px;
    }
    
    .plant-card {
        margin-bottom: 20px;
    }
}