.elementor-kit-13{--e-global-color-primary:#0C0C0C;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-f234354:#FDFDFD;--e-global-color-19e52c8:#FD3F45;--e-global-color-4e069c5:#DFFE40;--e-global-color-6e61fec:#16181B;--e-global-color-b030fa3:#F5F5F5;--e-global-typography-primary-font-family:"MonaSansCondensed-ExtraBold";--e-global-typography-primary-font-size:120px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:98px;--e-global-typography-primary-letter-spacing:-3.5px;--e-global-typography-secondary-font-family:"Mona sans bold";--e-global-typography-secondary-font-size:70px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:60px;--e-global-typography-secondary-letter-spacing:-2px;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:12px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:18px;--e-global-typography-text-letter-spacing:-0.1px;--e-global-typography-text-word-spacing:2px;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-size:11px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:18px;--e-global-typography-accent-letter-spacing:-0.2px;--e-global-typography-accent-word-spacing:2px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   CASE SLIDER STYLES
   Paste this in: Elementor > Site Settings > Custom CSS
   ============================================================ */

/* Big marquee text size - change these values */
:root { --cs-mq: 20vw; }
@media (max-width: 1024px) { :root { --cs-mq: 24vw; } }
@media (max-width: 767px)  { :root { --cs-mq: 28vw; } }

/* Prevent horizontal scroll on the page */
body { overflow-x: hidden; }

/* ---- SLIDER CONTAINER ---- */
.cs-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #0E1623;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  cursor: default;
}
@media (max-width: 767px) {
  .cs-slider { height: 100svh; }
}

/* ---- SLIDES ---- */
.cs-slide {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.cs-slide.is-active {
  pointer-events: all;
  z-index: 2;
}

/* ---- BACKGROUND IMAGE ---- */
.cs-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform, opacity;
  transform: scale(1.06);
  opacity: 0;
  transition: opacity 0.85s ease;
}
.cs-slide.is-active .cs-bg {
  opacity: 1;
  animation: cs-zoom 7s ease forwards;
}
@keyframes cs-zoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1.0); }
}

/* Overlay gradient - change rgba(0,0,0, X) to control darkness */
.cs-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.32) 0%,
    rgba(0,0,0,0.0)  30%,
    rgba(0,0,0,0.0)  55%,
    rgba(0,0,0,0.62) 100%
  );
}

/* ---- TOP TEXT ---- */
.cs-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 40px 0;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cs-top { padding: 30px 20px 0; }
}

.cs-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.5);
  margin: 0 0 12px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.55s 0.1s ease, transform 0.55s 0.1s ease;
}
.cs-title {
  font-size: clamp(13px, 1.4vw, 20px); /* change title size here */
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.28;
  letter-spacing: 0.04em;
  max-width: 520px;
  margin: 0 0 12px;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.65s 0.22s ease, transform 0.65s 0.22s ease;
}
@media (max-width: 767px) {
  .cs-title { font-size: 13px; max-width: 280px; }
}
.cs-counter {
  font-size: 11px;
  font-style: italic;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.06em;
  margin: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.5s 0.38s ease, transform 0.5s 0.38s ease;
}

/* Animate IN */
.cs-slide.is-active .cs-label,
.cs-slide.is-active .cs-title,
.cs-slide.is-active .cs-counter {
  opacity: 1;
  transform: translateY(0);
}

/* Animate OUT */
.cs-slide.is-leaving .cs-label,
.cs-slide.is-leaving .cs-title,
.cs-slide.is-leaving .cs-counter {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

/* ---- BIG MARQUEE TEXT ---- */
.cs-marquee-wrap {
  position: absolute;
  bottom: -0.08em;
  left: 0; right: 0;
  z-index: 8;
  pointer-events: none;
  overflow: hidden;
}
.cs-marquee {
  display: block;
  white-space: nowrap;
  font-size: var(--cs-mq);
  font-weight: 900;
  font-family: 'Barlow Condensed', 'Anton', sans-serif; /* change big text font here */
  color: rgba(255,255,255,0.95);                         /* change big text color here */
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding-left: 0.8%;
  transform: translateX(102%);
  will-change: transform;
}
.cs-slide.is-active .cs-marquee {
  animation: cs-in 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.cs-slide.is-leaving .cs-marquee {
  animation: cs-out 0.62s cubic-bezier(0.55, 0, 0.55, 1) forwards;
}
@keyframes cs-in {
  from { transform: translateX(102%); }
  to   { transform: translateX(0); }
}
@keyframes cs-out {
  from { transform: translateX(0); }
  to   { transform: translateX(-104%); }
}

/* ---- PROGRESS BAR ---- */
.cs-bar {
  position: absolute;
  bottom: 0; left: 0;
  height: 2px;
  width: 0%;
  background: rgba(255,255,255,0.8);
  z-index: 20;
  transform-origin: left;
}
.cs-bar.is-running {
  animation: cs-progress var(--cs-dur, 5s) linear forwards;
}
@keyframes cs-progress {
  from { width: 0%; }
  to   { width: 100%; }
}

/* ---- NAV BUTTONS ---- */
.cs-nav {
  position: absolute;
  bottom: 40px;
  left: 44px;
  z-index: 30;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .cs-nav { bottom: 24px; left: 20px; }
}
.cs-btn {
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: inherit;
  padding: 0;
  transition: background 0.22s, border-color 0.22s, color 0.22s, transform 0.18s;
}
.cs-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0E1623;
  transform: scale(1.06);
}
.cs-btn:active { transform: scale(0.95); }
@media (max-width: 767px) {
  .cs-btn { width: 40px; height: 40px; font-size: 14px; }
}
.cs-num {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  font-style: italic;
  letter-spacing: 0.06em;
  margin-left: 8px;
  user-select: none;
}

/* ---- ROTATING BADGE ---- */
.cs-badge {
  position: absolute;
  bottom: 68px;
  right: 52px;
  width: 118px;
  height: 118px;
  z-index: 30;
  cursor: pointer;
}
@media (max-width: 1024px) { .cs-badge { width: 94px; height: 94px; right: 28px; } }
@media (max-width: 767px)  { .cs-badge { width: 74px; height: 74px; right: 16px; bottom: 48px; } }

.cs-badge__ring {
  width: 100%;
  height: 100%;
  animation: cs-spin 15s linear infinite;
  display: block;
}
.cs-badge:hover .cs-badge__ring {
  animation-duration: 3s;
}
.cs-badge__arrow {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.cs-badge:hover .cs-badge__arrow {
  transform: scale(1.2) rotate(45deg);
}
@keyframes cs-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

html, body {
  overflow-x: hidden;
}

.elementor-kit-13 {
    margin-left: auto;
    margin-right: auto;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'MonaSansCondensed-ExtraBold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://hookedmedia-test.dk/wp-content/uploads/2026/03/MonaSansCondensed-ExtraBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Mona sans bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://hookedmedia-test.dk/wp-content/uploads/2026/03/MonaSansCondensed-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */