@font-face {
  font-family: Tan Meringue;
  src: url('../fonts/TAN-MERINGUE.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-primary: #000c;
  --black-secondary: #000000e6;
}

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

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

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

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

h1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--black-primary);
  font-family: Tan Meringue, Georgia, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  color: var(--black-primary);
  text-align: center;
  margin: 100px auto 60px;
  font-family: Tan Meringue, Georgia, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin: 20px auto 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--black-secondary);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.page-wrapper {
  background-image: url('../images/pozadina.avif');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
}

.main-wrapper {
  max-width: none;
}

.section_hero {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/naslova-1.avif');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  max-width: 80%;
  padding-top: 20px;
  display: flex;
}

.layout-flex {
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.layout-flex.align-item-r {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
}

.nav-link {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  width: 21ch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.nav-link:hover {
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--black-secondary);
  font-weight: 600;
}

.brand-logo {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 0 20px 20px 0;
  max-width: 90%;
  margin-left: 24px;
}

.container-universal {
  width: 80%;
  max-width: none;
}

.nav-container {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  padding-top: 20px;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 10% auto auto;
}

.section_about:active {
  color: red;
}

.body {
  font-family: Montserrat, sans-serif;
}

.hero-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 56ch;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
}

.hero-paragraph {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--black-secondary);
  font-size: 18px;
  line-height: 1.4;
}

.button-primary {
  width: 220px;
  color: var(--black-secondary);
  text-align: center;
  background-color: #f6f4ed;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.button-primary:hover {
  background-color: #fff;
  box-shadow: 2px 2px 5px 5px #3b3b3b33;
}

.button-primary:active {
  transform: scale(1.04);
}

.paragraph {
  width: auto;
  font-size: 18px;
  line-height: 1.4;
}

.paragraph.about-paragraph {
  color: var(--black-secondary);
}

.team-image {
  max-width: 100%;
}

.layout-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.cell-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.cell-right.midle-aligned {
  justify-content: center;
  align-items: flex-start;
}

.cell-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cell-left.r-aligned {
  justify-content: center;
  align-items: flex-end;
}

.heading3_l {
  margin-left: 0;
}

