@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: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #000000df;
    color: #fff;
    overflow-x: hidden;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
.nav.hidden {
  top: -100px;
}
.logo-glitter-wrapper {
    position: relative;
    width: 12vw;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
  }
  
  /* Gold glitter background */
  .glitter-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('goldglitterbg.jpg'); /* Replace with any gold glitter image or GIF */
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    z-index: 0;
  }
  .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;
  }
  /* Logo sits above glitter */
  .logo-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
  }
  
  /* body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f0f0f3;
    color: #333;
  } */

  .section {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 20% 25px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .card {
    display: flex;
    flex-direction: row;
    background: rgba(153, 151, 144, 0.321);
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px;
    max-width: 1000px;
    width: 100%;
    transition: transform 0.3s ease;
    position: relative;
  }

  .card:hover {
    transform: scale(1.02);
  }

  .card img {
    width: 250px;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    margin: 10px 30px 60px ;
  }

  .card:hover img {
    transform: scale(1.05);
  }

  .text-content {
    flex: 1;
  }

  .text-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .text-content p {
    line-height: 1.6;
    color: #444;
  }

  @media (max-width: 768px) {
    .card {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .card img {
      margin: 0 0 20px 0;
    }

    .text-content {
      padding: 0;
    }
  }
.nav-links {
    display: flex;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 40px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.nav-links a:hover {
    color: #FF4C29;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.content {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    padding: 0 40px;
    
}
.content h1 {
    /* font-family: 'Cookie', cursive; */
    font-size: 6rem;
    font-weight: 700;
    /* margin-bottom: 10px; */
    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;
}
.content p{
    font-family: 'Playfair', serif;
    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;
    text-transform: lowercase;
}
.headline {
    font-size: 120px;
    font-weight: 800;
    line-height: 0.9;
    margin-bottom: 40px;
    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;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s forwards 0.5s;
}
.masonry-item2 img{
  height:450px;
  width:450px; 
  margin-right: 200px;
}
/* 
.headline span {
    color: #FF4C29;
} */

.subheading {
    font-size: 24px;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s forwards 0.8s;
    max-width: 600px;
    margin-bottom: 40px;
}
.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;
  }

.cta-button {
    display: inline-block;
    background: #FF4C29;
    color: #000;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s forwards 1s;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #fff;
    transform: translateY(-5px);
}

.objects-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.object {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 76, 41, 0.8);
    border-radius: 50%;
    filter: blur(5px);
}

.object:nth-child(1) {
    top: 20%;
    right: 10%;
    background: rgba(255, 255, 255, 0.2);
    width: 300px;
    height: 300px;
}

.object:nth-child(2) {
    bottom: 30%;
    right: 20%;
    background: rgba(115, 93, 89, 0.6);
    width: 200px;
    height: 200px;
    opacity: 0.2;
}

.object:nth-child(3) {
    top: 50%;
    left: 5%;
    background: rgba(255, 255, 255, 0.15);
    width: 250px;
    height: 250px;
}

.object:nth-child(4) {
    bottom: 10%;
    left: 30%;
    background: rgba(150, 150, 150, 0.3);
    width: 180px;
    height: 180px;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {
    .headline {
        font-size: 60px;
    }
    
    .subheading {
        font-size: 18px;
    }
    
    .nav-links a {
        margin-left: 20px;
    }
}

/* logo image section  */
.masonry-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    padding: 15px;
}

.masonry-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.masonry-item img:hover {
    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;
  }


  /* Mobile View Styles */
@media (max-width: 768px) {
  /* General Styles */
  body {
      font-size: 14px; /* Adjust base font size */
      line-height: 1.5;
  }

  .container {
      padding: 0 10px; /* Reduce padding for smaller screens */
  }

  /* Header */
  nav {
      flex-direction: column; /* Stack items vertically */
      padding: 10px 20px;
  }

  .nav-links {
      display: flex; /* Ensure nav links are visible */
      flex-direction: row; /* Stack links vertically */
      background-color: rgba(0, 0, 0, 0); /* Optional: Add background for better visibility */
      position: absolute;
      top: 0px;
      gap: 20px;
      left: 150px;
      width: 100%;
      padding: 27px 0;
      z-index: 1000;
  }

  .nav-links a {
      color: #ffffff;
      font-size: 1rem;
      margin: 10px 0;
      text-align: center;
  }

  .logo-glitter-wrapper {
      width: 50%; /* Adjust logo size */
      height: auto;
      right:230px ;
  }

  /* Hero Section */
  .hero-section {
      height: auto; /* Adjust height for smaller screens */
      padding: 20px;
  }

  .content h1 {
      font-size: 3rem; /* Reduce font size */
  }

  .content p {
      font-size: 1rem;
  }

  .cta-button {
      font-size: 1rem;
      padding: 10px 20px;
  }

  .masonry-item2 img{
    height:24vw;
    width:100%; 
    margin-right: 160px;
  }
  


  /* Cards Section */
/* Main Section Styles */
.section {
  padding: 20px;
  background-color: #111; /* dark theme background */
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

/* Card Styling - Mobile First */
.card {
  display: flex;
  flex-direction: column;
  background-color: #1e1e1e;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  align-items: center;
  text-align: center;
}

/* Profile Image Styling */
.profile-img {
  width: 10
  0%;
  max-width: 220px;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Text Section */
.text-content h2 {
  font-size: 1.3rem;
  color: #00c8ff;
  margin-bottom: 15px;
}

.text-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

/* Tablet & Desktop Enhancements */
@media (min-width: 768px) {
  .card {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }

  .card:nth-child(2) {
    flex-direction: row-reverse;
  }

  .profile-img {
    margin: 0 20px 0 0;
    max-width: 250px;
  }

  .card:nth-child(2) .profile-img {
    margin: 0 0 0 20px;
  }

  .text-content h2 {
    font-size: 1.8rem;
  }

  .text-content p {
    font-size: 1.1rem;
  }
}

  /* Footer */
  footer.foot {
      padding: 20px;
  }

  .footer-top {
      flex-direction: row; /* Stack footer columns vertically */
      gap: 20px;
  }

  .footer-column {
      min-width: 50%; /* Make columns take full width */
  }

  .footer-links ul {
      text-align: center; /* Center-align links */
  }

  .payment-methods img {
      width: 40px; /* Adjust image size */
  }

  /* Masonry Grid */
  .masonry-container {
      grid-template-columns: repeat(2, 1fr); /* Reduce columns for smaller screens */
  }

  /* Headline */
  .headline {
      font-size: 2rem;
  }

  .subheading {
      font-size: 1rem;
  }

  /* Objects */
  .object {
      width: 100px;
      height: 100px;
  }
}