/***** Responsive scaling css, don't move media query *****/
@media screen and (max-width: 1919px) and (min-width: 1024px) {
    html, body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
    body{
        overflow: hidden;
        position: relative;
    }
    #scale-root {
        width: 1920px;
        transform-origin: top left;
        position: absolute;
        top: 0;
    }
}
/* End responsive scaling css */
body.no-scroll {
    overflow: hidden;
    height: 100vh !important;
}
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Poppins", sans-serif!important;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
header{
    position: relative;
}
header .logo-menu{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(50%, 0%);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-nav, .mobile-nav {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 10;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.logo {
    height: 95px;
    position: absolute;
    top: -25px;
}
.dropdown-toggle::after {
    display: none!important;
}
.dropdown-toggle.custom-arrow-down {
    background-image: url('/template/bebastannovo/assets/img/svg/down.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
    padding-right: 18px;
}
.select2-hidden {
    visibility: hidden;
}
a.menu-nav-items{
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 2.08px;
    text-decoration: none;
    color: #F0F0F0;
    margin-right: 50px;
}
a:hover.menu-nav-items, a:focus.menu-nav-items{
    color: #F0F0F0;
}
.menu-nav-dropdown{
    border-radius: 0px 25px 25px 25px!important;
    background: #F0F0F0!important;
    box-shadow: 0px 4px 30px 2px rgba(137, 137, 137, 0.25);
    padding: 20px!important;
    margin-top: 10px !important;
}
.menu-nav-dropdown li{
  padding-bottom: 15px;
}
.menu-nav-dropdown li a{
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.18px;
}
.menu-nav-dropdown li a:hover{
    background-color: transparent!important;
}
.menu-nav-dropdown li a:focus{
    color: #242424;
}
#burger-icon {
    cursor: pointer;
    position: relative;
    z-index: 1000;
    height: 20px;
    width: 24px;
}
.burger-menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.burger-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: .3s all ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
}
.burger-menu.active span {
    transform-origin: center;
}
.burger-menu span:nth-of-type(1){
    top: 0;
}
.burger-menu span:nth-of-type(2){
    top: calc(50% - 1px);
}
.burger-menu span:nth-of-type(3){
    bottom: 0;
}
.burger-menu.active span:nth-of-type(1){
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.burger-menu.active span:nth-of-type(2){
    opacity: 0;
}
.burger-menu.active span:nth-of-type(3){
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
}
.burger-menu .short {
    width: 10px;
    margin:auto;
}
/* Fullscreen meni */
.fullscreen-menu {
    position: fixed;
   inset: 0;
    background-image: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)), url('/template/bebastannovo/assets/img/hero-home.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    display: none;
    flex-direction: column;
    z-index: 3;
}
.fullscreen-header {
    flex-shrink: 0;
}
.fullscreen-menu .menu-items {
    list-style: none;
    padding: 0;
}
.fullscreen-menu .menu-items li {
    margin: 20px 0;
}
.fullscreen-menu .menu-items li a {
    color: #F0F0F0;
    font-family:  "Antic Didone", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 7.6px;
    text-decoration: none;
}
.beba-font{
    font-family: "Cinzel Decorative", serif!important;
}
.hero-header {
    position: relative;
    background: url('/template/bebastannovo/assets/img/hero-home.webp') no-repeat center center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.hero-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
}

.hero-heading-title__img{
    width: 90%;
    max-width: 1137px;
    margin: 0 auto;
    display: block;
}
@media (max-width: 767px) {
    .hero-heading-title__img{
        width: 75%;
        max-width: 1137px;
        margin: 0 auto;
        display: block;
    }
}
/* .hero-text-center {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-alig6n: center;
}
.hero-text-center h1{
    color: #FFF;
    font-family:  "Antic Didone", serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 18.24px;
    width: 1140px;
    mix-blend-mode: difference;
}
.hero-text-center h1 span{
    color: #FFF;
    text-align: center;
    font-family: "Cinzel Decorative", serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 18.24px;
}
.hero-text-center .subtitle {
    color: #F0F0F0;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; 
    letter-spacing: 9px;
    text-transform: uppercase;
    width: auto;
}
.hero-text-center .desc {
    color:  #F0F0F0;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
    width: 690px;
    margin:auto;
    margin-bottom: 50px;
}
.hero-text-center .btn-search {
    border-radius: 50px;
    background: #F0F0F0;
    margin-top: 50px;
    color: #242424;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    padding: 20px 40px;
    text-decoration: none;
}
.hero-text-center .btn-search img{
   margin-right: 10px;
} */
.popular-filters{
   padding: 50px 0px
}
.key-box p{
    color: #1A1A1A;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 6.5px;
    text-transform: uppercase;
}
.popular-filters-box{
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    padding: 20px 0px;
    display: flex;
    margin-top: 50px!important;
}
.popular-filters-box .title-filters{
    color: #595959;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popular-filters-box ul{
  list-style: none;
    display: flex;
    margin-left: 50px;
    margin-bottom: 0px;

}
.popular-filters-box li{
    text-align: center;
    width: 80px;
}
.popular-filters-box li img{
    margin-bottom: 15px;
}
.popular-filters-box li .filter-name{
    color: #595959;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 141.667% */
    margin-bottom: 0;
}
.section-title h2 {
    color: #242424;
    font-family: "Antic Didone", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
    margin-bottom: 50px;
}

/* Slider Odmah useljivo na home */

.slider-accommodation {
    margin-top: 60px;
    margin-bottom: 70px;
}
.slider-accommodatio .container {
    transition: padding-left 0.2s ease;
}
.arrow-row{
    position: relative;
}
#sliderAcc.scrolled, #sliderCenter.scrolled {
    padding-left: 0;
    margin-left: 0;
}
.container.scrolled {
    padding-left: 0;
    margin-left: 0;
    max-width: 1920px;
}
.slider-accommodation .custom-arrow {
    position: absolute;
    top: 0px;
    background: transparent;
    border: none;
    cursor: pointer;
    user-select: none;
}
.slider-accommodation #customNext, .slider-accommodation #customNext2, .slider-accommodation #customNextWithView, .slider-accommodation #customNextBusiness {
    right: 10px;
}

.slider-accommodation #customPrev, .slider-accommodation #customPrev2, .slider-accommodation #customPrevWithView, .slider-accommodation #customPrevBusiness {
    right: 95px;
}
.slider-accommodation .swiper {
    width: 100vw;
    overflow: visible;
}
.slider-accommodation .swiper-slide {
    width: calc((100vw - 50px) / 4.25);
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.25);
    display: inline;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    user-select: none;
    position: relative;
}
.slider-accommodation .slide-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}
.slider-accommodation .acc-desc {
  padding: 12px 20px;
}
.slider-accommodation .acc-title {
    display: block;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    min-height: 68px;
}
.slider-accommodation a {
   text-decoration: none;
}
.slider-accommodation .acc-text {
    color: #595959;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 20px;
}
.slider-accommodation .acc-filters{
    display: flex; /* umesto block */
    justify-content: center; /* centriraj horizontalno */
    align-items: center;     /* centriraj vertikalno */
    width: auto;
    overflow: auto;
    gap: 20px;
}
.slider-accommodation .acc-filters ul{
    display: flex;
    /*justify-content: space-between; /* razmak između ul i cene */
    align-items: center;             /* vertikalno centriranje */
    width: 100%;
    padding-left: 0px;
}
.slider-accommodation .acc-filters ul li{
    color: #9D9D9D;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    float: left;
    position: relative;
    padding-right: 0px;
}

.slider-accommodation .acc-filters ul li::marker {
    content: '';
}
.slider-accommodation .acc-filters ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.slider-accommodation .acc-filters ul li:not(:first-child){
    margin-left:16px;
}
.slider-accommodation .acc-filters ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #aaa; /* siva boja */
    border-radius: 50%;
}
.slider-accommodation .acc-price {
    color: #000;
    text-align: right;
    font-family: "Antic Didone", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: right;
    margin-bottom: 0px;
}
.slider-accommodation .wishlist-container {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFF;
    box-shadow: 0px 1px 13px rgba(95, 95, 95, 0.25);
    border-radius: 50%;
    padding: 2px;
    z-index: 999;
}
@keyframes floatingText {
  0% {
    margin-top:0;
  }
  50% {
    margin-top:-12px;
  }
  100% {
    margin-top:0;
  }
}
/* Slider Beograd na vodi na home */
.bg-waterfront {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 20px 0;
    text-align: center;
    height: 1290px;
    margin-top: 340px;
    margin-bottom: 340px;
}
.bg-waterfront .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.57) 12.38%, rgba(212, 217, 236, 0.57) 36.38%, rgba(0, 12, 50, 0.57) 48.8%);
    z-index: 1;
}
.bg-waterfront h2 {
    position: relative;
    z-index: 2;
    font-size: 48px;
}
.bc-waterfront-title{
    position: absolute;
    top: 0;
    left: 0px;
    transform: translateY(-38.5%);
    z-index: 2;
    /* animation: floatingText 3s ease-in-out infinite; */
}
.bc-waterfront-title img{
    height: 300px;
    width: 100%;
}
.bc-waterfront-desc{
    position: absolute;
    right: 0px;
    top: 280px;
    width: 350px;
    z-index: 2;
}
.bc-waterfront-desc p{
    color: #FFF;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 176.923% */
    letter-spacing: 6.5px;
    text-transform: uppercase;
}
.bg-waterfrontslider {
    margin-top: 40px;
    margin-bottom: 70px;
}
.bg-waterfrontslider .container {
    transition: padding-left 0.2s ease; /* glatka tranzicija */
}
#bg-waterfrontSlider.scrolled {
    padding-left: 0;
}
.bg-waterfrontslider .container.scrolled {
    padding-left: 0;
    max-width: 1920px;
}
.bg-waterfrontslider .swiper {
    width: 100vw;
    overflow: visible;
    position: absolute;
    bottom: 0px;
}
.bg-waterfrontslider .swiper-slide {
    width: calc((100vw - 50px) / 4.25);
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.25);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    user-select: none;
    position: relative;
}
.bg-waterfront-swiper .slide-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}
.bg-waterfront-swiper .acc-desc {
    padding: 12px 20px;
    text-align: left;
}
.bg-waterfront-swiper .acc-desc a{
    text-decoration: none;
}
.bg-waterfront-swiper .acc-title {
    display: block;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    min-height: 68px;
}
.bg-waterfront-swiper .acc-text {
    color: #595959;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 20px;
}
.bg-waterfront-swiper .acc-filters{
    display: flex; /* umesto block */
    justify-content: center; /* centriraj horizontalno */
    align-items: center;     /* centriraj vertikalno */
    width: 100%;
    gap: 20px;
}
.bg-waterfront-swiper .acc-filters ul{
    display: flex;
    justify-content: space-between; /* razmak između ul i cene */
    align-items: center;             /* vertikalno centriranje */
    width: 100%;
    padding-left: 0px;
}
.bg-waterfront-swiper .acc-filters ul li{
    color: #9D9D9D;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    float: left;
    position: relative;
    padding-right: 0px;
}
.bg-waterfront-swiper .acc-filters ul li::marker {
    content: '';
}
.bg-waterfront-swiper .acc-filters ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bg-waterfront-swiper .acc-filters ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #aaa; /* siva boja */
    border-radius: 50%;
}
.bg-waterfront-swiper .acc-price {
    color: #000;
    text-align: right;
    font-family: "Antic Didone", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: right;
    margin-bottom: 0px;
}
.bg-waterfront-swiper .wishlist-container {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFF;
    box-shadow: 0px 1px 13px rgba(95, 95, 95, 0.25);
    border-radius: 50%;
    padding: 2px;
}
.bg-waterfront-swiper .swiper-slide:nth-child(odd) {
    transform: translateY(-50px);
}
.bg-waterfront-swiper .swiper-slide:nth-child(even) {
    transform: translateY(50px);
}
.bg-waterfront-swiper .swiper-slide {
    transition: transform 0.3s ease;
}
/* Slider Vracar historical na home */
.vracar-historical {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 20px;
    text-align: center;
    height: 1290px;
    margin-top: 290px;
    margin-bottom: 358px;
}
.vracar-historical .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(7, 18, 41, 0.66) 8.1%, rgba(5, 16, 32, 0.66) 37.19%, rgba(54, 52, 43, 0.66) 49.14%, rgba(103, 87, 54, 0.66) 61.1%, rgba(201, 158, 76, 0.66) 88.8%);
    z-index: 1;
}
.vracar-historical h2 {
    position: relative;
    z-index: 2;
    font-size: 48px;
}
.vracar-historical-title{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-38.5%);
    z-index: 2;
    /* animation: floatingText 3s ease-in-out infinite; */
}
.vracar-historical-title img{
    height: 300px;
    width: 100%;
}
.vracar-historical-desc{
    position: absolute;
    right: 0px;
    top: 280px;
    width: 350px;
    z-index: 2;
}
.vracar-historical-desc p{
    color: #FFF;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 176.923% */
    letter-spacing: 6.5px;
    text-transform: uppercase;
}
.vracar-historicalslider {
    margin-top: 40px;
    margin-bottom: 70px;
}
.vracar-historicalslider-nav,
.dedinje-slider-nav,
.bgwf-slider-nav{
    position: absolute;
    bottom: 520px;
    right:20px;
    z-index: 1;
}
.vracar-historicalslider-nav button,
.dedinje-slider-nav button,
.bgwf-slider-nav button{
    background: transparent;
    border: none;
    opacity: .7;
}

