/* General */

/* Screen Sizing */
@media (max-width: 820px) {
  .col-ft-copyright {
      width: 100%;
      margin-top: 20px;
  }
  .col-socials {
      width: 45%;
  }
  .col-logo {
      width: 51%;
  }
}

@media (min-width: 1200px) {
  .container {
      max-width: 1250px;
  }
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nav-logo {
    width: 75px;
    height: auto;
}

@media (min-width: 800px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-nav {
        margin-bottom: 20px;
    }
    .navbar-collapse, .collapse-show {
      background: lightgray;
      z-index: 2;
      margin-top: 5px;
    }
}

.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: inherit;
}

.txt_muted_ft {
    color: var(--footer-color) !important;
}

.navbar-brand {
    margin-left: 10px;
    font-style: italic;
    font-weight: 700;
}

:root {
    --color-underlined: 7, 7, 7 !important; /* RGB values for the underline color */
}

.nav-link {
    color: #252729 !important;
    font-weight: 600;
    font-size: larger;
    margin-right: 15px;
}

.nav-link-underlined {
    position: relative;
    display: inline-block;
    color: rgb(var(--color-underlined));
    cursor: pointer;
    width: max-content;
    color: #000000;
    font-weight: 600;
    padding-bottom: 4px;
}

.nav-link-underlined::before {
    content: "";
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 2px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgb(var(--color-underlined)) 45%, rgba(var(--color-underlined), 0.3) 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    transition: background-position 0.4s ease-out;
}

.nav-link-underlined:hover::before {
    background-position: 0 50%;
}

.nav-link-underlined::after {
    content: '';
    transition: transform 0.2s ease-in-out;
}

.icon_socials {
    width: 45px !important;
    height: auto;
    margin: 10px;
}

.img-gallery {
    width: 374px;
    max-width: 100%;
    height: 500px;
}

.img-gallery-gates {
    height: 335px;
}

