.container, .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.container .container, .container .container-fluid, .container-fluid .container, .container-fluid .container-fluid {
  padding: 0 !important;
}

.juf-karton-section {
  position: relative;
  background: url("../img/background/cardmarket-sale-section-background.webp") center/cover no-repeat;
}

.juf-karton-section .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.juf-karton-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 9, 9, 0.5);
  z-index: 1;
}

.juf-karton-section .container {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 991px) {
  .juf-karton-section .content {
    padding-left: 160px;
  }
}

.juf-karton-section ul {
  color: #ea73a8;
}

.juf-karton-section .btn-pink {
  background-color: #e0307f;
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  min-width: 60%;
}

.juf-karton-section .btn-pink:hover {
  background-color: #aa1a5a;
  color: #fff;
}

.juf-karton-section .juf-card {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: -2.2rem;
  margin-bottom: 2rem;
}

.navbar {
  width: 100%;
  background: rgba(15, 15, 15, 0.35);
  border-radius: 15px;
  border: 1px solid #000000;
  margin: 1rem auto;
  position: relative;
  z-index: 1030;
}

.navbar-brand {
  width: 153px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar-toggler {
  margin-right: 15px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(-5deg) scale(1.05);
          transform: skewX(-5deg) scale(1.05);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  width: 20px;
  height: 20px;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 400;
  padding: 0.6rem !important;
  border-radius: 0;
  margin-bottom: 0.5rem;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 768px) {
  .navbar-nav .nav-link {
    padding: 0.4rem 0.5rem !important;
    border: 0;
    margin-bottom: 0;
  }
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:focus-visible, .navbar-nav .nav-link:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-nav .nav-link::-moz-selection, .navbar-nav .nav-link::-moz-selection {
  background: transparent;
  color: inherit;
}

.navbar-nav .nav-link::selection, .navbar-nav .nav-link::-moz-selection {
  background: transparent;
  color: inherit;
}

.navbar-nav .nav-link.active {
  font-weight: 700;
  border-radius: 4px;
  -webkit-transform: scale(1) skewX(-5deg) !important;
          transform: scale(1) skewX(-5deg) !important;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .navbar-nav .nav-link.active {
    border-radius: 0 !important;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.navbar-nav .nav-link:hover {
  font-weight: 700;
  border-radius: 4px;
  -webkit-transform: scale(1) skewX(-5deg) !important;
          transform: scale(1) skewX(-5deg) !important;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .navbar-nav .nav-link:hover {
    border-radius: 0 !important;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.navbar .account-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  padding-bottom: 0.5rem;
  color: #fff !important;
  font-weight: 400;
  margin: 0 0.4rem;
  padding: 0.4rem 0;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 768px) {
  .navbar .account-btn {
    border-radius: 0;
    padding: 0.4rem 1rem;
  }
}

.navbar .account-btn:focus, .navbar .account-btn:focus-visible, .navbar .account-btn:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar .dropdown-menu {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1050;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 100%;
  min-width: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.9);
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:focus-visible, .navbar .dropdown-menu .dropdown-item:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.navbar .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.navbar .dropdown-menu .dropdown-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.navbar .dropdown-toggle::after {
  margin-left: 0.5rem;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 991px) {
  .navbar .container, .navbar .container-fluid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .navbar .container .container, .navbar .container .container-fluid, .navbar .container-fluid .container, .navbar .container-fluid .container-fluid {
    padding: 0 !important;
  }
  .navbar .dropdown-menu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    position: static !important;
    float: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    margin-top: 10px !important;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6) !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6) !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 1rem 1.5rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    text-align: left !important;
  }
  .navbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: none !important;
  }
  .navbar .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .navbar .nav-link.active {
    border: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    color: #c01d66 !important;
    font-weight: 700 !important;
  }
}

@media (min-width: 992px) {
  .navbar body.uitslagen .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

body.over-ons {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  min-height: 100vh;
  background-color: #000;
  background: url("../img/background/header1.webp") no-repeat center center;
  background-size: cover;
}

body.over-ons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.71);
  z-index: -1;
}

body.over-ons .pink-event-bar {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#94164e), color-stop(50%, #c01d66), to(#94164e));
  background: linear-gradient(90deg, #94164e 0%, #c01d66 50%, #94164e 100%);
}

body.over-ons .pink-event-bar .container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 14px 0.5rem;
}

body.over-ons .pink-event-bar .container .row {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.over-ons .pink-event-bar .container .row .event-text {
  text-align: center;
  margin: 0;
}

body.over-ons .pink-event-bar .container .row .event-text h5 {
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
}

body.over-ons .over-ons-sectie {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body.over-ons .over-ons-sectie:nth-child(even) .image-container img {
  -o-object-position: left;
     object-position: left;
}

body.over-ons .over-ons-sectie .image-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie .image-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

body.over-ons .over-ons-sectie .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  display: block;
}

body.over-ons .over-ons-sectie .text-and-logo-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #f0f0f0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie .text-and-logo-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 4rem 0;
  }
}