.vracar-historicalslider-nav button:hover,
.dedinje-slider-nav button:hover,
.bgwf-slider-nav button:hover{
    opacity: 1;
}
.vracar-historicalslider .container {
    transition: all 0.2s ease; /* glatka tranzicija */
}
#vracar-historicalSlider.scrolled {
    padding-left: 0;
}
.vracar-historicalslider .container.scrolled {
    padding-left: 0;
    max-width: 1920px;
}
.vracar-historicalslider .swiper {
    width: 100vw;
    overflow: visible;
    position: absolute;
    bottom: 0px;
}
.vracar-historicalslider .swiper-slide {
    width: calc((100vw - 50px) / 4.25);
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.25);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    user-select: none;
    position: relative;
}
.vracar-historical-swiper .slide-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}
.vracar-historical-swiper .acc-desc {
    padding: 12px 20px;
    text-align: left;
}
.vracar-historical-swiper .acc-desc a{
 text-decoration: none;
}
.vracar-historical-swiper .acc-title {
    display: block;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    min-height: 68px;
}
.vracar-historical-swiper .acc-text {
    color: #595959;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 20px;

}
.vracar-historical-swiper .acc-filters{
    display: flex; /* umesto block */
    justify-content: center; /* centriraj horizontalno */
    align-items: center;     /* centriraj vertikalno */
    width: 100%;
    gap: 20px;
}
.vracar-historical-swiper .acc-filters ul{
    display: flex;
    justify-content: space-between; /* razmak između ul i cene */
    align-items: center;             /* vertikalno centriranje */
    width: 100%;
    padding-left: 0px;
     overflow: hidden;
    text-overflow: ellipsis;
    -webkit-mask-image: linear-gradient(
        to right,
        black 0%,
        black 85%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        black 0%,
        black 85%,
        transparent 100%
    );
}
.vracar-historical-swiper .acc-filters ul li{
    color: #9D9D9D;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    float: left;
    position: relative;
    padding-right: 0px;
    word-break: keep-all;
    white-space: nowrap;
}
.vracar-historical-swiper .acc-filters ul li:not(:nth-of-type(1)){
    margin-left: 16px;
}
.vracar-historical-swiper .acc-filters ul li::marker {
    content: '';
}
.vracar-historical-swiper .acc-filters ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.vracar-historical-swiper .acc-filters ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #aaa; /* siva boja */
    border-radius: 50%;
}
.vracar-historical-swiper .acc-price {
    color: #000;
    text-align: right;
    font-family: "Antic Didone", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: right;
    margin-bottom: 0px;
}
.vracar-historical-swiper .wishlist-container {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFF;
    box-shadow: 0px 1px 13px rgba(95, 95, 95, 0.25);
    border-radius: 50%;
    padding: 2px;
}
.vracar-historical-swiper .swiper-slide:nth-child(odd) {
    transform: translateY(-50px);
}
.vracar-historical-swiper .swiper-slide:nth-child(even) {
    transform: translateY(50px);
}
.vracar-historical-swiper .swiper-slide {
    transition: transform 0.3s ease;
}
/* Slider Dedinje kraljevski na home */
.dedinje-royal {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 20px;
    text-align: center;
    height: 1290px;
    margin-top: 350px;
    margin-bottom: 420px;
}
.dedinje-royal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(5, 16, 32, 0.80) 38.64%, rgba(5, 21, 40, 0.80) 46.34%, rgba(4, 25, 48, 0.80) 52.49%, rgba(45, 38, 87, 0.80) 59.87%, rgba(86, 52, 126, 0.80) 71.87%, rgba(71, 23, 90, 0.80) 93.08%);
    z-index: 1;
}
.dedinje-royal h2 {
    position: relative;
    z-index: 2;
    font-size: 48px;
}
.dedinje-royal-title{
    position: absolute;
    top: 0;
    left: 0px;
    transform: translateY(-35%);
    z-index: 2;
    /* animation: floatingText 3s ease-in-out infinite; */
}
.dedinje-royal-title img{
    height: 300px;
    width: 100%;
}
.dedinje-royal-desc{
    position: absolute;
    right: 0px;
    top: 280px;
    width: 350px;
    z-index: 2;
}
.dedinje-royal-desc p{
    color: #FFF;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 176.923% */
    letter-spacing: 6.5px;
    text-transform: uppercase;
}
.dedinje-royalslider {
    margin-top: 40px;
    margin-bottom: 70px;
}
.dedinje-royalslider .container {
    transition: padding-left 0.2s ease; /* glatka tranzicija */
}
#dedinje-royalSlider.scrolled {
    padding-left: 0;
}
.dedinje-royalslider .container.scrolled {
    padding-left: 0;
    max-width: 1920px;
}
.dedinje-royalslider .swiper {
    width: 100vw;
    overflow: visible;
    position: absolute;
    bottom: 0px;
}
.dedinje-royalslider .swiper-slide {
    width: calc((100vw - 50px) / 4.25);
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.25);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    user-select: none;
    position: relative;
}
.dedinje-royal-swiper .slide-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}
.dedinje-royal-swiper .acc-desc {
    padding: 12px 20px;
    text-align: left;
}
.dedinje-royal-swiper .acc-desc a{
   text-decoration: none;
}
.dedinje-royal-swiper .acc-title {
    display: block;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    min-height: 68px;
}
.dedinje-royal-swiper .acc-text {
    color: #595959;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 20px;

}
.dedinje-royal-swiper .acc-filters{
    display: flex; /* umesto block */
    justify-content: center; /* centriraj horizontalno */
    align-items: center;     /* centriraj vertikalno */
    width: 100%;
    gap: 20px;
}
.dedinje-royal-swiper .acc-filters ul{
    display: flex;
    justify-content: space-between; /* razmak između ul i cene */
    align-items: center;             /* vertikalno centriranje */
    width: 100%;
    padding-bottom: 6px;
    padding-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-mask-image: linear-gradient(
        to right,
        black 0%,
        black 85%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        black 0%,
        black 85%,
        transparent 100%
    );
}
.dedinje-royal-swiper .acc-filters ul li{
    color: #9D9D9D;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    float: left;
    position: relative;
    padding-right: 0px;
    word-break: keep-all;
    white-space: nowrap;
    
}
.dedinje-royal-swiper .acc-filters ul li:not(:nth-of-type(1)){
    margin-left: 15px;
}
.dedinje-royal-swiper .acc-filters ul li::marker {
    content: '';
}
.dedinje-royal-swiper .acc-filters ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dedinje-royal-swiper .acc-filters ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #aaa; /* siva boja */
    border-radius: 50%;
}
.dedinje-royal-swiper .acc-price {
    color: #000;
    text-align: right;
    font-family: "Antic Didone", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: right;
    margin-bottom: 0px;
}
.dedinje-royal-swiper .wishlist-container {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFF;
    box-shadow: 0px 1px 13px rgba(95, 95, 95, 0.25);
    border-radius: 50%;
    padding: 2px;
}
.dedinje-royal-swiper .swiper-slide:nth-child(odd) {
    transform: translateY(-50px);
}
.dedinje-royal-swiper .swiper-slide:nth-child(even) {
    transform: translateY(50px);
}
.dedinje-royal-swiper .swiper-slide {
    transition: transform 0.3s ease;
}
/* Footer */
footer{
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 130px 0px 30px;
    color: #F0F0F0;
}
footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(2deg, rgba(7, 21, 42, 0.92) 40.53%, rgba(7, 19, 41, 0.92) 92.59%, rgba(0, 12, 50, 0.92) 119.54%, rgba(31, 99, 117, 0.92) 215.08%);
    z-index: 1;
}
.footer-box{
    position: relative;
    z-index: 2;

}
.footer-desc{
    text-align: center;
    font-family:"Raleway", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px; /* 194.118% */
    letter-spacing: 0.34px;
width: 600px;
    margin: 15px auto;
}
.footer-list-link{
   list-style: none;
    display: inline-flex;
    gap: 20px;
    text-transform: uppercase;
    margin: 40px 0px;
    padding-left: 0px;
}
.footer-list-link li a{
    color: #F0F0F0;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 115.385% */
    letter-spacing: 1.95px;
    text-decoration: none;
}
.footer-address{
    color:  #F0F0F0;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px; /* 161.111% */
    letter-spacing: 0.18px;
}
.footer-address p{
margin-bottom: 5px;
}
.footer-address a{
    color:  #F0F0F0;
   text-decoration: none;
}
.footer-social-media{
   display: inline-flex;
    gap: 20px;
    list-style: none;
    margin: 40px 0px;
    padding-left: 0px;
}
.footer-social-media a,
.footer-social-media span{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 240, 240, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.footer-social-media a:hover{
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(240, 240, 240, 0.8);
}
.back-to-top{
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a2234 0%, #8a6a45 100%);
    color: #fff;
    box-shadow: 0 18px 38px rgba(7, 21, 42, 0.28);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 2000;
}
.back-to-top.is-visible{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top svg{
    width: 24px;
    height: 24px;
}
.back-to-top:hover{
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(7, 21, 42, 0.34);
}
.footer-line{
    opacity: 0.3;
    background: #F0F0F0;
    width: 1000px;
    height: 1px;
    margin: auto;
    z-index: 3;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.copyright p{
    color: #F0F0F0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 275;
    line-height: 32px; /* 246.154% */
    letter-spacing: 0.13px;
}
.copyright p a{
    color: #F0F0F0;
}
/* Ulaz za odabrane početna */
.entrance-for-selected{
    position: relative;
    background-size: cover;
    background-position: top;
    color: white;
    padding: 100px 20px;
    text-align: center;
    height: 1700px;
    margin-top: 420px;
}
.entrance-for-selected .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(7, 21, 42, 0.92) 12.38%, rgba(7, 19, 41, 0.92) 36.38%, rgba(0, 12, 50, 0.92) 48.8%, rgba(31, 99, 117, 0.92) 92.85%);
    z-index: 1;
}
.entrance-for-selected .klub-title{
    color: #FFF;
    text-align: center;
    font-family: "Cinzel Decorative", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 13.68px;
    margin-top: 300px;
    mix-blend-mode:difference;
    position: relative;
    z-index: 1;
}
.entrance-for-selected-title{
    position: absolute;
    top: 0;
    transform: translateY(-38.5%);
    left: 0px;
    z-index: 2;
    /* animation: floatingText 3s ease-in-out infinite; */

}
.entrance-for-selected-title img{
    height: 300px;
    width: 100%;
}
.entrance-for-selected-desc{
    z-index: 3;
    position: relative;
    width: 750px;
    margin: auto;
    /* margin-top: 300px; */
}

.entrance-for-selected-desc .klub-subtitle{
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 176.923% */
    letter-spacing: 6.5px;
    text-transform: uppercase;
}
.entrance-for-selected-desc .klub-description{
    color: #F0F0F0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
}
.key-wrapper{
    z-index: 3;
    position: relative;
    margin-top: 100px;
    height: 700px;
}
.first-key{
    border-radius: 25px;
    background: #F0F0F0;
    box-shadow: 0px 4px 19px 0px rgba(24, 24, 24, 0.25);
    width: 440px;
    height: 230px;
    position: absolute;
    top: 0%;
    left: calc(50% - 465px);
    color: #242424;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    z-index: 0;
}
.second-key{
    border-radius: 25px;
    background: rgba(83, 111, 146, 1);
    box-shadow: 0px 4px 19px 0px rgba(24, 24, 24, 0.25);
    width: 440px;
    height: 230px;
    position: absolute;
    top:23%;
    left: calc(50% - 220px);
    color: #F0F0F0;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    z-index: 0;
}
.third-key{
    border-radius: 25px;
    background: #242424;
    box-shadow: 0px 4px 19px 0px rgba(24, 24, 24, 0.25);
    width: 440px;
    height: 230px;
    position: absolute;
    top:46%;
    left: calc(50% + 25px);
    color: #F0F0F0;
    transition: .3s all ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    z-index: 0;
}
.fourth-key{
    border-radius: 25px;
    background: rgba(163, 127, 54, 1);;
    box-shadow: 0px 4px 19px 0px rgba(24, 24, 24, 0.25);
    width: 440px;
    height: 230px;
    position: absolute;
    top:68%;
    left: 60%;
    color: #F0F0F0;
}
.fourth-key .key-title span{
    font-family: "Cinzel Decorative", sans-serif;
}
.first-key:hover,
.second-key:hover,
.third-key:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    z-index: 1;
    margin-top: -10px;
    margin-left: -10px;
}
.key-title{
    font-family: "Antic Didone",sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.51px;
    margin-bottom: 0px;
}
.key-owner{
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 176.923% */
    letter-spacing: 6.5px;
    text-transform: uppercase;
    bottom: 0px;
    position: absolute;
    left: 7%;
}
.key-name{
    width: -webkit-fill-available;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    top: 40%;
    position: absolute;
    left: 7%;
}
.key-img{
  width: 114px;
}
.see-more-btn{
    border-radius: 25px;
    border: 1px solid #F0F0F0;
    opacity: 0.5;
    color: #F0F0F0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 115% */
    letter-spacing: 0.8px;
    padding: 10px 30px;
    text-decoration: none;
    z-index: 3;
    position: relative;
}
.head-image{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 920px;
    padding-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.head-image .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #000;
    z-index: 1;
}
/* .box-center{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
} */
.head-image-title{
    color: #FFF;
    text-align: center;
    font-family: "Antic Didone", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 18.24px;
    z-index: 2;
    mix-blend-mode:difference;

}
.head-image-subtitle{
    color: #F0F0F0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 222.222% */
    letter-spacing: 9px;
    text-transform: uppercase;
    width: 460px;
    z-index: 2;
}
.success-mail-page .box-center{
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 0 20px;
    text-align: center;
}
.success-mail-page .head-image-title{
    color: #FFF;
    mix-blend-mode: normal;
}
.success-mail-page .head-image-subtitle{
    color: #F0F0F0;
    width: auto;
    max-width: 560px;
    margin: 20px auto 0;
}
.success-mail-link{
    display: inline-block;
    margin-top: 32px;
    padding: 14px 28px;
    border: 1px solid #CBB681;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-decoration: none;
    text-transform: uppercase;
}
.success-mail-link:hover{
    color: #CBB681;
}
.scroll-down{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}
.page-wrapper{
  margin: 80px 0px;
}
.title-cut{
    color: #242424;
    font-family: "Antic Didone", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 18.24px;
    position: relative;
    width: fit-content;
}
.title-cut span{
    position: absolute;
    bottom: -120px;
    right: -340px; /* bilo je 340 */
    font-size: 90px; /* ovo nije bilo */
}
.page-desc{
    position: relative;
    margin-top: 200px;
}
.mini-container{
   width: 570px;
    margin: auto;
}
.mini-container .desc-1{
margin-top: 50px;
}
.mini-container h4{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 222.222% */
    letter-spacing: 9px;
    text-transform: uppercase;
    width: 420px;
}
.mini-container p{
    color:#242424;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
}
.first-img-about{
    position: absolute;
    left: 0px;
    width: 470px;
}
.second-img-about{
    position: absolute;
    right: 0px;
    width: 430px;
    bottom: 0px;
}
.team-wrapper{
   margin: 100px 0px;
}
.title-cut2{
    color: #242424;
    font-family: "Antic Didone", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 18.24px;
    position: relative;
    width: fit-content;
}
.title-cut2 span {
    position: absolute;
    bottom: -120px;
    left: 90%;
}
.team-row{
    margin-top: 150px!important;
}
.team-member{
margin-top: 300px;
    margin-bottom: 70px;
}
.team-member img{
    border-radius: 25px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
}
.team-member .team-name{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 222.222% */
    letter-spacing: 9px;
    text-transform: uppercase;
    margin-top: 28px;
}
.team-member .team-desc{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
}
.team-member .team-desc strong{
    font-weight: bold;
}
.team-member .team-desc a{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
}
.team-member .team-desc p,
.team-member .team-desc ul,
.team-member .team-desc ol{
    margin-bottom: 14px;
}
.team-member .team-desc p:last-child,
.team-member .team-desc ul:last-child,
.team-member .team-desc ol:last-child{
    margin-bottom: 0;
}
.team-member .team-desc ul,
.team-member .team-desc ol{
    padding-left: 20px;
}
/* Kontakt strana */
.contact-page input, .contact-page textarea {
    width: 100%;
    margin-bottom: 24px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid #595959;
    padding: 20px 30px;
}
.contact-page button {
    border-radius: 25px;
    border: 1px solid #595959;
    cursor: pointer;
    color: #242424;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 115% */
    letter-spacing: 0.8px;
    background: transparent;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.contact-page .contact-desc {
    text-align: center;
    margin-bottom: 40px;
}
.contact-page .contact-desc p{
    color: #242424;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 161.538% */
    letter-spacing: 6.5px;
}
.contact-form-wrapper{
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.25);
    width: 790px;
    margin: auto;
    padding: 50px;
}
.contact-address{
  text-align: center;
    margin: 70px auto;
}
.contact-address p, .contact-address a{
    color: #242424;
    text-align: center;
    font-family:"Lato", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 43px;
    letter-spacing: 0.24px;
    text-decoration: none;
    margin-bottom: 0px;
}
/* Beba Klub strana */
.head-image-beba{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 920px;
    padding-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.head-image-beba .overlay-beba{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
            0deg,
            rgba(7, 21, 42, 0.75) 12.38%,
            rgba(7, 19, 41, 0.75) 36.38%,
            rgba(0, 12, 50, 0.75) 48.8%,
            rgba(31, 99, 117, 0.75) 92.85%
    );
}
/* .box-center-beba{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
} */
.head-image-beba .head-image-title{
    color: #FFF;
    text-align: center;
    font-family: "Cinzel Decorative", sans-serif;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 24.32px;
}
.head-image-beba .head-image-subtitle{
    color: #F0F0F0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 9px;
    text-transform: uppercase;
    width: 640px;
    margin-bottom: 50px;
}
.head-image-beba .head-image-desc{
    color: #F0F0F0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
    width: 760px;
    position: relative;
    z-index: 2;
}
.section-one{
    position: relative;
    z-index: 9;
    height: 1240px;
}
.section-one .first-key{
  top: -30px;
    left: 0px;
}
.section-one .title-first-key{
    color: #242424;
    font-family: "Antic Didone",sans-serif;
    font-size: 182px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27.3px;
}
.section-one .title-first-key .first-word{
   padding-top: 220px;
}
.section-one .title-first-key .second-word{
    margin-left: 250px;
}
.section-one .first-key-desc{
width: 450px;
    margin:auto;
    padding-top: 80px;
}
.section-one .first-key-desc .title{
    color :#242424;
    font-family: "Poppins" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 9px;
    text-transform: uppercase;
}
.section-one .first-key-desc .desc{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
}
.section-two{
    position: relative;
    z-index: 9;
    background-size: cover;
    background-position: center;
    height: 1240px;
}
.section-two .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(45, 66, 94, 0.92) 1.75%, rgba(26, 43, 68, 0.92) 48%, rgba(7, 21, 42, 0.92) 70.39%, rgba(7, 21, 42, 0.92) 91.16%);
}
.section-two .second-key{
    top: -30px;
    right: 0px;
    left: auto;
    z-index: 9;
}
.section-two .title-second-key{
    z-index: 9;
    position: relative;
    color: #242424;
    font-family: "Antic Didone",sans-serif;
    font-size: 182px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27.3px;
}
.section-two .title-second-key .first-word{
    padding-top: 220px;
    color: #536F92;
    text-align: right;
    font-family: "Antic Didone", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27.3px;
    margin-right: -40px;
}
.section-two .title-second-key .second-word{
    margin-left: 250px;
    color: #F0F0F0;
    text-align: right;
    font-family: "Antic Didone", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27.3px;
    padding-right: 350px;
}
.section-two .second-key-desc{
    width: 450px;
    margin:auto;
    padding-top: 80px;
    z-index: 9;
    position: absolute;
    left: 20%;
}
.section-two .second-key-desc .title{
    color :#F0F0F0;
    font-family: "Poppins" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 9px;
    text-transform: uppercase;
}
.section-two .second-key-desc .desc{
    color: #F0F0F0;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
}
.section-third{
    position: relative;
    z-index: 9;
    height: 1240px;
}
.section-third .third-key{
    top: -30px;
    left: 0px;
}
.section-third .title-third-key{
    color: #F0F0F0;
    font-family: "Antic Didone",sans-serif;
    font-size: 182px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27.3px;
}
.section-third .title-third-key .first-word{
    padding-top: 220px;
    color: #A37E36;
}
.section-third .title-third-key .second-word{
    margin-left: 250px;
}
.section-third .third-key-desc{
    width: 450px;
    margin:auto;
    padding-top: 80px;
}
.section-third .third-key-desc .title{
    color :#F0F0F0;
    font-family: "Poppins" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 9px;
    text-transform: uppercase;
}
.section-third .third-key-desc .desc{
    color: #F0F0F0;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
}
.club-tier .club-tier-item{
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
    will-change: opacity, transform;
}
.club-tier .club-tier-item:nth-child(2){
    transition-delay: 0.08s;
}
.club-tier .club-tier-item:nth-child(3){
    transition-delay: 0.16s;
}
.club-tier.is-visible .club-tier-item{
    opacity: 1;
    transform: translateY(0);
}
.club-tier.is-leaving .club-tier-item{
    opacity: 0;
    transform: translateY(22px);
}
@media (prefers-reduced-motion: reduce) {
    .club-tier .club-tier-item,
    .club-tier.is-visible .club-tier-item,
    .club-tier.is-leaving .club-tier-item{
        opacity: 1;
        transform: none;
        transition: none;
    }
}
.section-fourth{
    position: relative;
    z-index: 9;
    background-size: cover;
    background-position: center;
    height: 1240px;
}
.section-fourth .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(31, 99, 117, 0.90) 8.33%, rgba(7, 19, 41, 0.90) 64.8%, rgba(4, 4, 5, 0.90) 88.8%);
}
.section-fourth .fourth-key{
    top: -30px;
    right: 0px;
    left: auto;
    z-index: 9;
}
.section-fourth .title-fourth-key{
    z-index: 9;
    position: relative;
    color: #242424;
    font-family: "Antic Didone",sans-serif;
    font-size: 182px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27.3px;
}
.section-fourth .title-fourth-key .first-word{
    padding-top: 220px;
    color: #F0F0F0;
    text-align: right;
    font-family: "Cinzel Decorative", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27.3px;
    margin-right: -40px;
}
.section-fourth .title-fourth-key .second-word{
    margin-left: 250px;
    color: #F0F0F0;
    text-align: right;
    font-family: "Antic Didone", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27.3px;
    padding-right: 350px;
}
.section-fourth .fourth-key-desc{
    width: 450px;
    margin:auto;
    padding-top: 80px;
    z-index: 9;
    position: absolute;
    left: 20%;
}
.section-fourth .fourth-key-desc .title{
    color :#F0F0F0;
    font-family: "Poppins" , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 9px;
    text-transform: uppercase;
}
.section-fourth .fourth-key-desc .desc{
    color: #F0F0F0;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
}
.beba-desc-wrapper{
   padding: 50px 0px 80px;
    text-align: center;
}
.beba-desc{
    text-align: center;
}
.beba-desc .logo-desc{
    color: #242424;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 161.538% */
    letter-spacing: 6.5px;
}
.beba-desc .desc{
    color: #242424;
    text-align: center;
    width: 480px;
    margin:auto;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
    margin-bottom: 70px;
}
.beba-desc .see-more{
    border-radius: 25px;
    border: 1.5px solid #242424;
    color:  #242424;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 115% */
    letter-spacing: 0.8px;
    text-decoration: none;
    padding: 17px 45px;
}
/* Stranica apartmana */
.head-image-apartment {
    overflow: hidden;
    width: 100%;
    height: 920px;
    padding-bottom: 40px;
    position: relative;
}
.head-image-apartment-media,
.head-image-apartment-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.head-image-apartment-media img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.head-image-apartment .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.54;
    background: linear-gradient(180deg, #000 16.68%, rgba(255, 255, 255, 0.00) 46.44%);
    z-index: 1;
}
.head-image-gallery-link{
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}

