body {
  color: #0f1b1b;
  background-color: #eae7d7;
  background-image: url('../images/noise.svg');
  background-position: 50%;
  background-size: cover;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.4em;
}

a {
  color: #3b786d;
  text-decoration: underline;
}

.nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-link {
  color: #0f1b1b;
  text-decoration: none;
}

.logo-link.w--current {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: #0f1b1b;
  cursor: pointer;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: #3b786d;
}

.nav-links {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading {
  font-size: 1.4em;
  font-weight: 600;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.hero-title-wrapper {
  max-width: 800px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.hero-title {
  text-align: center;
  font-size: 6em;
  font-weight: 600;
  line-height: 1.1em;
}

.hero-para-wrapper {
  max-width: 500px;
  text-align: center;
  margin-bottom: 40px;
}

.button {
  text-align: center;
  background-color: #3b786d;
  border-radius: 100px;
  padding: 20px 48px;
}

.hero-cta-wrapper {
  margin-bottom: 100px;
}

.hero-img-wrapper {
  width: 100%;
  height: 500px;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.hero-img {
  width: 300px;
  position: relative;
}

.hero-img._1 {
  top: 20px;
}

.hero-img._2 {
  top: 40px;
}

.hero-img._3 {
  top: 60px;
}

.features {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.features-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.div-block {
  width: 400px;
  height: 550px;
  background-image: url('../images/vinoteka-degustation.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: none;
}

.heading-2 {
  color: #1c3f39;
}

.div-block-2 {
  margin-bottom: 60px;
}

.div-block-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  width: 32px;
  margin-bottom: 10px;
}

.paragraph {
  font-size: 1.2em;
}

.div-block-4 {
  margin-bottom: 10px;
}

.footer {
  color: #fff;
  background-color: #1c3f39;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block, .text-block-2 {
  font-size: .75em;
}

.footer-link {
  color: #fff;
  font-size: .75em;
  text-decoration: none;
}

.div-block-6 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.page {
  min-height: 90vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-7 {
  margin-bottom: 40px;
}

.paragraph-2 {
  margin-top: 20px;
}

.modal {
  background-color: rgba(15, 27, 27, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px 30px;
}

.div-block-8 {
  margin-bottom: 30px;
}

.div-block-9 {
  justify-content: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  height: 25px;
  cursor: pointer;
}

.div-block-10 {
  display: flex;
}

.link-block {
  flex: 0 auto;
}

.image-3 {
  width: 120px;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .div-block-5 {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-img-wrapper {
    justify-content: center;
    padding-bottom: 20px;
    overflow: auto;
  }

  .hero-img {
    width: auto;
    height: 100%;
  }

  .hero-img._1, .hero-img._2, .hero-img._3 {
    top: 0;
  }

  .div-block {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-title {
    font-size: 5em;
  }

  .hero-img-wrapper {
    justify-content: flex-start;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrapper {
    padding-top: 60px;
  }

  .hero-title {
    font-size: 4em;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-2 {
    font-size: 2.5em;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal, .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    display: none;
  }
}

#w-node-d0c05b4b-1503-aa9d-bbbc-6771b32abdc8-a0564152, #w-node-c5a1392a-e1aa-f786-e6bc-8156029e7bd8-a0564152, #w-node-_2e7b96de-6803-2b89-5b14-7f23c7ce1592-a0564152, #w-node-e669bba5-1953-9de1-ca85-497f2fc8fb31-a0564152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


