/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .montserrat-alternates-thin {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .montserrat-alternates-regular {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  body {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400; 
    font-style: normal;
    background-color: black;
  }
  
  /* Header Section */
  .header {
    position: relative;
    background-image: url('assets/dsadsa-fotor-bg-remover-20240930133713.png');
    background-size: cover;
    height: 75vh;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem;
    align-items: flex-start; /* Aligns items to the top */
    width: 100%;
    z-index: 10; /* Ensure it stays above other elements */
  }
  
 
  
  .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .logo-brand {
    display: flex;
    align-items: center;
  }
  
  .logo {
    width: 6.25rem; /* 100px -> 6.25rem */
    height: auto;
    margin-right: 0.625rem; /* 10px -> 0.625rem */
  }
  
  .brand-name {
    font-size: 2rem;
    color: #ffcc00;
    font-family: Pacifico, cursive;
  }

  .pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
  .social-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1.25rem; /* 20px -> 1.25rem */
  }

  .social-buttons .icon {
    margin-left: 1.25rem; /* 20px -> 1.25rem */
    color: white;
    text-transform: uppercase;
    font-size: 1.2em;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 2rem;
    height: 2rem;
    margin: 0 10px;
    vertical-align: middle;
  }

  
  
  .social-buttons .twitter {
    color: #000;

  }
  
  .social-buttons .telegram {
    color: #000;
  }
  
  .social-buttons .docs {
    color: #FF6347;
  }

  
  
    /* Main Section */

    .container-h1-p {
        position: relative;
        display: flex; /* Use flexbox for layout */
        justify-content: space-between; /* Space between items */
        align-items: center; /* Align items vertically in the center */
        
        padding: 0 4rem; /* Padding on the sides */
    }
    
    .text-container {
        display: flex; /* Use flexbox for layout */
        flex-direction: column; /* Arrange children in a column */
        justify-content: flex-start; /* Align items to the top */
        align-items: flex-start; /* Align items to the left */
        width: 50%; /* 30% width for text */
        color: white;
       
    }

    .title {
        font-size: 4.313rem;
        margin-left: 7rem; /* Space between title and text */
        margin-bottom: 3rem;
        position: relative; /* Position relative for pseudo-element */
        top: 0; /* Reset top position */
    }

    

    .lead {
        margin-top: 1.25rem; /* Space above the lead text */
        font-size: 1.25rem;
        margin-bottom: 3rem;
        
    }
    
    /* Button styles */ 

    .button-container {
        display: flex; /* Ensure flex properties on button container */
        margin-right: 5rem; /* Space between button and text */
        width: 200px; /* Adjust width as needed */
       
        
        
    }
    
    /* Liquid Button */
    .btn-liquid {
        position: relative;
        display: inline-block;
        width: 200px;
        height: 60px;
        padding: 10px 20px;
        font-size: 16px;
        background-color: black; /* Default background is black */
        color: white; /* Default text color is white */
        border: none;
        border-radius: 30px;
        overflow: hidden;
        cursor: pointer;
        text-align: center; /* Center text horizontally */
        line-height: 60px; /* Center text vertically */
        transition: background 0.3s ease;
    }
    
    .btn-liquid-inner {
        position: relative;
        z-index: 2;
        color: white;
    }
    
    .btn-launch canvas {
        position: absolute;
        top: -50px;
        right: -50px;
        bottom: -50px;
        left: -50px;
        z-index: 1;
    }
    
    /* Countdown button state */
    .countdown-text {
        text-align: center;
        margin-top: 10px;
        font-size: 32px; /* Bigger and more visible countdown */
        font-family: '', sans-serif; /* Option for a special font */
        color: white;
    }
    
    .btn-launch {
        position: relative;
        display: block;
        padding: 10px 20px;
        width: auto; /* Avoid stretching */
        height: 50px;
        line-height: 50px; /* Center text vertically */
        padding: 0 20px; /* Add padding for better appearance */
        text-align: center;
        cursor: pointer;
        background: black; /* Set button background to black */
        color: white; /* Text color */
        border: 2px solid yellow; /* Fine yellow border */
        border-radius: 25px; /* Rounded corners */
        overflow: hidden;
        z-index: 1; /* Ensure the text remains visible above the effect */
        transition: background-color 0.3s ease; /* Smooth transition */
        width: 200px; /* Set button width */
    }
        
    .btn-launch:hover {
        background: transparent; /* Liquid effect background when hovered */
        transition: border-color 0.3s ease;
    }
        
    .btn-launch:active {
        transform: translateY(-50%) scale(0.95); /* Adds slight scale-down effect on click */   
    }
    
    .contract-button-container {
    margin-top: 0.5rem; /* Adjust as needed */
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}

.btn-contract {
    display: inline-block;
    padding: 10px 20px;
    background-color: #301934;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid #301934; /* Fine yellow border */
}

.tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1000;
    font-size: 0.875rem; /* Smaller font size */
    transition: opacity 0.3s ease;
    opacity: 0.9; /* Slight transparency */
}



    /* Carousel Section */
    
  
    #carousel-section {
        position: relative;
        overflow: hidden;
        height: auto;
        padding: 20px 0;
        min-height: 300px;
    }
    
    .carousel-container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
    .carousel {
        position: relative;
        width: 100%;
        height: auto;
        overflow: visible;
    }
    
    .carousel-cards-title, .carousel-title {
        font-size: clamp(1.2rem, 3vw, 2rem);
        color: white;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .carousel-title {
        margin-top: 2rem;
    }
    
    .carousel-text {
        font-size: clamp(0.8rem, 2.5vw, 1.2rem);
        position: absolute;
        z-index: 10;
    }
    
    .card {
        position: absolute;
        width: 80%;
        height: auto;
        min-height: 200px;
        max-height: 80vh; /* Limit maximum height */
        background-color: #333;
        color: white;
        border-radius: 8px;
        padding: 1rem;
        transition: transform 0.5s, opacity 0.5s;
        left: 10%;
        top: 0;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        overflow: hidden; /* Prevent content from spilling out */
    }
    
    .carousel-cards-text {
        text-align: center;
        font-size: clamp(0.8rem, 2.5vw, 1.5rem);
        margin: auto 0;
        overflow-y: auto; /* Allow scrolling if content is too long */
        max-height: 100%; /* Take full height of the card */
        padding: 0.5rem;
        box-sizing: border-box;
    }
    
    .meme-art {
        font-family: Pacifico, cursive;
        color: #ffcc00;
        font-size: clamp(1rem, 3vw, 1.8rem); /* Adjust font size for meme art */
    }
    
    .carousel-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
        border: none;
        font-size: clamp(1.5rem, 5vw, 3rem);
        font-family: monospace;
        font-weight: bold;
        z-index: 2;
        padding: 10px;
        cursor: pointer;
    }
    
    .carousel-button.left {
        left: 0;
    }
    
    .carousel-button.right {
        right: 0;
    }
    
    /* Responsive adjustments */
    @media (min-width: 768px) {
        .card {
            width: 60%;
            left: 20%;
        }
    }
    
    @media (min-width: 1024px) {
        .card {
            width: 40%;
            left: 30%;
        }
    }
    
    @media (min-width: 1280px) {
        #carousel-section {
            height: 50vw;
        }
        .carousel {
            height: 50vw;
        }
        .card {
            width: 25%;
            height: 30vw;
            left: calc(50% - 12.5%);
            max-height: none; /* Remove max-height limit for larger screens */
        }
    }
    
    /* Ensure all cards are visible */
    .card:nth-child(n+2) {
        transform: scale(0.85) translateX(100%);
        opacity: 0.5;
    }
    
    .card:nth-child(n+3) {
        transform: scale(0.85) translateX(-100%);
    }
    
    .card.active {
        transform: scale(1);
        opacity: 1;
        z-index: 1;
    }
    
    /* Adjust card positioning for larger screens */
    @media (min-width: 1280px) {
        .card:nth-child(n+2) {
            transform: scale(0.85) translateX(70%);
        }
        
        .card:nth-child(n+3) {
            transform: scale(0.85) translateX(-70%);
        }
    }
  
 /* Canvas Section */