body.over-ons .over-ons-sectie .text-and-logo-container .header-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie .text-and-logo-container .header-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
}

body.over-ons .over-ons-sectie .text-and-logo-container .header-text h2 {
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie .text-and-logo-container .header-text h2 {
    font-size: 3rem;
  }
}

body.over-ons .over-ons-sectie .text-and-logo-container .content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie.sectie-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body.over-ons .over-ons-sectie.sectie-reverse .image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.over-ons .over-ons-sectie.sectie-reverse .text-and-logo-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

body.over-ons .over-ons-sectie.sectie-1 {
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie.sectie-2 .image-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body.over-ons .over-ons-sectie.sectie-2 .text-and-logo-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.over-ons .over-ons-sectie.sectie-2 .logo-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

body.over-ons .over-ons-sectie.sectie-3 {
  background-size: cover;
  background-color: #020202;
}

body.over-ons .over-ons-sectie .logo-container {
  padding: 2rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie .logo-container {
    padding: 4rem 4rem 4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.over-ons .over-ons-sectie .logo-container img {
  width: 100%;
  max-width: calc(50% - 1rem);
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie .logo-container img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  body.over-ons .over-ons-sectie.sectie-2 .logo-container {
    padding: 4rem 0 4rem 4rem;
  }
}

/* Login Modal Styling */
#loginModal .modal-content {
  background: linear-gradient(135deg, #d76032 0%, #f0A41A 100%);
  border: none;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

#loginModal .modal-header {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem;
}

#loginModal .modal-title {
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
}

#loginModal .modal-body {
  padding: 2rem;
  color: white;
}

#loginModal .form-label {
  color: white;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

#loginModal .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 0.95rem;
}

#loginModal .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #f0A41A;
  color: white;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 164, 26, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(240, 164, 26, 0.25);
}

#loginModal .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#loginModal .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#loginModal .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#loginModal .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#loginModal .form-check-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#loginModal .form-check-input:checked {
  background: #f0A41A;
  border-color: #f0A41A;
}

#loginModal .form-check-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.4;
}

#loginModal .btn-primary {
  background: linear-gradient(135deg, #d76032 0%, #f0A41A 100%);
  border: none;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#loginModal .btn-primary:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 15px rgba(215, 96, 50, 0.4);
          box-shadow: 0 4px 15px rgba(215, 96, 50, 0.4);
  background: linear-gradient(135deg, #c55a2e 0%, #e69e1f 100%);
}

#loginModal .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  border-radius: 6px;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#loginModal .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

#loginModal .text-decoration-none {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#loginModal .text-decoration-none:hover {
  color: #f0A41A;
  text-decoration: underline !important;
}

#loginModal .btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* Responsive adjustments for login modal */
@media (max-width: 576px) {
  #loginModal .modal-body {
    padding: 1.5rem;
  }
  #loginModal .modal-header {
    padding: 1rem;
  }
  #loginModal .btn-primary,
  #loginModal .btn-secondary {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 1400px) {
  .event-bar {
    padding: 14px 35px;
  }
}

@media (max-width: 1200px) {
  .event-bar {
    padding: 14px 15px;
  }
  .tcg-intro-section,
  .nieuws-section {
    padding: 48px 30px;
  }
  .tcg-intro-section h2 {
    margin-bottom: 1rem;
    margin-left: 0rem;
  }
  .tcg-intro-section p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .nieuws-section .action-section,
  .prerelease-section .action-section,
  .leaderboard-info .action-section {
    width: 60%;
  }
  .juf-karton-section .container {
    padding: 0px;
  }
}