.media-buttons {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.media-buttons a {
    padding: 12px 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(69, 69, 69, 0.25);
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
}
.media-buttons a img{
margin-right: 8px;
}
.media-buttons a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
}
.apartment-wrapper{
    background: #FFF;
    padding: 50px 0px;
}
.apartment-wrapper .appartment-flex-content,
.gallery-apartment .gallery-apartment-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}
.gallery-apartment .gallery-apartment-flex{
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}
.apartment-wrapper .appartment-flex-sidebar,
.gallery-apartment .gallery-apartment-sidebar{
    flex: 0 380px;
    max-width: 380px;  
}
.gallery-apartment .gallery-apartment-sidebar{
    align-self: stretch;
    max-width: none;
    position: relative;
}
.apartment-wrapper .appartment-flex-main,
.gallery-apartment .gallery-apartment-main{
    flex: 0 calc(100% - 440px);
    max-width: calc(100% - 440px);  
}
.gallery-apartment .gallery-apartment-main{
    max-width: none;
}


.apartment-wrapper .subtitle-category{
    color: #595959;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
}
.apartment-wrapper .title-apartment{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.apartment-wrapper .appartment-benefits{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
}
.apartment-wrapper .appartment-benefits li p{
 margin-bottom: 0px;
}
.apartment-wrapper .appartment-benefits li{
    color: #595959;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.68px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 40px 10px;
    justify-content: center;
}
/* Opis stana dolazi iz CMS-a i sadrzi svoje <p> tagove. Wrapper je zato <div>
   (u <p> ih browser izbaci kao sibling-e, pa su nasledjivali Bootstrap
   16px/24px/400 umesto stila sajta). Tipografija se prenosi na decu. */
.apartment-wrapper .apartment-description,
.apartment-wrapper .apartment-description p,
.apartment-wrapper .apartment-description li,
.apartment-wrapper .apartment-description span{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
}
.apartment-wrapper .apartment-description{
    margin-top: 50px;
}
.apartment-wrapper .apartment-description p{
    margin-bottom: 20px;
}
.apartment-wrapper .apartment-description p:last-child{
    margin-bottom: 0;
}
.apartment-wrapper .apartment-description h1,
.apartment-wrapper .apartment-description h2,
.apartment-wrapper .apartment-description h3,
.apartment-wrapper .apartment-description h4{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.68px;
    margin: 32px 0 12px;
}
.apartment-wrapper .apartment-description strong,
.apartment-wrapper .apartment-description b{
    font-weight: 500;
}
.apartment-wrapper .sidebar-info {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.25);
    height: max-content;
    padding-bottom: 30px;
}
.apartment-wrapper .apartment-price {
    color: #242424;
    font-family: "Antic Didone", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.apartment-wrapper .apartments-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
}
.apartment-wrapper .share-app{
    display: flex;
    align-items: center;
    gap: 12px;
}
.property-share{
    position: relative;
}
.property-share-toggle{
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.property-share-menu{
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 170px;
    padding: 10px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(7, 21, 42, 0.16);
    border: 1px solid rgba(36, 36, 36, 0.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 30;
}
.property-share.is-open .property-share-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.property-share-action{
    border: 0;
    background: #f7f4ef;
    color: #1a2234;
    border-radius: 12px;
    padding: 10px 12px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.property-share-action:hover{
    background: #1a2234;
    color: #fff;
}
.property-share-action.is-copied{
    background: #8a6a45;
    color: #fff;
}
.apartment-wrapper .apartments-info + .app-hr{
    margin-top: 0;
}
.apartment-wrapper .app-hr{
    opacity: 0.1;
    background: #242424;
    height: 1px;
}
.apartment-wrapper .contact-agent{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px; /* 205% */
    margin-bottom: 20px;
}
.apartment-wrapper .contact-ag{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 212.5% */
    letter-spacing: 0.64px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.apartment-wrapper .contact-ag a{
text-decoration: none;
    font-weight: bold;
    color: #242424;
    text-align: right;
    font-weight: 500;
}
.apartment-wrapper .contact-ag img{
    height: 18px;
}
.apartment-wrapper .open-popup-btn{
    border-radius: 50px;
    background: #242424;
    color: #F0F0F0;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    padding: 15px 20px;
    text-decoration: none;
    width: auto;
    margin: 0px 20px;
    display: block;
}
.apartment-wrapper .contact-app {
   padding: 20px 20px;
}
/* Popup */
.popup-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.78);
    display: none; /* Skriven po defaultu */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 24px;
    overflow-y: auto;
}
.popup-overlay .popup-content {
    background-color: #fff;
    width: min(100%, 640px);
    max-height: calc(100vh - 48px);
    position: relative;
    padding: 32px;
    border-radius: 25px;
    box-shadow: 0px 4px 30px 0px rgba(152, 152, 152, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}
.popup-overlay  .popup-header{
   margin: auto;
    text-align: center;
}
.popup-overlay  .popup-header p{
    width: min(100%, 320px);
    color: #242424;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 161.538% */
    letter-spacing: 6.5px;
    margin: auto;
    margin-top: 10px;
}
/* X dugme */
.popup-overlay  .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(36, 36, 36, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    color: #333;
    cursor: pointer;
}

/* Forma */
.popup-overlay  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 24px;
}

.popup-overlay .contact-form input,
.popup-overlay  .contact-form textarea {
    width: 100%;
    padding: 18px 24px;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 275;
    line-height: 28px;
    letter-spacing: 0.4px;
    border-radius: 25px;
    border: 1px solid #595959;
}
.popup-overlay  .contact-form textarea {
    min-height: 132px;
    resize: vertical;
}

.popup-overlay .contact-form button{
    border-radius: 25px;
    border: 1px solid #595959;
    cursor: pointer;
    color:  #242424;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 115% */
    letter-spacing: 0.8px;
    background: transparent;
    padding: 28px;
}
/* Category*/
.head-image-category{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 245px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 40px;
}
.head-image-category-title{
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 275;
    line-height: 23px; /* 176.923% */
    letter-spacing: 6.5px;
    text-transform: uppercase;
}
.page-hero{
    min-height: 300px;
    align-items: center;
    padding: 100px 20px 48px;
}
.page-hero .head-image-category-title{
    max-width: 980px;
}
.page-hero-subtitle{
    display: inline-block;
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 5px;
    opacity: 0.72;
}
.page-content-wrap{
    background:
        radial-gradient(circle at top left, rgba(166, 143, 107, 0.12), transparent 28%),
        linear-gradient(180deg, #f5f2ed 0%, #f0f0f0 100%);
    padding: 72px 0 96px;
}
.page-content-shell{
    max-width: 1120px;
    margin: 0 auto;
    padding: 56px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(26, 34, 52, 0.08);
    box-shadow: 0 24px 60px rgba(17, 25, 40, 0.08);
}
.page-content-intro{
    max-width: 760px;
    margin-bottom: 42px;
}
.page-content-kicker{
    margin-bottom: 14px;
    color: #8a6a45;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.page-content-intro h2{
    margin-bottom: 18px;
    color: #1a2234;
    font-family: "Antic Didone", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 1.2px;
}
.page-content-lead{
    margin: 0;
    color: #4f5562;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
}
.page-content-body{
    color: #2e3440;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 1.85;
}
.page-content-body > *:first-child{
    margin-top: 0;
}
.page-content-body > *:last-child{
    margin-bottom: 0;
}
.page-content-body h1,
.page-content-body h2,
.page-content-body h3,
.page-content-body h4,
.page-content-body h5,
.page-content-body h6{
    color: #1a2234;
    font-family: "Antic Didone", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 48px 0 18px;
}
.page-content-body h1{
    font-size: 44px;
}
.page-content-body h2{
    font-size: 36px;
}
.page-content-body h3{
    font-size: 28px;
}
.page-content-body p,
.page-content-body ul,
.page-content-body ol,
.page-content-body blockquote,
.page-content-body table{
    margin-bottom: 22px;
}
.page-content-body ul,
.page-content-body ol{
    padding-left: 24px;
}
.page-content-body li{
    margin-bottom: 10px;
}
.page-content-body a{
    color: #8a6a45;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.page-content-body strong,
.page-content-body b{
    color: #1a2234;
    font-weight: 700;
}
.page-content-body blockquote{
    margin-left: 0;
    padding: 22px 24px;
    border-left: 3px solid #8a6a45;
    background: rgba(138, 106, 69, 0.08);
    color: #404754;
    font-style: italic;
}
.page-content-body img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 18px;
}
.page-content-body iframe{
    width: 100%;
    max-width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 18px;
}
.page-content-body table{
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    border-radius: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(26, 34, 52, 0.08);
}
.page-content-body th,
.page-content-body td{
    padding: 14px 16px;
    border-bottom: 1px solid rgba(26, 34, 52, 0.08);
    text-align: left;
    font-size: 15px;
    line-height: 1.55;
    white-space: nowrap;
}
.page-content-body th{
    color: #1a2234;
    background: rgba(26, 34, 52, 0.04);
    font-weight: 600;
}
.page-content-body hr{
    margin: 36px 0;
    border: 0;
    border-top: 1px solid rgba(26, 34, 52, 0.12);
}
.filters-wrapper {
    background: #F0F0F0;
    padding: 20px 0;
    min-height: 80px;
}

.filters-wrapper .filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.filters-wrapper .filters-left, .filters-right {
    display: flex;
    gap: 30px;
    z-index: 1;
}
.select2-search__field::placeholder {
  color: #242424;
}
.select2-container {
    max-width: 240px;
}
.select2-selection__rendered {
    flex-wrap: wrap;
}
#filters-popup .popup-content {
    border-radius: 25px 25px 25px 25px;
    background: #FFF;
    box-shadow: 0px 0px 16px 6px rgba(179, 179, 179, 0.25);
    width: 680px;
    height: 671px;
    position: relative;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#filters-popup .popup-header-filter{
    position: absolute;
    background: #FFF;
    box-shadow: 0px 0px 16px 6px rgba(179, 179, 179, 0.25);
    top: 0px;
    width: 100%;
    left: 0px;
}
#filters-popup .filter-title-header{
    display: inline-flex;
    padding: 30px 0px;
}
#filters-popup .close-popup{
    position: absolute;
    top: 26px;
    right: 25px;
}
#filters-popup .close-filter{
   margin-right: 7px;
}
#filters-popup .popup-header-filter p{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
}
#filters-popup .popup-footer-filter{
    position: absolute;
    background: #FFF;
    box-shadow: 0px 0px 16px 6px rgba(179, 179, 179, 0.25);
    bottom: 0px;
    width: 100%;
    left: 0px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 23px ;
}
#filters-popup .cancel-filter{
    color: #595959;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.68px;
    background: transparent;
    border: 0px;
}
#filters-popup .display-filter{
    border-radius: 50px;
    background: #242424;
    color: #F0F0F0;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 115% */
    letter-spacing: 0.8px;
    float: right;
    padding: 15px 20px;
}
#filters-popup .popup-body-filter{
    height: 100%;
    overflow: scroll;
    margin-top: 70px;
    margin-bottom: 80px;
}
#filters-popup .popup-body-filter .filter-title{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 188.889% */
    letter-spacing: 0.72px;
}
.filter-price, .filter-quadrature, .filter-room, .filter-equipment, .filter-construction, .filter-status, .filter-search, .filter-other{
 margin-bottom: 20px;
}
.filter-room{
    display: grid;
}
.price-thumb-container {
    width: 100%;
}
.price-thumb-track {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 2px;
    background: #F0F0F0;
    border-radius: 2px;
    z-index: 0;
}

