*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

:root{
  --shortterm-color-white: #E0DBD2;
  --shortterm-color-black: #1C1919;
}

html {
  scroll-behavior: smooth !important;
}

body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.font-header {
  font-family: "Fahkwang", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* Icons SVG */
.fa {
   vertical-align: middle;
}

.fa-link-arrow {
  background: url("../Assets/link-arrow.svg");
  background-repeat: no-repeat;
  margin-left: 5px;
  height: 17px;
  width: 17px;
  display: none;
}

@media screen and (min-width: 768px) {
  .fa-link-arrow {
    display: unset;
  }
}

.fa-accordion-arrow {
  background: url("../Assets/accordion-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 17px;
  width: 17px;
  display: inline-block;
  margin-left: auto;
}

.fa-submit-button {
  background: url("../Assets/submit.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 43px;
  width: 43px;
  display: block;
}
@media screen and (min-width: 769px) {
  .fa-submit-button {
    height: 50px;
    width: 50px;
    background-size: 100%;
  }
}

.fa-instagram,
.fa-tiktok,
.fa-spotify {
  height: 45px;
  width: 45px;
  display: block;
}
.fa-instagram {
  background: url("../Assets/instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.fa-tiktok {
  background: url("../Assets/tiktok.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.fa-spotify {
  background: url("../Assets/spotify.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .fa-instagram,
  .fa-tiktok,
  .fa-spotify {
    height: 48px;
    width: 48px;
    height: 50px;
    width: 50px;
  }
}


/* Header */
.header {
  background: var(--shortterm-color-black);
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: var(--shortterm-color-white) 1px solid;
}
@media screen and (min-width: 768px) {
  .header {
    border-bottom: none;
  }
}

.header__container {
  display: flex;
  height: 53px;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
}

.header__container {
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .header__container {
    padding: 0 78px;
    height: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .header__container {
    max-width: 1660px;;
  }
}

.header__title {
  color: var(--shortterm-color-white);
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 10.5px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header__title {
    font-size: 14px;
    line-height: 65px;
    font-size: 18px;
    letter-spacing: 18px;
  }
}

.header__link {
  display: unset;
  color: var(--shortterm-color-white);
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 12px;
  color: var(--shortterm-color-white);
}
@media screen and (min-width: 768px) {
  .header__link {
    font-size: 18px;
  }
}

.header__link--about {
  margin: 0 20px 0 auto;
}

/* Hero */
.hero {
  background-color: var(--shortterm-color-black);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--shortterm-color-white);
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--shortterm-color-black);
    height: 50.5vw;
  }
}

.hero__text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 18px 20px;
  max-width: 480px;
}
@media screen and (min-width: 769px) {
  .hero__text-group {
    position: absolute;
    bottom: 18%;
    left: 4%;
    z-index: 1;
    padding: 0;
    max-width: 41%;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .hero__text-group {
    max-width: 40%;
  }
}

.hero__header {
  font-size: 27px;
  font-family: "Fahkwang", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .hero__header {
    font-size: 3.2vw;
    text-align: start;
    line-height: 33px;
    margin-bottom: 15px;
    font-weight: 200;
    letter-spacing: 2px;
  }
}

.hero__description {
  color: #E0DBD2;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
  opacity: 0.9;
}
@media screen and (min-width: 769px) {
  .hero__description {
    font-size: 1.25vw;
    line-height: 24px;
    margin-top: 10px;
    word-wrap: break-word;
  }
}

.hero__video {
  height: 80vw;
}
@media screen and (min-width: 769px) {
  .hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 111%;
    object-fit: cover;
  }
}

.hero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  margin: 33px 20px;
  width: calc(100% - 36px);
  max-width: 480px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 9px;
  letter-spacing: 3px;
  border-radius: 5px;
  background: #323030;
  color: var(--shortterm-color-white) !important;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .hero__cta {
    position: absolute;
    bottom: 10%;
    left: 4%;
    margin: 0;
    background: transparent;
    border: var(--shortterm-color-white) 1px solid;
    width: 240px;
    padding: 15px 0;
    border-radius: 8px;
    font-weight: 300;
  }
}
.hero__cta:hover {
  color: var(--shortterm-color-white);
  cursor: pointer;
}

/* Image with Accordion */
.image-and-accordion {
  background-color: #FEFDFC;
}

@media screen and (min-width: 769px) {
  .image-and-accordion {
    display: flex;
    justify-content: space-around;
  }
}

.image-and-accordion__flex-container {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .image-and-accordion__flex-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin: 6.5vw 5vw 6.5vw;
    gap: 17%;
  }
}

.image-and-accordion__accordion-side {
  margin: 30px 18px 0;
}
@media screen and (min-width: 769px) {
  .image-and-accordion__accordion-side {
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.image-and-accordion__header {
  font-family: "Fahkwang";
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 58px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1025px) {
  .image-and-accordion__header {
    font-size: 3.5vw;
    line-height: 57px;
  }
}

.image-and-accordion__textblock {
  text-align: justify;
  font-family: Montserrat;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
}
@media screen and (min-width: 1025px) {
  .image-and-accordion__textblock {
    font-size: 1.2vw;
    line-height: 24px;
    margin-top: 1.4vw;
  }
}

.image-and-accordion__accordion {
  margin: 1.8vw auto 0;
}
@media screen and (min-width: 1024px) {
  .image-and-accordion__accordion {
    margin: auto auto 0;
  }
}

.image-and-accordion__accordion-item {
  border-bottom: 1px solid #000;
}

.image-and-accordion__accordion-item > div,
.image-and-accordion__accordion-item > button {
  background-color: #FEFDFC;
}

.image-and-accordion__accordion-header {
  width: 100%;
  padding: 15px 0;
  border: none;
  text-align: left;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  font-family: "Fahkwang";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .image-and-accordion__accordion-header {
    padding: 30px 0 10px;
    font-size: 1.5vw;
    line-height: 170%;
    font-weight: 400;
  }
}

.image-and-accordion__accordion-content {
  color: #000;
  text-align: justify;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .image-and-accordion__accordion-content {
    font-size: 1vw;
    line-height: 24px;
    margin-top: 0;
    font-weight: 200;
  }
}

.image-and-accordion__accordion-content p {
  margin: 0 0 5px;
  font-weight: 300;
}

.image-and-accordion__accordion-item.active .image-and-accordion__accordion-content {
  max-height: 200px;
}

.image-and-accordion__accordion-item.active .image-and-accordion__accordion-header .fa-accordion-arrow {
  transform: rotate(180deg);
}

.image-and-accordion__image-side {
  margin: 20px 18px;
  height: 100vw;
  overflow-x: hidden;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .image-and-accordion__image-side {
    margin: 0;
    flex: 1.14;
    height: 36.6vw;
  }
}

.image-and-accordian__image {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(0%, -50%);
  object-fit: cover;
  pointer-events: none !important;
}

/* Triple column/carousel */
.triple-column-carousel {

}

.triple-column-carousel__carousel-container {

}
.triple-column-carousel__carousel-container:after {
  content: 'flickity';
  display: none; /* hide :after */
}
@media screen and ( min-width: 769px ) {
  /* disable Flickity for large devices */
  .triple-column-carousel__carousel-container:after {
    content: '';
  }
  .triple-column-carousel__carousel-container {
    display: flex;
    flex-direction: row;
    height: 41vw;
  }
}

.triple-column-carousel__carousel-cell {
  position: relative;
  width: 100%;
  height: 125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
}
@media screen and ( min-width: 769px ) {
  .triple-column-carousel__carousel-cell {
    height: 100%;
  }
  .triple-column-carousel__carousel-cell:nth-of-type(3) {
    background-position: right bottom;
    background-size: 144%;
  }
}

.triple-column-carousel__carousel-cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.triple-column-carousel__carousel-cell:nth-of-type(1):before {
  box-shadow: 0px -450px 138px 0px rgba(0, 0, 0, 0.25) inset;
}

.triple-column-carousel__carousel-cell:nth-of-type(2):before {
  box-shadow: 0px -300px 138px 0px rgba(0, 0, 0, 0.55) inset;
}

.triple-column-carousel__carousel-cell:nth-of-type(3):before {
  box-shadow: 0px -450px 138px 0px rgba(0, 0, 0, 0.55) inset;
}

.triple-column-carousel__cell-header {
  color: #E0DBD2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  margin: 0 35px;
  z-index: 1;
}
@media screen and ( min-width: 1100px ) {
  .triple-column-carousel__cell-header {
    font-size: 1.1vw;
    font-weight: 200;
  }
}

/* .triple-column-carousel__cell-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
} */

.flickity-prev-next-button {
  opacity: 0.5;
  width: 25px !important;
  height: 25px !important;
  padding: 0 !important;
}

.footer {
  background-color: var(--shortterm-color-black);
  color: var(--shortterm-color-white);
  padding: 50px 18px 12px;
}
@media screen and (min-width: 1025px) {
  .footer {
    padding: 40px 60px 30px;
  }
}

@media screen and (min-width: 769px) {
  .footer__flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .footer__contact-block {
    width: 40%;
  }
}

.footer__header {
  font-family: "Fahkwang", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  line-height: 72px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .footer__header {
    line-height: 135px;
    font-size: 3.5vw;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }

}

.footer__contact-form-input {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  background-color: var(--shortterm-color-black);
  border: none;
  border-bottom: 1px solid rgba(236, 234, 229, 0.40);
  color: var(--shortterm-color-white);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 3px;
  padding-top: 20px;
}

.footer__contact-form-input::placeholder {
  opacity: 1;
  color: rgba(236, 234, 229, 0.60);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

input.footer__contact-form-input {
  height: 50px;
}

.footer__textarea-submit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

textarea.footer__contact-form-input {
  height: 150px;
  resize: none;
  width: 85%;
  margin-bottom: 0;
  color: var(--shortterm-color-white);
}

.footer__contact-form-submit {
  width: 45px;
  height: 45px;
  background: transparent;
  border: none;
}
@media screen and (min-width: 769px) {
  .footer__contact-form-submit {
    width: 50px;
    height: 50px;
  }
}

.footer__contact-form-submit:hover {
  cursor: pointer;
}

.footer__social-block {
  margin: 80px 0;
}
@media screen and (min-width: 769px) {
  .footer__social-block {
    margin: 23px 0 0;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.footer__social-header {
  color: var(--shortterm-color-white);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .footer__social-header {
    text-align: right;
    font-size: 24px;
  }
}

.footer__social-subheader {
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 40px;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .footer__social-subheader {
    text-align: right;
    font-size: 18px;
    margin-top: 0;
  }
}

.footer__social-icons-header {
  color: var(--shortterm-color-white);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .footer__social-icons-header {
    text-align: right;
    font-size: 24px;
  }
}

.footer__social-icons {
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer__social-icons {
    justify-content: flex-end;
    margin-top: 10px;
  }
}

.footer__social-icons > a {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .footer__social-icons > a {
    margin-right: 0;
    margin-left: 20px;;
  }
}

.footer__links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .footer__links {
    margin-top: 160px;
  }
}

.footer__links > a {
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: var(--shortterm-color-white);
}
@media screen and (min-width: 1025px) {
  .footer__links > a {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .footer__links > a:nth-of-type(2) {
    margin: 0 40px 0 auto;
  }
}