body {
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #1A1919;
}

:root {
  --primary-yellow: #FAEF57;
}

p {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 82px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 68px;
  }
}

.big-h1 {
  font-size: 140px;
}

@media (max-width: 768px) {
  .big-h1 {
    font-size: 80px;
  }
}


.yellow-text {
  color: var(--primary-yellow);
}

.yellow-h2 {
  font-family: 'AttractypeReborn', sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-yellow);
}

.white-h2 {
  font-family: 'AttractypeReborn', sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
}

.yellow-h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-yellow);
}

@media (max-width: 768px) {
  .yellow-h2 {
    text-align: center;
  }
}

.white-para {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
}

@font-face {
  font-family: 'AttractypeReborn';
  src: url('../fonts/ATTRACTYPE-REBORN.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.yellow-button {
  background: var(--primary-yellow);
  color: #1A1919;
  border-radius: 10px;
  padding: 10px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.white-button {
  background: #FFF;
  color: #1A1919;
  border-radius: 10px;
  padding: 10px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.transparent-button {
  background: transparent;
  color: var(--primary-yellow);
  border: 1px solid var(--primary-yellow);
  border-radius: 10px;
  padding: 10px 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.reborn {
  font-family: 'AttractypeReborn', sans-serif;
}

.yellow {
  color: var(--primary-yellow);
}


/* Site navigation */
/* Site navigation */
/* Site navigation */

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  background-color: #1A1919;
  top: 0;
  z-index: 10000;
  width: 100% !important;
}

@media (min-width: 770px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    top: 0;
    z-index: 10000;
    background-color: #1A1919;
    /* height: 50px; */
    height: auto;
    margin-top: 10px;
    width: 100% !important;
    justify-content: center !important;
    margin: 0 auto;
    padding: 20px 30px;
    backdrop-filter: blur(10px);
    z-index: 999999;
  }
}


@media (max-width: 992px) {
  .site-header {
    padding: 20px 30px;
    position: sticky;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}

.menu-menu-1-container {
  margin-left: 50px;
}

#masthead .container {
  padding-right: 0px;
}

.site-branding {
  display: flex;
  align-items: center;
  /* padding-top: 10px; */
}

.site-branding img {
  height: 70px;
  width: auto;
  transition: all 0.4s ease-in-out;
}

.site-header.shrink .site-branding img {
  height: 40px;
  width: auto;
}

.main-navigation {
  display: flex;
  align-items: center;
}

.main-navigation a {
  transition: all 0.3s ease-in-out;
}

.menu-item .sub-menu {
  display: block;
  background-color: #1a1919;
  padding: 20px;
  z-index: 99999;
}

.main-navigation ul ul a {
  padding-bottom: 22px;
}

.main-navigation ul ul li:last-child a {
  padding-bottom: 0;
}





.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  position: static;
  flex-direction: row;
  background: none;
  padding: 0;
  width: auto;
  border-radius: 0;
}


.nav-links li a {
  font-family: "Montserrat", sans-serif;
  color: var(--primary-yellow);
  text-decoration: none;
  line-height: 100%;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  margin-left: 1rem;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: var(--primary-yellow);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 992px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    background-color: #1A1919;
    padding: 1rem;
    flex-direction: column;
    width: 100%;
    z-index: 9999;
  }

  .nav-links.show {
    display: flex;
    font-size: 20px;
    padding-left: 40px;
    border-top: 1px solid var(--primary-yellow);
    margin-top: 10px;
  }
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .main-navigation {
    justify-content: end;
  }
}

@media (max-width: 768px) {
  .header-ticket {
    display: none;
  }
}

@media (min-width: 992px) {
  .menu-right-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .menu-right {
    display: none;
  }
}


/* Site navigation */
/* Site navigation */
/* Site navigation */



/* Hero section */
/* Hero section */
/* Hero section */


.hero-section {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image:
    url(../assets/images/taustapilt11.png);
  position: relative;
}

@media (max-width: 992px) {
  .hero-section {
    height: 90vh;
  }
}

/* Housing page hero */
.hero-section.housing {
  background-image:
    linear-gradient(to bottom,
      rgba(26, 25, 25, 0) 10%,
      rgba(26, 25, 25, 0.2) 30%,
      rgba(26, 25, 25, 0.7) 50%,
      rgba(26, 25, 25, 0.9) 60%,
      rgba(26, 25, 25, 1) 80%),
    linear-gradient(rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.1)),
    url(../assets/images/majutus-hero.jpg) !important;
}

@media (max-width: 768px) {
  .hero-section.housing {
    background-position: center;
  }
}

/* Program page hero */
.hero-section.program {
  background-image:
    linear-gradient(to bottom,
      rgba(26, 25, 25, 0) 10%,
      rgba(26, 25, 25, 0.2) 30%,
      rgba(26, 25, 25, 0.7) 50%,
      rgba(26, 25, 25, 0.9) 60%,
      rgba(26, 25, 25, 1) 100%),
    linear-gradient(rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.1)),
    url(../assets/images/program-hero.jpg) !important;
}

@media (max-width: 768px) {
  .hero-section.program {
    background-position: center;
  }
}

/* Tickets page hero */
.hero-section.tickets {
  background-image:
    linear-gradient(to bottom,
      rgba(26, 25, 25, 0) 10%,
      rgba(26, 25, 25, 0.2) 30%,
      rgba(26, 25, 25, 0.7) 50%,
      rgba(26, 25, 25, 0.9) 60%,
      rgba(26, 25, 25, 1) 100%),
    linear-gradient(rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.1)),
    url(../assets/images/piletid-hero.jpg) !important;
}

@media (max-width: 768px) {
  .hero-section.tickets {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background-image:
    linear-gradient(to bottom,
      rgba(26, 25, 25, 0) 10%,
      rgba(26, 25, 25, 0.2) 30%,
      rgba(26, 25, 25, 0.7) 50%,
      rgba(26, 25, 25, 0.9) 60%,
      rgba(26, 25, 25, 1) 80%),
    /* bottom fade */
    linear-gradient(rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.1)),
    /* overall dark overlay */
    url(../assets/images/mobiilhero3.svg);
    background-size: auto;
  }
}

@media (max-width: 768px) {
  .hero-section {
      height: auto;
      background-size: cover;
    }
}

/* @media (max-width: 768px) {
  .hero-section {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background: #1a1919;
    position: relative;
  }
} */


.hero-section h1 {
  margin-top: 0px;
}


.underline-svg {
  display: inline-block;
  position: relative;
  overflow: visible;
}

.underline-svg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 100%;
  /* increase until it matches your design */
  height: 35px;
  /* adjust to SVG height */
  transform: translateX(-50%);
  background: url('../assets/images/herounderline3.svg') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  /* background-color: var(--primary-yellow); */
}

.timer-container {
  display: flex;
  gap: 12px;
  align-items: stretch;
  z-index: 2;
}

.timer-col {
  justify-content: end;
  margin: 0px !important;
  padding: 40px 0px;
  z-index: 3;
}

@media (max-width: 768px) {
  .timer-col {
    justify-content: center !important;
  }
}

.side-timer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Common timer box style */
.timer-box {
  background: #ffe600;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* Sizes */
.timer-box.large {
  width: 160px;
  height: 160px;
}

.timer-box.small {
  width: 74px;
  height: 74px;
}

/* Inner content */
.time-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.number {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

span#days.number {
  font-size: 80px;
  line-height: 1;
  color: #000;
}

span#hours.number {
  font-size: 32px;
  color: #000;
}

span#seconds.number {
  font-size: 26px;
  color: #000;
}

.timer-box.large .label {
  font-size: 14px;
  margin-top: 2px;
  color: #000;
  letter-spacing: 0.7rem;
  font-weight: 700;
  padding-left: 10px;
}


.timer-box.small .label {
  font-size: 14px;
  margin-top: 2px;
  color: #000;
  letter-spacing: 0.2rem;
  font-weight: 700;
}

/* .day-label {
  letter-spacing: 0.8rem;
} */


.hero-box-row {
  position: absolute;
  bottom: 40px;
  left: 120px;
  right: 120px;
}

@media (max-width: 992px) {
  .hero-box-row {
    display: none;
  }
}

@media(min-width: 992px) {
  .hero-box-mobile {
    display: none;
  }
}

.hero-box-inner-mobile {
  background-color: #1A1919;
}

.hero-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: rgba(0, 0, 0, 0.3); */
  padding: 20px;
  border-radius: 12px;
  /* backdrop-filter: blur(12px); */
  opacity: 0.95;
}