.instagram-widget {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span {
  border: 1px solid #000;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.4;
}

.text-span.text-bold {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.button-portfolio {
  width: 300px;
  color: var(--black-secondary);
  text-align: center;
  background-color: #f6f4ed00;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.button-portfolio:hover {
  background-color: #f6f4ed66;
  box-shadow: 2px 2px 5px 5px #0003;
}

.button-portfolio:active {
  transform: scale(1.04);
}

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

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

.offer {
  font-style: italic;
  font-weight: 600;
}

.offer.special-offer {
  margin-bottom: 0;
}

.h-flex-div {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2px;
  display: flex;
}

.h-flex-div.border-bottom {
  border-bottom-style: solid;
}

.h-flex-div.margin-bottom {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.h-flex-div.is-c-aligned {
  justify-content: center;
  align-items: center;
}

.h-flex-div.is-c-aligned.margin-top-x {
  margin-top: 60px;
}

.h-flex-div.is-l-aligned {
  justify-content: flex-start;
}

.price-amount {
  margin-bottom: 0;
  font-weight: 600;
}

.offer-paragraph {
  margin-bottom: 0;
}

.section_footer {
  background-color: #ffffff80;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-paragraph {
  color: #333;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.text-span2 {
  font-weight: 600;
}

.social-icon {
  border-radius: 14px;
}

.social-icon:hover {
  box-shadow: 0 2px 5px 6px #0003;
}

.social-icon.mail {
  border-radius: 10px;
  margin-left: 60px;
}

.layout-grid-about {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.faq-item {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 1rem;
  display: flex;
  overflow: hidden;
}

.faq-answer {
  overflow: hidden;
}

.faq-answer-inner {
  max-width: 600px;
  padding-top: 1rem;
}

.header-3-faq {
  margin: 0;
}

.paragraph-faq {
  width: auto;
  font-size: 18px;
  line-height: 1.4;
}

.margin-top-x {
  margin-top: 40px;
}

.text-bold {
  font-weight: 700;
}

.map-wrapper {
  border-radius: 10px;
  width: 250px;
  height: 250px;
}

.code-embed-2 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.booking-link {
  color: var(--black-secondary);
  text-decoration: none;
  display: inline-block;
}

.booking-link:hover {
  color: #764d7e;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  .section_hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/naslova-1.avif');
    background-position: 0 0, 50%;
  }

  .nav-container {
    width: 80%;
    max-width: none;
    padding-top: 0;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    padding-top: 10px;
  }

  .brand-logo {
    width: 150px;
    margin-left: 0;
  }

  .nav-container {
    max-width: none;
    display: block;
  }

  .div-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar {
    inset: 0% 0% auto;
  }

  .hero-content {
    padding-bottom: 20px;
  }

  .hero-paragraph {
    font-size: 17px;
    line-height: 1.45;
  }

  .paragraph {
    width: 36ch;
    font-size: 17px;
    line-height: 1.45;
  }

  .paragraph.about-paragraph {
    width: 100%;
  }

  .team-image {
    max-width: 60%;
    display: none;
  }

  .layout-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .offer, .price-amount {
    font-size: 17px;
    line-height: 1.45;
  }

  .offer-paragraph {
    max-width: 80%;
    font-size: 17px;
    line-height: 1.45;
  }

  .social-icon {
    border-radius: 4px;
    width: 40px;
  }

  .social-icon.mail {
    border-radius: 8px;
    width: auto;
    height: 36px;
  }

  .brand {
    padding-left: 0;
  }

  .layout-grid-about {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    background-color: #fffc;
    border-radius: 20px;
    padding-left: 10%;
  }

  .menu-button.w--open {
    background-color: #fffc;
    border-radius: 50%;
  }

  .header-3-faq {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-faq {
    width: auto;
    font-size: 17px;
    line-height: 1.45;
  }

  .icon {
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.15;
  }

  .div-block {
    padding-top: 5px;
  }

  .brand-logo {
    width: 120px;
  }

  .hero-paragraph, .paragraph {
    font-size: 16px;
    line-height: 1.5;
  }

  .layout-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .cell-left.r-aligned {
    justify-content: center;
    align-items: flex-start;
  }

  .offer, .price-amount {
    font-size: 16px;
    line-height: 1.5;
  }

  .offer-paragraph {
    max-width: 76%;
    font-size: 16px;
    line-height: 1.5;
  }

  .footer-paragraph {
    font-size: 15px;
  }

  .artist-image {
    width: 200px;
    max-width: 50%;
  }

  .header-3-faq {
    font-size: 20px;
    line-height: 26px;
  }

  .faq-arrow {
    width: 18px;
  }

  .paragraph-faq {
    width: 80%;
    font-size: 16px;
    line-height: 1.5;
  }

  .map-wrapper {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .nav-container, .container-universal {
    width: 90%;
  }

  .paragraph {
    width: auto;
  }

  .team-image {
    max-width: 90%;
  }

  .cell-right {
    justify-content: center;
    align-items: center;
  }

  .cell-left.is-center {
    justify-content: center;
    align-items: flex-start;
  }

  .offer {
    font-size: 15px;
    line-height: 1.4;
  }

  .h-flex-div.border-bottom {
    justify-content: space-between;
    align-items: stretch;
  }

  .h-flex-div.margin-bottom.is-vertical-revert {
    flex-flow: column-reverse wrap-reverse;
  }

  .h-flex-div.is-c-aligned.margin-top-x {
    margin-top: 20px;
  }

  .h-flex-div.is-l-aligned {
    justify-content: center;
    align-items: center;
  }

  .price-amount {
    font-size: 14px;
    display: flex;
  }

  .offer-paragraph {
    max-width: 70%;
    font-size: 14px;
  }

  .section_footer {
    padding-bottom: 0;
  }

  .footer-paragraph {
    margin-left: 5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .footer-paragraph.margin-top {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-icon {
    width: 30px;
  }

  .social-icon.mail {
    height: 29px;
    margin-left: 100px;
  }

  .artist-image {
    max-width: 60%;
  }

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

  .header-3-faq {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-faq {
    width: 90%;
    font-size: 14px;
    line-height: 1.5;
  }

  .image {
    width: 30px;
    height: auto;
  }

  .map-wrapper {
    width: 250px;
    height: 250px;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .icon {
    color: #333;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_683e6d30-3e0b-c72a-b599-5211e6a5b403-6f882b81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3038144d-97be-531d-7540-24c0e6d959f8-6f882b81 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Tan Meringue';
  src: url('../fonts/TAN-MERINGUE.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}