.price-thumb-slider-wrapper {
    position: relative;
    height: 40px;
}

.price-thumb-range {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
}

.price-thumb-range::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    background-color: #F0F0F0;
    border: 1px solid  #595959;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}

.price-thumb-values {
    display: flex;
    justify-content: space-between;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
}

.quad-thumb-container {
    width: 100%;
}

.quad-thumb-slider-wrapper {
    position: relative;
    height: 40px;
}

.quad-thumb-track {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 2px;
    background: #F0F0F0;
    border-radius: 2px;
    z-index: 0;
}

.quad-thumb-range {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
}

.quad-thumb-range::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    background-color: #F0F0F0;
    border: 1px solid  #595959;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}

.quad-thumb-values {
    display: flex;
    justify-content: space-between;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
}
.room-control-wrapper {
  float: right;
}
.room-control {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
}
.room-nmb {
    align-items: center;
    display: block;
    margin-bottom: 15px;
}
.room-btn {
    width: 28px;
    height: 28px;
    font-size: 20px;
    border: 1px solid #595959;
    background-color: transparent;
    color: #595959;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s;
    justify-content: center;
    align-items: center;
    display: flex;
}

.room-btn:hover {
    background-color: #e0e0e0;
}

#room-value {
    min-width: 20px;
    text-align: center;
    font-size: 16px;
}
.room-title{
    color: #595959;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
    float: left;
    margin-bottom: 0px;
}

