@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?dd4hcc");
  src: url("../../assets/fonts/icomoon.eot?dd4hcc#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?dd4hcc") format("truetype"), url("../../assets/fonts/icomoon.woff?dd4hcc") format("woff"), url("../../assets/fonts/icomoon.svg?dd4hcc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.heading-xl {
  font-size: clamp(50px, 4.1666666667vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .heading-xl {
    font-size: clamp(80px, 4.1666666667vw, 160px);
  }
}

.heading-l {
  font-size: clamp(40px, 3.125vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(60px, 3.125vw, 120px);
  }
}

h1,
.heading-ml {
  font-size: clamp(35px, 3.3854166667vw, 65px);
  line-height: 1em;
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(65px, 3.3854166667vw, 130px);
  }
}

h2,
.heading {
  font-size: clamp(26px, 2.0833333333vw, 40px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(40px, 2.0833333333vw, 80px);
  }
}

h3,
.heading-ms {
  font-size: clamp(20px, 1.5625vw, 30px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(30px, 1.5625vw, 60px);
  }
}

h4,
.heading-s {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(16px, 1.0416666667vw, 40px);
  }
}

.text-l {
  font-size: clamp(20px, 1.25vw, 24px);
}
@media only screen and (min-width: 1921px) {
  .text-l {
    font-size: clamp(24px, 1.25vw, 48px);
  }
}

.text-ml {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(16px, 1.0416666667vw, 40px);
  }
}

.text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(16px, 0.8333333333vw, 32px);
  }
}

.text-ms {
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(14px, 0.7291666667vw, 28px);
  }
}

.text-s {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(12px, 0.625vw, 24px);
  }
}

.button {
  font-size: clamp(12px, 0.9375vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(18px, 0.9375vw, 36px);
  }
}

html {
  scroll-behavior: smooth;
}

.body {
  overflow-x: hidden;
  background-color: #151515;
  font-family: "Bebas Neue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

main {
  overflow-x: hidden;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #6666ff;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
  font-family: "Space Mono", monospace;
}

h1,
h2,
h3,
h4 {
  font-weight: 200;
}

.boxed {
  max-width: clamp(1000px, 87.5vw, 1680px);
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1640px, 85.4166666667vw, 3280px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1680px;
    padding-inline: 40px;
  }
}

.boxed-sm {
  max-width: 1140px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1100px, 57.2916666667vw, 2200px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1640px, 85.4166666667vw, 3280px);
    padding-inline: 40px;
  }
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .centered-desktop {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .centered-mob {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1640px) {
  .push-left {
    margin-left: calc((100vw - 1640px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1640px, 85.4166666667vw, 3280px)) / 2);
  }
}

@media only screen and (min-width: 1640px) {
  .push-right {
    margin-right: calc((100vw - 1640px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1640px, 85.4166666667vw, 3280px)) / 2);
  }
}

.no-padding {
  padding-inline: 0;
}

.first-section {
  padding-block: clamp(10px, 15.625vw, 160px);
}

.basic {
  padding-block: clamp(20px, 3.90625vw, 40px);
}

.last-section {
  padding-bottom: clamp(150px, 19.53125vw, 200px);
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.letter-spacing-wide {
  letter-spacing: 0.4em;
}

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

.hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

.black {
  color: #151515;
}

.white {
  color: #fff;
}

.primary {
  color: #863b24;
}

.accent {
  color: #6666ff;
}

.accent-bg {
  background-color: #6666ff;
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  background-color: transparent;
  font-size: 20px;
  width: 100vw;
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.header--sticky:before {
  opacity: 1;
}
.header__container {
  display: flex;
  justify-content: center;
  padding-top: clamp(60px, 5.859375vw, 60px);
}
.header__container img {
  max-width: clamp(140px, 15.625vw, 160px);
  justify-self: center;
}
.header__logo-container {
  max-width: clamp(80px, 14.6484375vw, 150px);
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  min-height: 100dvh;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.intro {
  padding-block: clamp(10px, 15.625vw, 160px);
}
.intro__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 100dvh;
  gap: 50px;
  padding-top: 250px;
  background-color: rgba(0, 0, 0, 0.63);
}
.intro__heading {
  color: #fff;
  text-align: center;
  letter-spacing: 12px;
  font-size: 60px;
}
.intro__subheading {
  color: #C2C2C2;
  text-align: center;
  font-size: 23px;
  letter-spacing: 7px;
}

.contact {
  background-color: #151515;
  color: #C2C2C2;
}
.contact__container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding-top: clamp(40px, 7.8125vw, 80px);
  padding-bottom: clamp(40px, 7.8125vw, 80px);
}
.contact__appointmentBtn {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #C2C2C2;
  color: #151515;
  border-radius: 13px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 35px;
}
.contact__appointmentBtn:hover {
  text-decoration: none;
}
.contact__details-container {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-top: clamp(20px, 2.9296875vw, 30px);
  flex-wrap: wrap;
}
.contact__details-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
}
.contact__title {
  font-size: 40px;
}
.contact__text {
  font-size: 17px;
}