.hero-box-big {
  font-size: 28px;
  font-weight: 700;
}

.hero-box-small {
  font-size: 16px;
  font-weight: 400;
}

.hero-box-inner-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hero-box-row-mobile {
  padding: 0px !important;
  width: 100%;
  margin: 0px !important;

}

.hero-box-inner img {
  width: 110px;
  height: 110px;
}

/* .hero-box-row {
  padding-top: 220px;
  padding-bottom: 40px;
} */

.hero-box-row .col-3 {
  width: 22%;
}
/* Hero section */
/* Hero section */
/* Hero section */



/* Subscribe section */
/* Subscribe section */
/* Subscribe section */

.subscribe {
  border-top: 2px solid var(--primary-yellow);
  border-bottom: 2px solid var(--primary-yellow);
}



/* Subscribe section */
/* Subscribe section */
/* Subscribe section */



/* Incoming section */
/* Incoming section */
/* Incoming section */


.incoming {
  margin-bottom: 120px;
}

.incoming-wrapper {
  z-index: 1;
  /* overflow: hidden; */
  /* padding-bottom: 60px; */
}

.incoming-wrapper {
  position: relative;
  /* background-image: url('../assets/images/incomingbg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: -80px -40px;
  padding: 80px 40px; */
}

.incoming-wrapper-child {
  background-image: url('../assets/images/incomingbg.svg');
  /* background-image: url('https://picsum.photos/400/800'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  overflow: visible;
  /* width: calc(100% + 80px);
  height: calc(100% + 80px);
  margin: -40px; */
  top: -30px;
  bottom: -80px;
  left: -50px;
  right: -50px;
}



@media (max-width: 768px) {
  .incoming-wrapper-child {
      top: -30px;
      bottom: -80px;
      left: 0px;
      right: 0px;
    }
}


/* @media (max-width: 1400px) {
  .incoming-wrapper::before {
      height: 700px;
      transform: scaleY(1.25);
    }
}

@media (max-width: 1250px) {
  .incoming-wrapper::before {
    display: none;
  }
} */


.incoming-inner {
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  opacity: 0.95;
}

.incoming-inner img {
  margin-bottom: 22px;
}

.incoming-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #FFF;
  margin-bottom: 8px;
}

.incoming-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #FFF;
}



/* Incoming section */
/* Incoming section */
/* Incoming section */



/* Who to wait section */
/* Who to wait section */
/* Who to wait section */


/* .who-to-wait {
  margin-bottom: 120px;
  color: #FFF;
}

.who-to-wait p {
  margin-bottom: 8px;
}

.profile-inner {
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  opacity: 0.95;
} */

.who-to-wait {
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}

.who-to-wait::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../assets/images/yellowdot1.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}


.profile-img {
  height: 90px;
  width: 90px;
  position: relative;
  z-index: 1;
  margin-bottom: -15px;
  /* overlap into the box */
}

.profile-card {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  z-index: 2;
  opacity: 0.95;
  text-align: start;
}

.profile-inner {
  position: relative;
  z-index: 3;
  color: #fff;
}

/* Equal height fix */
.who-to-wait .row>[class*='col-'] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.who-to-wait .row>[class*='col-']>.profile-card {
  flex: 1;
  width: 100%;
}











/* Who to wait section */
/* Who to wait section */
/* Who to wait section */


/* Schedule section */
/* Schedule section */
/* Schedule section */

.schedule {
  margin-bottom: 120px;
  color: #FFF;
}

@media (max-width: 768px) {
  .schedule {
    text-align: center;
  }
}


@media (max-width: 768px) {
  .schedule .nav-tabs {
    justify-content: center;
  }
}

.nav-tabs {
  margin-left: 0px;
  border-bottom: none;
  margin-bottom: 24px;
}

.nav-tabs .nav-link {
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.15);
  color: #FFF;
  margin-right: 12px;
}

.nav-tabs .nav-link.active {
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  opacity: 0.95;
  border: none;
  padding: 12px 24px;
}

/* Schedule section */
/* Schedule section */
/* Schedule section */


/* Trip-schedule */
/* Trip-schedule */
/* Trip-schedule */

.trip-schedule {
  position: relative;
  margin-bottom: 120px;
  color: #FFF;
}