@media (max-width: 992px) {
  .navbar {
    margin: 1rem 0;
    position: relative;
    z-index: 1030;
  }
  .navbar-brand {
    width: 120px;
    margin-right: 1rem;
  }
  .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
  .hero-section .carousel .carousel-item .row {
    min-height: 300px;
  }
  .hero-section .carousel .carousel-item .row .col-md-4 {
    text-align: center;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content {
    padding: 1rem 0.5rem;
    text-align: center;
  }
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    width: 100%;
    max-width: 200px;
  }
  .navbar .container-fluid {
    --bs-gutter-x: 0rem !important;
  }
  .navbar-collapse {
    background-color: rgba(15, 15, 15, 0.85);
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
  .navbar-nav {
    display: block;
  }
  .navbar .nav-link {
    padding: 0.6rem 0.6rem;
    width: 100%;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar .nav-link.active {
    border-bottom: 0px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    font-weight: 700;
    color: #fff !important;
    position: relative;
  }
  .navbar .nav-link:hover {
    border-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .navbar .account-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
  }
  .navbar .account-btn:hover {
    border-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .tcg-intro-section h2 {
    font-size: 2rem;
  }
  .nieuws-section .action-section,
  .prerelease-section .action-section,
  .leaderboard-info .action-section {
    width: 100%;
  }
  .prerelease-section {
    padding: 57px 0;
  }
  .prerelease-section-img {
    margin-top: 0rem;
  }
  .juf-karton-section .container {
    padding: 40px 0 40px;
  }
  .juf-karton-section .btn-pink {
    min-width: 100%;
  }
  .juf-karton-section .juf-card {
    margin-top: 0rem;
  }
}

@media (max-width: 768px) {
  .event-bar {
    padding: 14px 20px;
  }
  .event-bar .event-text p {
    font-size: 0.9rem;
  }
  .hero-section .carousel .carousel-item .row {
    min-height: 250px;
  }
  .hero-section .carousel .carousel-item .row .col-md-4 .carousel-content {
    padding: 0.5rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-4 .carousel-content h2 {
    font-size: 1.5rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-4 .carousel-content p {
    font-size: 0.9rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-4 .carousel-content .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content {
    padding: 0.5rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content h2 {
    font-size: 1.5rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content p {
    font-size: 0.9rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  .prerelease-section {
    background-position: top center;
    padding: 60px 0;
  }
  .prerelease-section h2 {
    font-size: 1.5rem;
  }
  .prerelease-section-img {
    max-width: 300px;
    margin-top: 2rem;
  }
  .juf-card {
    max-width: 300px;
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .hero-section .carousel .carousel-item .row {
    min-height: 200px;
  }
  .hero-section .carousel .carousel-item .row .col-md-4 .carousel-content,
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content {
    padding: 0.25rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-4 .carousel-content h2,
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content h2 {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-4 .carousel-content p,
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content p {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .hero-section .carousel .carousel-item .row .col-md-4 .carousel-content .btn,
  .hero-section .carousel .carousel-item .row .col-md-8 .carousel-content .btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.7rem;
    max-width: 150px;
  }
  .navbar {
    margin: 1rem 0;
  }
  .navbar-brand {
    width: 100px;
  }
  .navbar-brand img {
    max-width: 80px;
  }
  .navbar-nav .nav-link {
    font-size: 0.9rem;
    padding: 0.25rem;
  }
  .navbar-nav .account-btn {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
  }
}

@media (max-width: 576px) {
  .leaderboards-content {
    padding: 0 0 64px;
  }
}

footer {
  background-color: #111;
  padding: 60px 0 20px;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: calc((var(--bs-gutter-x) * .5) + 3rem);
  padding-right: calc((var(--bs-gutter-x) * .5) + 3rem);
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer .container .left-left, footer .container .left-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  footer .container .left-left, footer .container .left-right {
    max-width: 20%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

footer .container .center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  footer .container .center {
    max-width: 20%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

footer .container .right {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  footer .container .right {
    max-width: 40%;
  }
}

footer .container img {
  max-width: 100%;
  margin-bottom: 20px;
}

footer .container address {
  color: #fff;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  footer .container address {
    width: inherit;
  }
}

footer .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  footer .container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

footer .container ul li:last-child {
  margin-bottom: 0;
}

footer .container ul li a {
  color: #fff;
}

footer .container ul li a img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

footer .container ul.card-providers {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  padding-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  footer .container ul.card-providers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .container ul.card-providers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  footer .container ul.card-providers li {
    margin-right: 20px;
  }
  footer .container ul.card-providers li:last-child {
    margin-right: 0;
  }
}

footer .container ul.card-providers li a {
  margin: auto;
  color: #fff;
}

footer .container ul.card-providers li a img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

footer .container ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  padding-bottom: 2rem;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  footer .container ul.social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer .container ul.social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  footer .container ul.social li {
    margin-right: 20px;
  }
  footer .container ul.social li:last-child {
    margin-right: 0;
  }
}

footer .container ul.social li a {
  color: #fff;
}

footer .container ul.social li a img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

footer .container ul.social li:nth-child(4) {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  footer .container ul.social li:nth-child(4) {
    width: inherit;
  }
}

footer .container ul.social li:nth-child(4) a {
  margin: auto;
}

@media only screen and (min-width: 768px) {
  footer .container ul.social li:nth-child(4) a {
    margin: inherit;
  }
}

.content-card {
  background: rgba(30, 34, 55, 0.9);
  border-radius: 15px;
  padding: 2rem;
  margin: 2rem 0;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.content-card h2 {
  color: white;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.content-card h3 {
  color: #c01d66;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.content-card p, .content-card li {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.content-card ul {
  padding-left: 1.5rem;
}

.content-card li {
  margin-bottom: 0.5rem;
}

.content-card .alert {
  background: rgba(192, 29, 102, 0.1);
  border: 1px solid rgba(192, 29, 102, 0.3);
  color: white;
}

.content-card .alert-warning {
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  color: white;
}

.rule-list li i {
  color: #c01d66;
  margin-right: 0.5rem;
}

.last-updated {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.last-updated p {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
/*# sourceMappingURL=content-page.css.map */