:root {
  --yellow: #FFEA00;
  --brown-dark: #534839;
  --cream-light: #FDF2E0;
  --beige: #ECDCC2;
  --black2: #121100;
  --yellow-muted: #D3CA6F;
  --white: #FFFFFF;
  --overlay: rgba(26, 21, 13, 0.88);
  --pricing-card-bg: rgba(211, 202, 111, 0.3);
}

* {
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: var(--brown-dark);
  color: var(--white);
}

img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  max-width: 480px;
}

@media screen and (min-width: 1025px) {
  .container {
    max-width: 1280px;
  }
}
.f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.btn {
  display: block;
  width: 100%;
  padding: 13px 16px;
  /* font-family: "Molengo",sans-serif */
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  color: #121100;
  background-color: #ffea00;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-appearance: none;
}

.btn:hover {
  background-color: #d6c500;
  color: #121100;
  text-decoration: none;
}

.btn--full {
  display: block;
  width: 100%;
  padding: 19px 16px 20px 16px;
}

.pricing-card {
  /*background: rgba(211, 202, 111, 0.3);*/
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.pricing-card__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.35;
  color: #d3ca6f;
  margin: 0;
}

.pricing-card__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  color: #d3ca6f;
  margin: 0;
  padding: 0 0 0 30px;
}

.pricing-card__desc li {
  padding-right: 10px;
  line-height: 1.4;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--yellow-muted);
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  width: 53px;
  border-radius: 100px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
  padding: 24px 16px;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.35;
  color: var(--yellow);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.logo img {
  width: 94px;
}

.header-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--white);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-login svg {
  width: 24px;
  height: 24px;
}

.footer {
  background: #534839;
  padding: 60px 0;
}

.footer-logo {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.35;
  color: #ffea00;
  text-decoration: none;
  margin-bottom: 43px;
}

.footer-logo:hover {
  color: #ffea00;
  text-decoration: none;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.footer-nav__link {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.footer-nav__link:hover {
  color: #ffea00;
  text-decoration: none;
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 21, 13, 0.88);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: absolute;
  z-index: 2;
  padding: 0 16px 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: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  justify-content: center;
} 
.hero-glass {
  background: rgba(83, 72, 57, 0);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 8px;
}

.hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}

.hero .swiper-pagination {
  bottom: 16px;
  z-index: 3;
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.35;
  margin: 0 0 24px;
}

.section-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  color: #121100;
  margin: 0 0 24px;
}

.benefits {
  background: #534839;
  padding: 60px 0;
}

.benefits .section-title {
  color: #fff;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  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;
}

.benefits-list__item {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  color: #fff;
}

.announcement {
  background: #fff151;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.announcement__line {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #534839;
  margin: 0;
}

.about {
  background: #ecdcc2;
  padding: 60px 0;
}

.about .section-title {
  color: #534839;
}

.about-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  color: #534839;
  margin: 0;
}

.about-text p:not(:last-child) {
  margin-bottom: 20px;
}

.missed {
  background: #fdf2e0;
  padding: 60px 0 33px 0;
  overflow: hidden;
}

.missed .container {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 24px;
}

.missed .section-title {
  color: #121100;
}

.shows-swiper {  
  margin-bottom: 25px;
  overflow: hidden;
}

.shows-swiper .swiper-slide {
  height: auto;
  position: relative;
}

.shows-swiper .swiper-slide:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: rgba(255,255,255,.6);
  background-image: url('../images/domshow/lock.png');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  left: 10px;
  bottom: 10px;
}

.show-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.show-card__img {
  width: 100%;
  height: 161px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.show-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: #534839;
  margin: 0 0 8px;
}

.community {
  background: #ecdcc2;
  padding: 60px 0;
}

.community .section-subtitle, .community .section-title {
  color: #121100;
}

.community-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  color: #121100;
  margin: -7px 0 24px;
}

.pricing {
  background: #534839;
  padding: 60px 0;
}

.pricing-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.35;
  color: #ffea00;
  margin: 0 0 24px;
}

.pricing-cards {
  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;
  margin-bottom: 24px;
}

.pricing-note {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: #d3ca6f;
  margin: 25px 0 0;
  /* text-align: center */
}

.faq {
  background: #ecdcc2;
  padding: 60px 0;
}

.faq-title {
  font-family: "Montserrat", sans-serif; 
  font-size: 16px;
  line-height: 1.35;
  color: #121100;
  margin: 0 0 32px;
  padding: 0;
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 22px;
}

.faq-q {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ecdcc2;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 0;
  gap: 16px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.faq-q__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #121100;
  text-align: left;
}

.faq-q__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-q__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

.faq-answer {
  background: #ecdcc2;
  display: none;
  padding: 16px 0;
}

.faq-answer p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #534839;
  margin: 2px 0;
  letter-spacing: -0.4px;
}

.faq-item.is-open .faq-q__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-item.is-open .faq-q__text, 
.faq-item:hover .faq-q__text, 
.faq-q__text:hover {
  text-decoration: underline;
}

.pricing-card .btn {
  margin-top: 10px;
}

@media screen and (min-width: 576px) {
  .hero-title {
    font-size: 36px;
    max-width: 500px;
    margin: 0 auto;
  }

  .container {
    max-width: 680px;
  }
}
@media screen and (min-width: 768px) {
  .hero-title {
    font-size: 46px;
    max-width: 600px; 
  }

  .container {
    max-width: 880px;
  }

  .hero .btn {
    align-self: center;
    display: inline-block; 
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .hero-title {
    font-size: 56px;
    max-width: 700px; 
  }

  .container {
    max-width: 1170px;
  }

  .section-subtitle {
    font-size: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .show-card__title,
  .benefits-list__item {
    font-size: 20px;
  }

  .btn--full {
    display: inline-block;
    width: auto;
  }

  .pricing-card,
  .community .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .pricing-card .btn,
  .community .btn {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    align-self: center;
  }

  .pricing-card__desc,
  .community-text {
    grid-row: 2 / 3;
  } 

  .pricing-card__price,
  .pricing-card__desc,
  .community-text,
  .community .section-title {
    grid-column: 1 / 2;
  }  
  .community .section-title,
  
  .pricing-card__price {
    grid-row: 1 / 2;
  }
}