.slide {
  height: 61dvh;
}

.hide_ds_popup {
  transition: all 500ms ease-in;
  margin-top: -110vh;
}

#tns1-ow > button {
  display: none !important;
}

.slide img {
  height: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

.blockspam {
  display: none;
}

.show-mobile-menu {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  transition: all 500ms ease-in;
}

.font-bilo {
  font-family: "bilo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Animations */
.fadeInUp {
  opacity: 0;
}
.fadeInUpAni {
  animation: fadeInUp 1.5s ease backwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate(0px, 40px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

#start-animation {
  -webkit-animation: 0.8s hide-it 2s ease-in both;
  animation: 0.8s hide-it 2s ease-in both;
}

@-webkit-keyframes hide-it {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
  100% {
    -webkit-transform: translateY(-200vh);
    transform: translateY(-200vh);
  }
}
@keyframes hide-it {
  0% {
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
  }
  100% {
    -webkit-transform: translateY(-200vh);
    transform: translateY(-200vh);
  }
}

.smash-up {
  -webkit-animation: smash-up 1.5s ease-in both;
  animation: smash-up 1.5s ease-in both;
}
/**
 * ----------------------------------------
 * animation smash-up
 * ----------------------------------------
 */
@-webkit-keyframes smash-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-77px);
    transform: translateY(-77px);
  }
  70% {
    -webkit-transform: translateY(-77px);
    transform: translateY(-77px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes smash-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-77px);
    transform: translateY(-77px);
  }
  70% {
    -webkit-transform: translateY(-77px);
    transform: translateY(-77px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.smash-down {
  -webkit-animation: smash-down 1.5s ease-in both;
  animation: smash-down 1.5s ease-in both;
}
/**
 * ----------------------------------------
 * animation smash-down
 * ----------------------------------------
 */
@-webkit-keyframes smash-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(77px);
    transform: translateY(77px);
  }
  70% {
    -webkit-transform: translateY(77px);
    transform: translateY(77px);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes smash-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(77px);
    transform: translateY(77px);
  }
  70% {
    -webkit-transform: translateY(77px);
    transform: translateY(77px);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

.smash-o {
  -webkit-animation: smash-o 1.5s ease-in both;
  animation: smash-o 1.5s ease-in both;
}
/**
 * ----------------------------------------
 * animation the O
 * ----------------------------------------
 */
@-webkit-keyframes smash-o {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 1;
  }
  20% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(0) scaleX(1);
    transform: scaleY(0) scaleX(1);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes smash-o {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 1;
  }
  20% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(0) scaleX(1);
    transform: scaleY(0) scaleX(1);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.smashed {
  -webkit-animation: smashed 1.5s ease-in both;
  animation: smashed 1.5s ease-in both;
}
/**
 * ----------------------------------------
 * animation the LOUIS
 * ----------------------------------------
 */
@-webkit-keyframes smashed {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleY(0) scaleX(1);
    transform: scaleY(0) scaleX(1);
    opacity: 0;
  }
  70% {
    -webkit-transform: scaleY(0) scaleX(1);
    transform: scaleY(0) scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes smashed {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleY(0) scaleX(1);
    transform: scaleY(0) scaleX(1);
    opacity: 0;
  }
  70% {
    -webkit-transform: scaleY(0) scaleX(1);
    transform: scaleY(0) scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 1;
  }
}

.above-footer {
  padding-bottom: 2.5em !important;
  transition: all 300ms ease-in;
}

/* Cookie Banner */
/* Banner styling */
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  z-index: 9999;
  max-width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.cb-text {
  flex: 1 1 320px;
  min-width: 200px;
}
.cb-actions {
  gap: 0.5rem;
  flex-shrink: 0;
}
button {
  border: 0;
  padding: 0.6rem 0.9rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}
.btn-primary {
  color: white;
}
.btn-secondary {
  background: #eef2ff;
}
.btn-ghost {
  background: transparent;
  border: 2px solid #e6e9f2;
}

/* Manage button fixed on page */
.manage-fonts {
  position: fixed;
  left: 0.5rem;
  bottom: 0rem; /* above the banner */
  z-index: 9998;
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-weight: 600;
}

/* Simple modal (hidden by default) */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background: rgba(8, 12, 20, 0.45);
}
.modal.open {
  display: flex;
}
.modal-card {
  border-radius: 12px;
  padding: 1.25rem;
  max-width: 720px;
  width: calc(100% - 2rem);
  box-shadow: 0 8px 40px rgba(10, 20, 40, 0.15);
}
