/* 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: Poppins;
  font-display: swap;
  src: url("../onlinedansk__fonts/onlinedansk__Poppins-Regular.woff2") format("woff2"), url("../onlinedansk__fonts/onlinedansk__Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../onlinedansk__fonts/onlinedansk__Poppins-Bold.woff2") format("woff2"), url("../onlinedansk__fonts/onlinedansk__Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: BalooBhaijaan2;
  font-display: swap;
  src: url("../onlinedansk__fonts/onlinedansk__BalooBhaijaan2-Bold.woff2") format("woff2"), url("../onlinedansk__fonts/onlinedansk__BalooBhaijaan2-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #1d0201;
  --font-color: #FFF;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Poppins, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
.onlinedansk__h1,
h2,
.onlinedansk__h2,
h3,
.onlinedansk__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-family: BalooBhaijaan2;
  color: #FFC62A;
  font-weight: 700;
  line-height: 130%;
}

h1,
.onlinedansk__h1 {
  font-size: clamp(1.625rem, 1.2355769231rem + 1.7307692308vw, 2.75rem);
}

h2,
.onlinedansk__h2 {
  font-size: clamp(1.25rem, 0.9038461538rem + 1.5384615385vw, 2.25rem);
  text-transform: uppercase;
}

h3,
.onlinedansk__h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  font-family: Poppins;
  font-weight: 700;
}

p,
li {
  line-height: 130%;
  color: rgba(255, 255, 255, 0.85);
}

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

body {
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 0, 0, 0.95)), to(rgba(36, 0, 0, 0.9))), url("./../onlinedansk__img/onlinedansk__bg.avif");
  background-image: linear-gradient(rgba(36, 0, 0, 0.95), rgba(36, 0, 0, 0.9)), url("./../onlinedansk__img/onlinedansk__bg.avif");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}				.onlinedansk__avif body {					background-image: linear-gradient(rgba(36, 0, 0, 0.95), rgba(36, 0, 0, 0.9)), url("./../onlinedansk__img/onlinedansk__bg.avif")				}							.onlinedansk__avif body {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 0, 0, 0.95)), to(rgba(36, 0, 0, 0.9))), url("./../onlinedansk__img/onlinedansk__bg.avif")				}			

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;
  color: inherit;
}

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

.onlinedansk__no-scroll {
  overflow: hidden;
}

.onlinedansk__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;
}

.onlinedansk__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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.onlinedansk__items .onlinedansk__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: 14px;
  width: 100%;
}

.onlinedansk__items .onlinedansk__img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 200px;
  -webkit-box-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
}

.onlinedansk__terms .onlinedansk__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;
}

.onlinedansk__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: 40px;
  margin: 24px 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: 8px 20px;
  background: #FFC62A;
  border: 1px solid #FFC62A;
  border-radius: 14px;
  color: #000610 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-active,
.btn:hover,
.btn:active {
  background: rgba(0, 0, 0, 0.3);
  color: #FFC62A !important;
  -webkit-tap-highlight-color: transparent;
}

.onlinedansk__wrapper {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  padding: 24px;
  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;
  border-radius: 30px;
}

.onlinedansk__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 */

.onlinedansk__banner {
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-align: center;
}

.onlinedansk__faq .onlinedansk__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.onlinedansk__faq .onlinedansk__questions p {
  color: rgba(255, 255, 255, 0.8);
}

.onlinedansk__faq .onlinedansk__questions h3 {
  color: #fff;
  margin-bottom: 5px;
}

.onlinedansk__footer {
  margin-top: auto;
  background: #120101;
  padding-block: 40px;
}

.onlinedansk__footer a {
  font-weight: 700;
}

.onlinedansk__footer a:hover {
  opacity: 0.6;
}

.onlinedansk__footer .onlinedansk__item:nth-child(3) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.onlinedansk__footer .btn-active {
  max-width: 246px;
}

.onlinedansk__footer .onlinedansk__age {
  font-size: 17px;
  font-weight: 700;
  width: 40px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid #FFF;
}

.onlinedansk__games .onlinedansk__games-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 280px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.onlinedansk__games .onlinedansk__article {
  position: relative;
  max-width: 280px;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
  cursor: default;
  border-radius: 14px;
}

.onlinedansk__games .onlinedansk__article:hover .onlinedansk__article__wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.onlinedansk__games .onlinedansk__article__wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: radial-gradient(rgba(0, 0, 0, 0.9), rgb(8, 19, 33));
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.onlinedansk__games .onlinedansk__article img:not(.onlinedansk__rating img) {
  width: 280px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.onlinedansk__games .onlinedansk__article .onlinedansk__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.onlinedansk__games .onlinedansk__article .onlinedansk__rating img {
  width: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -3px;
}

.onlinedansk__games h3 {
  color: #FFF;
  text-align: center;
}

.onlinedansk__games .btn {
  width: 100%;
}

.onlinedansk__header {
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.4);
}

.onlinedansk__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;
}

.onlinedansk__header .onlinedansk__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.onlinedansk__header a:hover {
  opacity: 0.6;
}

.onlinedansk__header .onlinedansk__logo img {
  width: clamp(10rem, 9.2427884615rem + 3.3653846154vw, 12.1875rem);
  aspect-ratio: 8.86/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.onlinedansk__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;
}

.onlinedansk__mobile-nav--open {
  top: 0;
}

.onlinedansk__mobile-nav a {
  color: #fff;
}

.onlinedansk__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;
}

.onlinedansk__mobile-nav__list .onlinedansk__active {
  opacity: 0.5;
}

/* Nav Icon */

.onlinedansk__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;
}

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

.onlinedansk__nav-icon::before,
.onlinedansk__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;
}

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

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

.onlinedansk__nav-icon.onlinedansk__nav-icon--active {
  background-color: transparent;
}

.onlinedansk__nav-icon.onlinedansk__nav-icon--active::before,
.onlinedansk__nav-icon.onlinedansk__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;
  z-index: 999;
}

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

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

/* Layout */

.onlinedansk__mobile-nav-btn {
  z-index: 998;
  display: none;
}

@media (max-width: 1220px) {
  .onlinedansk__main {
    gap: 24px;
    margin: 16px 0;
  }

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

  .onlinedansk__header__nav {
    display: none;
  }

  .onlinedansk__mobile-nav-btn {
    display: block;
  }
}

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

  .onlinedansk__wrapper {
    padding: 16px;
    gap: 16px;
    border-radius: 16px;
  }

  .onlinedansk__banner h1 {
    line-height: 1.3;
    min-height: 2.6em;
  }

  .onlinedansk__features .onlinedansk__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .onlinedansk__footer .onlinedansk__item:nth-child(3) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .onlinedansk__games .onlinedansk__games-list {
    grid-template-columns: repeat(2, minmax(0, 280px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  }
}

@media (max-width: 561px) {
  .onlinedansk__banner h1 {
    line-height: 1.3;
    min-height: 3.9em;
  }
}

@media (hover: hover) {
  .onlinedansk__games .onlinedansk__article:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}