:root {
  --regular-text: 1.25rem;
  --font-family: Manrope, sans-serif;
  --h2: 3rem;
  --h3: 2rem;
  --smal-text: 1rem;
  --lead-text-ispod-h1: 1.375rem;
  --h1: 5rem;
}

.body {
  color: #eae3d1;
  font-family: Inter, sans-serif;
  font-size: var(--regular-text);
  background-color: #232321;
  font-weight: 400;
  line-height: 1.4rem;
}

.page-wrapper {
  background-color: #232321;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-section {
  background-color: #171513;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

.container-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  display: flex;
  position: relative;
}

.container-large.smaller-footer {
  padding-bottom: 30px;
}

.hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-left {
  width: 55%;
  position: static;
}

.hero-left-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-right {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
}

.hero-img-wrapper {
  border-radius: 20px;
  height: 680px;
  position: relative;
  overflow: hidden;
}

.h1 {
  font-family: var(--font-family);
  color: #f3f0e9;
  letter-spacing: 4px;
  font-size: 4.7rem;
  font-weight: 800;
  line-height: 95%;
}

.paragraph {
  max-width: 580px;
  font-family: var(--font-family);
  color: #eae3d1b8;
  font-size: var(--regular-text);
  font-weight: 500;
  line-height: 130%;
}

.hero-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.primary-button {
  color: #232321;
  width: 200px;
  height: 50px;
  font-size: var(--smal-text);
  background-color: #eae3d1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  font-weight: 500;
  transition: all .25s ease-in;
  display: flex;
}

.primary-button:hover {
  background-color: #e7d7b5;
}

