
    /* Style for game cards */
    .card {
      margin-bottom: 25px;
      border-radius :10px;
    }

    /* Style for game images */
    .card-img-top {
      height: 200px;
      object-fit: cover;
       border-top-left-radius: 10px;
       border-top-right-radius: 10px;
    }
     body {
      font-family: 'Questrial', sans-serif;
    }
    
    .card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(255, 164, 104, 0.1);
    transition: box-shadow 0.3s ease;
      
}

    
.card:hover {
    box-shadow: 0 8px 12px rgba(255, 164, 104, 0.2);
        cursor: pointer;

}

.card-img-top {
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

.card-title {
    color: #333; /* Dark gray text color */
    transition: color 0.3s ease;
}

.card:hover .card-title {
    color: #1d1d1d; /* Subtle blue color on hover */
}

.btn-secondary {
    align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #ff9e5e 0, #ff6a00 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(255, 164, 104, .4) 0 2px 4px,rgba(255, 164, 104, .3) 0 7px 13px -3px,rgba(255, 164, 104, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;

}

/* CSS */
.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #ff9e5e 0, #ff6a00 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(255, 164, 104, .4) 0 2px 4px,rgba(255, 164, 104, .3) 0 7px 13px -3px,rgba(255, 164, 104, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

#button-29 {
    padding: 10px 20px; /* Adjust the padding as needed */
    background-color: #007bff; /* Adjust the background color as needed */
    color: white; /* Adjust the text color as needed */
    border: none;
    border-radius: 5px; /* Adjust the border radius as needed */
    text-align: center;
    cursor: pointer;
    font-size: 16px; /* Adjust the font size as needed */
    text-decoration: none; /* Remove underline from link */
}

#button-29:hover {
    background-color: #0056b3; /* Adjust the hover background color as needed */
}

.container.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.button-29 a{
    color:white;
  text-decoration: none;
}
.button-29:focus {
  box-shadow: rgba(255, 164, 104, .4) 0 2px 4px,rgba(255, 164, 104, .3) 0 7px 13px -3px,rgba(255, 164, 104, .5) 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(255, 164, 104, .4) 0 2px 4px,rgba(255, 164, 104, .3) 0 7px 13px -3px,rgba(255, 164, 104, .5) 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #ff9e5e 0 3px 7px inset;
  transform: translateY(2px);
}

.dropdown-item.active, .dropdown-item:active{
    
    background-color:#ff6a00 !important;
}

#logo-main {
  margin-top: 20px; /* Add margin to the top of the logo */
}

.menu-social-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px; /* To ensure some space on the right */
}


.social-icons {
  display: flex;
  justify-content: flex-end;
  /* If you have multiple icons, this will space them nicely */
}

/* Individual social icon adjustments */
.social-icons a {
  color: white;
  margin-left: 10px; /* Space between icons if you have multiple */
  font-size: 24px; /* Or whatever size you prefer */
  /* Additional styles as needed */
}

/* Individual social icon adjustments */
.social-icons-top a {
  color: white;
  margin-left: 10px; /* Space between icons if you have multiple */
  font-size: 24px; /* Or whatever size you prefer */
  /* Additional styles as needed */
}


/* Ensure your nav-items are not styled as list-items */
.nav-item {
  list-style-type: none;
}

/* Ensure the links have padding */
.nav-link {
  padding: 0 15px; /* Adjust as necessary */
}

.navbar-nav {
      display: flex;
  margin-right: auto; /* This will push your nav to the left */
  margin-top: 20px; /* Add margin to the top of the navbar */
  margin-bottom : 20px !important;
    justify-content: center;
  flex-grow: 1;
}
 .navbar>.container-fluid{
      
      flex-direction: column !important;
  }

.navbar-nav {
  list-style-type: none;
  padding: 0;
  
}

.nav-item {
  display: inline-block;
}

.nav-link {
  color: white;
  padding: 10px 20px;
  position: relative;
}

.nav-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 50%;
  width: 1px;
  background-color: white;
  transform: translateY(-50%);
}

@media screen and (max-width: 990px) {
  .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    flex-direction: row !important;
  }
  
  .navbar>.container-fluid{
      
      flex-direction: column !important;
  }
  .navbar-nav .nav-item {
    display: inline-block;
    margin-right: 10px;
  }
  
  .navbar-nav .nav-link {
    color: white;
    padding: 10px 20px;
    position: relative;
  }
  
  .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 50%;
    width: 1px;
    background-color: white;
    transform: translateY(-50%);
  }
}

footer {
  background: radial-gradient(100% 100% at 100% 0, #ff9e5e 0, #ff6a00 100%);
  color: #fff;
  padding: 20px;
  height: auto; /* Change height to auto for dynamic content */
  display: flex;
  flex-direction: column; /* Change flex direction to column */
  justify-content: center;
  align-items: center;
}

.footer-menu {
  margin-bottom: 10px; /* Add some space between menu and copyright text */
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}

.copy-right {
  font-size: 14px; /* Set font size */
  order: 2;
  align-self: center; /* Center the copyright text */
}

.logo {
  order: 3; /* Ensures logo is positioned last in the mobile view */
  align-self: center; /* Center the logo */
}

/* Media query for mobile devices */
@media screen and (min-width: 768px) {
  footer {
    height: 100px; /* Set height back to 100px for desktop */
    flex-direction: row; /* Change flex direction to row */
    justify-content: space-between;
    align-items: center;
  }

  .footer-menu {
    margin-bottom: 0; /* Reset margin for menu items */
    order: 1;
  }

  .copy-right {
    order: 2; /* Ensure it's in the middle */
  }

  .logo {
    order: 3; /* Ensures logo is positioned on the right in the desktop view */
    margin: 0px;
  }
  
  .social-top{
          
          display:none;
      }
}

@media screen and (max-width: 767px) {
  .logo {
    margin: 20px; /* Adds margin on all sides for devices narrower than 768 pixels */
  }
    #navbar-primary {
        display: none;
      }
      
      
      
     .navbar-nav{
        
         flex-direction: column !important;
     } 
     .nav-link:before {
 display:none !important;
}
 
}

 @media (min-width: 769px) {
    
       #nav-mobile{
          display:none;
      }
    }

 