
@import url('//fonts.googleapis.com/css2?family=Raleway:wght@100;300;600;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

@font-face {
  font-family: 'Proxima Nova Bold';
  src:url('../fonts/proximanova/ProximaNova-Bold.eot');
  src:url('../fonts/proximanova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proximanova/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/proximanova/ProximaNova-Bold.ttf') format('truetype'),
    url('../fonts/proximanova/ProximaNova-Bold.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Raleway', sans-serif;
}

.page-title {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 0px 10px black;
    width: 80%;
}

.paragraph--type--_-pics-above-text-below p {
  text-align: center;
  font-size: 16px;
  color: #6e6e6e;
  font-weight: 600;
  word-spacing: 2px;
  line-height: 1.8em;
  margin-top: 25px;
}

.row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}

.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
  padding: 0;
  position: relative;
}

.banner-wrapper {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.banner-overlay {
  font-family: 'Proxima Nova Bold', 'Raleway';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 40px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
  @media (max-width: 1400px) {
    .banner-overlay {
      width: 80%;
      font-size: 44px;
      line-height: 60px;
    }
  }
  @media (max-width: 991px) {
    .banner-overlay {
      width: 100%;
      font-size: 26px;
      line-height: 38px;
    }
  }

.image-wrapper.pics-3 {
    text-align: center;
    height: auto;
}

.image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section .image-wrapper {
  height: 600px;
}

.node__content > *:not(:last-child) {
    margin-bottom: 144px;
}

.arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  display: block;
}

.text {
  padding: 0 40px;
}

.text h2 {
    text-align: center;
    text-transform: uppercase;
    color: #353738;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 65px 40px 0 40px;
    margin-top: 70px;
}

.bg-gray-below {
  background: linear-gradient(0deg, #cfcece29 5%, transparent 30%);
  padding-bottom: 144px;
}

.section-text p {
  padding: 0 40px;
}

.text-over-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000bf;
    color: #fff;
    padding: 40px;
    width: 80%;
    column-count: 2;
}
  @media (max-width: 480px) {
    .text-over-image {
      width: 100%;
      column-count: 1;
    }
  }

.text-over-image p {
    display: inline;
}

[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
    transform: var(--sal-transform);
}

form.contact {
  width: 33%;
  margin-bottom: 144px;
}
  @media (max-width: 480px) {
    form.contact {
      width: 90%;
    }
  }

form h3 {
    text-align: center;
    text-transform: uppercase;
    color: #353738;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 65px 40px 0 40px;
    margin-top: 70px;
    margin-bottom: 48px;
}

textarea,
input {
  border: solid 1px #d3d7d9;
  padding: 25px;
  width: 65%;
  color: #929292;
  font-style: italic;
  letter-spacing: 1px;
}

textarea::placeholder,
input::placeholder {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-size: 10px;
}

.submit-btn {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 36px 0 0 0;
}

.shop-btn {
  width: 300px;
  margin: 36px auto;
  text-align: center;
  color: #64c29e;
  text-decoration: none;
  display: block;
  border-color: #64c29e;
}

.shop-btn:hover {
    color: #fff;
    background: #64c29e;
}

footer {
  padding: 20px 100px;
  background: #fff;
}

img.logo-footer {
    width: 100px;
}

.footer-content {
  height: 100%;
  padding: 20px 0;
}

.footer-content a {
  text-decoration: none;
  font-size: 18px;
  margin: 10px 0;
}
