@font-face {
  font-family: "Roboto";
  src: url("/sportfantasynorge-fonts/Sportfantasynorge-Roboto.woff2");
}

@font-face {
  font-family: "Bangers";
  src: url("/sportfantasynorge-fonts/Sportfantasynorge-Bangers.woff2");
}

:root {
  --1: #bd6f37;
  --white: #ffffff;
  --Color2: #2a1f16;
  --BG-beige: #eae1d0;
  --disclaimer-bg: #7b3030;
}

/* Skip Link for Accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
  font-weight: bold;
}

.skip-link:focus {
  top: 6px;
  outline: 2px solid #0066cc;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
}

body {
  display: flex;
  flex-direction: column;
  height: 100svh;
}

main {
  flex-grow: 1;
}

ul {
  padding-inline-start: 25px;
}

.sportfantasynorge-select-arrow {
  transition: transform 0.3s ease;
}

.rotated {
  transform: rotate(180deg);
}

.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  height: 24px;
  gap: 5px;
}

.dropdown_button {
  background-color: transparent;
  border: none;
  color: var(--white);
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
}

.dropdown_button:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.dropdown_button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown_menu-wrapper {
  display: grid;
  position: absolute;
  top: 100%;
  left: 0;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}

.dropdown_menu {
  padding-inline-start: 0;
  border-radius: 5px;
  background-color: gray;
  overflow: hidden;
}

.sportfantasynorge-option-text {
  padding: 3px 5px;
  cursor: pointer;
  list-style: none;
}

.dropdown.active .dropdown_menu-wrapper {
  grid-template-rows: 1fr;
}

.sportfantasynorge-link {
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
  text-decoration: none;
}

.sportfantasynorge-link:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.sportfantasynorge-link:hover {
  text-decoration: underline;
}

.header-1 {
  color: var(--1);
  font-family: Bangers;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-2 {
  font-family: Bangers;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-3 {
  font-family: Bangers;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.paragraph {
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.color-white {
  color: var(--white);
}

.color2 {
  color: var(--Color2);
}

.text-center {
  text-align: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: start;
}

.sportfantasynorge-container {
  margin: 0 auto;
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
  gap: 20px;
}

.sportfantasynorge-header {
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 10px 150px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}

.sportfantasynorge-logo {
  width: 107px;
  height: 37px;
}

.sportfantasynorge-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: var(--BG-beige);
}

section {
  padding: 60px 0;
}

.sportfantasynorge-welcome {
  padding: 120px 0 220px 0;
  background-image: url("/sportfantasynorge-img/sportfantasynorge-top-bg.webp");
  background-size: contain;
}

.sportfantasynorge-broadcast {
  justify-content: flex-start;
  align-items: center;
  text-align: start;
  color: var(--Color2);
}

.sportfantasynorge-events-top {
  display: flex;
  gap: 20px;
}

.sportfantasynorge-events-top-box {
  display: flex;
  flex-direction: column;
  gap: 20px;

  text-align: start;
  color: var(--Color2);
}

.sportfantasynorge-orange-box {
  padding: 20px;
  background-color: var(--1);
  border-radius: 10px;
  color: var(--white);
}

.sportfantasynorge-about {
  background-image: url("/sportfantasynorge-img/sportfantasynorge-about-bg.webp");
  background-size: cover;
  background-position: center;
}

.sportfantasynorge-about-content {
  display: flex;
  gap: 20px;
}

.sportfantasynorge-about-img {
  max-width: 560px;
  width: 100%;
  height: 275px;
  border-radius: 10px;
  background-image: url("/sportfantasynorge-img/sportfantasynorge-about-img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sportfantasynorge-disclaimer-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  color: var(--white);
  border-radius: 10px;
  background-color: var(--disclaimer-bg);
}

/* .sportfantasynorge-disclaimer {
  margin-bottom: 30px;
} */

.sportfantasynorge-footer {
  background-color: var(--Color2);
}

.sportfantasynorge-footer-content {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--white);
}

.sportfantasynorge-footer-top {
  display: flex;
  gap: 20px;
}

.sportfantasynorge-footer-reservations {
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sportfantasynorge-footer-p-bold {
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.gap-50 {
  gap: 50px;
}

.sportfantasynorge-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: 100%;
  max-width: 560px;
}

.sportfantasynorge-footer-contacts-item {
  display: flex;
  gap: 5px;
  align-items: center;
}

.sportfantasynorge-footer-top-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 560px;
}

.sportfantasynorge-cookies-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.sportfantasynorge-footer-ul {
  display: flex;
  gap: 50px;
  list-style: none;
  padding-inline-start: 0px;
}

@media screen and (max-width: 1024px) {
  .sportfantasynorge-container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .sportfantasynorge-header {
    padding: 10px 16px;
    justify-content: space-between;
  }

  .sportfantasynorge-container {
    padding: 0 16px;
    max-width: 768px;
    width: 100%;
  }

  .sportfantasynorge-events-top {
    flex-direction: column;
  }

  .sportfantasynorge-about-content {
    flex-direction: column;
  }

  .sportfantasynorge-footer-top {
    flex-direction: column;
  }

  .sportfantasynorge-footer-top-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 768px;
  }
}

@media screen and (max-width: 375px) {
  .header-2 {
    font-size: 30px;
  }
}