.bath-control-wrapper {
    float: right;
}

.bath-control {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
}
.bath-nmb {
    align-items: center;
    display: block;
    margin-bottom: 15px;
}
.bath-btn {
    width: 28px;
    height: 28px;
    font-size: 20px;
    border: 1px solid #595959;
    background-color: transparent;
    color: #595959;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s;
    justify-content: center;
    align-items: center;
    display: flex;

}

.bath-btn:hover {
    background-color: #e0e0e0;
}
.bath-title{
    color: #595959;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
    float: left;
    margin-bottom: 0px;
}
#bath-value {
    min-width: 20px;
    text-align: center;
    font-size: 16px;
}








.category-list{
    padding: 40px 0px;
    position: relative;
}
.category-list .nmb-apartments{
    color: #595959;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
}
/* Prazna lista zelja - h2 je nasledjivao Bootstrap default (weight 500,
   boja #212529), sto odudara od ostatka sajta. Poravnato sa telom teksta. */
.wishlist-empty-message{
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    color: #4A4A4A;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.4px;
}
.category-list .list-acc{
    padding: 30px 0px;
    display: grid;
    flex-wrap: wrap;
    gap: 40px; /* razmak između elemenata, po želji */
    grid-template-columns: repeat(3, 1fr);
}
.category-apartment{
    margin: auto;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(152, 152, 152, 0.25);
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    position: relative;
}

.category-apartment .images-apartment{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}
.category-apartment .wishlist-container {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFF;
    box-shadow: 0px 1px 13px rgba(95, 95, 95, 0.25);
    border-radius: 50%;
    padding: 2px;
    z-index: 2;
}
.category-apartment .acc-desc {
    padding: 12px 10px;
}
.category-apartment .acc-title {
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
    height: 68px;
    display: block;
    margin-bottom: 1rem;
}
.category-apartment .acc-text {
    color: #595959;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 20px;
}
.category-apartment .acc-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.category-apartment .acc-filters ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-mask-image: linear-gradient(
        to right,
        black 0%,
        black 85%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        black 0%,
        black 85%,
        transparent 100%
    );
}
.category-apartment .acc-filters ul li {
    color: #9D9D9D;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    float: left;
    position: relative;
    padding-right: 0px;
word-break: keep-all;
    white-space: nowrap;
}
.category-apartment .acc-filters ul li:not(:nth-of-type(1)){
    margin-left: 16px;
}
.category-apartment .acc-filters ul li::marker {
    content: '';
}
.category-apartment .acc-filters ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #aaa;
    border-radius: 50%;
}
.category-apartment .acc-price {
    color: #000;
    text-align: right;
    font-family: "Antic Didone", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: right;
    margin-bottom: 0px;
}
.filters-btn{
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #CECECE;
    background: #FFF;
    padding: 6px 16px;
    white-space: nowrap;
}
.filters-btn img{
   width: 17px;
    height: 17px;
    margin-right: 5px;
}
.filters-btn p{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 0px;
}
.mapa-filter {
    align-items: center;
    display: flex;
}
.mapa-filter p{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 0px;
    margin-right: 5px;
}
/* Kada je mapa aktivna – samo 2 kolone */
body.mapa-active .list-acc {
    grid-template-columns: repeat(2, 1fr);
    height: 87vh;
    overflow: scroll;
}
/* Mapa stil, skrivene po defaultu */
.mapa-prikaz {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
    height: 100%;
    background-color: #eaeaea;
    z-index: 1000;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
}
/* Prikaži mapu kada je aktivna */
body.mapa-active .mapa-prikaz {
    display: block;
}
body.mapa-active .category-list{
   height: 100vh;
}
/* Umanji širinu sekcije sa listom kad je mapa tu */
body.mapa-active .category-list .row {
    width: 67%;
    float: left;
}
/* SWITCHERY ZA MAPU */
.switchery {
    display: inline-block;
    width: 57px;
    height: 30px;
    background-color: #F0F0F0;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid black;
}
.switchery small {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 50%;
    transition: left 0.2s ease;
}
body.mapa-active .switchery {
    background-color: rgba(255, 255, 255, 0.95)
}
body.mapa-active .switchery small {
    left: 28px;
}
.laptop{
   display: block;
}
.mobile{
    display: none;
}
.equipment-list, .construction-list, .status-list{
   list-style: none;
    padding-left: 0px;
    display: inline-flex;
}
.equipments, .constructions, .statuses{
    border-radius: 50px;
    border: 1px solid #D6D6D6;
    color: #595959;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
    position: relative;
    margin-right: 10px;
}
.equipments input, .constructions input, .statuses input{
    opacity: 0;
    position: absolute;
}
.equipments input[type="radio"]+label, .constructions input[type="radio"]+label, .statuses input[type="radio"]+label{
    cursor: pointer;
    padding: 8px 16px;
}
.equipments input[type="radio"]:checked+label, .constructions input[type="radio"]:checked+label, .statuses input[type="radio"]:checked+label {
    position: relative;
    background: #595959;
    color: #fff;
    border-radius: 50px;
    width: 100%;
}
.other-list{
    list-style: none;
    padding-left: 0px;
    column-count: 3;
}
.other-list .others{
    color: #595959;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
    margin-bottom: 15px;
}
/* Sakrij pravi checkbox */
.others input[type="checkbox"] {
    display: none;
}

/* Stilizovani krug */
.custom-checkbox {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    background-color: white;
    position: relative;
    margin-right: 0px;
    vertical-align: middle;
}

/* Tačka kada je čekiran */
.others input[type="checkbox"]:checked + label .custom-checkbox::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 26px;
    background-color: #595959;
    border-radius: 50%;
}
.others input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
.select2-container{
    z-index: 9999;
}
.filters-right .select2-container .select2-selection--single {
    height: auto!important;
    border-radius: 6px!important;
    border: 1px solid #D6D6D6!important;
}
.filters-right .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 15px 23px;

}
.filters-right .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px!important;
    right: 5px!important;
}
.filters-right .select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: 400!important;
    margin-right: 30px!important;
    margin-top: 16px!important;
}
.estate-purpose .select2-container--default .select2-selection--single, .estate-status .select2-container--default .select2-selection--single{
    border-radius: 25px!important;
    border: 1px solid #CECECE!important;
    background: #FFF!important;
    height: auto!important;
    transition: .3s all ease-in-out;
}
.estate-purpose .select2-container--default.select2-container--open .select2-selection--single, .estate-status .select2-container--default.select2-container--open .select2-selection--single{
    border-radius: 10px 10px 0 0 !important;

}
.estate-purpose .select2-container .select2-selection--single .select2-selection__rendered, .estate-status .select2-container .select2-selection--single .select2-selection__rendered{
  padding: 5px 20px;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
}
.estate-purpose .select2-container--default .select2-selection--single .select2-selection__arrow, .estate-status .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}
.estate-location .select2-container--default .select2-selection--multiple{
    border-radius: 25px!important;
    border: 1px solid #CECECE!important;
    background: #FFF!important;
    height: auto!important;
    padding: 6px 20px!important;
    transition: .3s all ease-in-out !important;
}
.estate-location .select2-container--default .select2-selection--multiple:has(ul.select2-selection__rendered li){
    padding: 6px 8px !important;
}
.estate-location .select2-container--default.select2-container--open .select2-selection--multiple{
    border-radius: 10px 10px 0 0 !important;
}
.estate-location .select2-container .select2-search--inline .select2-search__field{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    margin: 0 auto;
    vertical-align: baseline;
}
.estate-location .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: transparent;
    border: 1px solid #CECECE!important;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.16px;
    margin: 0 5px;
    vertical-align: baseline;
}
.focus.select2-container--open{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.facilities-wrapper .title{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.44px;
}
.facilities-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 0px;
    list-style-type: none;
    padding: 0;
    margin: 40px 0px;
}

