/* Add the Montserrat font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
  }

.bg-ffs {
    background-color: #003056;
}

.bg-ffsy {
    background-color: #d39e00;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

.fixed-navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

.navbar .navbar-brand img {
    height: 80px;
    margin-right: 10px;
}

/* Add the desired font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* Update the font family for the navbar */
.navbar-brand {
  font-family: 'Roboto', sans-serif;
}

/* Update the font family for navigation links if needed */
.navbar-nav .nav-link {
  font-family: 'Roboto', sans-serif;
}

.navbar .navbar-collapse {
    flex-grow: 0;
}

.navbar .social-buttons {
    margin-left: auto;
}

.jumbotron {
    background-color: #f8f9fa;
    text-align: center;
}

.jumbotron .lead {
    font-size: 1.5rem;
}

.footer {
    color: #fff;
    text-align: center;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

section {
    padding: 2.5rem 1.5rem;
    text-align: center;
}


.image-container {
    text-align: center;
  }
  
  .image-container img {
    max-width: 80%;
    height: auto;
    border-radius: 8px;
  }

.text-ffsy {
    color: #d39e00
}

.text-ffsb {
    color: #003056
}
  
  .tokenomics-content {
    padding: 20px;
    
    border-radius: 8px;
    margin-bottom: 20px;
    
  }

  .social-icons {
    text-align: center;
   
  }
  
  .social-icon {
    display: inline-block;
    margin-top: 200px;
    margin: 0 10px;
    font-size: 32px;
    color: #ffffff;
  }
  
  .buy-button-container {
    text-align: center;
    padding-top: 20px;
  }
  
  .buy-button-container .btn {
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
  }
  
  .buy-button-container .btn:hover {
    background-color: #f9f9f9;
  }
  
  .timeline-item {
    position: relative;
    margin-bottom: 30px;
  }
  
  .timeline-date {
    position: absolute;
    top: 0;
    left: -90px;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 15px;
    font-weight: bold;
  }
  
  .timeline-content {
    background-color: #d39e00;
    padding: 20px;
    border-radius: 8px;
    color: #003056;
  }

  /* Media query for mobile */
@media (max-width: 767px) {
  .timeline-item {
    display: flex;
    flex-direction: column;
  }

  .timeline-date {
    position: static;
    margin-bottom: 10px;
    text-align: left;
    left: 0;
  }
}

  .timeline-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  .timeline-content p {
    margin-bottom: 0;
  }

  
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
  }
  
  .footer-logo {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .footer-social {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .footer-social .social-icon {
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    color: #ffffff;
  }
  
  .footer-recall {
    text-align: center;
    font-size: 14px;
  }
  
  .footer-copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #888888;
  }


  .container .btn-buy {
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 30px;
    background-color: #003056; /* Blue background color */
    color: #d39e00; /* Yellow text color */
  }
  
  .container .btn-buy:hover {
    background-color: #005ca9; /* Brighter shade of blue on hover */
    color: #d39e00; /* Yellow text color on hover */
  }

  .mgbottom {
    margin-bottom: 200x;
  }

  .container .btn-buy2 {
    font-size: 16px;
    padding: 12px 24px;
    background-color: #d39e00; /* Yellow background color */
    color: #003056; /* Blue text color */
  }
  
  .container .btn-buy2:hover {
    background-color: #f0c328; /* Brighter shade of yellow on hover */
    color: #003056; /* Blue text color on hover */
  }

  

  
  .col-lg-6 {
    width: 50%;
  }
  
  /* Media query for mobile */
  @media (max-width: 767px) {
    .col-lg-6 {
      width: 100%;
    }
  }

  /* Default styles for all devices */
.text-ffsy {
    font-size: 18px;
  }
  
  /* Media query for mobile */
  @media (max-width: 767px) {
    .text-ffsy {
      font-size: 32px;
    }
  }

  /* Default styles for all devices */
.text-ffsb {
    font-size: 18px;
  }
  
  /* Media query for mobile */
  @media (max-width: 767px) {
    .text-ffsb {
      font-size: 32px;
    }
  }

  .sec-bbq {
    padding: 40px;
  }
  
  .sec-bbq-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .sec-bbq-content p {
    margin-bottom: 15px;
  }
  
  .sec-bbq-image {
    text-align: center;
    margin-top: 80px;
  }
  
  .sec-bbq-image img {
    max-width: 100%;
    height: auto;
  }