/* fonts */
@import url(../assets/fonts/Switzer_Complete/Fonts/WEB/css/switzer.css);
@import url(../assets/fonts/Photina/photina.css);

/* includes */
@import url(./includes/header.css);
@import url(./includes/footer.css);
@import url(./includes/ini-img.css);
@import url(./includes/block-purpure.css);
@import url(./includes/page-ini-purpure.css);
@import url(./includes/availability-table.css);
@import url(./includes/btm-cta.css);

/* components */
@import url(./components/arrow.css);
@import url(./components/buttons.css);
@import url(./components/absolute-2-lines.css);
@import url(./components/absolute-4-lines.css);
@import url(./components/main-map.css);
@import url(./components/continue-block.css);
@import url(./components/accordion.css);
@import url(./components/scheme.css);
@import url(./components/slider-arrow-controls.css);
@import url(./components/col-3-img.css);
@import url(./components/video-play-btn.css);
@import url(./components/interactive-map.css);

:root {
  --purpure: #351535;
  --purpure-light: #582859;
  --purpure-dark: #270f27;
  --warm-silver: #d6d1cc;
  --warm-silver-light: #ebe5df;
  --warm-silver-dark: #bab2a9;
  --blue: #90b3db;
  --blue-light: #a8c8ed;
  --point: #b9b2aa;
  --white-smoke: #ece5de;
  --img-border: rgba(185, 178, 170, 66);
}

::-moz-selection {
  color: var(--purpure);
  background: var(--warm-silver);
}

::selection {
  color: var(--purpure);
  background: var(--warm-silver);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  background-color: var(--warm-silver-light);
  font-family: "Photina-Regular";
  color: var(--purpure);
}

main {
  background-color: var(--warm-silver-light);
  position: relative;
  z-index: 1;
}

main > div {
  margin: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a.link {
  text-decoration: underline;
}

h1,
h2 {
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.hidden {
  display: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.photina-italic {
  font-family: "Photina-Italic";
}

.switzer-light {
  font-family: "Switzer-Light";
}

.switzer-medium {
  font-family: "Switzer-Medium";
}

.uppercase {
  text-transform: uppercase;
}

.text-64 {
  font-size: 64px;
}

.text-48 {
  font-size: 48px;
}

.text-40 {
  font-size: 40px;
}

.text-32 {
  font-size: 32px;
}

.text-24 {
  font-size: 24px;
}

.text-20 {
  font-size: 20px;
  font-weight: 300;
}

.text-16 {
  font-size: 16px;
}

@media (max-width: 1440px) {
  html {
    font-size: 14px;
  }

  .text-64 {
    font-size: 56px;
  }

  .text-48 {
    font-size: 44px;
  }

  .text-40 {
    font-size: 36px;
  }

  .text-32 {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 12px;
  }

  .text-64 {
    font-size: 48px;
  }

  .text-48 {
    font-size: 38px;
  }

  .text-40 {
    font-size: 32px;
  }

  .text-32 {
    font-size: 28px;
  }

  .text-20 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  .text-64 {
    font-size: 36px;
  }

  .text-48 {
    font-size: 32px;
  }

  .text-40 {
    font-size: 28px;
  }

  .text-32 {
    font-size: 24px;
  }

  .text-24 {
    font-size: 20px;
  }

  .text-20 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 8px;
  }

  .text-64,
  .text-48 {
    font-size: 28px;
  }

  .text-40 {
    font-size: 24px;
  }

  .text-32 {
    font-size: 20px;
  }
}
