/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: opensans;
  font-display: swap;
  src: url("../spillemester-dk__fonts/spillemester-dk__opensans-bold.woff2") format("woff2"), url("../spillemester-dk__fonts/spillemester-dk__opensans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: opensans;
  font-display: swap;
  src: url("../spillemester-dk__fonts/spillemester-dk__opensans-regular.woff2") format("woff2"), url("../spillemester-dk__fonts/spillemester-dk__opensans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: linear-gradient(270deg, #86CB4B, #2E561F);
  --font-color: #FFF;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: opensans, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h2,
h3,
.spillemester-dk__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-size: clamp(1.125rem, 0.7355769231rem + 1.7307692308vw, 2.25rem);
}

h2,
.spillemester-dk__h2 {
  font-size: clamp(1rem, 0.6538461538rem + 1.5384615385vw, 2rem);
}

h3,
.spillemester-dk__h3 {
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-transform: uppercase;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 300;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.spillemester-dk__no-scroll {
  overflow: hidden;
}

.spillemester-dk__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.spillemester-dk__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spillemester-dk__items .spillemester-dk__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.spillemester-dk__terms .spillemester-dk__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.spillemester-dk__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  margin: 40px 0;
}

.btn,
.btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 16px 40px;
  border-radius: 20px;
  background-color: #76FF00;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  color: #000000 !important;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.btn-active,
.btn:hover,
.btn:active {
  background-color: #ffbf00;
}

.spillemester-dk__wrapper {
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#B46507), to(#4E2C03));
  background: linear-gradient(0deg, #B46507 0%, #4E2C03 100%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.spillemester-dk__wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 360px;
}

.spillemester-dk__wrap {
  border-radius: 20px;
  background: #252525;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  max-width: 800px;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
}

.spillemester-dk__center {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spillemester-dk__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

/* Blocks */

.spillemester-dk__banner .btn {
  width: 100%;
  max-width: 280px;
  position: relative;
  overflow: hidden;
}

.spillemester-dk__banner .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7) 70%);
  width: 40px;
  height: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

.spillemester-dk__contact .btn {
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
}

.spillemester-dk__contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 800px;
}

.spillemester-dk__contact form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.spillemester-dk__contact input,
.spillemester-dk__contact textarea {
  background: transparent;
  border-radius: 20px;
  background: #080808;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 20px;
  color: #fff;
  font-weight: 400;
}

.spillemester-dk__contact ::-webkit-input-placeholder {
  font-weight: 400;
  color: #F0F0F0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.spillemester-dk__contact ::-moz-placeholder {
  font-weight: 400;
  color: #F0F0F0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.spillemester-dk__contact :-ms-input-placeholder {
  font-weight: 400;
  color: #F0F0F0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.spillemester-dk__contact ::-ms-input-placeholder {
  font-weight: 400;
  color: #F0F0F0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.spillemester-dk__contact ::placeholder {
  font-weight: 400;
  color: #F0F0F0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.spillemester-dk__contact textarea {
  resize: none;
}

