@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.page-wrapper {
  flex-flow: column;
  display: flex;
}

.hero {
  background-image: url('../images/Banner.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image {
  width: 60%;
  max-width: 900px;
}

.body {
  font-family: Generalsans Variable, Verdana, sans-serif;
}

.button {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  background-color: #00000080;
  padding: .5rem 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .2s;
}

.button:hover {
  background-color: #000;
}

.button.cta {
  background-color: #000;
  border: 1px solid #000;
  margin-top: 1rem;
  transition: color .2s, background-color .2s;
}

.button.cta:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.about {
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.videio-container {
  width: 50%;
}

.right-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

.background-video {
  height: 100%;
}

.header {
  color: var(--black);
  font-family: Bebas Neue, sans-serif;
  font-size: 16vh;
  line-height: .8;
}

.text-regular {
  letter-spacing: -1.5px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
}

.text-regular.info {
  color: #00000080;
  letter-spacing: -.6px;
  padding-top: .4rem;
  font-size: 1rem;
}

.find-us {
  padding: 26px;
}

.category-title {
  color: var(--black);
  font-family: Bebas Neue, sans-serif;
  font-size: 9rem;
  line-height: 1;
}

.map-container {
  width: 100%;
  height: 600px;
  margin-top: 1rem;
  overflow: hidden;
}

.cta-section {
  padding: 26px;
}

.footer {
  justify-content: space-between;
  align-items: center;
  padding: 8px 26px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .about {
    flex-flow: column;
  }

  .videio-container {
    width: 100%;
    height: 100%;
  }

  .right-block {
    width: 100%;
    padding-top: 26px;
  }

  .header {
    font-size: 13vh;
  }
}

@media screen and (max-width: 767px) {
  .header {
    font-size: 10vh;
  }

  .category-title {
    font-size: 7rem;
  }
}

@media screen and (max-width: 479px) {
  .button, .button.cta {
    font-size: 1.2rem;
  }

  .header {
    font-size: 9vh;
  }

  .text-regular {
    font-size: 1.2rem;
  }

  .text-regular.info {
    font-size: .6rem;
  }

  .category-title {
    font-size: 3rem;
  }
}


@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}