.trip-schedule::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/yellow-dots.svg") no-repeat center bottom;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.trip-schedule>* {
  position: relative;
  z-index: 1;
}

.trip-schedule .accordion-header .accordion-button {
  font-size: 22px;
  color: var(--primary-yellow);
  font-family: "Montserrat", sans-serif;
}

.day-information {
  font-size: 12px !important;
  margin-left: 12px;
}

@media (max-width: 768px) {
  .day-information {
    margin-left: 0px;
  }
}

.day-manager {
  margin-left: 16px;
  font-weight: 400;
  font-size: 22px;
  color: var(--primary-yellow);
}

@media (max-width: 768px) {
  .day-manager {
    margin-left: 0px;
  }
}

.accordion-header {
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  .accordion-header {
    padding: 12px;
  }
}


.activity-text {
  margin-left: 10%;
}

.activity-text p {
  margin-bottom: 0px !important;
}

.activity-text h4 {
  margin-bottom: 0px !important;
  font-size: 22px;
}

.trip-date {
  position: absolute;
  right: 7%;
  border-radius: 12px;
  padding: 4px 24px;
  font-size: 18px;
}

.accordion-item {
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    opacity: 0.95;
    border: none;
    margin-bottom: 12px;
}

.accordion-body {
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  opacity: 0.95;
}



.accordion-button {
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  opacity: 0.95;
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  opacity: 0.95;
  border: none;
}

.border-bottom-body {
  border-bottom: 0.3px solid #2b2b2b;
}

.border-bottom-body:last-child {
  border-bottom: none;
}

.accordion-button:focus {
  box-shadow: none !important;
  outline: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button {
  border-bottom: none;
}

.accordion-item {
  border: none;
}




/* Trip-schedule */
/* Trip-schedule */
/* Trip-schedule */


/* Sponsors  */
/* Sponsors  */
/* Sponsors  */

.sponsors {
  margin-bottom: 120px;
  color: #FFF;
}

.partners .owl-partners img {
  height: auto !important;
}

.owl-nav {
  display: flex;
  justify-content: center;
}

.owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item img {
  padding-right: 70px;
}

/* .owl-carousel .owl-item img {
  padding: 30px;
} */



/* Sponsors  */
/* Sponsors  */
/* Sponsors  */


/* Information section  */
/* Information section  */
/* Information section  */

.information {
  margin-bottom: 120px;
  color: #FFF;
  background-image: url(../assets/images/big-yellow.svg);
  background-repeat: no-repeat;
  background-position: bottom 0px left 0;
  background-size: 300px auto;
}


.information img {
  border-radius: 22px;
}

.information img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  /* optional, fills empty space */
}

.information-text-inner {
  padding: 60px;
}

@media (max-width: 768px) {
  .information-text-inner {
    padding: 30px;
  }
}

.information .col-5 {
  padding: 0px;
}

.information .row {
  border: 0.5px solid rgb(252, 252, 252);
  border-radius: 22px;
  backdrop-filter: blur(12px);
  opacity: 0.95;
}

.image-col {
  background-image: var(--img);
  background-size: cover;
  /* fills space */
  background-position: center;
  /* centers the image */
  background-repeat: no-repeat;
  border-radius: 22px;
  min-height: 350px;
  /* required for height */
}



/* Information section  */
/* Information section  */
/* Information section  */



/* Tickets section */
/* Tickets section */
/* Tickets section */

.tickets {
  position: relative;
  margin-bottom: 120px;
  color: #FFF;
}

.tickets::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/yellow-dots.svg") no-repeat center top;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.tickets>* {
  position: relative;
  z-index: 1;
}

.classic {
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  opacity: 0.95;
  padding: 30px;
  margin-right: 20px;
}

.classic h3 {
  font-family: 'AttractypeReborn', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
}

.classic img {
  margin-top: 40px;
}

.premium {
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  border-radius: 8px;
  opacity: 0.95;
  padding: 30px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .premium {
    margin-left: 0px;
  }
}

.premium h3 {
  font-family: 'AttractypeReborn', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-yellow);
}

.premium img {
  margin-top: 40px;
}

.tickets button {
  margin-top: 40px;
}



/* Tickets section */
/* Tickets section */
/* Tickets section */


/* FAQ section  */
/* FAQ section  */
/* FAQ section  */

