:root {
  --indian-red: #f44a66;
  --grey: #777;
  --white: white;
  --orange: #ffaf41;
  --sienna: #b06a51;
  --dark-green: #115c02;
  --black-2: #222;
  --super-light-grey: #fafafa;
  --white-smoke: #eaeaea;
  --dark-grey: #aaa;
  --cadet-blue: #059ab4;
  --dark-slate-blue: #354559;
  --light-grey: #ccc;
  --black: black;
  --sable: #eeebdb;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  letter-spacing: 18px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 72px;
}

h3 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

h5 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 32px;
}

a {
  color: var(--indian-red);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
}

li {
  font-weight: 600;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 4px none var(--indian-red);
  text-align: center;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--grey);
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}

.home-hero {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/photo_Sun_in_soul_11.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-bar-section {
  background-color: #0000002e;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.slide-nav {
  z-index: 10;
  text-align: center;
  padding-bottom: 56px;
  font-size: 10px;
}

.wrapper {
  max-width: 1200px;
  display: block;
}

.body {
  background-color: var(--white);
  color: #222;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.body.about-body {
  background-color: var(--orange);
}

.body.contact-body {
  background-color: var(--sienna);
}

.body.services-body {
  background-color: var(--dark-green);
}

.intro-header {
  z-index: 1;
  text-align: center;
  max-width: 970px;
  position: relative;
}

.hero-separator {
  margin-top: 24px;
  margin-bottom: 24px;
}

.intro-small-header {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.brand {
  height: 88px;
  margin-left: -4px;
  padding-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link {
  color: var(--black-2);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 48px;
  transition: color .3s;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: var(--indian-red);
}

.side-section {
  background-color: #000;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.side-section.about-section {
  background-color: var(--orange);
  flex-direction: row;
  position: relative;
}

.side-section.contact-section {
  background-color: var(--sienna);
}

.side-section.services-section {
  background-color: var(--dark-green);
}

.side-image {
  z-index: 11;
  color: #fff;
  background-color: #0000;
  width: 40%;
  position: relative;
}

.side-image.about-side-image {
  background-image: url('../images/Villa_tulum_owner.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image.contact-side-image {
  background-image: linear-gradient(#7520001a, #7520001a), url('../images/suninsoul_concierge.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.side-image.services-side-image {
  background-image: linear-gradient(#0c11181a, #0c11181a), url('../images/suninsoul_bar.jpg');
  background-position: 0 0, -99px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.side-content-wrapper {
  z-index: 12;
  color: var(--white);
  background-color: #0000;
  flex: 1;
  padding-top: 11%;
  padding-right: 39px;
  position: relative;
  overflow: scroll;
}

.side-content {
  z-index: 1;
  max-width: 770px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 23%;
  position: relative;
}

.side-content.about-content {
  padding-right: 12%;
}

.side-header {
  z-index: 100;
  color: #fff;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 11%;
  position: fixed;
  top: 0;
  right: 50%;
}

.side-back-text {
  color: #ffffff17;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 200px;
  font-weight: 700;
  line-height: 160px;
  position: fixed;
  top: 30%;
  left: 64%;
}

.side-header-line {
  float: right;
  background-color: #fff;
  flex: none;
  width: 200px;
  height: 4px;
  margin-top: 30px;
  margin-right: 21px;
}

.gallery-button {
  z-index: 100;
  color: #fff;
  background-color: #0000004d;
  background-image: url('../images/Grid-Icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  border-radius: 24px;
  height: 48px;
  text-decoration: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.gallery-button.fixed {
  position: fixed;
}

.gallery-button-icon {
  z-index: 100;
  background-color: #fff;
  background-image: url('../images/Grid-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: relative;
}

.gallery-button-text {
  opacity: 0;
  margin-top: -40px;
  margin-left: 64px;
  margin-right: 24px;
  font-size: 15px;
  font-weight: 600;
  display: block;
  position: relative;
}

.section {
  background-color: var(--super-light-grey);
  text-align: center;
  margin-bottom: 0;
  padding: 100px 17px 0;
}

.section.works-section {
  text-align: center;
  padding-bottom: 120px;
}

.section.works-section.home-works {
  padding-bottom: 0;
}

.section.white-section {
  border-top: 1px solid var(--white-smoke);
  background-color: #fff;
  padding-bottom: 0;
}

.section.service-section {
  background-image: linear-gradient(#103116b3, #103116b3), url('../images/photo_Sun_in_soul_16.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 120px;
}

.section.subscribe-section {
  margin-top: -10px;
  padding-top: 0;
}

.section.work-section {
  padding-top: 0;
}

.section.more-works-section {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.gallery-section {
  background-color: var(--white);
  padding-bottom: 66px;
}

.section.more-posts-section {
  padding-bottom: 120px;
}

.section-small-header {
  color: var(--dark-grey);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.section-separator {
  margin-top: 13px;
}

.work-card-category {
  z-index: 1;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button {
  border: 2px solid var(--white-smoke);
  color: #222;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: letter-spacing .3s;
  position: relative;
}

.button:hover {
  letter-spacing: 2px;
  background-image: none;
}

.button.big {
  border-radius: 28px;
  padding: 14px 26px;
  font-size: 17px;
}

.button.big.color-1 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  transition-duration: .3s;
  display: block;
  position: static;
  overflow: hidden;
}

.button.big.float-right-button {
  z-index: 15;
  background-color: #fff;
  border-color: #fff;
  margin-top: 16px;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.button.big.tulum {
  background-color: var(--cadet-blue);
  width: 200px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  transition-duration: .3s;
  display: block;
  position: static;
  overflow: hidden;
}

.button.big.vrbo {
  color: var(--white);
  background-color: #2949ff;
  border-color: #eaeaea;
  width: 200px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  transition-duration: .3s;
  display: block;
  position: static;
  overflow: hidden;
}

.button.big.direct {
  background-color: var(--cadet-blue);
  color: var(--white);
  border-color: #eaeaea;
  width: 200px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  transition-duration: .3s;
  display: block;
  position: static;
  overflow: hidden;
}

.button.color-1 {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: #fff;
}

.button.subscribe-button {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: #fff;
  display: block;
}

.button.subscribe-button:hover {
  padding-right: 24px;
}

.button.split-button {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-color: #fff;
}

.button.ghost {
  color: #fff;
  border-color: #fff;
  transition: letter-spacing .3s, background-position .3s, padding-right .3s, background-color .3s, color .3s;
}

.button.ghost:hover {
  color: var(--black-2);
  background-color: #fff;
}

.button.ghost.split-button {
  z-index: 1;
  opacity: 0;
}

.button.color-2 {
  border-color: var(--cadet-blue);
  background-color: var(--cadet-blue);
  color: #fff;
}

.button.color-3 {
  border-color: var(--orange);
  background-color: var(--orange);
  color: #fff;
}

.button.color-4 {
  border-color: var(--sienna);
  background-color: var(--sienna);
  color: #fff;
}

.button.color-5 {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.section-header-block {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 80px;
  display: block;
}

.section-header-block.magic {
  padding-bottom: 6px;
}

.client-logo-container {
  background-color: #0000;
  flex-wrap: wrap;
  max-width: 770px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000021;
}

.client-logo {
  box-shadow: 0 0 0 1px var(--white-smoke);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 128px;
  padding: 32px;
  display: flex;
}

.client-logo:hover {
  box-shadow: 0 0 0 1px var(--white-smoke);
}

.client-logo-image {
  opacity: .9;
}

.review-avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}

.review {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  display: flex;
}

.review-text {
  max-width: 570px;
  margin-top: 40px;
  font-size: 22px;
  line-height: 40px;
}

.reviews {
  text-align: center;
  background-color: #0000;
  max-width: 930px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}

.review-author {
  color: var(--grey);
  justify-content: center;
  margin-top: 18px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.review-arrow-left {
  margin: auto;
  position: absolute;
  inset: 0 4px 8px 0;
}

.review-arrow-right {
  z-index: 10;
  margin: auto;
  position: absolute;
  inset: 0 0 8px 4px;
}

.review-arrow-base {
  margin: auto;
  position: absolute;
  inset: 0;
}

.review-arrow {
  background-color: #fff;
}

.review-arrow:active {
  transform: translate(0, 1px);
}

.white-text {
  color: #fff;
}

.services {
  flex-wrap: wrap;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service {
  color: #fff;
  text-align: left;
  border-top: 1px solid #ffffff4d;
  flex: 40%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 40px;
  padding-left: 100px;
  position: relative;
}

.service-text {
  margin-top: 14px;
  font-size: 18px;
  line-height: 26px;
}

.service-icon {
  background-color: #ffffff17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  top: 28px;
  left: 0;
}

.service-color-line {
  z-index: 1;
  background-color: var(--orange);
  width: 70px;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 0;
}

.call-to-action {
  display: flex;
}

.action-button {
  background-color: var(--indian-red);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 104px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.action-button.second-action {
  background-color: var(--dark-slate-blue);
}

.action-small-title {
  color: #ffffffb3;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.footer-section {
  border-top: 1px solid var(--white-smoke);
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.footer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-brand {
  padding: 8px 25px;
  display: inline-block;
}

.footer-social-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.dot-separator {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.dot-separator.footer-dot-separator {
  color: var(--light-grey);
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
}

.dot-separator.hero-dot-separator {
  padding-left: 16px;
  padding-right: 16px;
}

.dot-separator.post-card-separator {
  color: var(--light-grey);
  height: 24px;
  line-height: 24px;
  position: relative;
  top: 1px;
}

.dot-separator.licence-separator {
  float: left;
  color: var(--light-grey);
  margin-top: -15px;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-social-link {
  color: var(--grey);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: var(--indian-red);
}

.underline {
  background-color: var(--indian-red);
  opacity: .25;
  width: 100%;
  height: 5px;
  margin-top: -9px;
  position: absolute;
  left: 0;
  transform: translate(-105%);
}

.underline.post-card-category-line {
  background-color: var(--dark-slate-blue);
  margin-top: -10px;
}

.underline.hero-underline {
  opacity: 1;
  background-color: #fff;
  height: 2px;
  margin-top: -6px;
}

.underline.work-card-underline {
  width: 98%;
  height: 8px;
  margin-top: -18px;
}

.underline.nav-link-underline {
  background-color: var(--indian-red);
  opacity: .25;
  height: 5px;
  margin-top: -20px;
  position: absolute;
}

.underline.work-category-underline {
  opacity: 1;
  background-color: #fff;
  width: 98%;
  height: 2px;
  margin-top: -6px;
  position: absolute;
}

.underline.footer-underline {
  height: 4px;
  margin-top: -10px;
}

.underline.footer-social-underline {
  margin-top: -9px;
}

.underline.licence-underline {
  margin-top: -12px;
}

.copyright-text {
  color: var(--grey);
}

.page-hero-section {
  background-color: var(--dark-slate-blue);
  color: #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 16px;
  display: flex;
}

.page-hero-section.blog-hero {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/annie-spratt-197448.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-section.gallery-hero {
  background-image: url('../images/tulum-ruine2.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero-section.blog-post-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-bottom: 128px;
  position: relative;
}

.page-hero-section.work-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.page-hero-section.works-hero {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/vero-photoart-176526.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/daniel-cheung-129841.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  padding-bottom: 160px;
}

.page-hero-section.licencing-hero {
  background-image: linear-gradient(#00000026, #00000026), url('../images/aaron-burden-90144.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-section.gallery-villa {
  background-image: url('../images/photo_Sun_in_soul_5.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.page-hero-section.bachelotte-page {
  background-image: url('../images/Tulum_bachelorette_suninsoul.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
}

.page-hero-section.digital-nomad {
  background-image: url('../images/Tulum_digital_nomad.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.page-hero-section.boutique_head {
  background-image: url('../images/boutique_suninsoul.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
}

.page-description-text {
  margin: 7px auto 50px;
  display: block;
}

.works {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 60px;
  display: flex;
}

.work-card-container {
  flex: 0 auto;
  width: 50%;
  padding: 20px 15px;
  display: flex;
}

.work-card-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  transform: scale(1.08);
}

.work-card-info {
  text-align: left;
  padding: 48px 64px 26px;
  position: relative;
  overflow: hidden;
}

.work-card-header {
  z-index: 1;
  margin-top: 8px;
  position: relative;
}

.work-card-description {
  z-index: 1;
  color: var(--grey);
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 28px;
  position: relative;
}

.work-card-back-text {
  z-index: 0;
  color: #00000008;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 128px;
  font-weight: 700;
  line-height: 96px;
  position: absolute;
  top: 44px;
  left: 44%;
}

.categories-list {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.category-link {
  border: 1px solid var(--white-smoke);
  color: var(--black-2);
  background-color: #fff;
  border-radius: 20px;
  margin: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  transition: background-color .3s;
  display: inline-block;
}

.category-link:hover {
  background-color: var(--white-smoke);
}

.category-link.w--current {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.cms-categories {
  display: inline-block;
}

.categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  margin-bottom: 76px;
  display: flex;
}

.gallery {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 89px;
  margin-bottom: 76px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.gallery-image {
  border: 4px solid var(--super-light-grey);
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.gallery-image.small-image {
  width: 50%;
}

.gallery-image.big-image {
  width: 100%;
}

.gallery-image.medium-image {
  width: 33.3333%;
}

.gallery-column {
  flex-wrap: wrap;
  flex: 0 50%;
  display: flex;
}

.gallery-wide-column {
  width: 100%;
  display: flex;
}

.blog-posts {
  flex-wrap: wrap;
  margin-top: -20px;
  display: flex;
}

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

.post-card-container {
  flex-direction: row;
  flex: 0 auto;
  width: 33.3333%;
  padding: 20px 15px;
  display: flex;
}

.post-card-image {
  background-color: var(--dark-slate-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  transform: scale(1.08);
}

.post-card {
  text-align: left;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 2px #0000001f;
}

.post-card-info {
  color: var(--black-2);
  padding: 28px 32px 20px;
  position: relative;
}

.post-card-header {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.post-card-date {
  color: var(--dark-grey);
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.post-card-category {
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.subscribe-header {
  max-width: 570px;
  margin: 34px auto 56px;
  display: block;
}

.subscribe {
  border-top: 3px solid var(--orange);
  background-color: #fff;
  max-width: 770px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: block;
  box-shadow: 0 1px 2px #0000001f;
}

.input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--white-smoke);
  background-color: #0000;
  border-radius: 0;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 20px;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: var(--light-grey);
}

.input:focus {
  border-bottom-color: var(--orange);
}

.input.subscribe-input {
  background-image: url('../images/Mail-Icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  flex: 1;
  margin-bottom: 0;
  margin-right: 48px;
  padding-left: 46px;
  display: block;
}

.input.contact-input {
  color: var(--black-2);
  background-color: #fff;
  border-bottom-color: #fff;
  margin-bottom: 24px;
  padding-top: 9px;
  font-weight: 500;
}

.input.contact-input:focus {
  border-bottom-color: var(--indian-red);
}

.input.contact-input.text-field {
  height: auto;
  min-height: 200px;
  margin-bottom: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 24px;
}

.input.password-input {
  text-align: center;
  width: 300px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.subscribe-form {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.instagram-session {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-photo {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  overflow: hidden;
}

.instagram-photo.photo-01 {
  background-image: url('../images/7C77B955-7E1E-47E7-ACFB-542CB1444970.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.instagram-photo.photo-02 {
  background-image: url('../images/6680D1D7-73B5-4F97-873A-42A2376725DD.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-03 {
  background-image: url('../images/2D912AE4-C4AC-4BCF-9320-BB738CB50196.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-04 {
  background-image: url('../images/37D479A2-028C-48C0-912C-AD41BADA68B1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-05 {
  background-image: url('../images/8ABF4B04-9EC8-4ED1-9B43-83F93CD88F9D.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-06 {
  background-image: url('../images/7F33B666-55F5-4C20-B29E-83E12E5359F0.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-07 {
  background-image: url('../images/5F41FFBC-D868-4BE0-B285-61E59A209379.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-08 {
  background-image: url('../images/IMG_9479.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-09 {
  background-image: url('../images/E057ED6A-F8BB-475A-9EC4-1C908B5DA036.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-10 {
  background-image: url('../images/IMG_8921.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-11 {
  background-image: url('../images/FB88A707-AC64-4220-9C6E-03D471F87762.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-12 {
  background-image: url('../images/IMG_8983.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-13 {
  background-image: url('../images/IMG_9173.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-14 {
  background-image: url('../images/780550F3-B7AF-4E60-9FDD-BD8C7CF9AE22.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-15 {
  background-image: url('../images/IMG_8920.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-16 {
  background-image: url('../images/IMG_7371.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-08-a {
  background-image: url('../images/2E9B1BDB-A2CF-4B07-A88A-5BDAD8EAD3B4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-09-a {
  background-image: url('../images/D08D7468-69BD-4ABB-81F0-E7AD2BB419A7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-16-a {
  background-image: url('../images/1432D19D-082D-488B-B03D-8F6DEDAD6EA0.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-01-a {
  background-image: url('../images/C9992215-2421-42F6-B804-C39E3646753C.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.instagram-photo-line {
  flex-wrap: nowrap;
  display: flex;
}

.instagram-photo-block {
  text-align: center;
  position: relative;
}

.instagram-card {
  z-index: 1;
  color: var(--black-2);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  margin: auto;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 1px 2px #0000001f;
}

.instagram-text {
  text-align: center;
  margin-top: 14px;
  font-size: 20px;
  line-height: 28px;
}

.hero-dark-overlay {
  z-index: 0;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.post-content {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  min-height: 320px;
  margin: -260px 15px -96px;
  padding: 80px 14% 64px;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-content.style-page {
  margin-bottom: 20px;
  padding-top: 64px;
  padding-bottom: 80px;
}

.blog-post-header {
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 770px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.blog-post-date {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}

.work-info {
  z-index: 10;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  margin: -120px 15px 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.work-info-column {
  width: 33.3333%;
  padding: 16px 40px;
}

.work-info-column.middle-block {
  border-right: 1px solid var(--white-smoke);
  border-left: 1px solid var(--white-smoke);
}

.work-info-header {
  color: var(--black-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.text-block {
  color: var(--grey);
  font-size: 17px;
  line-height: 32px;
}

.menu-button {
  z-index: 100;
  letter-spacing: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-top: 23px;
  margin-right: 8px;
  padding: 17px 0 0 14px;
}

.menu-button.w--open {
  background-color: #fff;
}

.work-content {
  text-align: left;
  background-color: #fff;
  min-height: 280px;
  margin-top: 56px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 100px 14% 80px;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.work-card {
  color: var(--black-2);
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 2px #0000001f;
}

.button-arrow {
  background-image: url('../images/Arrow-Black-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 26px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.home-intro {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16% 8%;
  padding-top: 32px;
  display: flex;
  position: absolute;
  inset: 0;
}

.home-slider-hero {
  background-color: var(--black-2);
  color: #fff;
  width: 100%;
  height: 100vh;
}

.slide-1 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/photo_Sun_in_soul_10.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Villa_tulum_room4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/photo_Sun_in_soul_5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Villa_tulum_room3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-social-icons {
  z-index: 100;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 18px;
}

.social-icon-circle {
  background-image: url('../images/Half-Circle-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  position: relative;
}

.hero-slider-arrow {
  font-size: 30px;
  display: none;
}

.hero-categories {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.hero-category {
  color: #fff;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.hero-category-container {
  display: flex;
}

.review-author-link {
  margin-left: 5px;
  position: relative;
  overflow: hidden;
}

.card-image-container {
  background-color: #000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-hover-icon {
  z-index: 100;
  opacity: 0;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: scale(1.5);
}

.about-social-icons {
  margin-left: -6px;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
}

.menu-line {
  background-color: var(--black-2);
  width: 20px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.menu-line.menu-top-line {
  margin-top: 18px;
  top: 0;
}

.menu-line.menu-bottom-line {
  margin-bottom: 18px;
}

.menu-line.menu-middle-line-2 {
  margin: auto;
  position: absolute;
}

.nav-sidebar {
  background-color: #fff;
  flex-flow: row;
  align-items: flex-start;
  width: 300px;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-button-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  padding-top: 1px;
  padding-right: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.post-rich-text img {
  width: 100px;
}

.post-rich-text figure {
  margin-top: 8px;
}

.post-rich-text h2, .post-rich-text h4, .post-rich-text h5, .post-rich-text h6, .post-rich-text h3, .post-rich-text h1 {
  padding-left: 16%;
  padding-right: 16%;
}

.post-rich-text li {
  margin-left: 16%;
  margin-right: 16%;
}

.post-rich-text a:hover {
  text-decoration: underline;
}

.post-rich-text p {
  padding-left: 16%;
  padding-right: 16%;
}

.work-date {
  border-left: 4px solid var(--indian-red);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  padding-top: 14px;
  padding-left: 28px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 98px;
  left: 0;
}

.work-date-month {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.work-category {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.page-description {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.side-image-cover {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.side-image-cover.contact-cover {
  background-color: var(--sienna);
}

.side-image-cover.about-cover {
  background-color: var(--orange);
}

.side-image-cover.services-cover {
  background-color: var(--dark-green);
}

.contact-form-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}

.contact-form {
  max-width: 400px;
  margin-top: -15px;
  margin-bottom: 0;
}

.contact-info {
  z-index: 150;
  color: #fff;
  padding: 28px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
}

.services-page {
  padding-top: 42px;
}

.hero-split {
  background-color: #000;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-split-category {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: width .3s, flex-shrink .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.split-heading {
  z-index: 1;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  position: relative;
}

.split-image {
  opacity: .7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.08);
}

.split-separator {
  z-index: 1;
  opacity: 0;
  margin-top: -40px;
  display: block;
  position: relative;
}

.gallery-preview {
  transform: scale(1.08);
}

.gallery-hover-icon {
  z-index: 1;
  opacity: 0;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: scale(1.5);
}

.style-buttons {
  text-align: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.style-button-container {
  flex-direction: column;
  flex: 0 auto;
  width: 33.3333%;
  padding: 16px 15px;
  display: flex;
}

.style-typography {
  border-top: 1px dashed var(--light-grey);
  border-bottom: 1px dashed var(--light-grey);
  text-align: center;
  margin-top: 64px;
  margin-bottom: 80px;
  padding-top: 72px;
  padding-bottom: 80px;
}

.copiright {
  color: var(--dark-grey);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-link {
  position: relative;
  overflow: hidden;
}

.footer-line-separator {
  padding-left: 8px;
  padding-right: 8px;
}

.post-card-info-small {
  align-items: center;
  padding-bottom: 2px;
  display: flex;
}

.action-arrow-icon {
  z-index: 1;
  opacity: 0;
  margin: auto;
  position: absolute;
  inset: 32px 0 0;
}

.action-text {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-wrap._404 {
  background-color: var(--black-2);
  background-image: linear-gradient(#0009, #0009), url('../images/devon-janse-van-rensburg-274867.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.utility-page-content._404-content {
  max-width: 570px;
}

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

._404-text {
  color: #fff;
  margin-top: 37px;
}

.side-header-text {
  margin-top: 2px;
}

.form-success {
  background-color: #0000;
  line-height: 28px;
}

.form-success.contact-success {
  text-align: left;
  padding-top: 44px;
}

.form-error {
  color: var(--indian-red);
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 24px;
}

.form-error.contact-error {
  border-left: 4px solid var(--indian-red);
  color: #fff;
  background-color: #0003;
  margin-top: 32px;
}

.licence-card-image {
  background-color: var(--dark-slate-blue);
  height: 400px;
}

.licence-card-image.photo-licence-image {
  background-image: url('../images/Photo-Licence-Preview.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.licence-card-image.icon-licence-image {
  background-image: url('../images/Icon-Licence-Preview.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.licence-link {
  float: left;
  margin-top: -15px;
  margin-bottom: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.licence-card-header {
  margin-top: 0;
}

.post-card-date-and-category {
  align-items: center;
  display: flex;
}

.preloader {
  z-index: 10000;
  color: var(--black-2);
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  width: 28px;
  margin-right: 12px;
}

.collection-list-wrapper {
  font-size: 1px;
}

.mask {
  margin-bottom: 0;
  padding-bottom: 0;
}

.slide-5 {
  background-image: url('../images/photo_Sun_in_soul_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.intro-header-beach {
  z-index: 1;
  text-align: center;
  max-width: 970px;
  margin-top: -7px;
  margin-bottom: 35px;
  font-size: 60px;
  line-height: 70px;
  position: relative;
}

.image {
  margin-top: 20px;
}

.texte-retraite {
  color: #434347;
  font-size: 18px;
  line-height: 30px;
}

.button-services {
  color: #a08a5e;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 3px solid #e4b962;
  border-radius: 10px;
  width: 180px;
  min-width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 20px;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: block;
}

.button-services:hover {
  color: #1b1b1b;
  background-color: #fff;
}

.text-title {
  font-weight: 400;
}

.text-title.dark {
  color: #3c4858;
  margin-bottom: 5px;
  font-size: 20px;
}

.text-title.dark.services {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 52px;
  font-weight: 300;
  line-height: 34px;
}

.bottom-separation {
  border-bottom: 1px solid #b1c2dbcc;
  padding-bottom: 60px;
}

.bottom-separation.bottom-border {
  padding-bottom: 0;
}

.intro-feature-item-2 {
  text-align: center;
  border-right: 1px solid #b1c2dbcc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.intro-feature-item-3 {
  text-align: center;
  border-right: 1px #b1c2dbcc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.icon-bg {
  background-color: #efecfc;
  background-image: url('../images/graph-2_1graph 2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
}

.icon-bg._1 {
  background-color: #0000;
  background-image: url('../images/Picto_tortue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0%;
  width: 120px;
  height: 120px;
}

.icon-bg._3 {
  background-color: #0000;
  background-image: url('../images/Picto_lezard.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.icon-bg._2 {
  background-color: #0000;
  background-image: url('../images/Picto_grue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  width: 120px;
  height: 120px;
}

.icon-bg.galerie-tulum {
  background-color: #0000;
  background-image: url('../images/Picto_lezard.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  width: 240px;
  height: 240px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.intro-features-new {
  border: 1px solid #b1c2dbcc;
  border-radius: 5px;
  flex-wrap: wrap;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.intro-features-new.retraitemai {
  background-color: #0000;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 55px;
}

.section-2 {
  margin-top: 100px;
}

.intro-feature-item-milieu {
  text-align: center;
  border-right: 1px solid #b1c2dbcc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.html-embed {
  margin-bottom: -2px;
}

.section-airbnb {
  background-color: var(--white);
  margin-bottom: 50px;
}

.wide-section {
  background-color: #edeff2;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.wide-section._4txt {
  background-image: url('../images/sq_SunInSoul_59_HDR.jpg');
  background-position: 0 0;
  background-size: cover;
}

._50-percent-image-column {
  width: 50%;
  min-height: 600px;
  position: relative;
}

._50-percent-image-column._4 {
  background-image: url('../images/Business_class.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  min-height: 400px;
}

._50-percent-image-column._4-copy {
  background-image: url('../images/WEB_Sun_in_Soul_room03.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  min-height: 400px;
}

._50-percent-wide-column {
  justify-content: center;
  width: 50%;
  display: flex;
}

._50-percent-wide-column._4txt {
  background-color: #face6a26;
  background-image: url('../images/sq_Sun_in_Soul_frontyard01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
}

._50-percent-wide-column._4txt-2 {
  background-color: #face6a26;
  background-image: url('../images/WEB_SunInSoul_59_HDR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
}

.big-text {
  color: #fff;
  letter-spacing: 4px;
  background-color: #000;
  padding: 13px 17px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.portfolio-overlay {
  z-index: 10;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
}

.portfolio-overlay:hover {
  background-color: #000000b3;
}

.img-por {
  width: 100%;
}

.col-port {
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.port-text {
  position: relative;
  top: 40%;
}

.hero-section {
  background-color: #292929;
}

.container {
  margin-top: 70px;
}

.column {
  background-image: url('../images/Tulum_suninsoul_cenote.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 420px;
}

.column-2 {
  background-image: url('../images/Tulum_suninsoul_boats.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 420px;
}

.column-3 {
  background-image: url('../images/tulum-ruine3.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 420px;
}

.column-4 {
  background-image: url('../images/Tulum_suninsoul_limit.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 420px;
}

.columns {
  margin-top: 64px;
}

.background-video {
  min-height: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.background-video-2 {
  min-height: 1280px;
}

.description {
  text-align: left;
  font-size: 22px;
}

.item {
  text-align: left;
  letter-spacing: 8px;
  font-size: 46px;
}

.prix {
  margin-top: 22px;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.teqmez {
  color: #4b0404;
  letter-spacing: 12px;
  background-color: #e5c8a3;
  margin-top: 58px;
  margin-bottom: 95px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 48px;
  line-height: 60px;
}

.boite-prix {
  border-bottom: 1px solid #000;
  margin-bottom: 21px;
}

.quick-stack-2, .quick-stack-3, .quick-stack-4 {
  border-bottom: 1px solid #000;
}

.button-2 {
  box-sizing: content-box;
  background-color: #1e6472;
  border-radius: 13px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.bouton-top {
  background-color: #35818b;
  border-radius: 11px;
  margin-top: 25px;
  margin-bottom: 112px;
}

.text-block-3 {
  letter-spacing: 1px;
  font-size: 48px;
  line-height: 54px;
}

.text-block-4 {
  letter-spacing: 12px;
  margin-top: 22px;
  font-size: 27px;
  font-weight: 700;
}

.cell, .cell-2, .cell-3, .cell-4 {
  display: block;
}

.container-2 {
  margin-top: 39px;
}

.image-2, .image-3, .image-4, .image-5, .image-6 {
  align-self: center;
}

html.w-mod-js [data-ix="preloader"] {
  display: flex;
}

html.w-mod-js [data-ix="page-loading"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="gallery-button"] {
  width: 48px;
}

html.w-mod-js [data-ix="review-arrow-left"] {
  transform: translate(-60px);
}

html.w-mod-js [data-ix="review-arrow-right"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="side-header"], html.w-mod-js [data-ix="side-back-text"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="side-content"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="side-header-line"] {
  opacity: 0;
  width: 1px;
}

html.w-mod-js [data-ix="side-section"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: 15px;
    font-size: 54px;
    line-height: 64px;
  }

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

  h3, h4 {
    font-size: 36px;
    line-height: 48px;
  }

  blockquote {
    padding: 8px 28px;
    font-size: 24px;
    line-height: 40px;
  }

  .home-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/sergey-pesterev-222160.jpg');
    background-position: 0 0, 50%;
    height: 560px;
  }

  .slide-nav {
    padding-bottom: 48px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-small-header {
    font-size: 16px;
  }

  .brand {
    width: 150px;
    padding-top: 24px;
    padding-left: 8px;
    padding-right: 12px;
  }

  .side-image {
    background-image: none;
    width: 33%;
  }

  .side-image.about-side-image {
    background-position: 40% 0;
  }

  .side-image.contact-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/boris-smokrovic-131485.jpg');
    background-position: 0 0, 69%;
  }

  .side-image.services-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/alexandru-stavrica-166342.jpg');
    background-position: 0 0, 30%;
  }

  .side-content-wrapper {
    padding-top: 15%;
    padding-right: 0;
  }

  .side-content {
    padding-top: 68px;
    padding-left: 15%;
    padding-right: 8px;
  }

  .side-content.about-content {
    padding-top: 80px;
    padding-left: 18%;
  }

  .side-header {
    margin-top: 15%;
    padding-top: 4px;
    right: 60%;
  }

  .side-back-text {
    letter-spacing: 8px;
    font-size: 144px;
    top: 16%;
    left: 60%;
  }

  .side-header-line {
    width: 120px;
    margin-top: 10px;
    margin-right: 12px;
  }

  .gallery-button {
    bottom: 16px;
    left: 16px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.works-section, .section.service-section, .section.more-works-section, .section.more-posts-section {
    padding-bottom: 80px;
  }

  .section-small-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-separator {
    margin-top: 5px;
  }

  .work-card-category {
    letter-spacing: 3px;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .button.big.float-right-button {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }

  .button.split-button {
    opacity: 1;
    margin-top: 32px;
  }

  .button.ghost.split-button {
    opacity: 1;
    margin-top: 24px;
  }

  .section-header-block {
    padding-bottom: 64px;
  }

  .client-logo-container {
    max-width: 620px;
  }

  .client-logo {
    height: 112px;
  }

  .review-avatar {
    width: 72px;
    height: 72px;
    margin-bottom: 32px;
  }

  .review {
    padding-left: 96px;
    padding-right: 96px;
  }

  .review-text {
    font-size: 20px;
    line-height: 36px;
  }

  .reviews {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-author {
    margin-top: 40px;
  }

  .services {
    margin-bottom: 24px;
  }

  .service {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 90px;
    padding-right: 8px;
  }

  .action-small-title {
    letter-spacing: 3px;
    font-size: 14px;
  }

  .dot-separator.hero-dot-separator {
    font-size: 16px;
  }

  .dot-separator.post-card-separator {
    padding-left: 6px;
    padding-right: 6px;
  }

  .dot-separator.licence-separator {
    font-size: 15px;
  }

  .underline.licence-underline {
    margin-top: -13px;
  }

  .page-hero-section {
    height: 280px;
  }

  .works {
    margin-top: -12px;
    margin-bottom: 40px;
  }

  .work-card-container {
    padding: 12px 8px;
  }

  .work-card-image {
    height: 256px;
  }

  .work-card-info {
    padding: 20px 32px 8px;
  }

  .work-card-header {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 22px;
  }

  .work-card-description {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .work-card-back-text {
    font-size: 84px;
    top: 24px;
  }

  .gallery {
    margin-bottom: 56px;
  }

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

  .post-card-container {
    padding: 8px;
  }

  .post-card-image {
    height: 176px;
  }

  .post-card-info {
    padding: 16px 20px 8px;
  }

  .post-card-header {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .post-card-date {
    font-size: 12px;
  }

  .post-card-category {
    font-size: 11px;
  }

  .subscribe-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subscribe {
    margin-left: 40px;
    margin-right: 40px;
  }

  .input.subscribe-input {
    margin-right: 32px;
  }

  .instagram-photo {
    min-width: 160px;
    min-height: 160px;
  }

  .instagram-card {
    width: 240px;
    height: 240px;
  }

  .post-content {
    margin-left: 8px;
    margin-right: 8px;
    padding: 56px 0%;
  }

  .post-content.style-page {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .work-info {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .work-info-column {
    padding: 8px 32px;
  }

  .work-info-header {
    font-size: 13px;
  }

  .text-block {
    font-size: 15px;
    line-height: 24px;
  }

  .menu-button {
    margin-top: 16px;
    margin-right: 0;
  }

  .work-content {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 0% 56px;
  }

  .home-intro {
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero-social-icons {
    bottom: 16px;
    right: 10px;
  }

  .hero-category {
    font-size: 16px;
  }

  .menu-line {
    background-color: var(--black-2);
    width: 20px;
    height: 2px;
  }

  .nav-sidebar {
    width: 270px;
    max-height: 100vh;
    overflow: scroll;
  }

  .nav-menu {
    align-items: stretch;
  }

  .work-date {
    border-top: 4px solid var(--indian-red);
    text-align: center;
    border-left-style: none;
    max-width: 136px;
    height: auto;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0 24px;
    display: block;
    position: relative;
    top: 0;
  }

  .contact-form {
    margin-top: -15px;
  }

  .contact-info {
    max-width: 254px;
    padding: 16px 24px;
    font-size: 14px;
    display: block;
  }

  .services-page {
    padding-right: 8%;
  }

  .hero-split {
    flex-wrap: wrap;
  }

  .hero-split-category {
    flex: 0 auto;
    width: 50%;
  }

  .style-buttons {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .style-button-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .style-typography {
    margin-top: 32px;
    margin-bottom: 56px;
    padding: 48px 40px 64px;
  }

  ._404-text {
    font-size: 16px;
    line-height: 28px;
  }

  ._404-image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-header-text {
    letter-spacing: 10px;
    font-size: 40px;
  }

  .licence-card-image {
    height: 256px;
  }

  .licence-link {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .licence-card-header {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .button-services {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-title.dark.services {
    text-align: center;
    margin-bottom: 38px;
  }

  .intro-feature-item-2 {
    border-bottom: 1px solid #b1c2dbcc;
    border-right-style: none;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .intro-feature-item-3 {
    border-right-style: none;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .intro-features-new {
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .intro-features-new.retraitemai {
    padding-top: 1px;
  }

  .intro-feature-item-milieu {
    border-right-style: none;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  ._50-percent-image-column._4, ._50-percent-image-column._4-copy, ._50-percent-wide-column {
    width: 100%;
  }

  .big-text {
    padding: 8px 12px;
    font-size: 12px;
  }

  .port-text {
    top: 37%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 12px;
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    letter-spacing: 8px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    letter-spacing: 4px;
    font-size: 28px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 40px;
  }

  h6 {
    font-size: 19px;
  }

  p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 28px;
  }

  blockquote {
    font-size: 20px;
    line-height: 32px;
  }

  figure {
    margin-bottom: 24px;
  }

  .home-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/sergey-pesterev-222160.jpg');
    background-position: 0 0, 50%;
    height: 360px;
  }

  .intro-header {
    letter-spacing: 8px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .hero-separator {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .intro-small-header {
    margin-bottom: 0;
    font-size: 15px;
  }

  .brand {
    padding-left: 4px;
    padding-right: 16px;
  }

  .side-section {
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
  }

  .side-image {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
    display: flex;
  }

  .side-image.about-side-image {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/Tulum_host.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .side-image.contact-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/boris-smokrovic-131485.jpg');
    background-position: 0 0, 50% 34%;
  }

  .side-content-wrapper {
    flex: 0 auto;
    width: 100%;
    padding-top: 48px;
    padding-right: 0;
    overflow: visible;
  }

  .side-content {
    padding: 8px 80px 60px;
  }

  .side-content.about-content {
    padding: 0 80px 80px;
  }

  .side-header {
    text-align: center;
    margin-top: 0%;
    position: relative;
    right: 0%;
  }

  .side-back-text, .side-header-line {
    display: none;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.works-section {
    padding-bottom: 64px;
  }

  .section.white-section {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .section.service-section {
    padding-bottom: 80px;
  }

  .section.more-works-section {
    padding-bottom: 64px;
  }

  .section.more-posts-section {
    padding-bottom: 56px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-separator {
    margin-top: 1px;
  }

  .work-card-category {
    margin-bottom: 0;
  }

  .button.big {
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .button.subscribe-button {
    margin-top: 16px;
  }

  .section-header-block {
    padding-bottom: 32px;
  }

  .client-logo-container {
    margin-left: 8px;
    margin-right: 8px;
  }

  .client-logo {
    padding: 44px;
  }

  .review-avatar {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }

  .review {
    padding-left: 80px;
    padding-right: 80px;
  }

  .review-text {
    font-size: 17px;
    line-height: 32px;
  }

  .reviews {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-author {
    margin-top: 32px;
    font-size: 14px;
  }

  .review-arrow {
    margin-left: -8px;
    margin-right: -8px;
  }

  .services {
    margin-bottom: 20px;
  }

  .service {
    flex-basis: 90%;
    padding-bottom: 32px;
  }

  .service-text {
    font-size: 13px;
  }

  .call-to-action {
    flex-direction: column;
  }

  .action-button {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .footer-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-social-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dot-separator.hero-dot-separator {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

  .dot-separator.licence-separator {
    font-size: 14px;
  }

  .page-hero-section {
    height: 240px;
  }

  .page-hero-section.blog-post-hero {
    height: 400px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .page-hero-section.work-hero {
    height: 400px;
    padding-bottom: 40px;
  }

  .page-hero-section.style-guide-hero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/daniel-cheung-129841.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
    padding-bottom: 80px;
  }

  .page-description-text {
    margin-top: 20px;
  }

  .works {
    margin-bottom: 32px;
  }

  .work-card-image {
    height: 200px;
  }

  .work-card-info {
    padding: 16px 24px 4px;
  }

  .work-card-header {
    font-size: 18px;
  }

  .work-card-description {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .work-card-back-text {
    letter-spacing: 1px;
    font-size: 64px;
    top: 16px;
  }

  .categories {
    margin-top: -16px;
    margin-bottom: 40px;
  }

  .gallery {
    margin-bottom: 40px;
  }

  .blog-posts {
    justify-content: center;
    margin-top: -12px;
  }

  .blog-posts.more-posts {
    margin-bottom: 24px;
  }

  .post-card-container {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .post-card-image {
    height: 192px;
  }

  .subscribe-header {
    margin-top: 26px;
    margin-bottom: 48px;
  }

  .subscribe {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .input.subscribe-input {
    text-align: center;
    background-image: none;
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
  }

  .subscribe-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .instagram-photo {
    min-width: 128px;
    min-height: 128px;
  }

  .instagram-card {
    width: 192px;
    height: 192px;
  }

  .instagram-text {
    font-size: 17px;
    line-height: 24px;
  }

  .post-content {
    margin-top: -152px;
    margin-bottom: -56px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .blog-post-date {
    font-size: 15px;
    line-height: 24px;
  }

  .work-info {
    margin: -96px 8px 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-info-column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-info-header {
    letter-spacing: 2px;
    margin-top: 16px;
    font-size: 12px;
  }

  .text-block {
    font-size: 13px;
  }

  .work-content {
    margin-top: 40px;
    padding-bottom: 32px;
  }

  .home-intro {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-categories {
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .work-category {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px;
  }

  .page-description {
    padding-bottom: 44px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 28px;
  }

  .contact-info {
    display: block;
  }

  .services-page {
    padding-top: 8px;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .hero-split {
    height: auto;
  }

  .hero-split-category {
    height: 280px;
  }

  .split-heading {
    letter-spacing: 6px;
    font-size: 20px;
  }

  .style-buttons {
    padding: 16px;
  }

  .style-button-container {
    width: 50%;
  }

  .style-typography {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-2 {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .instagram-icon {
    width: 40px;
    height: 40px;
  }

  ._404-text {
    margin-top: 21px;
    font-size: 15px;
  }

  .side-header-text {
    letter-spacing: 8px;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 36px;
  }

  .form-success {
    font-size: 15px;
    line-height: 24px;
  }

  .form-success.contact-success {
    text-align: center;
  }

  .form-error {
    font-size: 13px;
    line-height: 20px;
  }

  .licence-card-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
  }

  .licence-card-image.photo-licence-image {
    background-image: url('../images/Photo-Licence-Preview.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .licence-link {
    font-size: 14px;
  }

  .licence-card-header {
    margin-top: 4px;
    font-size: 18px;
  }

  .intro-header-beach {
    letter-spacing: 8px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .button-services {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wide-section {
    align-content: stretch;
  }

  ._50-percent-image-column._4, ._50-percent-image-column._4-copy, ._50-percent-wide-column {
    width: 100%;
  }

  .port-text {
    top: 197px;
  }

  .port-text.mob {
    top: 375px;
  }

  .port-text.mob-2 {
    top: 99px;
  }

  .description {
    padding-top: 0;
  }

  .item {
    font-size: 32px;
  }

  .prix {
    font-size: 30px;
  }

  .teqmez {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 40px;
  }

  .button-2 {
    width: 200px;
  }

  .bouton-top {
    margin-bottom: 40px;
  }

  .quick-stack-14 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    letter-spacing: 5px;
    font-size: 27px;
    line-height: 40px;
  }

  h3 {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  figure {
    margin-bottom: 24px;
  }

  .home-hero {
    height: 100vh;
  }

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

  .intro-header {
    letter-spacing: 5px;
  }

  .hero-separator {
    margin-bottom: 8px;
  }

  .intro-small-header {
    margin-bottom: 0;
    font-size: 14px;
  }

  .side-image {
    height: 224px;
  }

  .side-image.about-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/toa-heftiba-243283.jpg');
    background-position: 0 0, 0 -17px;
  }

  .side-content-wrapper {
    padding-top: 24px;
  }

  .side-content, .side-content.about-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section, .section.works-section {
    padding-bottom: 64px;
  }

  .section.gallery-section {
    background-color: var(--white);
    padding-bottom: 10px;
  }

  .section.more-posts-section {
    padding-bottom: 64px;
  }

  .section-small-header {
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .button.big.float-right-button {
    position: absolute;
  }

  .client-logo {
    width: 50%;
    padding: 36px;
  }

  .review {
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-text {
    margin-top: 82px;
    font-size: 16px;
    line-height: 28px;
  }

  .review-author {
    font-size: 13px;
  }

  .review-arrow-left, .review-arrow-right {
    margin-top: 20px;
  }

  .review-arrow-base {
    margin-top: 24px;
  }

  .review-arrow {
    background-color: #0000;
  }

  .service {
    padding-left: 72px;
  }

  .service-icon {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .action-small-title {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .footer-section {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .footer-social-menu {
    flex-flow: column wrap;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dot-separator.footer-dot-separator {
    display: none;
  }

  .copyright-text {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .page-hero-section {
    height: 224px;
    padding-top: 24px;
  }

  .page-hero-section.blog-post-hero {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .page-hero-section.work-hero {
    background-position: 50%;
    padding-bottom: 24px;
  }

  .page-hero-section.style-guide-hero {
    padding-bottom: 24px;
  }

  .page-description-text {
    margin-bottom: 12px;
  }

  .work-card-container {
    width: 100%;
  }

  .work-card-image {
    height: 216px;
  }

  .categories-list {
    flex-direction: column;
  }

  .category-link {
    display: block;
  }

  .categories {
    flex-direction: column;
    align-items: stretch;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gallery-column {
    flex-basis: 100%;
  }

  .post-card-container {
    width: 100%;
  }

  .post-card-image {
    height: 240px;
  }

  .post-card {
    width: 100%;
  }

  .subscribe-header {
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .subscribe {
    margin-left: 8px;
    margin-right: 8px;
    padding: 40px 32px;
  }

  .post-content {
    margin-top: -56px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .work-info {
    flex-direction: column;
    margin-top: -88px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-info-column {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-info-column.middle-block {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--white-smoke);
    border-bottom-width: 1px;
    border-bottom-color: var(--white-smoke);
  }

  .work-content {
    margin-left: -8px;
    margin-right: -8px;
  }

  .hero-categories {
    flex-direction: column;
    align-items: center;
  }

  .hero-category {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
  }

  .about-social-icons {
    justify-content: center;
  }

  .post-rich-text h2, .post-rich-text h4, .post-rich-text h5, .post-rich-text h6, .post-rich-text h3, .post-rich-text h1, .post-rich-text p {
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-description {
    padding-bottom: 5px;
  }

  .services-page {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-split-category, .style-button-container {
    width: 100%;
  }

  .style-typography {
    margin-bottom: 40px;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .copiright {
    flex-direction: column-reverse;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-line-separator {
    display: none;
  }

  .heading {
    letter-spacing: 5px;
    font-size: 26px;
  }

  ._404-image {
    width: 64%;
  }

  .side-header-text {
    letter-spacing: 5px;
    font-size: 27px;
  }

  .licence-card-image {
    height: 216px;
  }

  .intro-header-beach {
    letter-spacing: 5px;
  }

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

  .text-title.dark.services {
    font-size: 24px;
  }

  .intro-feature-item-2, .intro-feature-item-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-features-new {
    width: 100%;
  }

  .intro-feature-item-milieu {
    padding-left: 0;
    padding-right: 0;
  }

  .wide-section {
    flex-flow: wrap;
    justify-content: center;
  }

  ._50-percent-image-column {
    width: 100%;
  }

  ._50-percent-image-column._4, ._50-percent-image-column._4-copy {
    width: 100%;
    min-height: 320px;
  }

  ._50-percent-wide-column {
    width: 100%;
    margin-left: -28px;
    margin-right: -81px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  ._50-percent-wide-column._4txt, ._50-percent-wide-column._4txt-2 {
    width: 100%;
  }

  .port-text {
    top: 100px;
  }

  .port-text.mob {
    top: 212px;
  }

  .port-text.mob-2 {
    top: 42px;
  }

  .background-video {
    min-height: 600px;
  }

  .background-video-2 {
    min-height: 640px;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .description {
    text-align: left;
    margin-top: 1px;
    margin-bottom: 0;
  }

  .item {
    text-align: left;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .prix {
    margin-top: 9px;
    font-size: 20px;
    font-weight: 700;
  }

  .teqmez {
    color: #523124;
    letter-spacing: 8px;
    border-bottom: 1px #000;
    margin-bottom: 18px;
    font-size: 30px;
  }

  .boite-prix, .quick-stack-2, .quick-stack-3, .quick-stack-4, .quick-stack-5, .quick-stack-6, .quick-stack-7, .quick-stack-8, .quick-stack-9, .quick-stack-10, .quick-stack-11, .quick-stack-12 {
    border-bottom: 1px solid #000;
  }

  .button-2 {
    background-color: #025170;
    border-radius: 8px;
    flex: 0 auto;
    align-self: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
  }

  .quick-stack-13 {
    padding-bottom: 0;
  }

  .bouton-top {
    color: var(--dark-slate-blue);
    background-color: #aacbd8;
    border-radius: 8px;
    flex: 0 auto;
    align-self: center;
    width: 100px;
    height: 30px;
    margin-top: 19px;
    margin-bottom: 33px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .text-block-3 {
    letter-spacing: 1px;
    margin-top: 38px;
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-4 {
    color: #5a2a05;
    letter-spacing: 4px;
    margin-top: 9px;
    margin-bottom: 37px;
    font-size: 20px;
    font-weight: 700;
  }
}

#w-node-_0162447d-60e3-cd59-5785-b23c9dc37a81-528c2714, #w-node-_70c79359-c5b4-456e-bc9b-1f3d951fa137-528c2714, #w-node-_7d7ffa6b-853e-4bdf-e269-8627464c6aa9-528c2714, #w-node-_7d7ffa6b-853e-4bdf-e269-8627464c6ab3-528c2714, #w-node-_7d7ffa6b-853e-4bdf-e269-8627464c6abf-528c2714, #w-node-_1ecaaffb-16ff-27f6-483b-538bc121ed79-528c2714, #w-node-_7d7ffa6b-853e-4bdf-e269-8627464c6acb-528c2714, #w-node-_7d7ffa6b-853e-4bdf-e269-8627464c6ad7-528c2714, #w-node-_542a13bf-75b5-6cf4-3b41-441342f07efc-528c2714, #w-node-d8572866-df5d-909a-f994-c4f02ff66c8f-528c2714, #w-node-_4c82d0be-e14b-2e11-1695-ff3565930771-528c2714, #w-node-cb1c041d-ace4-13e0-e396-74cb93c74bb8-528c2714, #w-node-cb1c041d-ace4-13e0-e396-74cb93c74bc2-528c2714, #w-node-cb1c041d-ace4-13e0-e396-74cb93c74bce-528c2714, #w-node-cb1c041d-ace4-13e0-e396-74cb93c74bda-528c2714, #w-node-cb1c041d-ace4-13e0-e396-74cb93c74be6-528c2714, #w-node-cb1c041d-ace4-13e0-e396-74cb93c74bf2-528c2714, #w-node-_063b1e0f-97ac-0078-a24c-a4b1fb9388c7-528c2714, #w-node-_098fa587-e814-312a-8424-1bfcfc50fd80-528c2714, #w-node-ef467c61-9629-b6d1-e38e-f44291973e9f-528c2714, #w-node-ccba690b-d5b8-9cdc-8e25-1afedbf14388-528c2714, #w-node-e6cbaf53-3ffd-5cdf-c77e-42e62b7bb4c9-528c2714, #w-node-e6cbaf53-3ffd-5cdf-c77e-42e62b7bb4d3-528c2714, #w-node-e6cbaf53-3ffd-5cdf-c77e-42e62b7bb4df-528c2714, #w-node-e6cbaf53-3ffd-5cdf-c77e-42e62b7bb4eb-528c2714, #w-node-e6cbaf53-3ffd-5cdf-c77e-42e62b7bb4f7-528c2714, #w-node-e6cbaf53-3ffd-5cdf-c77e-42e62b7bb503-528c2714, #w-node-_9d0e3a11-d9d1-9c1b-befc-b85d88c281fb-528c2714, #w-node-_23b69a51-9cc7-cfe8-d8ad-d753d3b995a9-528c2714, #w-node-bad88be2-65b3-324e-238b-acfbd2ddf322-528c2714, #w-node-_9f09ae14-4aa6-dd48-9cdb-a8574e564a48-528c2714, #w-node-_7dad9c3a-f6bd-7dd4-6d79-c810c79d89a1-528c2714 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


