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

.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: #111;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block {
  width: 100%;
}

.section {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 160px;
}

.section.about-section {
  background-color: #111;
  width: 100%;
  max-width: 1200px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: auto;
}

.padding-xl {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.heading-xxl {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.05rem;
}

.heading-xl {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1rem;
}

.text-m {
  color: #555;
  font-size: 18px;
  line-height: 1.1rem;
}

.fade-out {
  opacity: 0;
}

.hero-section {
  min-width: 100vh;
  position: relative;
}

.hero-bg {
  background-image: url('../images/hero_01.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.hero-logo {
  z-index: 9999;
  mix-blend-mode: exclusion;
  position: fixed;
  top: 50%;
  bottom: 140px;
  left: 80px;
}

.about-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  display: flex;
}

.about-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 480px;
  display: block;
}

.paragraph {
  color: #fff;
  text-align: justify;
  width: 480px;
  padding-right: 0;
  font-size: 10px;
  line-height: 15px;
}

.about-section {
  background-color: #000;
  padding-top: 160px;
  padding-bottom: 160px;
}

.about-grid {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.about-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 420px;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-family: Lavish, Times New Roman, sans-serif;
  font-size: 36px;
}

.paragraph-2 {
  color: #fff;
  text-align: justify;
  width: 600px;
  font-size: 11px;
  line-height: 1.2rem;
  position: static;
  left: 200px;
  right: 38px;
}

.about-photo {
  background-color: #000;
  padding-top: 160px;
  padding-bottom: 160px;
}

.photo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  display: grid;
}

.text-heading1 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-family: Lavish, Times New Roman, sans-serif;
}

.text-heading-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  font-family: Lavish, Times New Roman, sans-serif;
  font-size: 36px;
  display: flex;
}

.image {
  width: 100%;
  position: relative;
  right: -250px;
}

.photo-text-box {
  text-align: right;
  width: 420px;
  display: block;
  position: relative;
  top: -40px;
  left: -16px;
}

.div-block-3 {
  width: 320px;
}

.section-photo {
  background-color: #000;
}

.gallery-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  display: grid;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.image-3 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.gallery-section {
  background-color: #000;
  padding-top: 160px;
  padding-bottom: 160px;
}

.gallery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: grid;
  position: relative;
}

.gallery-label {
  color: #fff;
  text-transform: uppercase;
  font-family: Lavish, Times New Roman, sans-serif;
  font-size: 36px;
  position: absolute;
  top: auto;
  right: 2px;
  transform: translateY(-50%)rotate(90deg);
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.grid-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 0;
  display: grid;
  position: static;
  right: -80px;
}

.about-text-box {
  position: relative;
}

.paragraph-3 {
  color: #fff;
  width: 300px;
  max-width: 100%;
  font-size: 11px;
}

.image-4 {
  width: 100%;
  display: block;
  position: static;
}

.footer {
  background-color: #000;
  padding-top: 160px;
  padding-bottom: 160px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cta-instagtam {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 160px;
}

.cta-header {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-link {
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.text-block, .text-block-2 {
  color: #fff;
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .hero-section {
    min-width: 0;
    overflow: hidden;
  }

  .hero-bg {
    width: 991px;
  }

  .hero-logo {
    width: 260px;
    top: 50%;
    bottom: 140px;
    left: 80px;
  }

  .about-content {
    max-width: 320px;
  }

  .paragraph-2 {
    width: 450px;
    max-width: 100%;
  }

  .text-heading1, .text-heading-2 {
    font-size: 30px;
  }

  .image {
    right: -200px;
  }

  .gallery-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }

  .hero-section {
    height: 900px;
  }

  .hero-bg {
    object-fit: cover;
    min-width: 100vh;
    max-width: 100%;
    height: 900px;
    display: inline-block;
    overflow: hidden;
  }

  .hero-logo {
    background-image: none;
    width: 200px;
    padding-left: 16px;
  }

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

  .about-grid {
    grid-column-gap: 32%;
    grid-row-gap: 32%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: start;
    place-items: center;
  }

  .about-content {
    justify-content: center;
    align-items: center;
    margin-right: -110px;
  }

  .about-photo {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .photo-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-heading-2 {
    font-size: 25px;
  }

  .image {
    max-width: 350px;
    position: static;
  }

  .photo-text-box {
    font-size: 14px;
    top: -104px;
  }

  .div-block-3 {
    display: none;
  }

  .section-photo {
    font-size: 14px;
  }

  .gallery-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2, .image-3 {
    height: 0%;
  }

  .gallery-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .gallery-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: row;
    place-content: start center;
    place-items: center stretch;
    min-height: 0;
  }

  .grid-text {
    padding-right: 20px;
  }

  .about-text-box {
    top: -140px;
  }

  .cta-instagtam {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .hero-section {
    max-width: 100%;
    height: 800px;
    max-height: 100%;
    overflow: hidden;
  }

  .hero-bg {
    box-sizing: border-box;
    object-fit: cover;
    background-position: 0 0;
    background-size: auto;
    min-width: 100vh;
    height: 0;
    min-height: 100vh;
    display: inline-block;
    position: static;
    overflow: hidden;
  }

  .hero-logo {
    margin-left: -50px;
    padding-left: 0;
    display: inline-block;
  }

  .about-section {
    padding-left: 0;
    padding-right: 40px;
  }

  .about-content {
    width: 100%;
    max-width: 280px;
    margin-right: -50px;
  }

  .paragraph-2 {
    width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-photo {
    padding-bottom: 0;
  }

  .text-heading-2 {
    width: 200px;
    font-size: 30px;
  }

  .photo-text-box {
    width: 200px;
    margin-left: 8px;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-instagtam {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-5 {
    display: none;
  }

  .image-5 {
    width: 200px;
    padding: 20px;
  }
}

#w-node-d41fed6b-deb0-88d3-73a0-07932a99d360-750be169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74d5eece-7a1e-d7a4-94c9-55c25a009a22-750be169 {
  align-self: auto;
}

#w-node-d41fed6b-deb0-88d3-73a0-07932a99d360-2b27ada9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74d5eece-7a1e-d7a4-94c9-55c25a009a22-2b27ada9 {
  align-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_74d5eece-7a1e-d7a4-94c9-55c25a009a22-2b27ada9 {
    place-self: auto;
  }
}


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