.FAQ {
  margin-bottom: 120px;
  color: #FFF;
}

.FAQ .accordion-body {
  padding-top: 0px !important;
}

.FAQ p {
  margin-bottom: 0px;
}

.faq-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #FFF;
}

.FAQ .accordion-button {
  box-shadow: none !important;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
}

.FAQ .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  font-size: 22px;
}

.FAQ p {
  color: #FFF;
}


/* FAQ section  */
/* FAQ section  */
/* FAQ section  */


/* Footer */
/* Footer */
/* Footer */

.footer {
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid var(--primary-yellow);
}

.footer p {
  margin: 0px;
}

.footer-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.footer a {
  color: #faf057;
}

.footer-social {
  display: flex;
  justify-content: end;
  padding: 0px;
}

.footer-social img {
  margin-left: 8px;
}

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

.seto-footer {
  height: 60px;
  width: 60px;
  margin-left: 14px;
}

@media (max-width: 992px) {
  .footer-images {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .seto-footer {
    margin: 12px 0px;
    display: flex;
    justify-content: center;
    margin-left: 14px;
  }
}



/* Footer */
/* Footer */
/* Footer */


/* Wheel */
/* Wheel */
/* Wheel */

.hero-section {
  overflow: hidden;
}

.hero-section-row {
  padding-top: 4rem;
}

.hero-section-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../assets/images/yellowdot1.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  background-attachment: scroll;
  opacity: 0.3;
}

.date-text {
  font-family: 'Montserrat';
  color: #FFF;
  font-size: 24px;
}

@media (max-width: 768px) {
  .hero-section-row {
    padding-top: 3rem;
    padding-right: 30px;
    padding-left: 30px;
  }
}


.wheel {
  position: absolute;
  bottom: 0;
  z-index: 2;
  animation: spin 10s linear infinite;
}

.wheel-left {
  left: -10%;
  bottom: -40px;
}

.wheel-right {
  right: -10%;
  bottom: 150px;
}

.wheel img {
  width: 300px;
  /* adjust size */
  height: auto;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.wheel-left {
  animation: spin 12s linear infinite reverse;
}

.wheel-right {
  animation: spin 8s linear infinite;
}

@media (max-width: 1198px) {
  .wheel {
    display: none !important;
  }
}

/* Wheel */
/* Wheel */
/* Wheel */

.lines-top {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}

.lines-top img {
  display: block;
  width: 100%;
  height: 300px;
}



/* Program page */
/* Program page */
/* Program page */

.trip-schedule-program .trip-schedule {
  background: transparent;
  z-index: 9999999;
}

.trip-schedule-program .trip-schedule::after {
  background: none;
}


.program .underline-svg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 600px;
  height: 60px;
  background: url(../assets/images/herounderline3.svg) no-repeat center bottom;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .program .underline-svg::after {
    width: 100%;
    bottom: -5px;
  }
}

.program .underline-svg {
  padding-right: 60px;
  padding-left: 60px;
}

@media (max-width: 768px) {
  .program .underline-svg {
    padding: 0px !important;
  }
}

.tickets .underline-svg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 600px;
  height: 60px;
  background: url(../assets/images/herounderline3.svg) no-repeat center bottom;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .tickets .underline-svg::after {
    width: 100%;
    bottom: -5px;
  }
}

.tickets .underline-svg {
  padding-right: 60px;
  padding-left: 60px;
}

@media (max-width: 768px) {
  .tickets .underline-svg {
    padding: 0px;
  }
}

.housing .underline-svg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 600px;
  height: 60px;
  background: url(../assets/images/herounderline3.svg) no-repeat center bottom;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .housing .underline-svg::after {
    width: 100%;
    bottom: -5px;
  }
}

.housing .underline-svg {
  padding-right: 60px;
  padding-left: 60px;
}

@media (max-width: 768px) {
  .housing .underline-svg {
    padding: 0px;
  }
}

.program-page .hero-section {
  height: 700px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to bottom, rgba(26, 25, 25, 0) 10%, rgba(26, 25, 25, 0.2) 30%, rgba(26, 25, 25, 0.7) 50%, rgba(26, 25, 25, 0.9) 60%, rgba(26, 25, 25, 1) 95%),
    /* bottom fade */
    linear-gradient(rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.1)),
    /* overall dark overlay */
    url(../assets/images/rattaretkhero.webp);
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.program-page .wheel-left {
  margin-bottom: 60px;
}




