.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-section {
  background-image: url('../images/La-Favola-bg.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.backgroundimage {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-div-hero {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.buttons-div {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bigtitle {
  color: #000;
  font-family: Julius Sans One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.bigtitle.whiter {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.parentdiv {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #d9d9d966;
  border: 4px solid #000;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 25px;
  display: flex;
}

.button {
  background-color: #1d1c1c;
  border-radius: 7px;
  padding: 11px 33px;
  font-family: Julius Sans One, sans-serif;
  font-size: 18px;
  line-height: 22px;
  transition: background-color .2s;
  box-shadow: 0 6px 6px #000000b3;
}

.button:hover {
  background-color: #312c2c;
}

.paragraph {
  font-family: Julius Sans One, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  color: #141212;
  font-weight: 700;
}

.about-section {
  background-color: #2a2a2a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.body {
  background-color: #2a2a2a;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
  font-family: Julius Sans One, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-3.space {
  line-height: 30px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-family: Julius Sans One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.image {
  width: 600px;
}

.slide {
  vertical-align: middle;
  height: auto;
}

.slider {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.mask {
  height: auto;
  overflow: hidden;
}

.about-section-copy {
  background-color: #2a2a2a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 125px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.sectionwidth {
  background-color: #2a2a2a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.code-embed {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.footer-light {
  color: #ddd;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 40px;
  font-family: Julius Sans One, sans-serif;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.book-section {
  background-color: #2a2a2a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-size: cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .backgroundimage {
    width: auto;
    height: auto;
  }

  .buttons-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .bigtitle {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }

  .bigtitle.whiter {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
    position: relative;
  }

  .parentdiv {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button {
    padding: 8px 29px 8px 28px;
    font-size: 16px;
    line-height: 20px;
  }

  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-4 {
    line-height: 28px;
  }

  .sectionwidth {
    background-color: #0000;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .code-embed {
    width: auto;
    height: auto;
  }

  .width {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .footer-light {
    background-color: #2a2a2a;
    border-bottom-style: none;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .book-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


