@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ovo;
  src: url('../fonts/Ovo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satista;
  src: url('../fonts/Satista-gx1A6.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satista Gx 1 A 6";
  src: url('../fonts/Satista-gx1A6.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-heading: "Satista Gx 1 A 6", Arial, sans-serif;
  --secondary-heading: Ovo, Arial, sans-serif;
  --body: Lato, Arial, sans-serif;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow-x: hidden;
}

h1 {
  font-family: var(--primary-heading);
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  font-family: var(--secondary-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.body-wrapper {
  font-family: var(--body);
  color: #000;
  text-align: center;
  width: 100vw;
  height: 100vh;
  font-size: 22px;
  line-height: 22px;
  overflow: hidden;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 7px 26px;
  display: flex;
  position: relative;
}

.logo {
  height: 100%;
}

.insta-div {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 25% 26px 25% auto;
}

.insta-div:hover {
  filter: brightness(90%);
}

.logo-div.w--current {
  height: 100%;
}

.hero-container {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 20px;
  display: flex;
}

.hero-imgs-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-img-2-div {
  perspective: 1000px;
  height: 60%;
  margin-right: -20px;
  position: relative;
}

.hero-img-1-div {
  perspective: 1000px;
  height: 100%;
  position: relative;
  transform: none;
}

.button-div {
  outline-offset: 0px;
  color: #fff;
  background-color: #7a665a;
  outline: 2px #0c2924;
  padding: 12px 20px;
  font-size: 24px;
  transition: all .2s;
  transform: translate(-4px, -4px);
}

.decor-img {
  z-index: 10;
  height: 30vh;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 0% auto;
}

.decor-img:hover {
  transform: scale(1.1);
}

.carousel-wrap {
  background-color: #d1c1b4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.track {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.footer-point-img {
  width: 30px;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
}

.footer-point-img:hover {
  transform: rotate(90deg);
}

.carousel {
  cursor: grab;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item {
  flex: none;
  display: flex;
}

.navbar {
  background-color: #7a665a;
  height: 12vh;
}

.hero-img {
  cursor: move;
  height: 100%;
  transition: all .1s;
  box-shadow: 0 0 20px 10px #00000012;
}

.hero-img:hover {
  filter: brightness(96%);
}

.hero-section {
  height: 78vh;
  margin-left: auto;
  margin-right: auto;
}

.button {
  cursor: pointer;
  border: 2px solid #0c2924;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button:hover {
  filter: brightness(150%);
}

.body {
  background-color: #f9f4ee;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }

  .body-wrapper {
    font-size: 24px;
    line-height: 26px;
  }

  .navbar-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .insta-div {
    right: 30px;
  }

  .hero-container {
    padding-top: 50px;
  }

  .button-div {
    padding: 15px 22px;
    font-size: 26px;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .body-wrapper {
    font-size: 26px;
  }

  .navbar-container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .insta-div {
    right: 36px;
  }
}

@media screen and (min-width: 1920px) {
  .carousel-wrap {
    position: absolute;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 50px;
  }

  .body-wrapper {
    height: auto;
    line-height: 24px;
    overflow: visible;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insta-div {
    right: 20px;
  }

  .hero-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding: 100px 20px 60px;
  }

  .hero-imgs-wrapper {
    width: 80%;
    max-width: none;
    height: auto;
  }

  .hero-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    order: -1;
    width: 100%;
  }

  .hero-img-2-div {
    width: 30%;
  }

  .hero-img-1-div {
    width: 70%;
  }

  .button-div {
    font-size: 22px;
  }

  .decor-img {
    width: 180px;
    height: auto;
  }

  .carousel-wrap {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .navbar {
    height: 90px;
  }

  .hero-img, .hero-section {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 55px;
    line-height: 44px;
  }

  .navbar-container {
    padding: 10px;
  }

  .logo {
    height: 60px;
  }

  .insta-div {
    right: 10px;
  }

  .insta-img {
    width: 30px;
  }

  .hero-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-imgs-wrapper {
    width: 90%;
  }

  .button-div {
    font-size: 20px;
  }

  .decor-img {
    width: 170px;
  }

  .navbar {
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 46px;
    line-height: 45px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .decor-img {
    width: 160px;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ovo';
  src: url('../fonts/Ovo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satista';
  src: url('../fonts/Satista-gx1A6.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satista Gx 1 A 6';
  src: url('../fonts/Satista-gx1A6.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}