/* 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: #000;
    color: #fff;
    overflow-x: hidden;
}

.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:hover {
    transform: scale(1.05);
    color: #f0c05a;
}

.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-text {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    background-image: url("gold.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;
  }
  .image-fill-text1 {
    font-size: 4rem;
    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("BG.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("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;
    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("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;
    font-weight: 500;
    font-family: 'cookie', sans-serif;
}

.section {
    padding: 100px 100px;
    position: relative;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #f0c05a;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: rgba(40, 40, 40, 0.8);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(240, 192, 90, 0.2);
}

.service-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}

.service-card:hover .service-img {
    transform: scale(1.05);
}

.service-content {
    padding: 20px;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #f0c05a;
}

.service-content p {
    color: #ccc;
    margin-bottom: 15px;
}

/* 360 Degree Viewer */
.degree-360-container {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(30, 30, 30, 0.5);
    border-radius: 10px;
    overflow: hidden;
    margin: 60px 0;
}

.degree-360-viewer {
    position: relative;
    width: 300px;
    height: 300px;
    cursor: grab;
    font-family: "montserrat", sans-serif;
}

.degree-360-viewer img {
    position: absolute;
    width: 800px;
    height: 400px;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 5px 10px 30px;
    top: -40px;
    left: -220px;
}

.degree-360-viewer img.active {
    opacity: 1;
}
/* .glitter-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/html folder/goldglitterbg.jpg'); 
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    z-index: 0;
  } */
.product-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.product-card {
    background: rgba(40, 40, 40, 0.8);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(240, 192, 90, 0.15);
}

.product-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.product-info {
    padding: 15px;
}

.product-info h4 {
    margin-bottom: 5px;
    color: #f0c05a;
}

.product-info p {
    color: #ccc;
    font-size: 0.9rem;
}
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.feature-card {
    background: rgba(30, 30, 30, 0.7);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: 0.3s;
}

.feature-card:hover {
    background: rgba(40, 40, 40, 0.9);
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    color: #f0c05a;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #fff;
}

.feature-card p {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* 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;
  }

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s, transform 0.8s;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    /* General Styles */

    .header {
        padding: 15px 20px;
        height: 18vw;
        width: 100%;
    }

    .nav-menu {
        display: flex; /* Make the nav links visible */
        flex-direction: row; /* Stack links vertically */
        background-color: rgba(0, 0, 0, 0); /* Optional: Add a background for better visibility */
        position: absolute; /* Position it as a dropdown */
        top: 30px; /* Adjust based on your header height */
        left: 230px;
        width: 100%; /* Full width for mobile */
        padding: 10px 0;
        z-index: 1000;

    }
    .nav-menu a {
        color: #ffffff;
        font-size: 1rem;
        margin: 10px 0;
        text-align: center;
    }

    .hero {
        height: 65vw;
        padding: 20px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1.5rem;
    }

    .section {
        padding: 60px 20px;
        bottom: 10px;
    }

    .section-title {
        font-size: 2rem;
    }
    .services-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px ;
    }
    
    .service-card {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }
    
    .service-card:hover {
        transform: translateY(-5px);
    }
    
    .service-img {
        width: 120%;
        height: 23vw; /* fixed height for uniform layout */
        object-fit: cover;
        display: block;
    }
    
    .service-content {
        padding: 15px;
    }
    
    .service-content h3 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .service-content p {
        font-size: 0.9rem;
        color: #f3f3f3;
    }

    .service-card {
        margin-bottom: 20px;
    }

    .degree-360-viewer {
        width: 50%;
        height: 50vw;
        margin-bottom: 10px;
    }
    .active
    .degree-360-viewer img {
        width: 100%;
        height: 50vw;
        top: 0;
        left: 0;
    }

    .product-section {
        grid-template-columns: row;
        gap: 20px;
    }
    .product-img{
        height: 300px;
        width: 100%;
    }
  .features {
    grid-template-columns: 1fr;
  }

  .feature-card img {
    height: 60vw;
  }

  .feature-card h3 {
    font-size: 1rem;
  }

  .feature-card p {
    font-size: 0.9rem;
  }
}
    footer.foot {
        padding: 20px;
    }

    .footer-top {
        flex-direction: row;
        gap: 20px;
    }

    .footer-column {
        min-width: 50%;
    }

    .footer-links ul {
        text-align: center;
    }

    .payment-methods img {
        width: 40px;
    }
}