.title {
  background-repeat: no-repeat;
  background-size: cover;
  height: 30dvh;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.63);
}
.title__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.title__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
}

.artists {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-top: clamp(20px, 2.9296875vw, 30px);
  padding-bottom: clamp(20px, 2.9296875vw, 30px);
  flex-wrap: wrap;
}
.artists__container {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.artists__img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
}
.artists__img:hover {
  transform: scale(1.05);
}
.artists__btn {
  text-align: center;
  padding: 2px 0px;
  margin: 0px 38px 0px 0px;
  background-color: #151515;
  color: #C2C2C2;
  border-radius: 13px;
  border: 2px solid #C2C2C2;
  cursor: pointer;
  text-decoration: underline;
  font-size: 30px;
}
.artists__btn:hover {
  text-decoration: none;
}
.artists__title {
  color: #C2C2C2;
  text-align: left;
  letter-spacing: 12px;
  font-size: 40px;
  height: 90px;
}
.artists__text {
  color: #C2C2C2;
  text-align: left;
  font-size: 14px;
  min-height: 220px;
}

.page-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  padding-top: 291px;
  background-color: .page-title black;
}
.page-title__text {
  color: #C2C2C2;
  text-align: center;
  font-size: 60px;
}

.loader {
  display: grid;
  place-content: center;
  background-color: #151515;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 40vh;
  height: 40vh;
  position: relative;
}
.loader__img {
  position: absolute;
  inset: 0;
}
.loader__img--full {
  animation: fill 2.5s linear infinite;
}
@keyframes fill {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

.link {
  color: #6666ff;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.hamburger__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 2px;
  background: #C2C2C2;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .hamburger__button {
    display: none;
  }
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background: #C2C2C2;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-10px);
}
.hamburger__button:after {
  transform: translateY(10px);
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  transition: all ease 200ms 200ms;
  background-color: #863b24;
  color: #fff;
}
.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 30s linear infinite;
  white-space: nowrap;
}
.marquee__img {
  padding-top: 8px;
  max-width: 60px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.social {
  display: flex;
  gap: 12px;
  align-self: left;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .social {
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 20px;
  }
}
.social__img {
  width: 40px;
}

.audio {
  position: absolute;
  right: 0px;
  bottom: 30px;
  z-index: 200;
}

.scroll-down__button {
  position: relative;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 200px;
  color: #C2C2C2;
}
.scroll-down__button::before, .scroll-down__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  transition: opacity 0.3s ease;
}
.scroll-down__button::before {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
}
.scroll-down__button::after {
  content: "scroll down";
  font-size: 20px;
  opacity: 0;
}
.scroll-down__button:hover::before {
  opacity: 0;
}
.scroll-down__button:hover::after {
  opacity: 1;
}

.scroll-top__button {
  position: relative;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 200px;
  color: #C2C2C2;
}
.scroll-top__button::before, .scroll-top__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  transition: opacity 0.3s ease;
}
.scroll-top__button::before {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  transform: translate(-50%, -50%) rotate(270deg);
  opacity: 1;
}
.scroll-top__button::after {
  content: "scroll top";
  font-size: 20px;
  opacity: 0;
}
.scroll-top__button:hover::before {
  opacity: 0;
}
.scroll-top__button:hover::after {
  opacity: 1;
}

.wpforms-field-label, .wpforms-field-label-inline {
  color: #fff !important;
}

#wpforms-184 {
  background-color: #000;
  padding: 20px;
  border-radius: 13px;
}

.gallery {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #151515;
}
.gallery__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.gallery__item {
  max-width: 300px;
  overflow: hidden;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.gallery__item:hover {
  transform: scale(1.05);
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
  gap: 36px;
}
.carousel__slide {
  color: #151515;
  cursor: grab;
}
.carousel__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 40px;
}
.carousel__button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transform: rotate(0deg);
}
.carousel__button--previous {
  transform: scaleX(-1);
}
.carousel__button::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px;
}
.carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(40px, 8.072653885vw, 80px);
  margin-inline: auto;
}
.carousel__dots {
  display: none;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(21, 21, 21, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #151515;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 4.6875vw, 48px);
  background-color: rgba(21, 21, 21, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1921px) {
  .lightbox {
    padding-bottom: clamp(48px, 2.5vw, 96px);
  }
}
.lightbox--hidden {
  visibility: hidden;
  opacity: 0;
}
.lightbox__container {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 2.0833333333vw, 80px);
  }
}
.lightbox__img-container img {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox__close {
  width: 100%;
  color: #fff;
  text-align: right;
}
.lightbox__close-button {
  opacity: 0.8;
  cursor: pointer;
}
.lightbox__close-button:hover {
  opacity: 1;
}
.lightbox .carousel__container {
  height: 100%;
}
.lightbox .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

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