*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #23364d;
  }

  header {
    background-color: #23364d;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  :root {
  --lime-gradient: linear-gradient(180deg, #96b62e, #cbf732);
  }
  .logo{
    display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .site-logo {
    height: 50px;
    width: auto;
    
  }

  .login-btn {
    background: var(--lime-gradient);
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
  }

  .carousel {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; /* 6 images */
  }

  .carousel-slide {
    flex: 1 0 100%;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
  }

  .carousel-arrow.left {
    left: 10px;
  }

  .carousel-arrow.right {
    right: 10px;
  }

  @media (max-width: 768px) {
    .carousel-arrow {
      font-size: 18px;
      padding: 8px;
    }
    .site-logo {
        height: 40px;
      }
    
  }

  .deposit-now {
    margin-top: 10px;
    background-color: #1e88e5;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .nav-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .arrow {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    pointer-events: auto;
  }

  /* nav {
    background-color: #1d2b3c;
    display: flex;
    justify-content: space-around;
    padding: 15px;
  } */

  /* nav {
    display: flex;
    border: 1px solid #ccc;
    border-bottom: none;
    overflow-x: auto;
  } */
  
  .nav-link14 {
    flex: 1;
    background-color: white;
    /* color: black; */
    border-right: 1px solid #ccc;
    border-bottom: none;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 70px;
    /* max-width: 100%; */
    box-sizing: border-box;
  }
  
  .nav-link14:last-child {
    border-right: none; /* Remove last divider */
  }
  
  .nav-link14.active {
    background-color: #28a745;
    color: white;
  }
  
  .nav-link14:first-child {
    border-top-left-radius: 8px;
  }
  
  .nav-link14:last-child {
    border-top-right-radius: 8px;
  }
  
  
  
  .nav-link14 .icon img {
    display: block;
    margin: 0 auto;
  }
  
  .nav-link14.active {
    background-color: #28a745; /* Green */
    color: white;
  }

  .nav {
    display: flex;

    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    /* background-color: #007bff */
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

  

  .categories {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    /* background-color: #1c2a3a; */
    gap: 10px;
    justify-content:center;
    margin-left: 20px;
  }

  .game-box {
    /* background-color: #fff; */
    /* padding: 10px; */
    
    width: 200px;
    height: 212.5px;
    text-align: center;
  }

  .game-box img {
    width: 100%
  }

  .chat-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 10px;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
    font-size: 14px;
  }

  @media (max-width: 768px) {
    .slide h2 {
      font-size: 24px;
    }
    .slide .bonus {
      font-size: 36px;
    }
  }

  .vTabsHolder{
    height: auto;
    padding: 10px 7px;
  }
  .hTabsHolder{
    /* display: flex!important; */
        /* flex-wrap: wrap; */
        gap: 0;
  }


  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow:auto;
    background-color: rgba(0,0,0,0.7);
  }

  .modal-content {
    background-color: #1e3550;
    margin: 10% auto;
    padding: 30px 40px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    color: white;
    position: relative;
    margin-top: 200px;
  }

  .modal-content h2 {
    margin-top: 0;
    text-align: center;
  }

  .modal-content input[type="text"],
  .modal-content input[type="password"] {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    font-size: 16px;
  }

  .modal-content .login-btn {
    background-color: #addd07;
    color: white;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
  }

  .modal-content .forgot {
    font-size: 12px;
    color: #ddd;
    margin-top: 4px;
  }

  .modal-content .close {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 24px;
    color: white;
    cursor: pointer;
  }

  .modal-content .logo {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .modal-content .logo span {
    color: gold;
  }

  .common_class .hTabsHolder .nav-pills {
    background: white !important;
    overflow: hidden;
    justify-content: center;
}

@media only screen and (min-width: 1201px) {
  .common_class .hTabsHolder .nav-pills {
      border-radius: 16px !important;
  }
}

.nav {

  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  .common_class .hTabsHolder .vTabs .row-:not(.gmesbr-row) .nav-pills {
      display: grid
;
      grid-auto-flow: column;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

@media only screen and (min-width: 1201px) {
  .common_class .hTabsHolder .nav-pills {
      border-radius: 16px !important;
      /* padding: 6px; */
  }
}
@media only screen and (min-width: 1024px) {
  .common_class .hTabsHolder .vTabs .row-:not(.gmesbr-row) .nav-pills .nav-link {
      min-width: 150px;
      flex-wrap: wrap;
      display: flex
;
      flex-direction: row;
      gap: 10px;
  }
}
.bluegray-theme .hTabsHolder .nav-pills .nav-link.active, .bluegray-theme .hTabsHolder .tab-list-with-search .tab-search-box .casino-pick {
  background: var(--lime-gradient) !important;
  color: white !important;
}

.common_class .hTabsHolder .nav-pills .nav-link {
  position: relative;
  padding: 1px 2px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .categories {
    display: flex;
    flex-wrap: wrap;
    height: 129px;
    width: 129px;
    padding: 20px;
    /* background-color: #1c2a3a; */
    gap: 10px;
    /* justify-content: center; */
    /* margin-left: 20px; */
}
}
.common_class .hTabsHolder .tab-box.tab-box-hotgame a.redirect-link img, .common_class .hTabsHolder .tab-box.tilesSix a.redirect-link img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  max-height: 200px;
  object-fit: fill;
}