.spillemester-dk__contact .spillemester-dk__img {
  width: 100%;
  max-width: 800px;
  height: 451px;
  border-radius: 20px;
  background-image: url("./../spillemester-dk__img/spillemester-dk__kingdom-elf-screen.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.spillemester-dk__avif .spillemester-dk__contact .spillemester-dk__img {					background-image: url("./../spillemester-dk__img/spillemester-dk__kingdom-elf-screen.avif")				}			

.spillemester-dk__contact .spillemester-dk__warning {
  display: none;
  width: 100%;
  text-align: center;
}

.spillemester-dk__footer {
  margin-top: auto;
  background: #131313;
  padding: 40px 0;
  color: #FFF;
}

.spillemester-dk__footer .spillemester-dk__container {
  gap: 20px;
}

.spillemester-dk__footer .spillemester-dk__items {
  text-wrap: balance;
}

.spillemester-dk__footer h2 {
  margin-bottom: -10px;
  color: #86CB4B;
}

.spillemester-dk__footer a {
  color: #86CB4B;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.spillemester-dk__footer a:hover {
  opacity: 0.6;
}

.spillemester-dk__footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.spillemester-dk__footer img {
  -o-object-fit: contain;
  object-fit: contain;
}

.spillemester-dk__footer .spillemester-dk__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-block: 10px;
}

.spillemester-dk__footer .spillemester-dk__logos img {
  width: auto;
  max-height: 46px;
}

.spillemester-dk__footer .spillemester-dk__age {
  width: 30px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.spillemester-dk__footer .spillemester-dk__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px 40px;
}

.spillemester-dk__footer nav {
  width: 100%;
}

.spillemester-dk__game {
  padding: 20px 0;
}

.spillemester-dk__game iframe {
  width: 100%;
  max-width: 900px;
  height: 560px;
  margin-inline: auto;
  border-radius: 20px;
  background: #1B1D21;
  -webkit-box-shadow: 0px 0px 20px 0px #0196A0 inset;
  box-shadow: 0px 0px 20px 0px #0196A0 inset;
  background-image: url("./../spillemester-dk__img/spillemester-dk__loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.spillemester-dk__header {
  background: #4E2C03;
  padding-block: 18px;
}

.spillemester-dk__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spillemester-dk__header .spillemester-dk__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.spillemester-dk__header a {
  color: #fff;
}

.spillemester-dk__header a:hover {
  opacity: 0.6;
}

.spillemester-dk__header .spillemester-dk__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
}

.spillemester-dk__header .spillemester-dk__logo img {
  width: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.spillemester-dk__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.spillemester-dk__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.spillemester-dk__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.spillemester-dk__mobile-nav--open {
  top: 0;
}

.spillemester-dk__mobile-nav a {
  color: #fff;
}

.spillemester-dk__mobile-nav__list {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.spillemester-dk__mobile-nav__list .spillemester-dk__active {
  opacity: 0.5;
}

/* Nav Icon */

.spillemester-dk__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spillemester-dk__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.spillemester-dk__nav-icon::before,
.spillemester-dk__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.spillemester-dk__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.spillemester-dk__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.spillemester-dk__nav-icon.spillemester-dk__nav-icon--active {
  background-color: transparent;
}

.spillemester-dk__nav-icon.spillemester-dk__nav-icon--active::before,
.spillemester-dk__nav-icon.spillemester-dk__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.spillemester-dk__nav-icon.spillemester-dk__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spillemester-dk__nav-icon.spillemester-dk__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.spillemester-dk__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.spillemester-dk__top img {
  width: auto;
  height: 433px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.spillemester-dk__top .btn {
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
}

@media (max-width: 1220px) {
  .spillemester-dk__items {
    gap: 10px;
  }

  .spillemester-dk__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .spillemester-dk__header__nav {
    display: none;
  }

  .spillemester-dk__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .spillemester-dk__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spillemester-dk__main {
    margin: 20px 0;
    gap: 40px;
  }

  .spillemester-dk__wrapper {
    padding: 40px 16px;
    gap: 16px;
  }

  .spillemester-dk__wrapper img {
    height: 200px;
  }

  .spillemester-dk__contact input,
  .spillemester-dk__contact textarea {
    padding: 14px 20px;
  }

  .spillemester-dk__contact .spillemester-dk__img {
    max-width: 400px;
    height: 153px;
  }

  .spillemester-dk__footer {
    padding: 30px 0;
  }

  .spillemester-dk__footer .spillemester-dk__logos img {
    max-height: 40px;
    max-width: 140px;
  }

  .spillemester-dk__footer .spillemester-dk__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spillemester-dk__game iframe {
    height: auto;
    aspect-ratio: 1/1;
  }

  .spillemester-dk__header {
    padding-block: 14px;
  }

  .spillemester-dk__top img {
    height: 260px;
  }
}