:root {
  --pine-tree: #00273c;
  --brandy: #218fc8;
  --desert-sand: #9edeff;
  --seashell: #f4fbff;
  --brown-yellow: #24a6e9;
  --grey: #cce1ec;
}

.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;
}

body {
  color: var(--pine-tree);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 110px;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

a {
  text-decoration: underline;
}

em {
  font-style: italic;
}

.simple-header {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.main-content {
  width: 80%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.main-content.utility-banner-content {
  padding-top: 60px;
  padding-bottom: 40px;
}

.main-content.simple-footer-content {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.main-content.banner-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 260px;
  display: flex;
}

.main-content.about-section-content {
  margin-bottom: 100px;
  padding-top: 120px;
  padding-bottom: 0;
}

.main-content.book-section-wrapper {
  max-width: 800px;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.exceptional-section-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.villas-section-content {
  padding-top: 120px;
  padding-bottom: 0;
}

.main-content.testimonials-content {
  padding-top: 0;
  padding-bottom: 120px;
}

.main-content.footer-content {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.main-content.blog-section-content, .main-content.blog-page-content, .main-content.blog-articles-content, .main-content.legal-page-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.utility-body-content {
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 120px;
  display: flex;
}

.main-content.licesing-body-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-content.authors-body-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.facility-section-content {
  margin-bottom: auto;
  padding-top: 120px;
  padding-bottom: 0;
}

.paragraph-big {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 44px;
  line-height: 54px;
}

.heading-holder {
  border-top: 2px solid var(--brandy);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.style-over-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-title {
  border-bottom: 1px solid #010101;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.paragraph-holder, .emphasis-holder {
  border-top: 2px solid var(--brandy);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.emphasis-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.rich-text-holder, .list-holder {
  border-top: 2px solid var(--brandy);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.link-holder {
  border-top: 2px solid var(--brandy);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.link-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-inner.nav {
  background-color: var(--desert-sand);
}

.link-grey-2 {
  color: var(--pine-tree);
  font-weight: 400;
  text-decoration: underline;
  transition: all .5s;
}

.link-grey-2:hover {
  text-decoration: underline;
}

.button-holder {
  border-top: 2px solid var(--brandy);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.button-inner {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.brandy-button {
  background-color: var(--brandy);
  color: #fff;
  text-align: center;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: color .3s, background-color .3s;
}

.brandy-button:hover {
  background-color: var(--pine-tree);
  color: #fff;
}

.brandy-button.max-width {
  width: 100%;
}

.brandy-button.footer-button:hover {
  color: var(--pine-tree);
  background-color: #fff;
}

.brandy-button.form-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brandy-button.white {
  background-color: var(--seashell);
  color: var(--brandy);
}

.brandy-button.white:hover {
  background-color: var(--pine-tree);
  color: var(--seashell);
}

.antique-button {
  background-color: var(--seashell);
  color: var(--pine-tree);
  text-align: center;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: color .3s, background-color .3s;
}

.antique-button:hover {
  background-color: var(--pine-tree);
  color: #fff;
}

.color-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.color-holder {
  border-top: 2px solid var(--brandy);
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.color-antique-white {
  width: 100%;
  height: 70px;
  background-color: #f7e9de;
}

.color-desert-sand {
  width: 100%;
  height: 70px;
  background-color: var(--desert-sand);
}

.color-brown-yellow {
  width: 100%;
  height: 70px;
  background-color: var(--brown-yellow);
}

.color-brandy {
  width: 100%;
  height: 70px;
  background-color: var(--brandy);
}

.color-grey {
  width: 100%;
  height: 70px;
  background-color: var(--grey);
}

.color-pine-tree {
  width: 100%;
  height: 70px;
  background-color: var(--pine-tree);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.navbar.navbar-dark {
  border-bottom: 1px solid var(--brown-yellow);
}

.navbar-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.icon {
  color: #fff;
}

.icon.dark {
  color: var(--pine-tree);
}

.menu-button {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.menu-button-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-text {
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 16px;
  line-height: 26px;
}

.menu-text.dark {
  color: var(--pine-tree);
}

.make-a-reservation {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s;
}

.make-a-reservation:hover {
  color: var(--brandy);
}

.make-a-reservation.dark {
  color: var(--pine-tree);
}

.make-a-reservation.dark:hover {
  color: var(--brandy);
}

.banner-wrapper {
  text-align: center;
}

.heading-span {
  font-size: 80px;
  font-style: italic;
  line-height: 90px;
}

.menu-button-wrapper {
  display: flex;
}

.brand-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.reservation-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  z-index: 9999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-link {
  color: #fff;
  margin-bottom: 40px;
  padding: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 44px;
  font-style: italic;
  line-height: 54px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--brown-yellow);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.no-margin {
  margin-bottom: 0;
}

.nav-link.reservation {
  margin-bottom: 0;
  display: none;
}

.menu-inner {
  width: 30%;
  height: 100vh;
  background-color: var(--pine-tree);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-links {
  margin-left: 100px;
}

.close-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-left: 100px;
  text-decoration: none;
  transition: color .3s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.close-menu:hover {
  color: var(--pine-tree);
}

.center {
  max-width: 1300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center.about {
  max-width: 1080px;
  margin-bottom: 120px;
}

.center.villas {
  margin-bottom: 60px;
}

.center.contact {
  max-width: 510px;
  margin-bottom: 60px;
}

.invitation-holder {
  border-bottom: 1px solid var(--desert-sand);
  justify-content: space-between;
  margin-bottom: 120px;
  padding-bottom: 120px;
  display: flex;
}

.invitation-box {
  width: 32%;
}

.invitation-image {
  margin-bottom: 30px;
}

.info {
  align-items: center;
  display: flex;
}

.horizontal-brown-line {
  width: 100%;
  height: 1px;
  max-width: 60px;
  background-color: var(--desert-sand);
  margin-right: 20px;
}

.no-margin {
  margin-bottom: 0;
}

.treat-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.treat-text {
  width: 35%;
}

.treat-text-inner {
  width: 75%;
}

.treat-wrapper {
  width: 60%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.treat-image {
  width: 55%;
}

.treat-image-small {
  width: 40%;
}

.top-wrapper {
  background-image: url('../images/273_1.webp');
  background-position: 0%;
  background-size: cover;
}

.book-section {
  background-color: var(--pine-tree);
}

.book-wrapper {
  text-align: center;
}

.exceptional-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.exceptional-heading {
  width: 40%;
}

.exceptional-body {
  justify-content: space-between;
  display: flex;
}

.exceptional-box {
  width: 49%;
}

.exceptional-box-image {
  margin-bottom: 30px;
}

.eceptional-image-wrapper {
  width: 100%;
}

.villas-holder {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

.villas-holder.mirror {
  flex-direction: row-reverse;
}

.villas-holder.no-margin {
  margin-bottom: 0;
}

.villas-image-box {
  width: 62%;
}

.villas-info {
  width: 35%;
  border: 1px solid var(--desert-sand);
  background-color: var(--seashell);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.villa-info-header {
  border-bottom: 1px solid var(--desert-sand);
  text-align: center;
  padding: 40px;
}

.paragraph-brown {
  color: var(--brown-yellow);
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.villa-name {
  margin-bottom: 15px;
}

.villa-info-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.info-grid-box {
  width: 100%;
  border-bottom: 1px solid var(--desert-sand);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2vw;
  display: flex;
}

.info-grid-box.border-right {
  border-right: 1px solid var(--brown-yellow);
}

.info-grid-icon {
  width: 1.5vw;
  margin-right: .5vw;
}

.villa-highlights {
  text-align: center;
  padding: 40px;
}

.highlights-wrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.highlights-text {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.villa-info-footer {
  border-top: 1px solid var(--desert-sand);
  padding: 30px 20px 20px;
}

.villa-footer-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.villa-footer-text {
  margin-bottom: 0;
}

.dot {
  width: 3px;
  height: 3px;
  background-color: var(--brown-yellow);
  border-radius: 50%;
  margin-left: 30px;
  margin-right: 30px;
}

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

.testimonials-slider {
  height: auto;
  max-width: 980px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.slide {
  text-align: center;
}

.qq {
  width: 100px;
  height: 100px;
  background-color: var(--brown-yellow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote {
  margin-bottom: 30px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 44px;
  line-height: 54px;
}

.slide-nav {
  display: none;
}

.normal-margin {
  margin-bottom: 30px;
}

.author-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.author-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.left-arow {
  width: 100px;
  height: 100px;
  background-color: var(--grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: -15%;
  right: auto;
}

.right-arrow {
  width: 100px;
  height: 100px;
  background-color: var(--grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -15%;
}

.footer {
  background-color: var(--pine-tree);
}

.contact-wrapper {
  margin-bottom: 120px;
}

.footer-form-wrapper {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.field-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-field {
  width: 49%;
  height: 60px;
  margin-bottom: 0;
}

.textarea {
  min-height: 120px;
  margin-bottom: 20px;
}

.contact-form {
  text-align: center;
  margin-bottom: 0;
}

.links-wrapper {
  text-align: center;
  border-top: 1px solid #2f3f57;
  padding-top: 60px;
  font-size: 14px;
  line-height: 24px;
}

.links-wrapper.no-border {
  border-top-style: none;
  padding-top: 0;
}

.footer-image {
  height: 60px;
  margin-bottom: 40px;
}

.links-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--grey);
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--brandy);
}

.separator {
  width: 1px;
  height: 20px;
  background-color: var(--grey);
  margin-left: 30px;
  margin-right: 30px;
}

.montacqua-2023 {
  color: var(--grey);
}

.blog-section {
  background-color: var(--seashell);
}

.blog-wrapper {
  text-align: center;
}

.blog-holder {
  margin-bottom: 80px;
}

.blog-post {
  width: 100%;
  color: var(--pine-tree);
  text-align: left;
  text-decoration: none;
}

.blog-post-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image {
  margin-bottom: 20px;
}

.news {
  color: var(--brandy);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.article-info {
  align-items: flex-start;
  display: flex;
}

.horizontal-article-line {
  width: 100%;
  height: 1px;
  max-width: 26px;
  background-color: var(--desert-sand);
  margin-top: 12px;
  margin-right: 20px;
}

.blog-page-wrapper {
  text-align: center;
}

.blog-posts-top {
  margin-bottom: 100px;
}

.blog-post-featured {
  color: var(--pine-tree);
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.featured-image {
  width: 60%;
}

.featured-text {
  width: 37%;
  text-align: left;
  padding-top: 60px;
}

.blog-posts-bottom {
  margin-bottom: 100px;
}

.close-book-now {
  width: 16px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.field-label {
  font-weight: 400;
}

.book-now-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
}

.form-heading {
  text-align: center;
  margin-bottom: 25px;
}

.input-field {
  height: 60px;
  border: 1px solid var(--brown-yellow);
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.input-field::-ms-input-placeholder {
  color: var(--grey);
}

.input-field::placeholder {
  color: var(--grey);
}

.input-field.field-margin {
  margin-bottom: 10px;
}

.form-inner {
  width: 100%;
  max-width: 880px;
  background-color: var(--seashell);
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 40px;
  position: relative;
}

.form-book-now {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.select-field {
  height: 60px;
  border: 1px solid var(--brown-yellow);
  color: var(--grey);
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.select-field::-ms-input-placeholder {
  color: var(--grey);
}

.select-field::placeholder {
  color: var(--grey);
}

.select-field-wrapper {
  margin-bottom: 20px;
}

.blog-articles-center {
  max-width: 880px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.blog-articles-image {
  margin-bottom: 40px;
}

.blog-articles-text-column {
  max-width: 880px;
  text-align: left;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.blog-article-author {
  max-width: 880px;
  border: 1px solid var(--brown-yellow);
  background-color: #f7e9de;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.article-author-image {
  margin-right: 20px;
}

.article-author-text {
  width: 100%;
  text-align: left;
}

.paragraph-author {
  color: var(--brown-yellow);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.main-article-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.legal-page-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.legal-page-text {
  width: 100%;
  max-width: 880px;
}

.heading-leagal {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.list {
  margin-bottom: 20px;
}

.list-item {
  margin-bottom: 10px;
}

.list-item.no-margin {
  margin-bottom: 0;
}

.small-heading-legal {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.legal-box {
  margin-bottom: 30px;
}

.legal-box.no-margin {
  margin-bottom: 0;
}

.utility-wrapper {
  background-image: url('../images/404-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.utility-wrapper.thank-you {
  background-image: url('../images/thank-you.png');
}

.utility-body {
  height: 100%;
}

.utility-inner {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.utility-text {
  width: 45%;
  height: 100%;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.changelog-page-wrapper {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--seashell);
  flex-direction: column;
  grid-template-rows: 1.5fr;
  grid-template-columns: 1fr;
  grid-auto-rows: .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.changelog-holder {
  border: 3px solid var(--brown-yellow);
  padding: 40px;
}

.licesing-page-wrapper {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--seashell);
  flex-direction: column;
  grid-template-rows: 1.5fr;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.paragraph-medium {
  font-size: 22px;
  line-height: 32px;
}

.licesing-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--brown-yellow);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.licence-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--seashell);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.eceptional-image {
  width: 100%;
}

.brand, .simple-logo {
  width: 12vw;
}

.password-heading {
  margin-top: 20px;
}

.heading-404 {
  font-style: italic;
}

.span-404 {
  font-size: 250px;
  font-style: normal;
  line-height: 250px;
}

.heading-thank-you {
  font-style: italic;
}

.span-thank-you {
  font-size: 110px;
  font-style: normal;
  line-height: 110px;
}

.thank-you-page-wrapper {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1.5fr;
  grid-template-columns: 1fr;
  grid-auto-rows: .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-page-wrapper {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.thank-you-footer {
  background-color: var(--pine-tree);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.authors-body {
  background-color: var(--seashell);
}

.authors-page-image {
  margin-bottom: 30px;
}

.slider {
  height: 100%;
}

.map-wrapper {
  margin-top: 40px;
}

.social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.social-icon {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
}

.cta-wrapper {
  justify-content: flex-end;
  display: flex;
}

.subheading {
  font-size: 40px;
}

.heading-405 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph {
  margin-bottom: -10px;
}

.notification-bar {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.notification-flex {
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.image-2 {
  width: 24px;
  height: 24px;
}

.notification-close {
  position: absolute;
  top: 22%;
  bottom: 0%;
  left: auto;
  right: 5px;
}

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

  h2 {
    font-size: 46px;
    line-height: 56px;
  }

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5, h6 {
    font-size: 22px;
    line-height: 32px;
  }

  .main-content.banner-content {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .main-content.about-section-content {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .main-content.book-section-wrapper, .main-content.exceptional-section-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-content.villas-section-content {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .main-content.testimonials-content {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .main-content.footer-content {
    padding-top: 80px;
  }

  .main-content.blog-section-content, .main-content.blog-page-content, .main-content.blog-articles-content, .main-content.legal-page-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-content.utility-body-content {
    justify-content: center;
    padding-bottom: 0;
  }

  .main-content.authors-body-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-content.facility-section-content {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .paragraph-big {
    font-size: 30px;
    line-height: 40px;
  }

  .style-over-title {
    font-size: 28px;
    line-height: 38px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .color-title {
    font-size: 20px;
    line-height: 30px;
  }

  .navbar-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .make-a-reservation {
    letter-spacing: 0;
  }

  .banner-wrapper {
    width: 100%;
  }

  .heading-span {
    font-size: 60px;
    line-height: 70px;
  }

  .nav-link {
    font-size: 36px;
    line-height: 46px;
  }

  .menu-inner {
    width: 50%;
  }

  .menu-links, .close-menu {
    margin-left: 80px;
  }

  .center.about {
    margin-bottom: 80px;
  }

  .center.villas, .center.contact {
    margin-bottom: 40px;
  }

  .invitation-holder {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

  .info {
    display: block;
  }

  .horizontal-brown-line {
    margin-bottom: 20px;
  }

  .treat-holder {
    display: block;
  }

  .treat-text {
    width: 100%;
    margin-bottom: 80px;
  }

  .treat-text-inner, .treat-wrapper {
    width: 100%;
  }

  .big-margin {
    margin-bottom: 40px;
  }

  .exceptional-header {
    display: block;
  }

  .exceptional-heading {
    width: 100%;
    margin-bottom: 30px;
  }

  .villas-holder {
    margin-bottom: 80px;
    display: block;
  }

  .villas-image-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .villas-info {
    width: 100%;
  }

  .info-grid-box {
    padding-left: 4vw;
  }

  .info-grid-icon {
    width: 3vw;
    margin-right: 1vw;
  }

  .highlights-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .qq {
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
  }

  .quote {
    font-size: 30px;
    line-height: 40px;
  }

  .author-image {
    width: 140px;
  }

  .left-arow {
    width: 60px;
    height: 60px;
    left: -5%;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    right: -5%;
  }

  .left-arrow-icon, .right-arrow-icon {
    width: 36px;
  }

  .contact-wrapper {
    margin-bottom: 80px;
  }

  .links-wrapper {
    padding-top: 40px;
  }

  .footer-image {
    width: 180px;
    object-fit: contain;
  }

  .article-info {
    display: block;
  }

  .horizontal-article-line {
    margin-bottom: 20px;
  }

  .blog-posts-top {
    margin-bottom: 80px;
  }

  .blog-post-featured {
    display: block;
  }

  .featured-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .featured-text {
    width: 100%;
    padding-top: 0;
  }

  .blog-posts-bottom {
    margin-bottom: 80px;
  }

  .form-inner {
    width: 90%;
  }

  .blog-article-author {
    padding: 30px;
  }

  .main-article-wrapper {
    margin-bottom: 80px;
  }

  .legal-page-wrapper {
    display: block;
  }

  .legal-page-left {
    margin-bottom: 60px;
  }

  .utility-body {
    height: auto;
    padding-bottom: 40px;
  }

  .utility-inner {
    text-align: right;
    display: block;
  }

  .utility-text {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .paragraph-medium {
    font-size: 20px;
    line-height: 30px;
  }

  .brand, .simple-logo {
    width: 24vw;
  }

  .span-404 {
    font-size: 200px;
    line-height: 200px;
  }

  .span-thank-you {
    font-size: 90px;
    line-height: 90px;
  }
}

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

  h2 {
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-content.utility-banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-content.simple-footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.banner-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .main-content.about-section-content, .main-content.book-section-wrapper, .main-content.exceptional-section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.villas-section-content {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .main-content.testimonials-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .main-content.footer-content {
    padding-top: 60px;
  }

  .main-content.blog-section-content, .main-content.blog-page-content, .main-content.blog-articles-content, .main-content.legal-page-content, .main-content.authors-body-content, .main-content.facility-section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-big {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-over-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-holder, .emphasis-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .rich-text-holder, .list-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-holder, .button-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brandy-button.white {
    display: none;
  }

  .color-holder {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-text, .make-a-reservation {
    display: none;
  }

  .heading-span {
    font-size: 40px;
    line-height: 50px;
  }

  .reservation-wrapper {
    display: none;
  }

  .nav-link {
    font-size: 32px;
    line-height: 42px;
  }

  .nav-link.reservation {
    display: block;
  }

  .menu-inner {
    width: 60%;
  }

  .menu-links, .close-menu {
    margin-left: 60px;
  }

  .center.about {
    text-align: left;
    margin-bottom: 60px;
  }

  .invitation-holder {
    margin-bottom: auto;
    padding-bottom: 60px;
    display: block;
  }

  .invitation-box {
    width: 100%;
    margin-bottom: 60px;
  }

  .invitation-box.no-margin {
    margin-bottom: 0;
  }

  .info {
    display: flex;
  }

  .horizontal-brown-line {
    max-width: 40px;
    margin-bottom: 0;
  }

  .treat-text {
    margin-bottom: 60px;
  }

  .book-wrapper {
    text-align: left;
  }

  .exceptional-body {
    display: block;
  }

  .exceptional-box {
    width: 100%;
    margin-bottom: 60px;
  }

  .exceptional-box.no-margin {
    margin-bottom: 0;
  }

  .villas-holder {
    margin-bottom: 60px;
  }

  .villa-info-header {
    padding: 30px 20px;
  }

  .info-grid-box {
    padding-left: 5vw;
  }

  .info-grid-icon {
    width: 4vw;
    margin-right: 1.5vw;
  }

  .villa-highlights {
    padding: 20px;
  }

  .highlights-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .qq {
    width: 50px;
    height: 50px;
  }

  .quote {
    font-size: 22px;
    line-height: 32px;
  }

  .author-image {
    width: 120px;
  }

  .left-arow, .right-arrow {
    width: 50px;
    height: 50px;
  }

  .left-arrow-icon, .right-arrow-icon {
    width: 30px;
  }

  .contact-wrapper {
    margin-bottom: 60px;
  }

  .footer-image {
    object-fit: contain;
  }

  .links-holder {
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 5px;
  }

  .separator {
    display: none;
  }

  .blog-post-collection-list {
    grid-template-columns: 1fr;
  }

  .article-info {
    display: flex;
  }

  .horizontal-article-line {
    max-width: 40px;
    margin-bottom: 0;
  }

  .blog-posts-top, .blog-posts-bottom {
    margin-bottom: 60px;
  }

  .form-inner {
    padding: 40px 30px 30px;
  }

  .main-article-wrapper {
    margin-bottom: 60px;
  }

  .legal-page-left {
    margin-bottom: 40px;
  }

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

  .brand, .simple-logo {
    width: 32vw;
  }

  .span-404 {
    font-size: 160px;
    line-height: 160px;
  }

  .span-thank-you {
    font-size: 80px;
    line-height: 80px;
  }

  .social-wrapper {
    flex-direction: row;
  }

  .text-block {
    margin-top: 20px;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h6 {
    font-size: 18px;
  }

  .main-content.banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.about-section-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main-content.book-section-wrapper, .main-content.exceptional-section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.villas-section-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main-content.testimonials-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-content.footer-content, .main-content.blog-section-content, .main-content.blog-page-content, .main-content.blog-articles-content, .main-content.legal-page-content, .main-content.authors-body-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.facility-section-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .paragraph-big {
    font-size: 20px;
    line-height: 30px;
  }

  .style-over-title {
    font-size: 24px;
    line-height: 34px;
  }

  .list-wrapper, .link-wrapper {
    grid-template-columns: 1fr;
  }

  .link-inner {
    justify-content: flex-start;
  }

  .brandy-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .brandy-button.white {
    display: none;
  }

  .antique-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .color-title {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-span {
    font-size: 30px;
    line-height: 40px;
  }

  .reservation-wrapper {
    justify-content: flex-start;
  }

  .menu-inner {
    width: 100%;
  }

  .menu-links, .close-menu {
    margin-left: 40px;
  }

  .center.about {
    margin-bottom: 40px;
  }

  .invitation-holder {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .invitation-box {
    margin-bottom: 40px;
  }

  .treat-wrapper {
    display: block;
  }

  .treat-image {
    width: 100%;
  }

  .treat-image-small {
    width: 100%;
    margin-bottom: 40px;
  }

  .exceptional-box {
    margin-bottom: 40px;
  }

  .villa-info-header {
    text-align: left;
    padding: 20px;
  }

  .villa-name {
    font-size: 22px;
    line-height: 32px;
  }

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

  .info-grid-box {
    padding-left: 20px;
  }

  .info-grid-box.border-right {
    border-right-style: none;
  }

  .info-grid-icon {
    width: 6vw;
    margin-right: 15px;
  }

  .villa-highlights {
    text-align: left;
  }

  .highlights-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .highlights-text {
    margin-left: 0;
    margin-right: 0;
  }

  .villa-footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .villa-footer-text {
    margin-bottom: 5px;
  }

  .dot {
    display: none;
  }

  .quote {
    font-size: 20px;
    line-height: 30px;
  }

  .left-arow, .right-arrow {
    bottom: 25%;
  }

  .contact-wrapper {
    margin-bottom: 40px;
  }

  .field-row {
    display: block;
  }

  .text-field {
    width: 100%;
    margin-bottom: 20px;
  }

  .article-info {
    display: block;
  }

  .horizontal-article-line {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog-posts-top, .blog-posts-bottom {
    margin-bottom: 40px;
  }

  .form-inner {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-article-author {
    padding: 20px;
    display: block;
  }

  .article-author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .main-article-wrapper {
    margin-bottom: 40px;
  }

  .licesing-page-wrapper {
    height: auto;
  }

  .brand, .simple-logo {
    width: 45vw;
  }

  .span-404 {
    font-size: 100px;
    line-height: 100px;
  }

  .span-thank-you {
    font-size: 60px;
    line-height: 60px;
  }
}

#w-node-_4a42c713-f6df-f2d4-9aea-897a32994393-32994378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e79c2291-37cc-c219-5900-c262e6362276-32994378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0982fc6-b3f3-b21a-dc4a-cf41a68e0553-a68e0538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d2ab321f-cf2c-e797-2205-dbb538fc98c6-a68e0538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e0982fc6-b3f3-b21a-dc4a-cf41a68e0555-a68e0538 {
    grid-area: 2 / 3 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3e18c7b3-2f65-f2dc-9de3-137e4cf1ecbf-4cf1ecb0, #w-node-_3e18c7b3-2f65-f2dc-9de3-137e4cf1ecc3-4cf1ecb0, #w-node-_3e18c7b3-2f65-f2dc-9de3-137e4cf1ecc7-4cf1ecb0, #w-node-_3e18c7b3-2f65-f2dc-9de3-137e4cf1eccb-4cf1ecb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0982fc6-b3f3-b21a-dc4a-cf41a68e0555-a68e0538 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