.facilities {
    color: #595959;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
    border-bottom: 1px solid #E1E1E1;
}
.map-wrapper {
    margin: 100px 0px 150px;
}



/* Galerija u apartmanu */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.gallery-grid-extra {
    margin-top: 10px;
}
.gallery-sections {
    max-height: none;
    overflow: visible;
    scroll-behavior: smooth;
    margin-bottom: 60px;
}
.property-gallery-lazy .property-gallery-placeholder {
    min-height: 1px;
}
.more-images {
    display: none;
    margin-top: 10px;
}
.gallery-down-btn{
    border: none!important;
}
.gallery-down-btn:hover{
   background:transparent!important;
}
.show-more {
    position: sticky;
    bottom: -4px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 38%);
    padding-top: 28px;
    padding-bottom: 2px;
    z-index: 3;
}
.room-gallery {
    margin-bottom: 40px;
    margin-top: 40px;
    /* scroll-margin-top: 80px */
}
.room-gallery:first-child {
    margin-bottom: 40px;
    margin-top: 0px;
}
.room-gallery h3 {
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.44px;
}
.room-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 12px 0;
    background: #fff;
    will-change: transform;
}
.room-nav li {
    color:  #242424;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 43px;
    letter-spacing: 0.68px;
}

.room-nav a {
    text-decoration: none;
    color:  #242424;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 43px;
    letter-spacing: 0.68px;
    transition: color 0.2s;
}
.room-nav a.active {
    font-weight: 500;
}
.show-more {
    margin-top: 20px;
}
.custom-layout {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas:
    "img1 img1"
    "left right";
}

.img-1 {
    grid-area: img1;
    height: 350px;
    object-fit: cover;
}

.img-2 {
    grid-area: left;
    align-self: start;
    height: calc(50% - 5px);
}

.img-3 {
    grid-area: left;
    align-self: end;
    margin-top: 288px;
    height: calc(50% - 5px);
}

.img-4 {
    grid-area: right;
    align-self: stretch;
}

.custom-layout:not(:has(.img-4)) .img-2{
    height: initial;
}
.custom-layout:not(:has(.img-4)) .img-3{
    grid-area: right;
    align-self: start;
    margin-top: 0;
    height: auto;
}
/* Osnovni izgled slika */
.gallery-grid a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

.map-apartment{
    margin: auto;
    width: min(360px, calc(100vw - 48px));
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(152, 152, 152, 0.25);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    user-select: none;
    position: relative;
    overflow: hidden;
}
.map-apartment .images-apartment {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}
.map-apartment .acc-desc {
    padding: 14px 16px 16px;
}
.map-apartment .acc-title {
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 10px;
}
.map-apartment .acc-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px;
}
.map-apartment .acc-filters ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    column-gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    /* isto ponasanje kao kartice u listingu: duzi spisak se blago stopi umesto
       da se prelama ili gura cenu */
    -webkit-mask-image: linear-gradient(to right, black 0%, black 85%, transparent 100%);
    mask-image: linear-gradient(to right, black 0%, black 85%, transparent 100%);
}
/* Tackica je sopstveni flex item unutar <li>, pa se ne preklapa sa tekstom
   prethodne stavke i korektno se prelama u novi red. */
.map-apartment .acc-filters ul li {
    color: #9D9D9D;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.16px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
.map-apartment .acc-filters ul li::marker {
    content: '';
}
.map-apartment .acc-filters ul li:not(:first-child)::before {
    content: '';
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    background-color: #CFCFCF;
    border-radius: 50%;
}
.map-apartment .acc-price {
    color: #000;
    text-align: right;
    font-family: "Antic Didone", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    flex: 0 0 auto;
    white-space: nowrap;
    margin-bottom: 0px;
}

/* --- MapLibre popup: bez belog okvira i bez plavog focus ringa ---
   maplibre-gl.css se ucitava POSLE main.css, pa selektori moraju biti
   specificniji od njegovih (.maplibregl-popup + .maplibregl-popup-content). */
.maplibregl-popup .maplibregl-popup-content {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 25px;
}
.maplibregl-popup .maplibregl-popup-content:focus,
.maplibregl-popup .maplibregl-popup-content a:focus {
    outline: none;
}
.maplibregl-popup .maplibregl-popup-content a:focus-visible {
    outline: 2px solid #242424;
    outline-offset: 2px;
}
.maplibregl-popup .maplibregl-popup-content > a {
    display: block;
    border-radius: 25px;
}
.maplibregl-popup .maplibregl-popup-close-button {
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #242424;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.maplibregl-popup .maplibregl-popup-close-button:hover {
    background: #FFF;
}
.single-gallery {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 25px 25px 0px 0px;
}

.single-gallery .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.single-gallery .slide-image.active {
    opacity: 1;
    z-index: 1;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: transparent;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 2;
}

.gallery-prev {
    left: 10px;
}

.gallery-next {
    right: 10px;
}

.gallery-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 2;
}

.gallery-dots .dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.gallery-dots .dot.active {
    background: #9D9D9D;
}


