.hero {
    position: relative;
    width: 100%;
    padding-top: 33.33%; /* Aspect ratio of 3:1 (height / width * 100) */
    background-image: url('Banner_1.gif') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    padding: 20px;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Shantell Sans', cursive;
    font-weight: 400;
    font-style: normal;
    
    margin: 0;
    padding: 0;
}

header {
    background-color: #005bbb;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.logo {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;

}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
nav ul li {
    margin-left: 20px;
}
nav ul li a {
    font-size: 24px;
    color: #000;
    text-decoration: none;
}

.buy-button {
    font-family: 'Shantell Sans', cursive;
    background-color: #ffd500;
    color: #000000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
}

.banner-section {
    background-color: #ffd500;
    padding-top: 1px;
    padding: 50px 0;
    text-align: center;
    margin-top: -50px;
}
.banner {
    max-width: 100%;
    height: auto;
}
.links {
    margin-top: 20px;
}
.links a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

  
  .icon {
    height: 20px; /* Adjust logo size */
    margin-right: 5px; /* Adjust spacing between logo and text */
  }
.box {
    background-color: #1a5bb3;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
  }
  
  .box p {
    margin: 0;
  }
  
  .copy-btn {
    background-color: #fed766;
    color: #333;
    border: none;
    margin-left: 5px;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .copy-btn:hover {
    background-color: #ffc107;
  }

.header-image {
    height: 50px;
    margin-left: 20px;
}
.icon {
    margin-right: 5px;
}

nav ul li a {
color: #ffffff; /* Change the color to your desired value */
}
.second-section {
background-color: #ffffff;
padding: 50px 0;
display: flex;
justify-content: center;
align-items: center;
}
.second-section .container {
display: flex;
align-items: center;
max-width: 1200px;
margin: 0 auto;
}
.second-section .image {
flex: 1;
margin-right: 40px;
}
.second-section .image img {
max-width: 100%;
height: auto;
}
.second-section .content {
flex: 1;
}
.second-section h2 {
font-size: 36px;
margin-bottom: 20px;
}
.second-section p {
font-size: 24px;
line-height: 1.5;
}

.meme-section {
    padding: 50px 0;
    text-align: center;
  }
  
  .meme-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .meme-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .meme-section .meme-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .meme-section .meme-container img {
    max-width: 28%;
    height: auto;
  }

.last-section {
background-color: #100f19;
padding: 50px 0;
color: #ffffff;
text-align: center;
}
.last-section p {
font-size: 24px;
line-height: 1.5;
margin-bottom: 20px;
}
.last-section .spacer {
height: 50px;
}
.last-section .footer {
font-size: 18px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.popup p {
    font-size: 24px;
    margin-bottom: 20px;
}
.popup button {
    background-color: #ffd500;
    color: #121212;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.pfp-section {
background-color: #0149ab;
padding: 50px 0;
text-align: center;
}
.pfp-section h2 {
font-size: 36px;
margin-bottom: 20px;
color: #ffffff;
}
.pfp-container {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.pfp-image-container {
width: 320px;
height: 320px;
border: 10px solid #000000;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
margin-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.pfp-image {
width: 300px;
height: 300px;
object-fit: cover;
}
.generate-button {
background-color: #ffd500;
color: #1a1a1a;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 18px;
}
.banner-image {
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
width: 400px;
height: auto;
}

.marquee-container {
    background-color: #1a5bb3;
    padding: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    border-top: 2px solid black; /* Add a black line on the top */
    border-bottom: 2px solid black; /* Add a black line on the bottom */
  }
  
  .marquee-image {
    position: absolute;
    top: 0;
    max-width: 100px; /* Adjust this value to change the image size */
    height: auto;
  }
  
  .left-image {
    left: 0;
    z-index: 555;
  }
  
  .right-image {
    right: 0;
    z-index: 555;
  }
  
  .scroll-text {
    font-size: 24px;
    color: white;
    white-space: nowrap;
    animation: scrollText 25s linear infinite;
    padding-left: 110px; /* Adjust this value to adjust the distance between the left image and the text */
    padding-right: 110px; /* Adjust this value to adjust the distance between the right image and the text */
  }

  @keyframes scrollText {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .how-to-buy-section {
    background-color: #1a5bb3;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  
  .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    width: 90%;
    padding: 0 20px;
    
  }
  
  .how-to-buy-section .content {
    flex: 1;
    color: white;
    align-items: center;
  }
  
  .how-to-buy-section .content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .how-to-buy-section .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .how-to-buy-section .content p {
    margin-bottom: 20px;
  }
  
  .how-to-buy-section .image-container {
    margin-left: 20px;
    max-width: 300px;
  }
  
  .how-to-buy-section .image-container img {
    max-width: 100%;
    height: auto;
  }


  
/* Banner Section Styles */
/* Banner Section Styles */
@media (max-width: 767px) {
    .banner-section {
        padding: 30px 0;
    }
    .content-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1200px;
        width: 90%;
        
        flex-direction: column;
      }
    .links a {
        font-size: 18px;
        margin: 0 5px;
    }

    .box {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        border-radius: 5px;
    }

    .ca-text {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .copy-btn {
        font-size: 14px;
        padding: 6px 12px;
    }

    .logo {
        font-size: 15px;
        margin-bottom: 0px;

    }
    .container {
        display: flex;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        flex-direction: column;
    }
    .second-section {
        background-color: #ffffff;
        padding: 45px 15px;
        display: flex;
        align-items: center;
    }
    .second-section p {
        font-size: 25px;
        line-height: 1.5;
        padding: 5px;
    }
    .nav-menu {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #005bbb; /* Adjust the background color as needed */
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    
    .buy-button{
    font-size: small;
    margin-top: 10px;
    }

    header {
        flex-direction: column;
    }
    .header-image {
        height: 50px;
        margin-left: 0px;
    }
    .last-section{
        font-size: 10px;
    }
    .footer{
        font-size: 1px;
    }
    .how-to-buy-section {
        background-color: #1a5bb3;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        
    }
    .scroll-text {
        font-size: 24px;
        color: white;
        white-space: nowrap;
        animation: scrollText 10s linear infinite;
        padding-left: 110px;
        padding-right: 110px;
      }
      
      @keyframes scrollText {
        0% {
          transform: translateX(0%);
        }
        100% {
          transform: translateX(-50%);
        }
      }
      
}

@media (max-width: 1100px) {
    .header-image {
        height: 35px;
        margin-left: 0px;
    }
    .logo {
        font-size: 20px;
        font-weight: bold;
    }
    .buy-button {
        font-family: 'Shantell Sans', cursive;
        background-color: #ffd500;
        color: #000000;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
    }
    header {
        /* background-color: #005bbb; */
        color: #fff;
        padding: 20px;
        display: flex;
        align-items: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        gap: 8px;
    }

}