.canvas-container {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.canvas-catchphrase {
    font-size: clamp(2rem, 5vw, 4rem);
    margin-bottom: 1rem;
}

.canvas {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 600px;
}

.canvas img {
    display: block;
    width: 100%;
    height: auto;
}

.button-docs-container {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}

.btn-docs {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000435;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: clamp(0.8rem, 2vw, 1rem);
}

/* Cards Section */
#info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.25rem;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.investors-h1 {
    color: white;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
}

.big-card {
    background-color: black;
    color: white;
    width: 100%;
    padding: 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    margin-bottom: 1.25rem;
    font-size: clamp(1rem, 2vw, 2rem);
    box-sizing: border-box;
    border: 1px solid #333;
}

.big-card h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.content p {
    text-align: center;
    margin-bottom: 1rem;
}

.investors-canvas-guy {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
}

.small-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.small-card {
    background-color: black;
    color: white;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: clamp(1rem, 2vw, 2rem);
    border: 1px solid #333;
    margin-bottom: 1.25rem;
    text-align: center;
}

.small-card h3 {
    width: 100%;
    margin-bottom: 1rem;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .big-card {
        width: 70%;
    }

    .content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .content p {
        flex: 1;
        margin-right: 1.25rem;
        text-align: left;
    }

    .investors-canvas-guy {
        flex: 0 0 auto;
        max-width: 40%;
        margin-top: 0;
        margin-left: 1.25rem;
    }

    .small-cards {
        flex-direction: row;
        justify-content: space-between;
        width: 70%;
    }

    .small-card {
        width: 48%;
    }
}