/* Program page */
/* Program page */
/* Program page */



/* Housing page */
/* Housing page */
/* Housing page */

.housing {
  margin-bottom: 120px;
}

.tents-row {
  background: linear-gradient(rgba(0, 0, 0, 0.5)
    ),
    url("../assets/images/telklaager1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px;
  border-radius: 12px;
}

@media(max-width: 768px) {
  .tents-row {
    padding: 12px;
  }
}

.camping-row {
  background: linear-gradient(rgba(0, 0, 0, 0.5)
    ),
    url("../assets/images/majutus-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px;
  border-radius: 12px;
}

@media(max-width: 768px) {
  .camping-row {
    padding: 12px;
  }
}

.caravan-row {
  background: linear-gradient(rgba(0, 0, 0, 0.5)
    ),
    url("../assets/images/caravan.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 12px;
}

@media(max-width: 768px) {
  .caravan-row {
    padding: 12px;
  }
}





/* Housing page */
/* Housing page */
/* Housing page */



/* Transport page */
/* Transport page */
/* Transport page */








/* Transport page */
/* Transport page */
/* Transport page */




.check-program-row {
  background-repeat: no-repeat;
  background-size: cover;
  background:
      linear-gradient(rgba(26, 25, 25, 0.6), rgba(26, 25, 25, 0.6)),
      url("../assets/images/transport.png") center/cover no-repeat;
  padding: 120px;
}

@media (max-width: 768px) {
  .check-program-row {
    padding: 40px;
  }
}


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

.check-program p {
  font-family: 'AttractypeReborn', sans-serif;
  color: #FFF;
  font-size: 28px;
}

.artists {
  margin-bottom: 120px;
}


.artist-text, .incoming-para {
  max-width: 600px;
  margin: 0 auto;
}

.honey-bottom img {
  margin-top: 60%;
}

@media (min-width: 1200px) {
  .artists .col-xl-2 {
    width: 19.8% !important;
  }
}

@media (max-width: 768px) {
  .honey-bottom img {
    margin-top: 0%;
  }
}

@media (max-width: 768px) {
  .artists img {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .artist-image {
    display: flex;
    justify-content: center;
  }
}


.background-yellow-wrapper {
  position: relative;
  min-height: 100%;
  /* or 100% if nested in something tall */
  background-image: url(../assets/images/PAT.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 11%;
  z-index: 0;
}

.information {
  position: relative;
  background-image: url(../assets/images/PAT.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 9%;
  z-index: 0;
}


.information::before {
  content: "";
  position: absolute;
  bottom: 80%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../assets/images/yellowdot1.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}



.tickets-hero .underline-svg {
  display: block !important;
}

.tickets-hero h1 {
  margin-bottom: 0px;
}


.tickets-after-text {
  color: #FFF;
}

.tickets-buttons {
  gap: 12px;
}

.tickets-after-buttons {
  padding: 80px 0px;
}


.fw-bold {
  font-weight: 700 !important;
  font-size: 18px;
  color: var(--primary-yellow);
}

@media (min-width: 768px) {
  .fw-bold {
    min-width: 120px;
  }
}


/* Default (collapsed) state */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23faef57' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* When the accordion is expanded */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23faef57' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e");
}


.subscribe form {
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  .subscribe form {
    justify-content: center;
    margin-top: 30px;
  }
}

.subscribe input[type="email"] {
  background-color: transparent;
  border: none;
  min-width: 300px;
  color: #FFF;
}

@media (max-width: 768px) {
  .subscribe input[type="email"] {
    min-width: 150px;
  }
}


.subscribe-field {
  border-bottom: 1px solid var(--primary-yellow) !important;
}

.subscribe button {
  padding: 8px 60px;
  background-color: var(--primary-yellow);
  border-radius: 12px;
  border-bottom-left-radius: 0px;
}


@media (max-width: 998px) {
  .information .row {
    display: flex;
    flex-direction: column;
  }

  /* Always put text before image on mobile */
  .information .row>.col-xl-6.image-col {
    order: 2;
  }

  .information .row>.col-xl-6:not(.image-col) {
    order: 1;
  }
}