.carousel {
    max-height: 90vh;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.carousel-item {
    position: relative;
    width: 100%;
    transition: transform .6s linear;
}

.carousel-image {
    position: unset;
    bottom: 27px;
    left: 0;
    width: 100%;
    height: 75vh !important;
    /* Optional: adds a black background
    object-fit: contain !important;
    background-color: #000;
    */
}

@media (max-width: 768px) {
    .carousel-image {
        height: 50vh;
    }
}

@media (min-height: 1000px) {
  .carousel-item img {
      height: 100vh; /* 100% of the viewport height */
      width: 100%;
      object-fit: cover;
  }
}

.carousel-inner .item img {
    max-height: 550px; /* Set the height to 100% of the container */
    width: 90% !important; /* Set the width to 100% (important to override Bootstrap's default styles) */
    background-size: cover;
}

.carousel-item img {
    /* Objects will try to fit within the carousel container */
    /* object-fit: contain; */
    height: 95vh;
}

/* Image formatting for Search Results */
.img-thumbnail-sm {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px !important;
}

.img-thumbnail-box {
    width: 58px;
    height: 58px;
    object-fit: cover;
    text-anchor: middle;
    border-radius: var(--border-radius);
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    align-content: center;
}

/* Game Page */
body {
    background-color: #becfbb;
    color: #1a1b1c;
}

/* Change the background color of table headers */
.table>:not(caption)>*>* {
    background-color: rgb(29, 29, 29) !important;
}

.navbar-collapse {
    justify-content: space-between;
}

.text-end {
    margin-left: 10px;
}

.btn {
    background-color: #002a68;
    color: rgb(194, 194, 194);
}

.rounded-start {
    max-width: 292px !important;
    height: auto !important;
}

.nav-link.btn_1, .nav-link.btn_2, .nav-link.btn_3, .nav-link.btn_4, .nav-link.btn_5 {
    color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: .25rem;
    padding: .375rem .75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-link.btn_1 {
    margin-left: calc(var(--bs-border-width)* -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-link.btn_2, .nav-link.btn_3, .nav-link.btn_4 {
    margin-left: calc(var(--bs-border-width)* -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-link.btn_5 {
    margin-left: calc(var(--bs-border-width)* -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-link.btn_1:hover, .nav-link.btn_1:focus,
.nav-link.btn_2:hover, .nav-link.btn_2:focus,
.nav-link.btn_3:hover, .nav-link.btn_3:focus,
.nav-link.btn_4:hover, .nav-link.btn_4:focus,
.nav-link.btn_5:hover, .nav-link.btn_5:focus {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.nav-link.active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.nav-link.disabled {
    color: #0d6efd;
    background-color: transparent;
    border-color: #0d6efd;
}

.footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Adjust these CSS rules */

@media (min-width: 768px) {
    .game-info-rw {
        flex: 0 0 auto;
        width: fit-content;
        height: 500px;
    }
}

@media (min-width: 768px) {
    .game-image-card {
        flex: 0 0 auto;
        width: 22%;
        height: 500px;
    }
}

.age_rating_group{
    --bs-list-group-color: #f7f7f7;
    --bs-list-group-bg: #515151;
}

a:hover {
    color: #0070e7;
}

/* LightBox Gallery */
@keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
}
  :root {
  --lightbox: rgb(0 0 0 / 0.75);
  --carousel-text: #fff;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
:root {
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff;
  }
  
  @keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .gallery-item {
      display: block;
  }

  .gallery-item img {
      box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
      transition: box-shadow 0.2s;
  }

  .gallery-item:hover img {
      box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }

  .lightbox-modal .modal-content {
      background-color: var(--lightbox);
  }

  .lightbox-modal .btn-close {
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      font-size: 1.25rem;
      z-index: 10;
      filter: invert(1) grayscale(100);
  }

  .lightbox-modal .modal-body {
      display: flex;
      align-items: center;
      padding: 0;
  }

  .lightbox-modal .lightbox-content {
      width: 100%;
  }

  .lightbox-modal .carousel-indicators {
      margin-bottom: 0;
  }

  .lightbox-modal .carousel-indicators [data-bs-target] {
      background-color: var(--carousel-text) !important;
  }

  .lightbox-modal .carousel-inner {
      width: 75%;
  }

  .lightbox-modal .carousel-inner img {
      animation: zoomin 10s linear infinite;
  }

  .lightbox-modal .carousel-item .carousel-caption {
      right: 0;
      bottom: 0;
      left: 0;
      padding-bottom: 2rem;
      background-color: var(--lightbox);
      color: var(--carousel-text) !important;
  }

  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
      width: auto;
  }

  .lightbox-modal .carousel-control-prev {
      left: 1.25rem;
  }

  .lightbox-modal .carousel-control-next {
      right: 1.25rem;
  }

  @media (min-width: 1400px) {
      .lightbox-modal .carousel-inner {
          max-width: 60%;
      }
  }

  [data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
  [data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
      filter: none;
  }

  .btn-fullscreen-enlarge,
  .btn-fullscreen-exit {
      position: absolute;
      top: 1.25rem;
      right: 3.5rem;
      z-index: 10;
      border: 0;
      background: transparent;
      opacity: .6;
      font-size: 1.25rem;
  }

  .bi {
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: -0.035em;
      fill: currentcolor;
  }

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}
.gallery-item {
    display: block;
}
  
.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}
  
.gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}
  
.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}
  
.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}
  
.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}
  
.lightbox-modal .lightbox-content {
    width: 100%;
    height: 100%;
}
  
.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}
  
.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color:#000 !important;
}

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}
  
.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}
  
.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}
  
.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}
  
@media (max-width: 1400px) {
    .lightbox-modal .carousel-inner {
        max-width: 89%;
    }
}

@media (min-width: 2000px) {
    .lightbox-modal .carousel-inner {
        max-width: 99% !important;
    }
}
  
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.modal:fullscreen .modal-dialog,
.modal:-webkit-full-screen .modal-dialog,
.modal:-moz-full-screen .modal-dialog {
    width: 100vw;
    max-width: none;
    height: 100vh;
    margin: 0;
}

.modal:fullscreen .modal-content,
.modal:-webkit-full-screen .modal-content,
.modal:-moz-full-screen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal:fullscreen .carousel-item img,
.modal:-webkit-full-screen .carousel-item img,
.modal:-moz-full-screen .carousel-item img {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
}
  
.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
}

:root {
    --color-underlined: 0, 123, 255; /* RGB values for the underline color */
  }

.gm-id-link-underlined {
    position: relative;
    display: inline-block;
    color: rgb(var(--color-underlined));
    cursor: pointer;
    width: max-content;
    color: #2785ff;
    font-weight: 600;
    padding-bottom: 4px;
}

.gm-id-link-underlined::before {
    content: "";
    position: absolute;
    bottom: 0em;
    left: 0.4em;
    width: 95%;
    height: 2px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgb(var(--color-underlined)) 45%, rgba(var(--color-underlined), 0.3) 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    transition: background-position 0.4s ease-out;
}

.gm-id-link-underlined:hover::before {
    background-position: 0 50%;
}

.gm-id-link-underlined::after {
    content: '';
    transition: transform 0.2s ease-in-out;
}