/* Animation classes (unchanged) */
.hidden {
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
}

.animate-top {
    opacity: 1;
    animation: slideInFromTop 0.8s forwards;
}

.animate-left {
    opacity: 1;
    animation: slideInFromLeft 0.8s forwards;
}

.animate-right {
    opacity: 1;
    animation: slideInFromRight 0.8s forwards;
}

/* Animation keyframes (unchanged) */
@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
    /* FAQ Section */

    #faq-section {
        padding: 20px;
        background-color: black;
        margin-top: 7rem;
    }
    
    .faq-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .faq-heading h2 {
        font-size: 32px;
        color: white;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .faq-heading h3 {
        font-size: 18px;
        color: white;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .faq-accordion {
        margin-top: 20px;
    }
    
    .faq-item {
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .faq-question {
        background-color: #eee;
        padding: 15px;
        cursor: pointer;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .faq-answer {
        padding: 15px;
        display: none;
        font-size: 16px;
        background-color: #fff;
    }
    
    .faq-question.active + .faq-answer {
        display: block;
    }
    
    .toggle-icon {
        font-size: 24px;
        transition: transform 0.3s ease;
    }
    
    .faq-question.active .toggle-icon {
        transform: rotate(45deg);
    }
    
    @media (max-width: 768px) {
        .faq-question {
            font-size: 16px;
        }
    
        .faq-answer {
            font-size: 14px;
        }
    }

    

    /* Footer styles */
.footer {
    border-top: 2px solid yellow; /* Yellow border on the top */
    background-color: black; /* Background color */
    padding: 20px; /* Spacing around content */
    height: 120px; /* Adjust footer height */
    display: flex;
    align-items: center; /* Vertically center content */
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between; /* Space between left and right sections */
    width: 100%;
    max-width: 1200px; /* Adjust as needed */
    margin: 0 auto; /* Center content horizontally */
    align-items: center; /* Vertically center items */
  }
  
  .left-side {
    display: flex;
    align-items: center;
    margin-left: 40px; /* Push the logo and text towards the center (adjustable) */
  }
  
  .footer-logo {
    height: 50px; /* Adjust logo size */
    margin-right: 15px; /* Space between logo and text */
  }
  
  .copyright-text {
    font-size: 14px;
    color: #fff;
  }
  
  .right-side {
    display: flex;
    gap: 20px; /* Space between icons */
    margin-right: 40px; /* Space to the right of icons (adjustable) */
  }
  
  .dex-link img {
    height: 30px; /* Adjust icon size */
    transition: transform 0.3s ease;
  }
  
  .dex-link img:hover {
    transform: scale(1.1); /* Scale up on hover for visual effect */
  }


    /* Responsive styles */



/* Responsive Media Queries */

/* Desktop: 1920×1080 */
@media (min-width: 1600px) and (max-width: 1920px) {
    .header {
      height: 80vh;
      background-size: cover;
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Prevents background image duplication */
    }
    .brand-name {
      font-size: 2.5rem;
    }
    .logo {
      width: 7rem;
    }
}

/* Desktop: 1366×768 */
@media (min-width: 1280px) and (max-width: 1440px) {
    .header {
        display: flex;
        height: 55vh;
        width: 110vh;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 1.5rem;
        text-align: center;
      }
      .logo {
        width: 3rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 1rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
      }
}

/* Desktop: 1280×1024 */
@media (max-width: 1280px) {
    .header {
        display: flex;
        height: 60vh;
        width: 100vw;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 1rem;
        text-align: center;
      }
      .logo {
        width: 3rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 1rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
      }
}

/* Desktop: 1024×768 */

@media (max-width: 1024px) and (max-height: 600px) {
    .header {
        display: flex;
        height: 35vh;
        width: 100vw;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 2.5rem;
        text-align: center;
      }
      .logo {
        width: 5rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 23rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
      }
}

@media (max-width: 1024px) {
    .header {
        display: flex;
        height: 35vh;
        width: 100vw;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 2.5rem;
        text-align: center;
      }
      .logo {
        width: 5rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 0.5rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
      }
}

/* Tablet: 768×1024, 601×962 */

 /* Galaxy Z Fold 5 - Folded */
@media (max-width: 690px) {
    .header {
        display: flex;
        height: 35vh;
        width: 100vh;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 1.5rem;
        text-align: center;
      }
      .logo {
        width: 4rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 1rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
        margin-left: 5rem;
      }
}

@media (max-width: 768px) {
    .header {
        display: flex;
        height: 40vh;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 1rem;
        text-align: center;
      }
      .logo {
        width: 3rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 1rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
      }
  }


  @media (max-width: 853px) {
    .header {
        display: flex;
        height: 35vh;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 1rem;
        text-align: center;
      }
      .logo {
        width: 3rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 1rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
      }
  }

  @media (max-width: 820px) {
    .header {
        display: flex;
        height: 40vh;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 1.5rem;
        text-align: center;
      }
      .logo {
        width: 4rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 0.1rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
      }
  }



  @media (max-width: 540px) {
    .header {
        display: flex;
        
        width: 100vh;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 1.5rem;
        text-align: center;
      }
      .logo {
        width: 4rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        
        width: auto; /* Allow for proper width adjustment */
      }
}

  @media (max-width: 430px) {
    .header {
      height: 40vh;
      flex-direction: column; /* Stack elements vertically */
      justify-content: flex-start; /* Align items at the top */
      background-size: cover; /* Ensure image covers header */
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Prevents background image duplication */
      width: 100vh;
    }
    .brand-name {
      font-size: 2rem;
      text-align: center;
    }
    .logo {
      width: 4rem;
      margin-bottom: 0.5rem;
    }
    .social-buttons {
      justify-content: center; /* Center social buttons */
      margin-top: 0.5rem; /* Adjust as needed */
      margin-left: 3rem; /* Keep margin for positioning */
      margin-right: 2rem; /* Keep margin for positioning */
      width: auto; /* Allow for proper width adjustment */
    }
}

@media (max-width: 425px) {
    .header {
      height: 40vh;
      
      flex-direction: column; /* Stack elements vertically */
      justify-content: flex-start; /* Align items at the top */
      background-size: cover; /* Ensure image covers header */
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Prevents background image duplication */
      width: 100vh;
    }
    .brand-name {
      font-size: 1rem;
      text-align: center;
    }
    .logo {
      width: 3rem;
      margin-bottom: 0.5rem;
    }
    .social-buttons {
      justify-content: center; /* Center social buttons */
      margin-top: 0.5rem; /* Adjust as needed */
      margin-left: 3rem; /* Keep margin for positioning */
      margin-right: 9rem; /* Keep margin for positioning */
      width: auto; /* Allow for proper width adjustment */
    }
}

@media (max-width: 414px) {
    .header {
      height: 40vh;
      flex-direction: column; /* Stack elements vertically */
      justify-content: flex-start; /* Align items at the top */
      background-size: cover; /* Ensure image covers header */
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Prevents background image duplication */
      width: 100vh;
    }
    .brand-name {
      font-size: 1rem;
      text-align: center;
    }
    .logo {
      width: 3rem;
      margin-bottom: 0.5rem;
    }
    .social-buttons {
      justify-content: center; /* Center social buttons */
      margin-top: 0.5rem; /* Adjust as needed */
      margin-left: 3rem; /* Keep margin for positioning */
      margin-right: 1rem; /* Keep margin for positioning */
      width: auto; /* Allow for proper width adjustment */
    }
}

@media (max-width: 412px) {
    .header {
        display: flex;
        height: 35vh;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 1.8rem;
        text-align: center;
      }
      .logo {
        width: 4rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 1rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
      }
  }

/* Mobile: 375×667, 414×736, 360×800, 390×844 */
@media (max-width: 375px) and (max-height: 667px) {
    .header {
      height: 40vh;
      flex-direction: column; /* Stack elements vertically */
      justify-content: flex-start; /* Align items at the top */
      background-size: cover; /* Ensure image covers header */
      background-clip: content-box  /* Center the background image */;
      background-position: contain; /* Center the background image */
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Prevents background image duplication */
    }
    .brand-name {
      font-size: 1.5rem;
      text-align: center;
    }
    .logo {
      width: 4rem;
      margin-bottom: 0.5rem;
    }
    .social-buttons {
        display: flex;
        justify-content: flex-end; 
        align-items: center;
        margin-right: 0.5rem; /* Keep margin for positioning */
      }
      .social-buttons .icon {
        margin-left: 1.25rem; /* 20px -> 1.25rem */
        color: white;
        text-transform: uppercase;
        font-size: 1.2em;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 2rem;
        height: 2rem;
        margin: 0 10px;
        vertical-align: middle;
      }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header {
        background-size: cover; /* or adjust to contain */
    }
}

  
@media (max-width: 360px) and (max-height: 740px) {
    .header {
      height: 40vh;
      flex-direction: column; /* Stack elements vertically */
      justify-content: flex-start; /* Align items at the top */
      background-size: cover; /* Ensure image covers header */
      background-clip: content-box  /* Center the background image */;
      background-position: contain; /* Center the background image */
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Prevents background image duplication */
    }
    .brand-name {
      font-size: 2rem;
      text-align: center;
    }
    .logo {
      width: 4.5rem;
      margin-bottom: 0.5rem;
    }
    .social-buttons {
        display: flex;
        justify-content: flex-end; 
        align-items: center;
        margin-right: 0.01rem; /* Keep margin for positioning */
      }
      .social-buttons .icon {
        margin-left: 1.25rem; /* 20px -> 1.25rem */
        color: white;
        text-transform: uppercase;
        font-size: 1.2em;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 2rem;
        height: 2rem;
        margin: 0 10px;
        vertical-align: middle;
      }
}


@media (max-width: 344px) {
    .header {
        display: flex;
        height: 35vh;
        width: 100vh;
        flex-direction: column; /* Stack elements vertically */
        justify-content: flex-start; /* Align items at the top */
        background-size: cover; /* Ensure image covers header */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents background image duplication */
      }
      .brand-name {
        font-size: 1.5rem;
        text-align: center;
      }
      .logo {
        width: 4rem;
        margin-bottom: 0.5rem;
      }
      .social-buttons {
        justify-content: center; /* Center social buttons */
        margin-top: 0.5rem; /* Adjust as needed */
        margin-right: 13rem; /* Keep margin for positioning */
        width: auto; /* Allow for proper width adjustment */
      }
}
    /* Media queries for the title and lead text */

    /* Desktop resolutions - 1920x1080, 1366x768, 1280x1024, 1024x768 */
/* No significant changes for larger screens as the default styles are likely optimized for these sizes */

/* Tablet resolutions - 768x1024, 1024x768, 601x962 */
@media (max-width: 1024px) {
    .container-h1-p {
        flex-direction: column;
        padding: 0 2rem;
    }

    .text-container {
        width: 100%; /* Make the text container full-width */
        align-items: center; /* Center align the text for a more balanced look */
    }

    .title {
        font-size: 3.5rem;
        margin-left: 0; /* Remove left margin to keep the title centered */
        margin-bottom: 2rem;
        text-align: center;
    }

    .lead {
        font-size: 1.15rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .button-container {
        margin-right: 0;
        justify-content: center;
    }
}

/* Mobile resolutions - up to 414px */
@media (max-width: 414px) {
    .container-h1-p {
        display: flex;
        flex-direction: row; /* Stack elements vertically */
        justify-content: space-between; /* Space between title and lead text */
        align-items: center; /* Center horizontally */
        width: 100%; /* Use full width */
        margin: 0; /* Remove any default margin */
        
    }

    .title {
        font-size: 2.5rem; /* Adjust title size for smaller screens */
        margin: 0; /* Remove left margin */
        margin-bottom: 1rem; /* Space between title and lead text */
    }

    .lead {
        font-size: 1rem; /* Adjust lead text size */
        margin: 0; /* Reset margins */
        margin-bottom: 1.5rem; /* Space between lead text and button */
    }

    .button-container {
        margin: 0; /* Reset margins */
        width: auto; /* Adjust width as needed */
        display: flex;
        justify-content: flex-end; /* Align button to the right */
        align-items: center; /* Center vertically */
        margin-left: 19rem; /* Push the button to the right */
    }

    .btn-liquid {
        width: 200px; /* Fixed width for button */
    }

    .countdown-text {
        margin-left: 19rem; /* Adjust margin as needed */
    }

}

/* iPhone SE - up to 375px */
/* iPhone SE - up to 375px */
@media (max-width: 375px) {

   
    .container-h1-p {
        display: flex;
        flex-direction: row; /* Stack elements vertically */
        justify-content: space-between; /* Space between title and lead text */
        align-items: center; /* Center horizontally */
        width: 100%; /* Use full width */
        margin: 0; /* Remove any default margin */
        
    }

    .title {
        font-size: 2.5rem; /* Adjust title size for smaller screens */
        margin: 0; /* Remove left margin */
        margin-bottom: 1rem; /* Space between title and lead text */
    }

    .lead {
        font-size: 1rem; /* Adjust lead text size */
        margin: 0; /* Reset margins */
        margin-bottom: 1.5rem; /* Space between lead text and button */
    }

    .button-container {
        margin: 0; /* Reset margins */
        width: auto; /* Adjust width as needed */
        display: flex;
        justify-content: flex-end; /* Align button to the right */
        align-items: center; /* Center vertically */
        margin-left: 10rem; /* Push the button to the right */
    }

    .btn-liquid {
        width: 200px; /* Fixed width for button */
    }

    .countdown-text {
        margin-left: 10rem; /* Adjust margin as needed */
    }
}

@media (max-width: 430px) {

   
    .container-h1-p {
        display: flex;
        flex-direction: row; /* Stack elements vertically */
        justify-content: space-between; /* Space between title and lead text */
        align-items: center; /* Center horizontally */
        width: 100%; /* Use full width */
        margin: 0; /* Remove any default margin */
        
    }

    .title {
        font-size: 2.5rem; /* Adjust title size for smaller screens */
        margin: 0; /* Remove left margin */
        margin-bottom: 1rem; /* Space between title and lead text */
    }

    .lead {
        font-size: 1rem; /* Adjust lead text size */
        margin: 0; /* Reset margins */
        margin-bottom: 1.5rem; /* Space between lead text and button */
    }

    .button-container {
        margin: 0; /* Reset margins */
        width: auto; /* Adjust width as needed */
        display: flex;
        justify-content: flex-end; /* Align button to the right */
        align-items: center; /* Center vertically */
        margin-left: 20rem; /* Push the button to the right */
    }

    .btn-liquid {
        width: 200px; /* Fixed width for button */
    }

    .countdown-text {
        margin-left: 20rem; /* Adjust margin as needed */
    }
}

/* iPhone 8 - up to 414px */
@media (max-width: 414px) {
    .contract-button-container {
        display: flex; /* Enable flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        width: 100%; /* Full width */
        margin: 0; /* Reset margins */
        text-align: center; /* Center text */
        margin-left: 8.47rem; /* Adjust margin as needed */
    }

    .btn-contract {
        padding: 10px 20px; /* Add some padding for better appearance */
        text-align: center; /* Center text inside the button */
        display: inline-block; /* Ensure button behaves as inline-block */
        display: flex; /* Enable flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        
        margin: 0; /* Reset margins */
        text-align: center; /* Center text */
        margin-left: 28.47rem; /* Adjust margin as needed */
    }
}
/* Tablet Portrait - up to 768px */
@media (max-width: 768px) {
    .contract-button-container {
        display: flex; /* Enable flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        width: 100%; /* Full width */
        margin: 0; /* Reset margins */
        text-align: center; /* Center text */
    }
}
.title-lead-button {
    display: flex; /* Use flexbox for layout */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    width: 100%; /* Ensure it takes full width */
}

@media (max-width: 430px) {
    .contract-button-container {
        display: flex; /* Enable flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        width: 100%; /* Full width */
        margin: 0; /* Reset margins */
        text-align: center; /* Center text */
        
    }

    .btn-contract {
        padding: 10px 20px; /* Add some padding for better appearance */
        text-align: center; /* Center text inside the button */
        display: inline-block; /* Ensure button behaves as inline-block */
        display: flex; /* Enable flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        
        margin: 0; /* Reset margins */
        text-align: center; /* Center text */
        margin-left: 28.47rem; /* Adjust margin as needed */
    }

}

/* Centering .contract-button-container for smaller screens */
@media (max-width: 375px) {
    .contract-button-container {
        display: flex; /* Enable flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        width: 100%; /* Full width */
        margin: 0; /* Reset margins */
        text-align: center; /* Center text */
        margin-left: 8.47rem; /* Adjust margin as needed */
    }
    
    .title-lead-button {
        display: flex; /* Use flexbox for layout */
        justify-content: center; /* Center items horizontally */
        align-items: center; /* Center items vertically */
        width: 100%; /* Ensure it takes full width */
    }

    .btn-contract {
        padding: 10px 20px; /* Add some padding for better appearance */
        text-align: center; /* Center text inside the button */
        display: inline-block; /* Ensure button behaves as inline-block */
        display: flex; /* Enable flexbox */
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        
        margin: 0; /* Reset margins */
        text-align: center; /* Center text */
        margin-left: 8.47rem; /* Adjust margin as needed */
    }
}

/* Media queries for carousel + canvas + Investors */

/* Media Query for Tablets and Smaller Devices */