/* TEMP */
.hero-header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hero-header::after{
    opacity: .7;
}
.hero-header > *{
    z-index: 2;
}
.hero-header h1{
    color: #FFF;
    font-family:  "Antic Didone", serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 18.24px;
    mix-blend-mode:difference;
    text-align: center;
}
.hero-header h1 span{
    color: #FFF;
    text-align: center;
    font-family: "Cinzel Decorative", serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 18.24px;
}
.hero-header .subtitle {
    color: #F0F0F0;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 222.222% */
    letter-spacing: 9px;
    text-transform: uppercase;
    width: auto;
}
.hero-header .desc {
    color:  #F0F0F0;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 200% */
    letter-spacing: 0.68px;
    width: 690px;
}
.hero-header .btn-search {
    border-radius: 50px;
    background: #F0F0F0;
    color: #242424;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    padding: 20px 40px;
    text-decoration: none;
    margin-top: 40px;
}
.hero-header .btn-search img{
   margin-right: 10px;
}
.scroll-in-overlay .overlay{
    opacity: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    margin-bottom: 0;
    display: inline-flex !important;
}
.fancybox__dialog{
    width: 100dvw !important;
}
.key-owner{
    display: none;
}
@media screen and (min-width: 1400px) {
    .select2-container {
        min-width: 150px;
    }
}
@media (min-width: 1201px) and (max-width: 1500px){
    .first-img-about {
        position: absolute;
        left: 0px;
        width: 370px;
    }
    .second-img-about {
        position: absolute;
        right: 0px;
        width: 370px;
        bottom: 0px;
    }
    .bc-waterfront-title img, .vracar-historical-title img, .dedinje-royal-title img {
        height: 210px;
        width: 100%;
    }
    .entrance-for-selected-title {
        z-index: 2;
    }
    .entrance-for-selected-title img {
        height: 210px;
        width: 100%;
    }
    /* .first-key {
        left: 10%
    }
    .second-key {
        left: 26%;
    }
    .third-key{
        left: 42%;
    }
    .fourth-key {
        left: 58%;
    } */
    .mapa-prikaz {
        width: 33%;
    }
    .popup-overlay .contact-form input, .popup-overlay .contact-form textarea {
        padding: 15px 32px;
        font-size: 15px;
    }
    .popup-overlay .contact-form {
        margin-top: 5px;
    }
}
@media (min-width: 1024px) and (max-width: 1400px){
    .slider-accommodation .acc-price, .bg-waterfront-swiper .acc-price, .category-apartment .acc-price {
        font-size: 20px;
    }
    .slider-accommodation .acc-filters ul li, .bg-waterfront-swiper .acc-filters ul li, .category-apartment .acc-filters ul li {
        font-size: 12px;
    }
    .slider-accommodation .acc-filters {
        gap: 5px;
    }
    .slider-accommodation .acc-desc, .bg-waterfront-swiper .acc-desc, .category-apartment .acc-desc {
        padding: 10px 10px;
    }
}
@media screen and (max-width: 1399px) {
    .apartment-wrapper .appartment-flex-sidebar,
    .gallery-apartment .gallery-apartment-sidebar{
        flex: 0 380px;
        max-width: 380px;  
    }
    .apartment-wrapper .appartment-flex-main,
    .gallery-apartment .gallery-apartment-main{
        flex: 0 calc(100% - 440px);
        max-width: calc(100% - 440px);  
    }
    .gallery-apartment .gallery-apartment-flex{
        grid-template-columns: 380px minmax(0, 1fr);
        gap: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1023px){
    .bc-waterfront-title img, .entrance-for-selected-title img {
        height: auto;
    }
    .first-key {
        left: 10%;
    }
    .second-key {
        top: 27%;
        left: 20%;
    }
    .third-key {
        top: 54%;
        left: 30%;
    }
    .fourth-key {
        top: 81%;
        left: 40%;
    }
    .section-two .title-second-key .second-word{
        margin-left: 0;
    }
    .slider-accommodation .acc-desc, .bg-waterfront-swiper .acc-desc, .category-apartment .acc-desc {
        padding: 10px;
    }
    .slider-accommodation .acc-price, .bg-waterfront-swiper .acc-price, .category-apartment .acc-price {
        font-size: 25px;
    }
    .slider-accommodation .acc-filters ul li, .bg-waterfront-swiper .acc-filters ul li, .category-apartment .acc-filters ul li {
        font-size: 13px;
    }
    .category-list .list-acc {
        grid-template-columns: repeat(2, 1fr);
    }
    .mapa-prikaz{
        width: 58%;
    }
    .first-img-about{
        left: calc((-100% + 550px) / 2);
        width: calc(100% - 570px);
    }
    .second-img-about{
        right: calc((-100% + 550px) / 2);
        width: calc(100% - 570px);
    }
    .head-image-beba .head-image-title{
        font-size: 70px;
    }
    .head-image-beba .head-image-subtitle{
        line-height: 32px;
    }
    .bc-waterfront-title img, .vracar-historical-title img, .dedinje-royal-title img{
        height: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .apartment-wrapper .appartment-flex-sidebar,
    .gallery-apartment .gallery-apartment-sidebar{
        flex: 0 280px;
        max-width: 280px;  
    }
    .apartment-wrapper .appartment-flex-main,
    .gallery-apartment .gallery-apartment-main{
        flex: 0 calc(100% - 294px);
        max-width: calc(100% - 294px);  
    }
    .gallery-apartment .gallery-apartment-flex{
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 24px;
    }
    .apartment-wrapper .contact-ag{
        font-size: 15px;
        letter-spacing: 1;
    }
    .apartment-wrapper .contact-ag img{
        height: 14px;
    }
    .apartment-wrapper .subtitle-category{
        font-size: 16px;
        line-height: 24px;
    }
    .apartment-wrapper .title-apartment{
        font-size: 36px;
        line-height: 44px;
    }
}
@media screen and (min-width: 768px) {
    .gallery-prev,
    .gallery-next{
        opacity: 0;
        transition: .3s all ease-in-out;
        margin-top: 60px;
    }
    div:has(.gallery-prev):hover > .gallery-prev,
    div:has(.gallery-next):hover > .gallery-next{
        opacity: .9;
        margin-top: 0;
    }
    div:has(.gallery-prev) > .gallery-prev:hover,
    div:has(.gallery-next) > .gallery-next:hover{
        opacity: 1;
    }
}
@media (max-width: 768px){
    .head-image-beba .head-image-title{
        font-size: 46px !important;
        margin-top: 90px;
    }
    .section-fourth .fourth-key-desc .title, .section-fourth .fourth-key-desc .desc, .section-third .third-key-desc .title, .section-third .third-key-desc .desc, .section-two .second-key-desc .title, .section-two .second-key-desc .desc, .section-one .first-key-desc .title, .section-one .first-key-desc .desc{
        font-size: 14px !important;

    }
    /* Sve cetiri "key" sekcije moraju imati isti prored na mobilnom.
       Ranije je samo section-one bila prepravljena, pa su two/three/four
       zadrzale desktop line-height 34px uz font 14px (prored 2.43). */
    .section-one .first-key-desc .title,
    .section-two .second-key-desc .title,
    .section-third .third-key-desc .title,
    .section-fourth .fourth-key-desc .title{
        line-height: 28px !important;
        letter-spacing: 7px;
    }
    .section-one .first-key-desc .desc,
    .section-two .second-key-desc .desc,
    .section-third .third-key-desc .desc,
    .section-fourth .fourth-key-desc .desc{
        line-height: 26px !important;
    }
    .head-image-subtitle{
        font-size: 16px;
    }

    .section-one .title-first-key, .section-two .title-second-key, .section-third .title-third-key, .section-fourth .title-fourth-key{
        font-size: 56px !important;
    }
    #filters-popup .display-filter{
        font-size: 16px;
        padding: 13px 15px;
    }
    .category-apartment .acc-title{
        font-size: 22px;
        line-height: 32px;
    }
    .entrance-for-selected .klub-title{
        font-size: 60px;
    }
    .fullscreen-menu .menu-items li a{
        font-size: 28px;
    }
    .footer-desc,.entrance-for-selected-desc .klub-description{
        font-size: 14px;
        line-height: 22px;
    }
    .copyright p{
        font-size: 14px;
        line-height: 22px;
    }
    .fullscreen-menu .menu-items{
        margin-top: 50px;
    }
    .hero-header .btn-search{
        padding: 15px 30px;
    }
    .property-share-menu{
        right: 0px;
        left: auto;
    }
    .hero-heading-title{
        margin-bottom: 32px;
    }
    .laptop{
        display: none;
    }
    .mobile{
        display: block;
        margin-bottom: 40px;
    }
    .hero-header h1{
        font-size: 64px;
        padding-left: 24px;
        padding-right: 24px;
        line-height: 1.1;
    }
    .hero-header h1 span{
        font-size: 64px;
        line-height: 1.1;
    }
    .hero-header .subtitle{
        line-height: 1.50;
        font-size: 16px;
        text-align: center; 
        padding: 0 20px;
        letter-spacing: 6px
    }
    .hero-header .desc {
        width: initial;
        padding: 0 20px;
        font-size: 14px;
        line-height: 22px;

    }
    .filters-wrapper .filters-left {
        display: none
    }
    .right-nav{
        justify-content: space-between;
        width: 100%;
    }
    /* Na mobilnom je 50px bocnog razmaka iz desktop pravila ostavljalo SRB i
       hamburger uvuceno u odnosu na sadrzaj stranice. Poravnato sa gutterom. */
    .header-nav, .mobile-nav {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .header-nav .menu-nav-items{
        margin-right: 0 !important;
    }
    .custom-arrow{
        display: none;
    }
    .footer-desc {
        width: auto;
        padding: 0px 20px;
    }
    .footer-list-link {
        display: block;
    }
    .beba-desc .desc {
        width: auto;
        padding: 0 20px;
        /* bez ovoga ostaje desktop 17px/34px, dok je telo teksta na mobilnom 14px/26px */
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 45px;
    }
    .section-two, .section-third{
        margin-top: -20px;
    }
    .first-key, .second-key, .third-key, .fourth-key {
        display: block;
        width: 100%;
        max-width: 480px;
        margin-inline: auto;
    }
    .section-one .title-first-key .second-word, .section-two .title-second-key .second-word, .section-third .title-third-key .second-word, .section-fourth .title-fourth-key .second-word {
        text-align: right;
    }
    .section-one .title-first-key, .section-two .title-second-key, .section-third .title-third-key, .section-fourth .title-fourth-key {
        font-size: 128px;
        letter-spacing: 18px;
    }
    .section-one .title-first-key .second-word, .section-third .title-third-key .second-word {
        margin-left: 0px;
    }
    .section-one .first-key-desc, .section-third .third-key-desc {
        width: auto;
        margin: auto;
        padding-top: 50px;
    }
    .section-two  .second-key-desc, .section-fourth .fourth-key-desc {
        width: auto;
        left: auto;
        position: relative;
    }
    .section-one, .section-two, .section-third, .section-fourth  {
        height: initial;
        padding-bottom: 80px;
    }
    .section-two .title-second-key .first-word, .section-fourth .title-fourth-key .first-word {
        margin-right: 0px;
        text-align: left;
        padding-top: 0px;
    }
    .section-third .title-third-key .first-word {
        padding-top: 0px;
    }
    .section-two .title-second-key .second-word, .section-fourth .title-fourth-key .second-word {
        margin-left: 0px;
        padding-right: 0px;
    }
    .head-image-beba .head-image-subtitle {
        width: auto;
        padding: 0px 20px;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 30px;

    }
    .head-image-beba {
        width: 100%;
    }
    .head-image-beba .head-image-desc {
        width: 100%;
        padding: 0px 20px;
        line-height: 28px;
    }
    .head-image-beba .head-image-title {
        font-size: 70px;
    }
    .head-image {
        height: 100vh;
    }
    .head-image-title {
        font-size: 55px;
    }
    .head-image-subtitle {
        width: auto;
        padding: 0 20px;
    }
    .contact-form-wrapper {
        width: auto;
        margin: auto;
        padding: 20px;
    }
    .mini-container {
        width: auto;
    }
    .page-desc{
        margin-top: 60px;
    }
    .page-desc .mini-container {
        width: auto;
        padding: 0px 20px;
    }
    .entrance-for-selected-desc {
        width: auto;
        margin-top: 30px;
    }
    .first-key {
        top: 0%;
        left: 0px;
        position: relative;
    }
    .second-key {
        left: 0px;
        position: relative;
        margin-top: 20px;
    }
    .third-key {
        left: 0px;
        position: relative;
        margin-top: 20px;
    }
    .fourth-key {
        position: relative;
        margin-top: 20px;
        left: 0px;
    }
    .footer-line {
        width: auto;
    }
    .key-wrapper {
        margin-top: 50px;
        height: auto;
    }
    .see-more-margin {
        margin-top: 50px;
    }
    .see-more-btn {
        font-size: 17px;
    }
    .entrance-for-selected-title img {
        height: auto;
    }
    .title-cut{
        font-size: 36px;
        width: auto;
    }
    .title-cut span {
        position: initial;
        bottom: initial;
        right: initial;
        font-size: 36px;
        word-spacing: 9999999px;
    }
    .mini-container h4{
        font-size: 16px;
        line-height: 30px;
    }
    .mini-container p{
        font-size: 14px;
        line-height: 28px;
    }
    .first-img-about, .second-img-about {
        position: relative;
        left: 0px;
        width: 100%;
    }
    .title-cut2 {
        font-size: 36px;
        letter-spacing: 12px;
        text-align: right;
        width: 100%;
    }
    .title-cut2 span {
        position: absolute;
        bottom: -60px;
        left: 90%;
    }
    .team-wrapper {
        margin: 0;
    }
    .entrance-for-selected {
        margin-top: 150px;
    }
    .section-one .title-first-key .first-word {
        padding-top: 0px;
    }
    .hero-text-center h1 {
        font-size: 45px;
        width: auto;
    }
    .fullscreen-menu .menu-items li {
        margin: 15px 0;
    }
    .hero-text-center h1 span {
        font-size: 60px;
    }
    .head-image-apartment {
        height: 440px;
    }
    .hero-text-center .subtitle {
        width: auto;
    }
    .hero-text-center .desc {
        width: auto;
    }
    .hero-text-center {
        width: 100%;
        padding: 0px 20px;
    }
    .popular-filters-box ul {
        list-style: none;
        display: flex;
        margin-left: 0px;
        margin-bottom: 0px;
        overflow: scroll;
    }
    .popular-filters-box li {
        margin-right: 25px;
    }
    .bc-waterfront-title img, .vracar-historical-title img, .dedinje-royal-title img {
        height: auto;
        width: 100%;
    }
    .bg-waterfront,  .vracar-historical, .dedinje-royal{
        height: 100vh;
        margin-top: 80px;
        margin-bottom: 150px;
    }
    .bc-waterfront-desc,
    .dedinje-royal-desc,
    .vracar-historical-desc {
        top: 100px;
    }
    .bg-waterfront-swiper .acc-title, .vracar-historical-swiper .acc-title, .dedinje-royal-swiper .acc-title {
        font-size: 22px;
        line-height: 30px;
        min-height: 60px;
    }
    .slider-accommodation .acc-price, .bg-waterfront-swiper .acc-price, .vracar-historical-swiper .acc-price, .dedinje-royal-swiper .acc-price {
        font-size: 20px;
    }
    .slider-accommodation .acc-filters ul li, .bg-waterfront-swiper .acc-filters ul li, .vracar-historical-swiper .acc-filters ul li, .dedinje-royal-swiper .acc-filters ul li  {
        font-size: 10px;
    }
    .copyright{
      padding: 0px 20px;
    }
    .tel-nav{
       display: none;
    }
    .back-to-top{
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
    }
    .category-list .list-acc {
        padding: 30px 20px;
        display: block;
    }
    .wishlist-empty-message{
        margin-top: 2.5rem !important;
        padding: 0 20px;
        font-size: 16px;
        line-height: 1.75;
    }
    .page-content-wrap{
        padding: 40px 0 64px;
    }
    .page-content-shell{
        padding: 28px 20px;
        border-radius: 20px;
    }
    .page-content-intro h2{
        font-size: 34px;
    }
    .page-content-lead,
    .page-content-body{
        font-size: 17px;
    }
    .page-content-body h1{
        font-size: 34px;
    }
    .page-content-body h2{
        font-size: 30px;
    }
    .page-content-body h3{
        font-size: 24px;
    }
    .page-content-body iframe{
        min-height: 240px;
    }
    .page-content-body table{
        border-radius: 14px;
    }
    .page-content-body th,
    .page-content-body td{
        padding: 10px 12px;
        font-size: 13px;
    }
    .category-apartment {
        margin-bottom: 30px;
    }
    .category-apartment .acc-price {
        font-size: 20px;
    }
    .category-apartment .acc-filters ul li {
        font-size: 13px;
    }
    #filters-popup .popup-content {
        width: auto;
        height: 90vh;
        padding: 20px 10px;
    }
    #filters-popup .popup-footer-filter {
        padding: 23px 10px;
    }
    .equipment-list, .construction-list, .status-list{
        display: block;
        column-count: 2;
    }
    .equipments, .constructions, .statuses{
        font-size: 15px;
        margin-bottom: 6px;
    }
    .equipments input[type="radio"]+label, .constructions input[type="radio"]+label, .statuses input[type="radio"]+label{
        padding: 3px 6px;
    }
    .other-list {
        column-count: 2;
    }
    .mapa-prikaz {
        width: 100%;
    }
    .custom-layout {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .gallery-sections{
        max-height: none;
        overflow: visible;
        margin-bottom: 32px;
    }
    .room-gallery{
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .room-gallery h3{
        font-size: 20px;
        letter-spacing: 0.8px;
        margin-bottom: 14px;
    }
    .room-nav{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        white-space: normal;
        padding: 10px 0 8px;
        padding-bottom: 4px;
        margin-bottom: 18px;
    }
    .room-nav li{
        padding-right: 0;
        line-height: normal;
    }
    .room-nav li:not(:nth-last-of-type(1))::after{
        display: none;
    }
    .room-nav li a{
        display: inline-flex;
        align-items: center;
        min-height: 40px;
        padding: 0 16px;
        border-radius: 999px;
        background: #f7f4ef;
        border: 1px solid rgba(36, 36, 36, 0.08);
        line-height: 1;
        font-size: 14px;
    }
    .room-nav li a.active{
        background: #242424;
        color: #fff;
    }
    .img-1 {
        grid-column: 1 / -1;
        height: 240px;
    }
    .img-2, .img-3, .img-4 {
        height: 160px;
        object-fit: cover;
        margin-top: 0 !important;
    }
    .img-1, .img-2, .img-3, .img-4 {
        margin-bottom: 0;
        display: block;
    }
    .gallery-grid-extra{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 12px;
    }
    .gallery-grid-extra a{
        max-width: none;
    }
    .gallery-grid-extra a img{
        height: 132px;
    }
    .first-img-about, .second-img-about{
        width: 100%;
        position: relative;
        margin-bottom: 62px;
    }
    .mini-container h4 {
        width: 100%;
    }

    .apartment-wrapper .appartment-flex-sidebar,
    .gallery-apartment .gallery-apartment-sidebar{
        flex: 0 100%;
        max-width: 100%;
        align-self: auto;
    }
    .apartment-wrapper .appartment-flex-main,
    .gallery-apartment .gallery-apartment-main{
        flex: 0 100%;
        max-width: 100%;  
    }
    .apartment-wrapper .apartment-description,
    .apartment-wrapper .apartment-description p,
    .apartment-wrapper .apartment-description li,
    .apartment-wrapper .apartment-description span{
        font-size: 14px;
        line-height: 26px;
    }
    .apartment-wrapper .apartment-description h1,
    .apartment-wrapper .apartment-description h2,
    .apartment-wrapper .apartment-description h3,
    .apartment-wrapper .apartment-description h4{
        font-size: 17px;
        margin: 24px 0 10px;
    }
    .apartment-wrapper .apartment-description{
        margin-top: 30px;
    }
    .gallery-apartment .gallery-apartment-flex{
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }
    .apartment-wrapper .contact-ag{
        font-size: 15px;
        letter-spacing: 1;
    }
    .apartment-wrapper .contact-ag img{
        height: 14px;
    }
    .apartment-wrapper .subtitle-category{
        font-size: 16px;
        line-height: 24px;
    }
    .map-wrapper{
        margin: 10px 0px 30px;
    }
    .head-image-beba .head-image-desc{
        font-size: 14px;
        line-height: 24px;
    }
    .head-image-beba{
        height: 710px;
    }
    .head-image-title{
        margin-top: 90px;
        font-size: 46px;
    }
    .apartment-wrapper .title-apartment{
        font-size: 27px;
        line-height: 36px;
    }
    .apartment-wrapper .apartment-price{
        font-size: 40px;
    }
    .hero-header::after{
        opacity: .8 !important; 
    }
    .section-title h2 {
        font-size: 24px;
    }
    .apartment-wrapper .open-popup-btn{
        font-size: 16px;
    }
    .popup-overlay{
        padding: 16px;
        align-items: flex-start;
    }
    .popup-overlay .popup-content{
        width: 100%;
        max-height: calc(100vh - 32px);
        padding: 52px 18px 20px;
        border-radius: 20px;
    }
    .popup-overlay .popup-header img{
        max-width: 72px;
        height: auto;
    }
    .popup-overlay .popup-header p{
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 4px;
        margin-top: 8px;
    }
    .popup-overlay .close-btn{
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
    .popup-overlay .contact-form{
        gap: 14px;
        margin-top: 18px;
    }
    .popup-overlay .contact-form input,
    .popup-overlay .contact-form textarea{
        padding: 14px 18px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 18px;
    }
    .popup-overlay .contact-form textarea{
        min-height: 120px;
    }
    .popup-overlay .contact-form button{
        font-size: 16px;
        padding: 14px 18px;
    }
    .apartment-wrapper .appartment-benefits li{
        font-size: 14px;
        padding: 20px 5px;
    }

    .slider-accommodation .acc-title{
        font-size: 23px;
        line-height: 34px;
        height: initial;
        min-height: 68px;
    }
    .vracar-historicalslider-nav button.custom-arrow,
    .dedinje-slider-nav button.custom-arrow,
    .bgwf-slider-nav button.custom-arrow{
        display: inline-block;
    }
    .room-nav li{
        display: block;
        padding-right: 0;
        position: static;
        line-height: normal;
    }
    .room-nav li:not(:nth-last-of-type(1))::after{
        display: none;
    }
    .room-nav li a{
        line-height: 1;
    }
    .first-key,.second-key,.third-key{
        height: 170px !important;
    }
    .entrance-for-selected-desc{
        opacity: 0.75;
    }
    .entrance-for-selected h2{
        opacity: 0.75;
    }
    .footer-desc{
        opacity: 0.75;
    }
    .dedinje-royal-swiper .swiper-slide:nth-child(even),.bg-waterfront-swiper .swiper-slide:nth-child(even),.vracar-historical-swiper .swiper-slide:nth-child(odd),.vracar-historical-swiper .swiper-slide:nth-child(even){
        transform: translateY(-50px);
    }
    .dedinje-royal-swiper .swiper-slide:nth-child(odd), .dedinje-royal-swiper .swiper-slide:nth-child(even){
        transform: translateY(-20px);
    }
    .vracar-historical-swiper .swiper-slide:nth-child(even){
        transform: translateY(0px);
    }
    .vracar-historical-swiper .swiper-slide:nth-child(odd){
        transform: translateY(0px);
    }
    .popular-filters-box{
        margin-top: 80px !important;
        position: relative;
    }
    .popular-filters-box .title-filters{
        top: -45px;
        width: 100%;
        position: absolute;
    }
    .section-title h2{
        margin-bottom: 30px;
    }
    .bg-waterfront, .vracar-historical, .dedinje-royal{
        margin-bottom: 50px;
    }
    .dedinje-royal,.bg-waterfront, .vracar-historical{
        background-size: auto 85%;
        background-repeat: no-repeat;
        background-position: top;
    }
    .dedinje-royal .overlay,.bg-waterfront .overlay,.vracar-historical .overlay{
        height: 85%;
    }
}
@media screen and (min-width: 576px) {

    .apartment-wrapper .appartment-benefits li{
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
    }
    .apartment-wrapper .appartment-benefits li:first-child{
        border-radius: 6px 0px 0px 0px;
        border-left: 1px solid #E1E1E1;
    }
    .apartment-wrapper .appartment-benefits li:nth-child(2) {
        border-left: 1px solid #E1E1E1;
        border-right: 1px solid #E1E1E1;
    }
    .apartment-wrapper .appartment-benefits li:nth-child(3) {
        border-radius: 0px 6px 0px 0px;
        border-right: 1px solid #E1E1E1;
    }
    .apartment-wrapper .appartment-benefits li:nth-child(4) {
        border-radius: 0px 0px 0px 6px;
        border-left: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
        border-top: 0px solid #E1E1E1;
    }
    .apartment-wrapper .appartment-benefits li:nth-child(5) {
        border-bottom: 1px solid #E1E1E1;
        border-left: 1px solid #E1E1E1;
        border-right: 1px solid #E1E1E1;
        border-top: 0px solid #E1E1E1;
    }
    .apartment-wrapper .appartment-benefits li:nth-child(6) {
        border-radius: 0px 0px 6px 0px;
        border-right: 1px solid #E1E1E1;
        border-top: 0px solid #E1E1E1;
    }
}
@media screen and (max-width: 575px) {
    .popular-filters{
        padding: 10px 0px;
    }
    .hero-header{
        background-image: url('/template/bebastannovo/assets/img/hero-home-mobile-v3.webp');
        background-position: center center;
        min-height: 800px;
    }
    .fullscreen-menu{
        background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .76)), url('/template/bebastannovo/assets/img/hero-home-mobile-v3.webp');
        background-position: center center;
    }
    .head-image-subtitle {
        line-height: 1.5;
        letter-spacing: 4px;
    }
    .apartment-wrapper .appartment-benefits{
        grid-template-columns: repeat(2, 1fr);
    }
    .apartment-wrapper .appartment-benefits li{
        border-left: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
    }
    .apartment-wrapper .appartment-benefits li:nth-of-type(-n+2){
        border-top: 1px solid #E1E1E1;
    }
    .apartment-wrapper .appartment-benefits li:nth-of-type(2n),
    .apartment-wrapper .appartment-benefits li:nth-of-type(odd):last-of-type{
        border-right: 1px solid #E1E1E1;
    }
    .apartment-wrapper .appartment-benefits li:nth-of-type(1){
        border-radius: 6px 0 0 0;
    }
    .apartment-wrapper .appartment-benefits li:nth-of-type(2){
        border-radius: 0 6px 0 0;
    }
    .apartment-wrapper .appartment-benefits li:nth-of-type(even):last-of-type{
        border-radius: 0 0 6px 0;
    }
    .apartment-wrapper .appartment-benefits li:nth-last-of-type(2):nth-of-type(odd),
    .apartment-wrapper .appartment-benefits li:nth-of-type(odd):last-of-type{
        border-radius: 0 0 0 6px;
    }
    .title-cut2 span{
        left: 75%; 
    }
    .facilities-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .entrance-for-selected{
        height: initial;
    }
    footer{ 
        padding-top: 60px;
    } 
    .vracar-historical, 
    .bg-waterfront,
    .dedinje-royal{
        min-height: 900px; 
    }
    .bg-waterfront{
        background-position-x: 62%; 
    }
    .vracar-historical-desc,
    .bc-waterfront-desc,
    .dedinje-royal-desc{
        position: relative;
        width: 100%;
        z-index: 2;
        top: 40px;
    }
    .vracar-historical-desc p,
    .bc-waterfront-desc p,
    .dedinje-royal-desc p{
        max-width: 350px;
        margin-left: auto;
    }
}
@media (max-width: 380px) {
    .hero-header .subtitle{
         font-size: 16px;
        line-height: 30px;
    }
    
    .section-one, .section-two, .section-third, .section-fourth {
        height: initial;
    }
    .section-two .second-key-desc, .section-fourth .fourth-key-desc {
        padding-top: 25px;
    }
    .section-two .second-key-desc{
        position: relative;
        z-index: 2;
    }
    .section-one .first-key-desc, .section-third .third-key-desc{
        padding-top: 10px;
    }
    .section-fourth .fourth-key-desc .title, .section-fourth .fourth-key-desc .desc, .section-third .third-key-desc .title, .section-third .third-key-desc .desc, .section-two .second-key-desc .title, .section-two .second-key-desc .desc, .section-one .first-key-desc .title, .section-one .first-key-desc .desc{
        font-size: 15px;
        line-height: 30px;
    }
    .head-image-beba .head-image-title {
        font-size: 50px;
    }
    .media-buttons a {
        padding: 12px
    }
    .apartment-wrapper .title-apartment {
        font-size: 25px;
        line-height: 34px;
    }
    .entrance-for-selected-desc .klub-title {
        font-size: 50px;
    }
    .section-one .title-first-key, .section-two .title-second-key, .section-third .title-third-key, .section-fourth .title-fourth-key{
        font-size: 68px;
    }
}
.icons-call{
    display: flex;
    gap: 8px;
}

.cf-turnstile{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 16px 0;
}