.secondarz-button {
  color: #efece4;
  width: 200px;
  height: 50px;
  font-size: var(--smal-text);
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.secondarz-button:hover {
  color: #eae3d1b0;
}

.hero-img-overlay {
  z-index: 2;
  background-image: linear-gradient(101deg, #1110, #1113 50%, #111);
  position: absolute;
  inset: 0;
}

.hero-blur {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #1110;
  width: 34%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 auto;
}

.navbar {
  z-index: 100;
  background-color: #ddd0;
  flex-flow: row;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 48px 24px;
  display: flex;
}

.text-navbar {
  color: #f3e7d0bf;
  font-size: var(--smal-text);
  letter-spacing: .5px;
  flex-flow: row;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .25s;
}

.text-navbar:hover {
  color: #fff;
}

.text-navbar.w--current {
  color: #f3e7d0c2;
}

.text-navbar.contact {
  color: #fff;
  font-weight: 500;
}

.text-navbar.contact:hover {
  color: #f3e7d0bf;
}

.navigation-bar {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
  right: 10%;
}

.nav-link-wrapper {
  z-index: 1;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-active-line {
  background-color: #b08d57;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 1px;
}

.section-iskustvo {
  background-color: #1b1a18;
  background-image: linear-gradient(#1c1916 25%, #010101);
  padding-top: 0;
  padding-bottom: 0;
}

.h2-wrapper {
  width: 100%;
  max-width: 907.2px;
}

.small-heading-text {
  color: #b29751;
  font-size: var(--smal-text);
  letter-spacing: 2px;
  font-weight: 700;
}

.h2-heading-paragraph-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.h2 {
  font-family: Manrope, sans-serif;
  font-size: var(--h2);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 3.5rem;
}

.h2.right {
  text-align: left;
}

.h2-paragraph {
  color: #eae3d199;
  font-size: var(--regular-text);
  text-align: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.h2-paragraph.right {
  text-align: left;
  padding-left: 0;
}

.small-line {
  color: #b29751;
  background-color: #b29751;
  width: 45px;
  height: 1px;
}

.small-line.bigger {
  width: 40px;
  height: 2px;
}

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

.experience-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  padding-top: 80px;
  display: grid;
}

.experience-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.experience-img-wrapper {
  border-radius: 28px;
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}

.experience-img-wrapper.middle-experience-wrapper {
  opacity: 1;
  height: 480px;
  transform: scale(1.02);
}

.experience-img-wrapper.side-experience {
  opacity: .85;
  filter: brightness(90%) blur(2px);
  transition: opacity .2s;
  transform: scale(.92);
}

.experience-img-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.h3 {
  color: #eae3d1;
  font-family: Manrope, sans-serif;
  font-size: var(--regular-text);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1rem;
}

.experience-paragraph {
  color: #eae3d1b3;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1rem;
}

.img-experience {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._1px-line {
  background-color: #b29751;
  width: 100%;
  height: 1px;
}

.experience-button {
  z-index: 3;
  color: #232321;
  width: 30%;
  font-size: var(--smal-text);
  background-color: #eae3d1;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 16px 18px;
  line-height: 1.2rem;
  transition: all .25s;
  display: flex;
  position: relative;
}

.experience-button:hover {
  background-color: #e7d7b5;
}

.experience-button.bigger {
  width: 50%;
  margin-top: 40px;
}

.section-galerija {
  background-color: #171513;
}

.gallery-slider {
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  height: 700px;
  margin-top: 60px;
  overflow: hidden;
}

.mask {
  background-color: #0000;
  height: 100%;
  overflow: hidden;
}

.slide-1 {
  height: 100%;
}

.left-arrow {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-weight: 500;
  bottom: 40px;
  left: 40px;
}

.right-arrow {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #dedcd5;
  background-color: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 0;
  font-weight: 500;
  bottom: 40px;
  right: 40px;
}

.slide-nav {
  display: none;
}

.gallery-slide-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gallery-image-wrapper {
  background-color: #181615;
  border-radius: 20px;
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.gallery-image {
  aspect-ratio: auto;
  opacity: .85;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0;
}

.gallery-overlay {
  z-index: 2;
  opacity: .21;
  background-color: #000;
  background-image: linear-gradient(#0000000d, #0000002e 39%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
}

.gallery-content {
  z-index: 3;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 420px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.h4 {
  color: #fbf7ed;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

.icon, .icon-2 {
  color: #b29751;
  font-size: var(--lead-text-ispod-h1);
  font-weight: 700;
}

.gallery-images-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 80px;
  display: grid;
}

.gallery-card {
  border-radius: 20px;
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}

.gallery-card._2 {
  width: 100%;
  height: 420px;
}

.gallery-card._3 {
  height: 520px;
}

.gallery-card._4 {
  height: 420px;
}

.gallery-card._5 {
  height: 520px;
}

.gallery-card._6 {
  height: 420px;
}

.gallery-card._7 {
  height: 520px;
}

.gallery-card._1 {
  height: 390px;
}

.gallery-card._8 {
  height: 420px;
}

.gallery-card._9 {
  height: 520px;
}

.gallery-card._11 {
  height: 420px;
}

.section-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #1f1a17;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.card-left {
  width: 60%;
  min-height: 300px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #2e2a26;
  border-radius: 20px;
  padding: 40px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.card-left:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 5px #00000040;
}

.card-right {
  background-color: #211a15;
  border-radius: 20px;
  width: 38%;
  min-height: 300px;
  padding: 40px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.card-right:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 5px #00000040;
}

.card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 80px;
  display: flex;
}

.card-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.card-number {
  opacity: .17;
  filter: blur(.5px);
  color: #eae3d1;
  font-family: Manrope, sans-serif;
  font-size: var(--h1);
  margin-top: 20px;
  margin-bottom: 22px;
  margin-left: 32px;
  font-weight: 500;
  line-height: 4.2rem;
}

.card-heading {
  color: #f6f1e8;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.card-paragraph {
  color: #c7bfae;
  font-size: var(--smal-text);
  margin-bottom: 40px;
  line-height: 170%;
}

.card-link {
  color: #eae3d1;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
  transition: all .25s;
}

.card-link:hover {
  color: #eae3d1cf;
}

.card-accent {
  background-color: #eae3d10d;
  border-radius: 999px;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -100px;
  right: -100px;
}

.quoute-icon {
  opacity: .15;
  color: #eae3d1;
  font-family: Manrope, sans-serif;
  font-size: 8rem;
  line-height: 80%;
}

.quote-text {
  color: #f6f1e8;
  max-height: 320px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 120%;
}

.divider {
  background-color: #eae3d140;
  width: 80px;
  height: 1px;
  padding-top: 28px;
  padding-bottom: 20px;
}

.quote-autor {
  color: #c7bfae;
  font-size: var(--smal-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 140%;
}

.card-glov {
  opacity: .48;
  background-image: radial-gradient(circle, #eae3d114, #0000 71%, #fff);
  border-radius: 50px;
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: -90px;
  left: -90px;
}

.short-line {
  background-color: #eae3d12e;
  width: 80px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.logo-img {
  width: 120px;
  height: 120px;
}

.section-lokacija {
  background-color: #261f19;
}

.location-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.location-content {
  width: 45%;
  position: relative;
}

.location-card {
  border-radius: 20px;
  width: 480px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.img-location {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.location-overlay {
  background-color: #12100eab;
  position: absolute;
  inset: 0;
}

.location-card-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 55px;
  right: 0;
}

.location-icon {
  background-color: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  top: -68px;
  left: 28px;
}

.location-icon-symbol {
  color: #b89a52;
  font-size: var(--regular-text);
  line-height: 1px;
}

.location-dot {
  background-color: #c9a24a;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.location-card-img {
  opacity: .03;
  width: 600px;
  height: 700px;
  transform-style: preserve-3d;
  margin-top: 40px;
  position: static;
  transform: rotateX(55deg)rotateY(0)rotateZ(23deg);
}

.location-img-wrapper {
  width: 100%;
  transition: all .25s;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: -4%;
}

.section-faq {
  background-color: #171513;
}

.dropdown {
  margin-top: 80px;
  margin-bottom: -63px;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  color: #ece5d2;
}

.dropdown-text-questions {
  color: #ece5d2;
  font-family: Manrope, sans-serif;
  font-size: var(--regular-text);
  margin-right: 5px;
  font-weight: 600;
  line-height: 1.3rem;
}

.text-answers {
  color: #eae3d1ad;
  font-size: var(--smal-text);
  font-weight: 500;
}

.navigation-text {
  opacity: 0;
  background-color: #554a55;
  padding: 10px 40px 40px 30px;
  position: relative;
}

.navigation-text.w--open {
  background-color: #352b35;
}

.navigation-bar-dropdown {
  background-color: #171516;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  position: static;
}

.text-ansers {
  color: #ece5d2;
  width: 100%;
  font-size: var(--smal-text);
  font-weight: 500;
}

.container-dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-item {
  z-index: 3;
  width: 80%;
  margin-top: 20px;
  position: relative;
}

.faq-item.first {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 80px;
}

.faq-question {
  cursor: pointer;
  border-bottom: 1.5px solid #eae3d166;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.faq-question:focus {
  border-bottom-color: #eae3d1a6;
}

.faq-question-text {
  font-size: var(--regular-text);
  margin-right: 10px;
  padding-bottom: 5px;
}

.faq-icon {
  justify-content: flex-end;
  align-items: center;
  line-height: .1rem;
}

.faq-answer {
  text-align: center;
  background-color: #171410;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.faq-answer-text {
  color: #eae3d1b0;
  width: 100%;
  font-size: var(--smal-text);
  text-align: center;
  padding: 40px 40px 20px;
  line-height: 1.5px;
}

.faq-arrow {
  justify-content: center;
  align-items: center;
  line-height: 1px;
}

.img-wrapperrr {
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-wrapperrr.righter {
  z-index: 2;
  inset: auto 0% 0% auto;
}

.img-cover {
  opacity: .04;
  object-fit: cover;
  width: 600px;
}

.contact-arc {
  border: 1px solid #b29751;
  border-bottom-width: 0;
  border-radius: 100px 100px 0 0;
  width: 110px;
  height: 35px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50px);
}

.contact-glow {
  z-index: -1;
  opacity: .6;
  filter: blur(30px);
  background-color: #e8553f99;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 90px;
  height: 55px;
  position: absolute;
  bottom: -10px;
  left: 55%;
  transform: translate(-50px);
}

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

.footer-main {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-link-img {
  position: absolute;
  inset: 0%;
}

.footer-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-linksss {
  color: #eae3d1cc;
  font-size: var(--regular-text);
  line-height: 1.2rem;
  text-decoration: none;
}

.links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.instagram-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-link {
  color: #b29751;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-line {
  background-color: #eae3d126;
  width: 100%;
  height: 1px;
  margin-top: 60px;
}

.footer-bottom {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 10px;
}

.small-text-footer {
  color: #eae3d1cc;
  font-size: .7rem;
  line-height: 1.2rem;
}

.footer-glow {
  opacity: .26;
  filter: blur(80px);
  background-color: #e8553fc9;
  border-top-left-radius: 50%;
  width: 650px;
  height: 400px;
  position: absolute;
  inset: auto 5% 0% auto;
}

.big-text-footer {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-text-big {
  font-family: Manrope, sans-serif;
  font-size: var(--h2);
  text-align: left;
  letter-spacing: 4px;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
}

.small-text-foot {
  color: #eae3d1bf;
  font-size: var(--regular-text);
  text-align: left;
  font-style: normal;
  font-weight: 300;
}

.gallery-more-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.gallery-more-button {
  color: #232321;
  width: 30%;
  font-size: var(--smal-text);
  background-color: #eae3d1;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  line-height: 1.2rem;
  display: flex;
}

.lightbox {
  background-color: #eae3d1;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 14px 18px;
  text-decoration: none;
  display: flex;
}

.lightbox:hover {
  background-color: #eae3d1e0;
}

.lightbox-img {
  text-decoration: none;
  display: none;
}

.lightbox-text {
  color: #232321;
  font-size: var(--smal-text);
  text-decoration: none;
}

.lightbox-text:active {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .container-large {
    padding: 80px 25px;
  }

  .hero-img-wrapper {
    height: 500px;
  }

  .h1 {
    font-size: 4rem;
  }

  .paragraph {
    font-size: var(--regular-text);
  }

  .text-navbar {
    font-size: var(--smal-text);
    letter-spacing: 1px;
    font-weight: 400;
  }

  .navigation-bar {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: #0b0a09;
    border-left: 1px solid #c4a97a;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 100vh;
    padding: 125px 60px 80px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .nav-link-wrapper {
    margin-bottom: 25px;
  }

  .nav-link-wrapper.nav-contact {
    padding-bottom: 6px;
  }

  .h2 {
    font-size: 2.7rem;
  }

  .h2.right {
    letter-spacing: 1px;
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .h2-paragraph {
    font-size: var(--regular-text);
  }

  .h2-paragraph.right {
    font-size: var(--smal-text);
    padding-right: 10px;
  }

  .experience-grid, .experience-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .experience-img-wrapper.middle-experience-wrapper, .experience-img-wrapper.side-experience {
    height: 430px;
  }

  .h3 {
    font-size: 1.1rem;
  }

  .experience-button.bigger {
    width: 60%;
  }

  .gallery-card, .gallery-card._2, .gallery-card._3, .gallery-card._4, .gallery-card._5, .gallery-card._6, .gallery-card._7, .gallery-card._8, .gallery-card._9 {
    height: auto;
  }

  .card-left {
    width: 100%;
  }

  .card-right {
    background-color: #2e2118;
    width: 100%;
  }

  .card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .quoute-icon {
    line-height: 80%;
  }

  .quote-text {
    margin-bottom: 20px;
  }

  .quote-autor {
    margin-top: 10px;
  }

  .logo-img {
    width: 100px;
    height: 100px;
  }

  .location-wrapper {
    flex-flow: row;
  }

  .location-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-left: 20px;
    display: flex;
  }

  .location-card {
    height: auto;
  }

  .location-card-img {
    width: 300px;
    height: 400px;
  }

  .faq-question {
    position: relative;
  }

  .img-link {
    width: 80%;
  }

  .footer-linksss, .footer-linksss.w--current {
    font-size: 1.1rem;
  }

  .menu-button {
    z-index: 999;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    position: relative;
  }

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

  .menu-line-top {
    background-color: #c8a96b;
    border-radius: 100px;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translate(-50%);
  }

  .menu-line-middle {
    background-color: #c8a96b;
    border-radius: 100px;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .menu-line-bottom {
    background-color: #c8a96b;
    border-radius: 100px;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .container-large {
    padding: 60px 10px;
  }

  .hero-right {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 60%;
  }

  .hero-img-wrapper {
    height: 400px;
  }

  .h1 {
    font-size: var(--h2);
  }

  .paragraph {
    font-size: var(--smal-text);
  }

  .primary-button {
    text-align: center;
    width: auto;
    height: 55px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .secondarz-button {
    text-align: center;
    width: auto;
    height: 55px;
    padding-top: 18px;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .hero-img-overlay {
    background-image: linear-gradient(101deg, #1110, #1113 35%, #111);
  }

  .text-navbar {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
  }

  .nav-link-wrapper {
    margin-bottom: 15px;
  }

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

  .small-heading-text {
    font-size: .9rem;
  }

  .h2 {
    font-size: var(--h3);
    letter-spacing: 1px;
    line-height: 2.5rem;
  }

  .h2.right {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .h2-paragraph {
    font-size: var(--smal-text);
  }

  .h2-paragraph.right {
    font-size: .9rem;
  }

  .experience-grid {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .experience-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .experience-card.middle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .experience-img-wrapper.middle-experience-wrapper {
    opacity: .73;
    height: auto;
    transform: none;
  }

  .experience-img-wrapper.side-experience {
    opacity: .66;
    filter: none;
    height: auto;
    transition-property: none;
    transform: none;
  }

  .experience-img-content {
    justify-content: center;
    align-items: center;
  }

  .experience-button {
    width: 50%;
    margin-top: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: .9rem;
  }

  .experience-button.bigger {
    justify-content: center;
    align-items: center;
  }

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

  .gallery-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .gallery-card {
    height: 450px;
  }

  .card-wrapper {
    padding-top: 60px;
  }

  .card-number {
    margin-left: 0;
    font-size: 4rem;
  }

  .card-paragraph {
    font-size: var(--smal-text);
    margin-bottom: 20px;
    line-height: 1.3rem;
  }

  .quoute-icon {
    line-height: 60%;
  }

  .quote-text {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .short-line {
    margin-top: 15px;
  }

  .logo.w--current {
    padding-left: 0;
  }

  .logo-img {
    width: 80px;
    height: 80px;
  }

  .location-wrapper {
    flex-flow: column;
  }

  .location-content {
    width: 100%;
  }

  .location-card {
    width: 100%;
    height: 500px;
  }

  .faq-item.first {
    margin-top: 40px;
  }

  .faq-question-text {
    font-size: 1.1rem;
  }

  .faq-answer-text {
    padding: 30px 20px;
    font-size: .9rem;
    line-height: 1.3px;
  }

  .footer-main {
    flex-flow: column;
  }

  .footer-brand {
    margin-bottom: 40px;
  }

  .img-link {
    width: 30%;
  }

  .footer-linksss, .footer-linksss.w--current {
    font-size: .9rem;
  }

  .links-wrapper {
    margin-bottom: 20px;
  }

  .instagram-link {
    font-size: .8rem;
  }

  .footer-glow {
    width: 300px;
    height: 200px;
  }

  .menu-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 36px;
    height: 36px;
  }

  .lightbox {
    width: 50%;
  }

  .lightbox-text {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: auto;
    padding-top: 80px;
  }

  .container-large {
    padding: 60px 20px;
  }

  .container-large.smaller-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-large.hero-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    position: absolute;
    right: 0%;
  }

  .hero-img-wrapper {
    height: auto;
  }

  .h1 {
    font-size: var(--h3);
  }

  .paragraph {
    color: #eae3d1f0;
    text-align: center;
  }

  .hero-button {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .primary-button, .secondarz-button {
    padding-left: 22px;
    padding-right: 22px;
    line-height: 1.1rem;
  }

  .hero-img-overlay {
    opacity: 1;
    background-image: linear-gradient(140deg, #1110, #1113 2%, #111);
  }

  .hero-blur {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 0%;
  }

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

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

  .h2-heading-paragraph-wrapper {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .h2.right {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .h2-paragraph {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9rem;
    line-height: 1rem;
  }

  .experience-button {
    text-align: center;
    width: 70%;
    margin-top: 40px;
    font-weight: 500;
    line-height: 1.1rem;
  }

  .experience-button.bigger {
    font-weight: 500;
  }

  .gallery-card, .gallery-card._11 {
    height: auto;
  }

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

  .card-heading {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .card-paragraph {
    font-size: .9rem;
  }

  .quote-text {
    font-family: Manrope, sans-serif;
  }

  .logo-img {
    width: 65px;
    height: 65px;
  }

  .location-card-img {
    opacity: .05;
  }

  .faq-item, .faq-item.first {
    z-index: 3;
    width: 90%;
  }

  .faq-question {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .faq-question-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .faq-answer-text {
    padding: 15px 10px;
  }

  .img-wrapperrr.righter {
    z-index: 2;
    bottom: 20%;
  }

  .img-cover {
    opacity: .06;
    width: 500px;
  }

  .footer-main {
    flex-flow: column;
    display: flex;
  }

  .img-link {
    width: 30%;
  }

  .footer-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-linksss, .footer-linksss.w--current {
    font-size: .9rem;
  }

  .links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    margin-bottom: 30px;
  }

  .instagram-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
  }

  .footer-line {
    margin-top: 40px;
  }

  .menu-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 0;
    display: flex;
  }

  .lightbox {
    width: 70%;
    font-weight: 500;
  }

  .btn-exp {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
}


