:root {
  --orange: #ff6d2c;
  --orange-bg: whitesmoke;
  --white: white;
  --black: black;
}

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

h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.brand {
  max-width: 106px;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-bar {
  z-index: 999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 9px 20px -3px rgba(0, 0, 0, .2);
}

.brend {
  max-width: 76px;
}

.nav-items-container {
  grid-column-gap: 50px;
  display: flex;
}

.nav-items-container.mobile-hide {
  display: flex;
}

.size-16 {
  font-size: 16px;
  line-height: 1.3em;
}

.size-16.color-black-100.font-family-exo.nav-item {
  transition: color .2s;
}

.size-16.color-black-100.font-family-exo.nav-item:hover {
  color: var(--orange);
}

.size-16.color-black-100.font-family-exo.nav-item.underline {
  position: relative;
}

.size-16.color-black-70 {
  color: rgba(0, 0, 0, .7);
}

.color-black-100 {
  color: #000;
}

.body {
  background-color: #f3e9e4;
  font-family: Montserrat, sans-serif;
}

.font-family-exo {
  font-family: Exo, sans-serif;
}

.link-block {
  text-decoration: none;
}

.hero {
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.wrapper-main {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-main._100vh {
  height: 100vh;
}

.wrapper-main.is-nav {
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero_left {
  width: 50%;
}

.size-50 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1em;
}

.size-50.color-black-100.weight-medium {
  font-style: normal;
  font-weight: 400;
}

.size-50.color-black-100.font-family-exo.size-45 {
  position: relative;
}

.size-50.color-white-100.font-family-exo.center-text {
  z-index: 3;
  position: relative;
}

.heto-title-container {
  max-width: 414px;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.hero-text-container {
  max-width: 450px;
}

.nav-menu {
  order: 1;
}

.nav-link {
  color: #f3f1e4;
  text-transform: none;
  mix-blend-mode: difference;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color;
}

.nav-link:hover {
  color: #000;
  background-color: #f3f1e4;
  font-weight: 400;
}

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

.btn-1 {
  color: #fff;
  background-color: #ff6d2d;
  border: 2px solid #ff6d2d;
  border-radius: 16px;
  padding: 15px 40px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: color .3s, background-color .3s;
}

.btn-1:hover {
  color: #ff6d2d;
  background-color: #fff;
}

.btn-1.color-div-orange-100 {
  border-radius: 15px;
}

.color-div-orange-100 {
  background-color: #ff752d;
}

.color-white-100 {
  color: #fff;
}

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

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

.margin-top-26 {
  margin-top: 26px;
}

.margin-top-34 {
  margin-top: 34px;
}

.margin-top-42 {
  margin-top: 42px;
}

.margin-top-50 {
  margin-top: 50px;
}

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

.hero-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.hero-image-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.hero-image-container.second {
  margin-top: 30px;
}

.img-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.img-container.is-up {
  transform: translate(0, 40px);
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.why-us.color-purple-100 {
  position: relative;
  overflow: hidden;
}

.section.sport {
  display: flex;
}

.section.is-not-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.section.is--blog {
  flex-flow: column;
  justify-content: center;
  margin-top: 3em;
  display: flex;
}

.section.is--blog.hide {
  display: none;
}

.section.privacy {
  margin-top: 5em;
}

.color-purple-100 {
  background-color: #231634;
}

.why-us-bg-img {
  opacity: .21;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.why-us-bg-img.blog {
  opacity: .24;
  bottom: -188px;
}

.why-us-bg-img.home {
  opacity: .6;
}

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

.why-us-text-container {
  z-index: 3;
  max-width: 700px;
  margin: 16px auto 40px;
  position: relative;
}

.color-white-70 {
  color: rgba(255, 255, 255, .7);
}

.why-us-card {
  background-color: var(--orange-bg);
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}

.why-card-icon {
  width: 72px;
}

.size-30 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.size-14 {
  line-height: 1.4em;
}

.why-us-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-around;
  display: flex;
}

.wrapper-min {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper-min.blog {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrapper-min.privacy {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.div-block {
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: absolute;
}

.sport-img {
  width: 100%;
}

.sport-img.horizontal {
  width: auto;
  height: 100%;
}

.div-block-3 {
  max-height: 400px;
  position: relative;
}

.div-block-4 {
  grid-column-gap: 15px;
  height: 100%;
  display: flex;
  position: absolute;
}

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

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

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

.full-width {
  width: 100%;
}

.full-space {
  width: 100%;
  height: 100%;
}

.full-space.scale {
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.why-us-text-wrapp {
  margin-top: 32px;
  margin-bottom: 8px;
}

.hero-image {
  width: 124%;
  max-width: none;
  height: 124%;
}

.block {
  border-radius: 16px;
  overflow: hidden;
}

.block.is-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--orange-bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 20px;
  display: flex;
}

.max-width {
  max-width: 530px;
}

.apartmans-wrapp-h-wrapp {
  text-align: center;
  margin-bottom: 40px;
}

.apartmans-wrapp-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.apartmans-wrapp-block {
  background-color: #d7d7d7;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.apartmans-wrapp-img {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.apartmans-wrapp-block-body {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--orange-bg);
  flex-flow: column;
  align-items: flex-start;
  height: 250px;
  padding: 16px;
  display: flex;
}

.apartmans-wrapp-block-p-wrap {
  max-width: 480px;
}

.benefits-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-body.is-sadrzaj {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.benefits-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.benefits-icon {
  width: 48px;
}

.cta-wrapp {
  color: var(--white);
  background-color: #231634;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  display: flex;
  position: relative;
}

.cta-wrapp.height {
  height: 80vh;
  overflow: hidden;
}

.why-us-warpp {
  border-radius: 40px;
  padding: 2.7rem 2rem;
  position: relative;
  overflow: hidden;
}

.why-us-warpp.blog {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.cta-h-wrapp {
  z-index: 2;
  text-align: center;
  position: relative;
}

.cta-text-wrapp {
  z-index: 2;
  text-align: center;
  max-width: 560px;
  margin-top: 12px;
  margin-bottom: 24px;
  position: relative;
}

.cta-btn-wrapp {
  margin-bottom: 64px;
  position: relative;
}

.cta-img {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
}

.sadrzaj-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.info-wrapp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.info-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.info-h2-wrapp {
  margin-bottom: 24px;
}

.info-text-block {
  max-width: 500px;
}

.info-btn-wrap {
  margin-top: 24px;
}

.info-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.info-block {
  background-color: var(--black);
  color: var(--white);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.info-block-text {
  position: absolute;
  top: auto;
  bottom: 12px;
  left: 24px;
  right: auto;
}

.galerija-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: hidden;
}

.galerija-block {
  border-radius: 16px;
  overflow: hidden;
}

.map-el-wrap {
  aspect-ratio: 2;
  border-radius: 32px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.map-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.galerija-body-line {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.galerija-body-line.is-2 {
  transform: translate(-130%);
}

.galerija-body-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: space-between;
  min-width: 100%;
  display: flex;
}

.galerija-body-img-block {
  aspect-ratio: 1;
  border-radius: 16px;
  flex: none;
  width: 370px;
  overflow: hidden;
}

.overflow-hidden, .html-embed {
  overflow: hidden;
}

.galerija-shadown {
  background-image: linear-gradient(90deg, #f3e9e4, rgba(255, 255, 255, 0));
  width: 9%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.galerija-shadown.is-2 {
  background-image: linear-gradient(270deg, #f3e9e4, rgba(255, 255, 255, 0));
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-faq_body-wrapp {
  overflow: hidden;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h4.text-weight-light {
  font-weight: 300;
}

.home-faq_text-wrapp {
  padding-top: .25rem;
  padding-bottom: 1.875rem;
  padding-left: 5.625rem;
}

.home-faq_lines {
  width: 100%;
  height: 1.2px;
  display: flex;
}

.home-faq_head {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.625rem 1.25rem;
  display: flex;
}

.home-faq_cross-line {
  background-color: var(--orange);
  width: 100%;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-faq_cross-line.is-other {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}

.home-faq_content {
  border-top: 2px solid var(--orange-bg);
}

.home-faq_cross {
  aspect-ratio: 1;
  width: 1.25rem;
  position: relative;
}

.home-faq_faq-el {
  border-bottom: 2px solid var(--orange-bg);
}

.text-color-orange {
  color: var(--orange);
}

.apartmans-slider {
  height: 100%;
}

.dispay-none {
  display: none;
}

.nav-item {
  position: relative;
}

.nav-item.blog {
  cursor: pointer;
}

.hero-bg-img {
  z-index: -1;
  position: absolute;
}

.hero-logo-image {
  max-width: 100px;
}

.mobile-hide {
  display: block;
}

.desktop-hide, .menu-mobile.color-div-white-100 {
  display: none;
}

.footer-link {
  color: #161c27;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.size-16.color-black.font-manrope.margin-top-24 {
  line-height: 1em;
}

.container-small {
  z-index: 6;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-subscribe {
  z-index: 5;
  cursor: pointer;
  border-bottom-right-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 9px 61px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-subscribe.bg-light-purple {
  height: 100%;
}

.quillow-logo {
  width: 142px;
  margin-bottom: 40px;
}

.size-30-2 {
  font-size: 30px;
  line-height: 1em;
}

.size-30-2.color-white.font-la_fleur.no-wrap {
  z-index: 4;
  position: relative;
}

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

.footer-base-block {
  border-top: 1px solid rgba(0, 0, 0, .34);
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.social-link-footer {
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.footer-section {
  padding: 96px 3% 40px;
  overflow: hidden;
}

.social-icon-hover.left {
  color: var(--black);
  top: 3px;
  left: 2px;
}

.size-24 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.footer-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.social-icon-container {
  max-width: 20px;
  position: relative;
}

.footer-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.size-16-2 {
  font-size: 16px;
}

.text-field-2 {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(83, 76, 76, .22);
  border-bottom: 1px solid rgba(83, 76, 76, .22);
  border-left: 1px solid rgba(83, 76, 76, .23);
  border-top-left-radius: 30px;
  width: 250px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
}

.text-field-2.font-manrope.color-black {
  border-right: 1px solid rgba(0, 0, 0, 0);
}

.text-field-2.font-manrope.color-black:focus {
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
}

.btn-mask-black {
  z-index: 3;
  background-color: #24231f;
  border-radius: 200px;
  width: 120%;
  height: 80px;
  position: absolute;
}

.color-light-purple {
  color: #7a96e1;
}

.form-6 {
  height: 50px;
  display: flex;
  position: relative;
}

.body-2 {
  background-color: #f3e9e4;
}

.contact-us-section {
  min-height: 100vh;
}

.contact-input {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  border: 0 #000;
  border-bottom: 1px solid #fff;
  width: 400px;
  height: 50px;
}

.submit-button {
  background-color: #ff6d2d;
  border-radius: 9px;
  padding: 15px 45px;
  font-size: 18px;
}

.form-block {
  z-index: 3;
  position: relative;
}

.size-20 {
  font-size: 20px;
  line-height: 1.4em;
}

.size-45 {
  font-size: 45px;
}

.container-mid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-image {
  background-image: url('../images/slika-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.blog-image.sportske-pripreme {
  background-image: url('../images/294891032_1476576432801864_1282935105880882792_n.jpg');
}

.blog-image.vinske-ture {
  background-image: url('../images/slika-2.jpg');
}

.blog-image.vrnjacka-banja {
  background-image: url('../images/Vrnjacka-banja.jpg');
}

.blog-image.team-building {
  background-image: url('../images/1.26.23-AllenComm-SEO--1920x1080.jpg');
}

.image {
  width: 100%;
  height: 300px;
}

.blog-list_container {
  width: 100%;
}

.apartmani-blog-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.underline.font-color-orange {
  position: relative;
}

.font-color-orange {
  color: var(--orange);
}

.benefits-body-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.hide {
  display: none;
}

.blog-drop-down {
  position: absolute;
}

.blog-drop-down.color-div-white-100 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #ededed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 13.4em;
  padding: 1em;
  display: flex;
  top: 200%;
  left: -203%;
}

.home-faq_head-copy {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.625rem 1.25rem;
  display: flex;
}

.nav-arrow {
  width: 20px;
}

.bold {
  font-weight: 700;
}

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

@media screen and (max-width: 991px) {
  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 2fr;
  }
}

@media screen and (max-width: 767px) {
  .home-faq_text-wrapp {
    padding-left: 4.125rem;
  }

  .home-faq_head {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-base-block {
    text-align: center;
    flex-direction: column;
  }

  .home-faq_head-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 999;
    position: relative;
  }

  .brend {
    min-width: 71px;
  }

  .nav-items-container.mobile-hide {
    display: none;
  }

  .hero_left {
    width: 100%;
  }

  .size-50.color-black-100 {
    text-align: center;
    font-size: 41px;
  }

  .size-50.color-black-100.hero-title {
    text-align: left;
  }

  .hero-container {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 100px;
  }

  .hero-right {
    width: 100%;
  }

  .why-us-bg-img {
    bottom: 225px;
  }

  .why-us-container {
    flex-flow: column;
  }

  .sport-grig, .apartmans-wrapp-body {
    flex-flow: column;
    display: flex;
  }

  .apartmans-wrapp-block-body {
    height: auto;
  }

  .benefits-body {
    flex-flow: wrap;
  }

  .benefits-body.is-sadrzaj {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .benefits-block {
    width: 400px;
  }

  .cta-wrapp.height {
    height: auto;
  }

  .info-wrapp {
    flex-flow: column;
  }

  .info-left {
    width: 100%;
  }

  .info-right {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 100%;
  }

  .info-block-text {
    left: 8px;
  }

  .map-el-wrap {
    width: 100%;
  }

  .hero-logo-image, .mobile-hide {
    display: none;
  }

  .hamburger-menu {
    width: 57px;
    height: 73px;
  }

  .hamburger-menu.desktop-hide {
    cursor: pointer;
  }

  .desktop-hide {
    display: block;
  }

  .menu-mobile {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 200px;
    padding-left: 20px;
    display: flex;
    position: fixed;
  }

  .menu-mobile.color-div-white-100 {
    z-index: 998;
    height: 276px;
    display: flex;
    top: -285px;
  }

  .color-div-white-100 {
    background-color: #fff;
  }

  .nav-items-container-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .footer-link.size-16.color-black.font-manrope {
    font-size: 16px;
  }

  .container-small {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-subscribe.bg-light-purple.button-wf-hs-2 {
    padding-left: 46px;
    padding-right: 46px;
  }

  .size-30-2.color-black.font-catalina.no-wrap.margin-top-80 {
    white-space: normal;
  }

  .size-30-2.color-white.font-la_fleur {
    font-size: 20px;
  }

  .size-30-2.color-white.font-la_fleur.no-wrap {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .size-24.color-black.font-manrope {
    font-size: 20px;
  }

  .footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 100fr));
  }

  .div-2 {
    width: 100%;
  }

  .size-16-2.color-black.font-manrope {
    font-size: 14px;
  }

  .text-field-2.font-manrope.color-black {
    width: 100%;
    padding-left: 12px;
    font-size: 14px;
  }

  .form-6 {
    flex-direction: row;
    height: 50px;
  }

  .contact-input, .form-block {
    width: 100%;
  }

  .size-20 {
    font-size: 16px;
  }

  .size-45 {
    font-size: 38px;
  }

  .apartmani-blog-layout {
    flex-flow: column;
    display: flex;
  }

  .benefits-body-2 {
    flex-flow: column;
  }

  .benefits-block-2 {
    width: 100%;
  }

  .image-2 {
    z-index: 99;
    position: relative;
  }

  .margin-left-20 {
    margin-left: 20px;
  }

  .nav-arrow {
    width: 15px;
    position: absolute;
    top: 2px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .form-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .info-txt {
    font-size: 19px;
  }
}

#w-node-_869bde52-16bd-e133-e64c-9cd2773ef105-6d83db8b {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-ae7f1494-c4a0-6439-4167-0a401009f7f9-6d83db8b {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_7f586ca7-0792-9784-1c27-f31f055143ab-6d83db8b {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_9024c59b-f879-5a6e-762a-5f7c3cd9232a-6d83db8b {
  grid-area: 1 / 7 / 3 / 9;
}

#w-node-_32a5e55a-06a2-41ce-2646-509720f3f8c3-6d83db8b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ed2fbd66-385f-08a7-4af7-d0533db6926f-3db69268 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05d10a4a-ce85-1f64-c01b-ea29edb1a8bb-edb1a8a0, #w-node-_05d10a4a-ce85-1f64-c01b-ea29edb1a8d3-edb1a8a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


