@charset "UTF-8";
@import url("../../assets/css/normalize.css");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #373435;
  letter-spacing: normal;
}

.body-no-scroll {
  overflow: hidden;
}

ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.title {
  padding: 23px 0 33px;
  text-align: center;
  color: #373435;
  border: 1px solid #5C5C5C;
  border-radius: 20px;
  background-color: #F8F8F8;
  font-style: normal;
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 100%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #373435;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .title {
    font-size: 32px;
    border-radius: 7px;
    padding: 10px 0 10px;
  }
}

.main {
  padding: 60px 0 120px;
  background-image: url("/assets/img/Frame.png");
}
@media (max-width: 767px) {
  .main {
    padding-top: 40px;
  }
}

.flex-container {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media (max-width: 767px) {
  .flex-container {
    row-gap: 40px;
  }
}

.link {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  border: none;
  border-radius: 10px;
  box-shadow: 7.58px 7.58px 0 0 #393839;
  font-style: normal;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 100%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #F8F8F8;
  letter-spacing: normal;
}
.link_tickets {
  width: 267px;
  background-color: #FF3E7D;
}
.link_poster {
  width: 267px;
  background-color: #FF6B00;
}
.link_about {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  background-color: #FF3E7D;
}
.link_accommodation {
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  background-color: #FF3E7D;
}
@media (max-width: 1279px) {
  .link_accommodation {
    align-self: center;
    max-width: 500px;
  }
}
.link_btn {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #FF3E7D;
}
@media (max-width: 767px) {
  .link {
    border-radius: 7px;
    box-shadow: 4px 4px 0 0 #393839;
  }
}

.hero {
  overflow: hidden;
  padding: 65px 0 180px;
  background-color: #DBF922;
  background-image: url("/assets/img/hero/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: 250px;
  }
}

.container_hero {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .container_hero {
    padding: 0 70px;
  }
}

.hero__content {
  position: relative;
}
@media (max-width: 1279px) {
  .hero__content {
    align-self: center;
  }
}

.sponsor-logo {
  height: 56px;
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .sponsor-logo {
    height: auto;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .sponsor-logo img {
    width: 161px;
  }
}

.date {
  position: relative;
  display: inline-block;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .date {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .data-img {
    width: 272px;
  }
}
@media (max-width: 1279px) {
  .data-img {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .data-img {
    width: 275px;
  }
}

.absolute-img {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  width: 50px;
  height: 50px;
  transform: scale(4);
  object-fit: contain;
}
@media (max-width: 1279px) {
  .absolute-img {
    right: 60px;
    transform: scale(3.5);
  }
}
@media (max-width: 767px) {
  .absolute-img {
    right: -10px;
    top: -5px;
    transform: scale(2);
  }
}

.buttons-container {
  display: flex;
  column-gap: 32px;
}
@media (max-width: 767px) {
  .buttons-container {
    flex-direction: column;
    row-gap: 23px;
  }
}

.stars {
  position: absolute;
  top: -11px;
  left: 420px;
}
@media (max-width: 767px) {
  .stars {
    display: none;
  }
}

.bird {
  position: absolute;
  top: 170px;
  right: -100px;
}
@media (max-width: 1279px) {
  .bird {
    top: -200px;
    right: -250px;
  }
}
@media (max-width: 767px) {
  .bird {
    transform: scale(0.7);
    top: -250px;
    right: -270px;
  }
}

.face {
  position: absolute;
  top: 130px;
  right: 180px;
}
@media (max-width: 1279px) {
  .face {
    top: 400px;
    left: 400px;
  }
}
@media (max-width: 767px) {
  .face {
    left: 150px;
    top: 350px;
  }
}

.moose {
  position: absolute;
  right: 70px;
  bottom: -180px;
}
@media (max-width: 1279px) {
  .moose {
    bottom: -330px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .moose {
    left: -80px;
  }
}

.ornament {
  position: absolute;
  top: -80px;
  right: -120px;
}
@media (max-width: 1279px) {
  .ornament {
    display: none;
  }
}

.arrow {
  position: absolute;
  top: 300px;
  left: 610px;
}
@media (max-width: 767px) {
  .arrow {
    display: none;
  }
}

.hero__nav {
  margin-bottom: 49px;
}

.nav__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1279px) {
  .nav__list {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    gap: 40px;
  }
  .nav__list.active {
    transform: translateX(0);
    background-color: #DBF922;
    background-image: url("/assets/img/hero/bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1279px) {
  .nav__item {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(30px);
    opacity: 0;
  }
  .nav__list.active .nav__item {
    transform: translateY(0);
    opacity: 1;
  }
  .nav__list.active .nav__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .nav__list.active .nav__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .nav__list.active .nav__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .nav__list.active .nav__item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .nav__list.active .nav__item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .nav__list.active .nav__item:nth-child(6) {
    transition-delay: 0.6s;
  }
  .nav__list.active .nav__item:nth-child(7) {
    transition-delay: 0.7s;
  }
}
.nav__link {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #373435;
  letter-spacing: normal;
  transition: color 0.3s ease;
  text-decoration: none;
  color: #373435;
}
.nav__link:hover {
  color: black;
}
@media (max-width: 1279px) {
  .nav__link {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
    color: #373435;
  }
}

.burger {
  z-index: 1001;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 50px;
  height: 25px;
  cursor: pointer;
  border: none;
  background: none;
}
@media (max-width: 1279px) {
  .burger {
    display: flex;
  }
}
.burger__line {
  width: 100%;
  height: 3px;
  transition: all 0.3s ease;
  border-radius: 2px;
  background-color: #373435;
}
.burger__line:nth-child(1) {
  transform-origin: top left;
}
.burger__line:nth-child(2) {
  transform-origin: center;
}
.burger__line:nth-child(3) {
  transform-origin: bottom left;
}
.burger.active .burger__line:nth-child(1) {
  width: 30px;
  transform: rotate(45deg) translate(0, 0);
}
.burger.active .burger__line:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
.burger.active .burger__line:nth-child(3) {
  width: 30px;
  transform: rotate(-45deg) translate(0, 0);
}

.burger-img {
  display: none;
  bottom: 0;
  right: 0;
}
@media (max-width: 1279px) {
  .burger-img {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0;
    transition: opacity 0.3s ease 0.5s;
  }
  .nav__list.active .burger-img {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .burger-img {
    width: 150px;
    height: 150px;
  }
}

.nav-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1279px) {
  .nav-overlay.active {
    display: block;
  }
}

.hero__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .hero__nav {
    justify-content: flex-start;
  }
}

body.menu-open {
  overflow: hidden;
}
@media (min-width: 1280px) {
  body.menu-open {
    overflow: auto;
  }
}

.about {
  background-color: #DBF922;
  border-radius: 20px 20px 30px 30px;
  box-shadow: 7.58px 7.58px 0 0 #393839;
}
@media (max-width: 767px) {
  .about {
    border-radius: 7px;
    box-shadow: 4px 4px 0 0 #393839;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 60px 109px;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 180%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #373435;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .about__content {
    row-gap: 25px;
  }
}
@media (max-width: 767px) {
  .about__content {
    font-size: 12px;
    padding: 15px 17px;
  }
}

.program {
  background-color: #FF6B00;
  border-radius: 20px 20px 30px 30px;
  box-shadow: 7.58px 7.58px 0 0 #393839;
}
@media (max-width: 767px) {
  .program {
    border-radius: 7px;
    box-shadow: 4px 4px 0 0 #393839;
  }
}

.program__item:not(:last-child) {
  border-bottom: 1px solid #5C5C5C;
}

.item-program {
  display: flex;
  padding: 42.5px 109px;
  column-gap: 15px;
}
@media (max-width: 1279px) {
  .item-program {
    padding: 35px 50px;
  }
}
@media (max-width: 767px) {
  .item-program {
    padding: 9px 17px;
  }
}
.item-program__time {
  flex-shrink: 0;
  width: 26.5%;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: normal;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #373435;
  letter-spacing: normal;
}
@media (max-width: 1279px) {
  .item-program__time {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .item-program__time {
    font-size: 1.2rem;
  }
}
.item-program__activity {
  font-style: normal;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: normal;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #373435;
  letter-spacing: normal;
}
@media (max-width: 1279px) {
  .item-program__activity {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .item-program__activity {
    font-size: 1.2rem;
  }
}

.stage {
  overflow: hidden;
  background-color: #FF3E7D;
  border-radius: 20px 20px 30px 30px;
  box-shadow: 7.58px 7.58px 0 0 #393839;
}
@media (max-width: 767px) {
  .stage {
    border-radius: 7px;
    box-shadow: 4px 4px 0 0 #393839;
  }
}

.main-stage {
  background-color: #FF3E7D;
}

.folk-stage {
  background-color: #8A2BE2;
  border-radius: 20px 20px 30px 30px;
}
@media (max-width: 767px) {
  .folk-stage {
    border-radius: 7px;
  }
}

.banner {
  background-color: #DBF922;
  border-radius: 20px 20px 30px 30px;
  box-shadow: 7.58px 7.58px 0 0 #393839;
}
@media (max-width: 767px) {
  .banner {
    border-radius: 7px;
    box-shadow: 4px 4px 0 0 #393839;
  }
}

.banner-content {
  height: 500px;
}

.tickets {
  background-color: #DBF922;
  border-radius: 20px 20px 30px 30px;
  box-shadow: 7.58px 7.58px 0 0 #393839;
}
@media (max-width: 767px) {
  .tickets {
    border-radius: 7px;
    box-shadow: 4px 4px 0 0 #393839;
  }
}

.tickets__content {
  height: 500px;
}

.accommodation {
  background-color: #2BDC6A;
  border-radius: 20px 20px 30px 30px;
  box-shadow: 7.58px 7.58px 0 0 #393839;
}
@media (max-width: 767px) {
  .accommodation {
    border-radius: 7px;
    box-shadow: 4px 4px 0 0 #393839;
  }
}

.accommodation-content {
  display: flex;
  padding: 62px 35px 63px 55px;
  column-gap: 75px;
}
@media (max-width: 767px) {
  .accommodation-content {
    padding: 15px 17px 30px;
  }
}
@media (max-width: 1279px) {
  .accommodation-content {
    flex-direction: column;
  }
}
.accommodation-content__img {
  display: block;
  width: 349px;
  margin-bottom: 32px;
  border-radius: 14.81px;
  object-fit: contain;
}
@media (max-width: 1279px) {
  .accommodation-content__img {
    max-width: 349px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.accommodation-content__text {
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 180%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #1B1B1B;
  letter-spacing: normal;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .accommodation-content__text {
    font-size: 1.2rem;
  }
}
.accommodation-content__accent {
  font-weight: 800;
}

@media (max-width: 1279px) {
  .link_accommodation {
    display: none;
  }
}

.accommodation-content__column-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .accommodation-content__column-1 {
    margin-bottom: 15px;
  }
}

.accommodation-content__column-2 {
  background-image: url("/assets/img/accommodation/крокодил.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 180%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #1B1B1B;
  letter-spacing: normal;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .accommodation-content__column-2 {
    font-size: 1.2rem;
  }
}

.link-second {
  display: none;
}
@media (max-width: 1279px) {
  .link-second {
    display: flex;
  }
}

.partners {
  background-color: #F5F5F5;
  border-radius: 20px 20px 30px 30px;
  box-shadow: 7.58px 7.58px 0 0 #393839;
}
@media (max-width: 767px) {
  .partners {
    border-radius: 7px;
    box-shadow: 4px 4px 0 0 #393839;
  }
}

.partners__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 114px 20px;
}
@media (max-width: 1279px) {
  .partners__content {
    gap: 70px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .partners__content {
    justify-content: center;
    padding: 20px 0 20px;
  }
  .partners__content img:not(:first-child) {
    display: none;
  }
}

.faq {
  background-color: #FF6B00;
  border-radius: 20px 20px 30px 30px;
  box-shadow: 7.58px 7.58px 0 0 #393839;
}
@media (max-width: 767px) {
  .faq {
    border-radius: 7px;
    box-shadow: 4px 4px 0 0 #393839;
  }
}

#footer-bg {
  color: white;
  bottom: 0;
  width: 1080px;
  display: grid;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 52px;
}

.fn-element {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 20px;
  gap: 20px;
}
.fn-element .phone,
.fn-element .address {
  text-decoration: none;
}
.fn-element .phone-text {
  font-weight: 400;
  font-size: 12px;
}

.emails {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}

.vk {
  width: 24px;
}

.sn-element {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 25px;
}

.tn-element {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 25px;
  cursor: pointer;
}

#first-node {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 59px;
}

.fn-node {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#second-node {
  display: flex;
  flex-direction: column;
  align-items: end;
  color: rgba(255, 255, 255, 0.4392156863);
}

.third-node {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  grid-column: 1/span 2;
}
@media (max-width: 1279px) {
  .third-node {
    margin-top: 0;
  }
}

#footer-parent {
  width: 100%;
  background-color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fn-element a {
  color: #fff !important;
  text-decoration: underline;
}

.tn-element a {
  color: #fff !important;
}

@media screen and (max-width: 1280px) {
  #footer-bg {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    gap: 17px;
    padding-top: 36px;
    justify-content: flex-start;
  }
  #first-node {
    display: flex;
    justify-content: center;
    flex-direction: column;
    order: 1;
    gap: 17px;
    align-items: flex-start;
    margin-left: 0;
  }
  .fn-node {
    margin-top: 13px;
    gap: 9px;
  }
  .fn-element {
    font-size: 10.41px;
    font-weight: 700;
    letter-spacing: 1.5px;
    gap: 12px;
  }
  .tn-element {
    font-size: 9.11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 24px;
  }
  .sn-element {
    font-size: 9.11px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 16px;
  }
  .third-node {
    order: 2;
    flex-direction: column;
    margin-left: 0;
  }
  #second-node {
    order: 3;
    margin-left: 0;
  }
  .fn-element img {
    width: 17px;
  }
}
.accordion-container {
  border: none;
}
.accordion-container .ac.disabled {
  pointer-events: none;
}
.accordion-container .ac.disabled .ac-trigger::after {
  display: none;
}
.accordion-container .ac {
  margin-bottom: 0;
  padding: 20px 107px;
  border: none;
  background-color: transparent;
}
.accordion-container .ac .ac-list {
  list-style: inside;
}
@media (max-width: 1279px) {
  .accordion-container .ac {
    padding: 15px 70px;
  }
}
@media (max-width: 767px) {
  .accordion-container .ac {
    padding: 11px 13px;
  }
}
.accordion-container .ac:not(:last-child) {
  border-bottom: 1px solid #F8F8F8;
}
.accordion-container .ac .ac-header .ac-trigger {
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  line-height: normal;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #F8F8F8;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .accordion-container .ac .ac-header .ac-trigger {
    font-size: 1.6rem;
  }
}
.accordion-container .ac .trigger-text {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.accordion-container .ac .time-slot {
  width: 30%;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 150%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #F8F8F8;
  letter-spacing: normal;
}
@media (max-width: 1279px) {
  .accordion-container .ac .time-slot {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .accordion-container .ac .time-slot {
    font-size: 1.3rem;
  }
}
.accordion-container .ac .span {
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 150%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #F8F8F8;
  letter-spacing: normal;
}
@media (max-width: 1279px) {
  .accordion-container .ac .span {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .accordion-container .ac .span {
    font-size: 1.3rem;
  }
}
.accordion-container .ac .artist-name {
  font-style: normal;
  font-weight: 800;
  font-size: 4rem;
  line-height: 150%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #F8F8F8;
  letter-spacing: normal;
}
@media (max-width: 1279px) {
  .accordion-container .ac .artist-name {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .accordion-container .ac .artist-name {
    font-size: 1.6rem;
  }
}
.accordion-container .ac .artist-description {
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 180%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #F8F8F8;
  letter-spacing: normal;
}
@media (max-width: 1279px) {
  .accordion-container .ac .artist-description {
    font-size: 1.8rem;
  }
}
.accordion-container .ac .artist-info {
  display: flex;
  column-gap: 30px;
}
.accordion-container .ac .artist-info img {
  height: 258px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .accordion-container .ac .artist-info {
    column-gap: 15px;
    flex-direction: column;
  }
  .accordion-container .ac .artist-info div {
    align-self: center;
  }
  .accordion-container .ac .artist-info img {
    height: 140px;
  }
  .accordion-container .ac .artist-info p {
    font-size: 1.2rem;
  }
}
.accordion-container .ac .activity {
  font-weight: 700;
  color: #373435;
}
@media (max-width: 1279px) {
  .accordion-container .ac .activity {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .accordion-container .ac .activity {
    font-size: 1.4rem;
  }
}
.accordion-container .ac .activity-description {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  row-gap: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 140%;
  font-family: "Loos Wide", Arial, sans-serif;
  color: #373435;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .accordion-container .ac .activity-description {
    font-size: 1.2rem;
  }
}
.accordion-container .ac.is-active .ac-header .ac-trigger {
  color: #F8F8F8;
}
.accordion-container.faq-accordion .ac {
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .accordion-container.faq-accordion .ac {
    padding: 10px 17px;
  }
}
.accordion-container.faq-accordion .ac:not(:last-child) {
  border-bottom: 1px solid #757575;
}
.accordion-container.faq-accordion .ac .ac-header .ac-trigger {
  padding: 0;
  color: #373435;
}
@media (max-width: 1279px) {
  .accordion-container.faq-accordion .ac .trigger-text {
    width: 90%;
  }
}

.program .ac .ac-header .ac-trigger {
  color: #373435;
}

.program .ac .time-slot {
  color: #373435;
}

.program .ac .span {
  color: #373435;
}

.program .ac .artist-name {
  color: #373435;
}

.program .ac .artist-description {
  color: #373435;
}

.program .ac .activity {
  color: #373435;
}

.program .ac .activity-description {
  color: #373435;
}

.program .ac.is-active .ac-header .ac-trigger {
  color: #373435;
}

.program.faq-accordion .ac .ac-header .ac-trigger {
  color: #373435;
}

.program .ac:not(:last-child) {
    border-bottom: 1px solid #373435;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  font-family: "Loos Wide", Arial, sans-serif;
  color: black;
  letter-spacing: normal;
}
.modal.active {
  display: block;
}
.modal-content {
  background-color: #fff;
  margin: 2% auto;
  padding: 0;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  position: relative;
  animation: modalOpen 0.3s ease ease-out;
}
@keyframes modalOpen {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal-content.loading {
  opacity: 0.7;
  pointer-events: none;
}
.modal-header {
  background-color: #007bff;
  color: white;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.modal-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  transition: color 0.3s ease;
}
.modal-header .close:hover {
  color: #ddd;
}
.modal-body {
  padding: 30px;
}
@media (max-width: 768px) {
  .modal-body {
    padding: 20px;
  }
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #555;
}
.form-group label span {
  color: #dc3545;
  font-weight: bold;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: "Loos Wide", sans-serif;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #999;
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.4;
}
.form-group input[type=date] {
  position: relative;
}
.form-group input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.form-group input[type=url]:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.form-group input[type=email]:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.form-group.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.form-group.checkbox input[type=checkbox] {
  width: auto;
  margin-top: 2px;
  min-width: 18px;
  height: 18px;
  cursor: pointer;
}
.form-group.checkbox label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.05);
}
.form-group.error .error-message {
  display: block;
}
.form-group .error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  display: none;
  font-weight: 500;
}

.btn {
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary {
  background-color: #007bff;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}
.btn-primary:hover:not(:disabled) {
  background-color: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.btn-secondary {
  background-color: #6c757d;
  color: white;
  box-shadow: 0 2px 4px rgba(108, 117, 125, 0.2);
}
.btn-secondary:hover:not(:disabled) {
  background-color: #545b62;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

.form-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
@media (max-width: 768px) {
  .form-actions {
    flex-direction: column;
  }
  .form-actions .btn {
    width: 100%;
  }
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.demo-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}
.demo-button:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 5% auto;
  }
}
.required {
  color: #dc3545;
  font-weight: bold;
}

.success-message {
  color: #28a745;
  font-size: 14px;
  margin-top: 10px;
}

.form-group.success input,
.form-group.success select,
.form-group.success textarea {
  border-color: #28a745;
  background-color: rgba(40, 167, 69, 0.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.5s ease-in;
}

.slide-down {
  animation: slideDown 0.3s ease-out;
}

.form-group label {
  word-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 480px) {
  .modal-body {
    padding: 15px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@font-face {
  font-family: "Loos Wide";
  src: url("../fonts/fonnts.com-Loos_Wide_Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Loos Wide";
  src: url("../fonts/fonnts.com-Loos_Wide_Medium.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Loos Wide";
  src: url("../fonts/fonnts.com-Loos_Wide_Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=main.css.map */
