/*
Theme Name: Moj Agent
Author: Singularity
Description: Nekretnine u Budvi
Author URI: https://singularity.is
Version: 1.0
*/


/***********************************
            FONTS
************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Work+Sans:wght@400;700&display=swap');

/***********************************
            ROOT
************************************/
:root {
    --font-primary: 'Work Sans', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
    --primary: #e7ad5d;
    --primary-2: #d5c479;
    --secondary: #222c3f;
}


/***********************************
        GOOGLE TRANSLATE
************************************/
a.glink {
    text-decoration: none;
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
}

.scrollUp a.glink,
header .property-navbar a.glink {
    color: black;
}

a.glink.gt-current-lang,
.scrollUp a.glink:hover,
header .property-navbar a.glink.gt-current-lang,
header .property-navbar a.glink:hover {
    color: var(--primary);
    font-weight: normal !important;
}

/***********************************
        PREDEFINED CLASSES
************************************/
body {
    font-family: var(--font-primary);
}

#wpadminbar {
    position: fixed;
}

body.admin-bar header nav {
    top: 46px;
}

h2.section-title {
    font-size: 24px;
    font-family: var(--font-secondary);
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
    color: black;
}

p.section-subtitle {
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 16px;
    line-height: 2;
    color: var(--secondary);
}

.bg-gray {
    background-color: #f5f7fb;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-orange {
    background-color: var(--primary);
}

.bg-black {
    background-color: var(--secondary);
}

.section-head {
    padding-bottom: 30px;
}

.section-padding {
    padding-top: 69px;
    padding-bottom: 69px;
}

body.single-placevi {
    padding-top: 78px;
}

body.single-nekretnine {
    padding-top: 78px;
}

body.post-type-archive-nekretnine {
    padding-top: 78px;
}

body.post-type-archive-placevi {
    padding-top: 78px;
}

body.page-template-page-about-us {
    padding-top: 78px;
}

body.page-template-page-kontakt {
    padding-top: 78px;
}

body.page-template-page-search-zemljiste {
    padding-top: 78px;
}

body.page-template-page-search-nekretnine {
    padding-top: 78px;
}

/***********************************
        HEADER
************************************/
header .navbar {
    background: rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

header .navbar .current_page_item a {
    color: var(--primary) !important;
}

header .navbar-brand {
    height: 100%;
    width: auto;
}

header .navbar-brand img {
    width: auto;
    height: 50px;
}

.offcanvas-title {
    visibility: hidden;
}

header .navbar .nav-item .nav-link.active {
    color: var(--primary);
}

header .navbar .nav-link {
    display: block;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
}

header .navbar .nav-link:hover {
    color: var(--primary);
}

header .lang {
    text-decoration: none;
}

.language {
    margin-top: 20px;
    padding-left: 10px;
}

.language .icon-box {
    height: auto;
    width: 16px;
    margin-right: -17px;
}

.language .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.lang {
    background-color: transparent;
    border: none;
    color: white;
    transition: all 0.4s;
    padding-left: 20px;
    position: relative;
}

.lang option {
    color: black;
    position: relative;
}


button.navbar-toggler {
    background-color: transparent;
    border: none;
}

button.navbar-toggler:focus {
    box-shadow: none;
}

header .offcanvas {
    background-color: #2a2a2a;
}

header .offcanvas .offcanvas-title {
    color: white;
}

header .offcanvas .offcanvas-body {
    padding: 0;
}

header .dropdown-menu {
    background-color: #2a2a2a;
}

header .dropdown-menu .dropdown-item {
    color: white;
    font-size: 14px;
    transition: all 0.3s;
}

header .dropdown-menu .dropdown-item:hover {
    color: var(--primary);
    background-color: var(--secondary);
}

.navbar.scrollUp {
    background-color: white;
}

header .property-navbar {
    background-color: white;
}

header .property-navbar .nav-link {
    color: white;
}

.property-navbar .lang {
    color: white;

}


/***********************************
        HERO
************************************/
.hero {
    background-size: cover;
    position: relative;
}

.hero::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--secondary);
    opacity: 0.4;
    z-index: 1;
}

.hero-block {
    padding-top: 155px;
    padding-bottom: 100px;
    z-index: 100;
    position: relative;
}

.hero-block h1 {
    font-family: var(--font-secondary);
    font-size: 20px;
    line-height: 2.83;
    margin-bottom: 8px;
    color: white;
}

.hero-block span {
    text-decoration: underline;
}

.hero-block p {
    margin-top: 22px;
    margin-bottom: 40px;
    color: white;
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
}

.hero-block .nav-tabs {
    border-bottom: none;
}

.hero-block .nav-item .nav-link {
    margin-right: 15px;
    border: 0;
    background-color: white;
    border-radius: 8px;
    color: black;
    transition: all 0.4s ease;
    padding: 0 25px;
    letter-spacing: 0.4px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;

}

.hero-block .nav-item .nav-link:hover {
    background-color: var(--primary);
    color: white;
}

.hero-block .nav-item .active {
    background-color: var(--primary);
    color: white;
    position: relative;
    transition: all 0.3s;
}

.hero-block .nav-item .active::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--primary);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);

}

.hero-block .src-btn a {
    background-color: var(--primary);
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--primary);
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 3;
    padding: 15px 30px;
    transition: all 0.3s ease;
    flex: 1;
}

.hero-block .src-btn a:hover {
    color: var(--primary);
    background-color: white;
}

.hero-block .tab-content {
    margin-top: 30px;

    width: 100%;
}

.hero-block .tab-content .tab-pane .tab-box {
    padding: 20px;
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 20%);
    background-color: white;
    border-radius: 10px;
}

.search-form-custom {
    padding: 20px;
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 20%);
    background-color: white;
    border-radius: 10px;
    display: inline-block;
}

.hero-block .tab-box {
    gap: 20px;
}

.hero-block .tab-content input,
.items input {
    padding: 0 20px;
    line-height: 48px;
    border-radius: 10px;
    border: 1px solid #D4D4D4;
    transition: all 0.4s ease;
    font-size: 15px;
    flex: 1;
    accent-color: var(--primary);
    margin-right: 10px;
}

.hero-block .tab-box select {
    padding: 13px 20px;
    line-height: 3;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    transition: all 0.4s ease;
    font-size: 15px;
    color: #666;
    flex: 1;
}

/***********************************
            FILTER
************************************/

.dropdown-check-list {
    display: inline-block;
    position: relative;
    width: 100%;
}

.message-no-realestate .message-text {
    font-size: 24px;
    margin-top: 30px;
}

.grid-view {
    min-height: 705px;
}

.btn-pag {
    background: var(--primary);
    color: #fff;
    border-radius: 0;
    position: relative;
    --bs-btn-padding-x: 0;

}

.btn-pag-next {
    padding-left: 0.75rem;
    padding-right: 1.5rem;
}

.btn-pag-prev {
    padding-right: 0.75rem;
    padding-left: 1.5rem;
}

.btn-pag:hover,
.btn-pag:focus {
    background: var(--primary);
    color: #fff;
}

.btn-pag:focus-visible {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.btn-pag:active {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

.btn-pag-next::after {
    position: absolute;
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 3px;
    right: 10px;
    top: 41%;
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);

}

.btn-pag-prev::after {
    position: absolute;
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 3px;
    left: 10px;
    top: 41%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 35px 5px 10px;
    text-decoration: none;
    width: 100%;
    height: 100%;
    background: #f4f4f5;
    border-radius: 10px;
}

.dropdown-check-list {
    height: 100%;
    min-height: 50px;
}

.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 2px solid black;
    border-top: 2px solid black;
    padding: 3px;
    right: 10px;
    top: 35%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.btn-submit-filter {
    background: var(--primary);
    color: #fff;
    font-size: 16px !important;
}

.dropdown-check-list ul.items {
    padding: 2px;
    display: none;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    z-index: 2;
}

.price-box {
    gap: 10px;
}

.dropdown-check-list ul.items li {
    list-style: none;
}

.dropdown-check-list.visible .anchor {
    color: var(--primary);
}

.dropdown-check-list.visible .items {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    max-height: 240px;
    overflow-y: auto;
}



.dropdown-check-list ul.items-lokacija li:not(:first-child) {
    position: relative;
  
}

/***********************************
        FEATURED
************************************/
.featured-link-box {
    text-decoration: none;
    color: var(--secondary);
}

.btn-featured-box {
    gap: 20px;
}

.featured-box {
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 2px #e7e7e7;
    background-color: white;
    overflow: hidden;
    transition: all 0.3s;

}

.featured-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

}

.featured-img-box .sale-rent-box {
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--primary);
    padding: 10px 10px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-secondary);
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.featured-img-box {
    min-width: 100%;
    height: 220px;
    position: relative;
}

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

.featured-text-box {
    padding: 20px;
    height: calc(100% - 220px);
    width: 100%;
}

.featured-box-vertical .featured-img-box {
    height: 220px;
}

.featured-box-vertical .featured-text-box {
    height: calc(100% - 220px);
}

.featured-text-box .top-text h4 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--secondary);
    text-align: start;
    font-family: var(--font-secondary);
}

.featured-text-box .adress {
    margin-bottom: 16px;
}

.featured-text-box .adress img {
    width: auto;
    height: 15px;
    margin-right: 8px;
    margin-top: 3px;
}

.featured-text-box .adress p {
    font-size: 13px;
    color: var(--secondary);
    margin-bottom: 0;
    line-height: 1.5;
    text-align: start;
}

.featured-text-box .specs {
    padding: 10px 0;
}

.specs-first img {
    max-height: 24px;
}

.specs-first-wrap {
    gap: 30px;
}

.specs-first p {
    margin: 0;
    font-size: 14px;
}

.featured-text-box .specs img {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

.featured-text-box .specs p {
    margin: 0;
    font-size: 14px;

}

.featured-text-box .price-box {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    font-family: var(--font-secondary);
}

.featured-btn {
    background-color: var(--primary);
    padding: 12px 30px;
    margin-top: 30px;
    border-radius: 30px;
    transition: all 0.3s;
    text-decoration: none;
}

.featured-btn:hover {
    background-color: var(--secondary);
}

.featured-btn:hover img {
    transform: translatex(8px);
}

.featured-btn img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    transition: all 0.3s;
}

.featured-btn p {
    margin: 0;
    margin-right: 10px;
    color: white;
    letter-spacing: 0.4px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;

}

/***********************************
        WHY CHOOSE US
************************************/
.why-choose-us-card-box {
    box-shadow: 0px 0px 1px #e7e7e7;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 22px;
    background-color: white;
}

.why-choose-us-text-box h4 {
    margin-top: 25px;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.why-choose-us-text-box p {
    margin-top: 15px;
    font-size: 15px;
    color: var(--secondary);
}

.why-choose-us-img-box {
    width: 100px;
    height: 100px;
}

.why-choose-us-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(75%) sepia(14%) saturate(1490%) hue-rotate(352deg) brightness(96%) contrast(89%);
}

/***********************************
        DISCOVER
************************************/
.discover h2.section-title {
    color: white;
}

.discover p.section-subtitle {
    color: white;
}

.discover .swiper {
    width: 100%;
    height: 100%;
}

.discover .swiper .swiper-slide {
    border-radius: 6px;
    height: auto;


}

.discover .swiper .link-box {
    text-decoration: none;
    color: var(--secondary);
    width: 100%;


}

.discover .swiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: 0;
}

.discover .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border: 3px solid white;
    transition: all 0.3s;
}

.discover .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: white;
}

.property-swiper .swiper-pagination {
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 20%);
    background-color: white;
    border-radius: 10px;
    padding-top: 4px;
}

/***********************************
        TESTIMONIALS
************************************/
.testimonials-section .swiper {
    width: 100%;
    height: 100%;
}

.testimonials-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.testimonials-card-box {
    padding: 40px;
    background-color: white;
    box-shadow: 0px 0px 2px #e7e7e7;
    border: 1px solid #e7e7e7;
}

.testimonials-card-box p {
    font-size: 15px;
    font-weight: 400;
    color: var(--secondary);
    font-family: var(--font-primary);
    line-height: 1.75;
    margin-bottom: 25px;
}

.testimonials-text-box h4 {
    margin-bottom: 0;
    font-size: 19px;
    letter-spacing: 0.38px;
    line-height: 1.45;
    color: var(--secondary);
    font-weight: 500;
}

.testimonials-text-box p {
    margin: 0;
}

.testimonials-img-box {
    width: 68px;
    height: 68px;
    background: linear-gradient(90deg, rgba(231, 173, 93, 0.75) 0%, rgba(213, 196, 121, 0.75) 100%);
    border-radius: 50%;
    padding: 4px;
    margin-right: 20px;
}

.testimonials-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

}

.quote-box {
    width: 60px;
    height: 70px;
    margin-left: auto;
    margin-right: 0;
}

.quote-box img {
    filter: invert(87%) sepia(73%) saturate(3705%) hue-rotate(310deg) brightness(93%) contrast(94%);
    width: 100%;
    height: 100%;
}

.testimonials-section .swiper-wrap {
    padding-bottom: 80px;
}

.testimonials-section .swiper-button-next,
.testimonials-section .swiper-button-prev {
    top: auto;
    bottom: 0;
    color: var(--secondary);
    width: 43px;
}

.testimonials-section .swiper-button-next:hover,
.testimonials-section .swiper-button-prev:hover {
    color: white;
}

.testimonials-section .swiper-button-prev:after,
.testimonials-section .swiper-button-next:after {
    color: var(--secondary);
    font-size: 15px;
    width: 43px;
    height: 43px;
    font-weight: 700;
    max-width: 43px;
    line-height: 42px;
    border: var(--secondary) 2px solid;
    border-radius: 50%;
    transition: all 0.3s;
}

.testimonials-section .swiper-button-prev:hover:after,
.testimonials-section .swiper-button-next:hover:after {
    background-color: var(--primary);
    color: white;
    border: white 2px solid;
}

.testimonials-section .swiper-button-next {
    right: 50%;
    left: auto;
    margin-right: -60px;
}

.testimonials-section .swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: -60px;
}

/***********************************
        PARTNERS
************************************/
.partners-section .swiper {
    width: 100%;
    height: 100%;
}

.partners-img-box {
    height: 150px;
    width: auto;
}

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

/***********************************
            FOOTER
************************************/
footer {
    padding-top: 90px;
    background-color: #303441;
}

.footer-menu .nav-link {
    padding: 0px;
}

.footer-menu .nav-link:focus,
.footer-menu .nav-link:hover {
    color: var(--primary) !important;
}

.footer-logo {
    text-decoration: none;
    color: white
}

.footer-logo img {
    height: 90px;
    width: auto;
}

.footer-info-box a {
    text-decoration: none;
    color: rgba(245, 255, 255, 0.8);
    transition: all 0.3s;
}

.footer-info-box a:hover {
    color: var(--primary);
}

.footer-text-box {
    padding-bottom: 40px;
    max-width: 400px;

}

.footer-text-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(245, 255, 255, 0.8);
    margin-top: 24px;
    margin-bottom: 22px;
}

.footer-text-box a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 400;
    color: rgba(245, 255, 255, 0.8);
    margin-bottom: 15px;
    transition: all 0.3s;
}

.footer-text-box a:hover {
    color: var(--primary);
}

.info-box {
    margin-bottom: 15px;
}

.info-img-box {
    min-width: 15px;
    width: 15px;
    min-height: 15px;
    margin-right: 10px;
}

.info-img-box img {
    height: 100%;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(70%) sepia(61%) saturate(401%) hue-rotate(347deg) brightness(94%) contrast(92%);
}

.info-text-box {
    word-break: break-all;
}


.info-text-box p {
    color: white;
    margin: 0;
}

.second-footer {
    border-top: 1px solid rgba(245, 255, 255, 0.1);
    padding: 30px 0;

}

.copyright-box p {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    color: white;
    margin: 0;
}

.copyright-box {
    margin: 0 auto;
    margin-bottom: 15px;
}

.footer-socials-box {
    margin: 0 auto;
}

.socials-links {
    text-decoration: none;
    margin-right: 22px;
}

.socials-links img {
    height: 15px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(159deg) brightness(105%) contrast(101%);
}

footer h3 {
    color: white;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
}

footer h3::after {
    position: absolute;
    content: "";
    top: 130%;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary);
}

.newsletter {
    padding-bottom: 90px;
}

.newsletter p {
    margin: 30px 0;
    color: white;
    line-height: 1.75;
    font-weight: 400;
}

.newsletter .email-box {
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
	color: #fff;
}

.newsletter .email-box::placeholder {
    color: white;
    font-size: 15px;
}

.footer-btn {
    background-color: var(--primary);
    padding: 12px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s;
}

.footer-btn:hover {
    background-color: var(--secondary);
}

.bottom-nav ul {
    padding: 0;
    list-style-type: none;
    padding: 20px 0;
}

.bottom-nav li {
    margin-bottom: 20px;
}

.bottom-nav li a {
    text-decoration: none;
    color: white;
    padding: 20px 0;
    transition: all 0.3s;
}

.bottom-nav li a:hover {
    color: var(--primary);
}

.bottom-nav .dropdown-menu {
    background-color: #303441;
    padding: 10px;
}

.bottom-nav .dropdown-menu li {
    margin-bottom: 10px;
}

.bottom-nav .dropdown-item {
    padding: 0;
}

.bottom-nav .dropdown-item:hover {
    background-color: transparent;
}

.back-top {
    padding: 13px;
    background-color: var(--primary);
    object-fit: cover;
    display: block;
    border-radius: 5px;
    position: fixed;
    right: -100%;
    bottom: 15px;
    transition: all 1s;
    z-index: 999;
}

.back-top img {
    height: 20px;
    width: auto;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(252deg) brightness(103%) contrast(101%);
}

.scrolled-btn {
    right: 5%;
}

/***********************************
         PROPERTY SWIPER
************************************/
.property-slider {
    height: 370px;
}

.property-swiper {
    width: 100%;
    height: 100%;
}

.property-slider .open-popup {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.property-slide-img-box {
    width: 100%;
    height: 100%;
}

.property-slide-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.property-slider .swiper .property-swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border: 3px solid var(--primary);
    transition: all 0.3s;
}

.property-slider .swiper .property-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary);
}

.property-slider .swiper-button-prev {
    left: 2%;
}

.property-slider .swiper-button-next {
    right: 2%;
}

.property-slider .swiper-button-prev:after,
.property-slider .swiper-button-next:after {
    color: var(--secondary);
    background-color: var(--primary);
    border: var(--secondary) 2px solid;
    padding: 10px 18px;
    transition: all 0.3s;
    border-radius: 50%;
    font-size: 30px;
}

.property-slider .swiper-button-prev:hover:after,
.property-slider .swiper-button-next:hover:after {
    background-color: var(--primary);
    color: white;
    border: white 2px solid;
}


.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 200px;
    margin: 20px auto;
    text-align: center;
}

/***********************************
         PROPERTY DETAILS
************************************/

.property-details {
    padding-top: 30px;
    padding-bottom: 30px;
}

.property-head {
    padding-bottom: 25px;
    gap: 20px;
}

.listing-bar h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    font-family: var(--font-secondary);
}

.property-adress img {
    height: 15px;
    width: auto;
}

.property-adress p {
    margin: 0;
    margin-left: 8px;
    color: #666;
}

.property-adress-sifra p {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.property-price-box p {
    color: var(--primary);
    font-family: var(--font-secondary);
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 600;
}

.square-box p {
    margin: 0;
    line-height: 1;
    font-size: 17px;
    font-weight: 400;
}

.square-box-first p {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
    color: var(--primary);
    font-family: var(--font-secondary);
}

.property-description {
    padding: 22px;
    box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
    margin-top: 30px;
}

.property-description h3 {
    font-family: var(--font-secondary);
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
}

.property-description h3::after {
    position: absolute;
    top: 130%;
    left: 0;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary);
}

.property-description p {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.75;
}

.property-specs-box p {
    color: #555;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.75;
}

.amenities {
    margin-top: 45px;
}

.amenities-box p {
    font-weight: 400;
    color: #000000;
}

.property-specs-box span {
    font-weight: 400;
    color: #666;
    margin-left: 4px;
}

.specs-icon-box {
    height: 22px;
    width: auto;
    object-fit: cover;
    margin-right: 5px;
}

.specs-icon-box img {
    width: auto;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(79%) sepia(9%) saturate(2561%) hue-rotate(343deg) brightness(96%) contrast(88%);
}

.plan-box {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.plan-box img {
    width: 100%;
    height: auto;
}

/**************************
    SWIPER PLAN
**************************/
.plan-swiper2,
.plan-swiper,
.gallery-swiper2,
.gallery-swiper {
    width: 100%;
    height: 100%;
}

.plan-swiper .property-slide-img-box,
.gallery-swiper .property-slide-img-box {
    height: 50px;
    width: 100%;
}

.plan-swiper2 .property-slide-img-box,
.gallery-swiper2 .property-slide-img-box {
    height: 150px;
    width: 100%;
}

.plan-swiper .property-slide-img-box img,
.gallery-swiper .property-slide-img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.plan-swiper2 .property-slide-img-box img,
.gallery-swiper2 .property-slide-img-box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.plan-swiper .open-popup,
.plan-swiper2 .open-popup,
.gallery-swiper .open-popup,
.gallery-swiper2 .open-popup {
    width: 100%;
}

.plan-swiper2 .swiper-slide,
.plan-swiper .swiper-slide,
.gallery-swiper2 .swiper-slide,
.gallery-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-swiper2 .swiper-slide img,
.plan-swiper .swiper-slide img,
.gallery-swiper2 .swiper-slide img,
.gallery-swiper .swiper-slide img {
    display: block;
}

.plan-swiper2,
.plan-swiper,
.gallery-swiper2,
.gallery-swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.plan-swiper2 .swiper-slide,
.plan-swiper .swiper-slide,
.gallery-swiper2 .swiper-slide,
.gallery-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.plan-swiper2,
.gallery-swiper2 {
    height: 80%;
    width: 100%;
    margin-bottom: 10px;
}

.plan-swiper,
.gallery-swiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.plan-swiper .swiper-slide,
.gallery-swiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.plan-swiper .swiper-slide-thumb-active,
.gallery-swiper .swiper-slide-thumb-active {
    opacity: 1;
}



.agent-info-box {
    padding: 22px;
}

.agent-info-box a {
    color: #666666;
    transition: all 0.3s;
}

.agent-info-box a:hover {
    color: var(--primary);
}

.agent-information-head {
    padding-bottom: 22px;
    border-bottom: 1px solid #eaeff5;
}

.agent-information-head h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    font-family: var(--font-secondary);
    color: #222222;
}

.agent-profile {
    padding: 22px 22px 10px 22px;
}

.agent-profile-text-box h4 {
    font-size: 18px;
    font-family: var(--font-secondary);
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.agent-profile-text-box p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.75;
    margin: 0;
}

.agent-profile-img-box {
    height: 85px;
    width: 85px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border: 4px solid #fff;
    margin-right: 15px;
}

.agent-profile-img-box img {
    height: 100%;
    width: 100%;
    border-radius: 50%;

}

.agent-info-box .info-text-box p {
    color: #666;
}

.agent-info-box .info-box {
    margin-bottom: 15px;
}

.agent-info-box .info-img-box {
    margin-right: 20px;
}

.inquiry-box {
    padding: 22px;
}

.inquiry-box .agent-information-head {
    border-top: 1px solid #eaeff5;
    border-bottom: none;
}

.inquiry-box .agent-information-head h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.inquiry-input-box input {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #dae2e9;
    line-height: 1.2;
    width: 100%;
}

.inquiry-input-box form p {
    width: 100%;
}

.inquiry-input-box textarea {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #dae2e9;
    width: 100%;
}

.inquiry-input-box .submit-btn {
    background-color: var(--primary);
    border: none;
    color: white;
    transition: all 0.3s;
    font-weight: 600;
    max-width: 100%;
    width: unset;
}

.inquiry-input-box .submit-btn:hover {
    background-color: var(--secondary);
}

.recent-properties {
    margin-top: 30px;
    padding: 22px;
}

.recent-properties-block a {
    text-decoration: none;
    color: black;
    display: block;
}

.recent-properties-img-box {
    height: 80px;
    width: 120px;
    min-height: 80px;
    min-width: 120px;
    margin-right: 22px;
}

.recent-properties-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.recent-properties-text-box h4 {
    font-family: var(--font-secondary);
    font-size: 16px;
    color: #222;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    transition: all 0.3s;
}

.recent-properties-text-box:hover h4 {
    color: var(--primary);
}

.recent-properties-text-box p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.75;
    margin-bottom: 15px;
}

.recent-property-box {
    margin-top: 22px;
}

.specials {
    padding: 22px;
    margin-top: 30px;
}

.specials-img-box {
    height: 250px;
    width: auto;
    object-fit: cover;
    margin-top: 22px;
}

.specials-img-box img {
    height: 100%;
    width: 100%;
}

.video-box {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 55.25%;
}

.acf-map {
    width: 100%;
    height: 100%;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

.video-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.location-box-child {
    width: 100%;
    height: 300px;
    position: relative;
}

.reviews {
    margin-bottom: 30px;
}

.property-description .swiper-wrap {
    padding-bottom: 80px;

}

.property-description .swiper-button-prev:after,
.property-description .swiper-button-next:after {
    color: var(--secondary);
    background-color: var(--primary);
    border: var(--secondary) 2px solid;
    border-radius: 50%;
    padding: 10px 14px;
    transition: all 0.3s;
    font-size: 15px;


}

.property-description .swiper-button-next {
    right: 50%;
    left: auto;
    margin-right: -60px;
    bottom: 0;
    top: auto;
}

.property-description .swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: -60px;
    bottom: 0;
    top: auto;
}

.property-description .swiper-button-prev:hover:after,
.property-description .swiper-button-next:hover:after {
    background-color: var(--primary);
    color: white;
    border: white 2px solid;
}

.similar-properties-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.similar-properties-section .link-box {
    text-decoration: none;
    color: var(--secondary);
}

/***********************************
        SIMILAR PROPERTIES
************************************/
.similar-properties-head h3 {
    font-family: var(--font-secondary);
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
}

.similar-properties-head h3::after {
    position: absolute;
    top: 130%;
    left: 0;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary);
}


/***********************************
         CONTACT BANNER
************************************/
.contact-banner-section {
    background: url(images/bg-details.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    z-index: 1;
    position: relative;
}

.contact-banner-section::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(18, 27, 34, 0.6), rgba(18, 27, 34, 0.6));
}

.contact-banner-block {
    min-height: 240px;
    z-index: 2;
    position: relative;
}

.contact-banner-block h2 {
    font-size: 22px;
    font-family: var(--font-secondary);
    margin-bottom: 18px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-banner-block h3 {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-secondary);
    color: #FFF;
    margin: 0;
}

.contact-banner-block a {
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s;
}

.contact-banner-block a:hover {
    color: var(--primary);
}

/***********************************
         LOCATION 
************************************/
.location-section {
    padding: 90px 0;
}

.location-box {
    padding: 22px;
    box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
    background-color: #FFF;
}

h3.location-title {
    font-size: 16px;
    font-weight: bold;
    font-family: var(--font-secondary);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.map-wrap {
    width: 100%;
    height: 300px;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
}

.contact-us-box {
    margin-top: 30px;
}

.contact-us-box h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: var(--font-secondary);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-us-form input {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.2;
}

.contact-us-form textarea {
    padding: 10px;
    border-radius: 5px;
    min-height: 170px;
}

.contact-us-form .submit-btn {
    margin-right: auto;
    margin-left: 0;
    padding: 10px 20px;
    font-size: 18px;
}

.contact-us-form .submit-btn:hover {
    background-color: var(--secondary);
}

.contact-info-box {
    background-size: cover;
    background-position: center;
    padding: 30px;
    position: relative;

}

.contact-info-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(rgba(32, 51, 100, 0.8), rgba(32, 51, 100, 0.8));
}

.contact-info-block {
    z-index: 10;
    position: relative;
}

.contact-info-block h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: var(--font-secondary);
    margin-bottom: 8px;
    text-transform: uppercase;
    color: white;
    position: relative;
    margin-bottom: 30px;
}

.contact-info-block h3::after {
    content: "";
    top: 130%;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: white;
    position: absolute;
}

.contact-info-block p {
    font-size: 15px;
    color: white;
    line-height: 1.75;
    margin-bottom: 45px;
}

.contact-info-box a {
    color: white;
    transition: all 0.3s;
}

.contact-info-box a:hover {
    color: var(--primary);
}

.contact-info-box .info-box {
    margin-bottom: 30px;
}

.contact-info-box .info-box p {
    margin: 0;
    font-weight: 300;
    line-height: 1.75;
}

.contact-info-box .info-img-box {
    margin-right: 20px;
}

.contact-info-box .info-img-box img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}


/***********************************
         ABOUT US 
************************************/
.about-banner-section {
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    z-index: 1;
    position: relative;
}

.about-banner-section::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(18, 27, 34, 0.6), rgba(18, 27, 34, 0.6));
}

.about-page-head h2 {
    color: var(--primary);
}

.about-page-head span {
    color: black;
}

.about-us-section {
    padding: 90px 0;
}

.about-us-section h2 {
    position: relative;
}

.about-us-section h2::after {
    content: "";
    top: 130%;
    left: 0;
    position: absolute;
    height: 3px;
    width: 80px;
    background-color: #000000;
}

.about-us-section span {
    color: var(--primary);
}

.about-us-text-box p {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
}

.about-btn {
    padding: 20px 25px;
    font-size: 15px;
    font-weight: 700;
    background-color: var(--primary);
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.about-btn:hover {
    background-color: var(--secondary);
}

/***********************************
        NUMBERS
************************************/
.numbers-section {
    background: url(images/bg-details.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    z-index: 1;
    position: relative;
}

.numbers-section::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}

.numbers-img-box {
    height: 45px;
    width: 45px;
    object-fit: cover;
    margin-right: 22px;
}

.numbers-img-box img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(81%) sepia(83%) saturate(2032%) hue-rotate(314deg) brightness(97%) contrast(86%);
}

.numbers-text-box span {
    font-size: 30px;
    font-weight: 700;
}

.numbers-box p {
    margin: 0;
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: 600;
    text-transform: capitalize;
}

/***********************************
        AGENTS
************************************/
.agents-block {
    max-width: 1000px;
}

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

.agents-img-box {
    height: 300px;
    width: auto;
}

.agents-card-box {
    background-color: white;
    position: relative;
    padding-bottom: 68px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 1px 4px #e7e7e7;
}

.agents-text-box {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: white;
    transition: all 0.3s;
}

.agents-text-box h3 {
    color: #444444;
    font-family: var(--font-secondary);
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
}

.agents-text-box p {
    color: black;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.agents-text-box a {
    text-decoration: none;
    color: var(--primary);
    font-weight: 700;
}

/***********************************
        HALF MAP 
************************************/
.half-map-wrap {
    position: sticky;
    top: 118px;
    height: calc(100vh - 118px);
}

.half-map-wrap iframe {
    height: 100%;
    width: 100%;
}

.half-map-head {
    padding-top: 50px;
    padding-bottom: 50px;
}

.half-map-head h2 {
    color: black;
    font-size: 20px;
    font-family: var(--font-secondary);
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.half-map-pagination {
    padding: 24px 0;
}

.half-map-pagination .pagination {
    margin: 0;
}

.half-map-pagination .pagination span {
    background-color: var(--primary);
    color: black;
}

.page-item.disabled span {
    color: white;
}

.page-link:focus {
    box-shadow: none;
}

.half-map-pagination .pagination .active span {
    border-color: #dee2e6;
    color: white;
}

.half-map-pagination .pagination a {
    color: #fff;
}

.half-map-search {
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0px 0px 0px 8px rgb(255 255 255 / 20%);
    background-color: white;
    border-radius: 10px;
    width: 100%;

}

.half-map-search input {
    padding: 12px 20px;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    transition: all 0.4s ease;
    font-size: 15px;
    flex: 1;

}

.half-map-search.search-form-custom {
    width: unset;
}

.half-map-search.search-form-custom input {
    width: 100%;
}

.half-map-search select {
    padding: 13px 20px;
    line-height: 3;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    transition: all 0.4s ease;
    font-size: 15px;
    color: #666;
    flex: 1;
}

.half-map-search .src-btn a {
    background-color: var(--primary);
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--primary);
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 3;
    padding: 13px 28px;
    transition: all 0.3s ease;
    flex: 1;
}

.half-map-search .src-btn a:hover {
    color: var(--primary);
    background-color: white;
}

/***********************************
        GRID VIEW
************************************/
.grid-view-head {
    padding-bottom: 30px;
}

.grid-view-head h2 {
    color: black;
    font-size: 20px;
    font-family: var(--font-secondary);
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
}

/***********************************
                404
************************************/
.section-404 {
    min-height: 700px;
}

.wrap-404 .text-title {
    font-size: 100px;
    color: var(--primary);
}

.wrap-404 .text-404 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.wrap-404 .btn-wrap {
    margin-top: 30px;
}

.wrap-404 .btn-wrap {
    gap: 30px;
}

.wrap-404 .btn:active {
    background-color: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

.wrap-404 .btn-wrap a {
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    background: var(--primary);
}

/***********************************
        RESPONSIVE SM
************************************/
@media only screen and (min-width: 576px) {
    .copyright-box {
        margin: 0;
        margin-bottom: 0;
    }

    .footer-socials-box {
        margin-left: auto;
        margin-right: 0;
    }

    .half-map-search input {
        width: auto;
    }

    .half-map-search.search-form-custom input {
        width: auto;
    }

    .half-map-search select {
        width: auto;
    }

    .plan-swiper .property-slide-img-box,
    .gallery-swiper .property-slide-img-box {
        height: 70px;
        width: 100%;
    }

    .plan-swiper2 .property-slide-img-box,
    .gallery-swiper2 .property-slide-img-box {
        height: 200px;
        width: 100%;
    }
}

/***********************************
         RESPONSIVE MD
************************************/
@media only screen and (min-width: 768px) {
    body.admin-bar header nav {
        top: 32px;
    }

    h2.section-title {
        font-size: 30px;
    }

    .hero-block h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .listing-bar h3 {
        font-size: 24px;
        line-height: 1;
    }

    .specials-img-box {
        height: 400px;
    }

    .about-us-section h2::after {
        width: 95px;
    }

    .half-map-head h2 {
        font-size: 24px;
    }

    .grid-view-head h2 {
        font-size: 24px;
    }

    .plan-swiper .property-slide-img-box,
    .gallery-swiper .property-slide-img-box {
        height: 80px;
        width: 100%;
    }

    .plan-swiper2 .property-slide-img-box .gallery-swiper2 .property-slide-img-box {
        height: 250px;
        width: 100%;
    }

}

/***********************************
         RESPONSIVE LG
************************************/
@media only screen and (min-width: 992px) {

    /*------HEADER------*/
    header .navbar .nav-item .nav-link {
        font-size: 16px;
        border-bottom: none;
        line-height: 2;
        padding: 6px 16px;
    }

    .message-no-realestate .message-text {
        margin-top: 60px;
    }

    .language-box .lang {
        font-size: 16px;
        line-height: 2;
    }

    .language {
        margin-top: 0;
    }

    header .dropdown-menu {
        background-color: white;
    }

    header .dropdown-menu .dropdown-item {
        color: #2a2a2a;
        background-color: white;
    }

    header .dropdown-menu .dropdown-item:hover {
        background-color: white;
    }

    header .property-navbar .nav-link {
        color: black;
    }

    .property-navbar .lang {
        color: black;
    }

    /*------HERO------*/
    .hero-block {
        min-height: 800px;
        padding-top: 208px;
    }

    /*------SCROLLED------*/
    header .navbar .nav-link.nav-link-scrolled {
        color: black;
        transition: all 0.5s;
    }

    header .navbar .nav-link.nav-link-scrolled:hover {
        color: var(--primary);
    }

    .lang-scrolled {
        color: black;
    }

    .scrolled-icon {
        filter: invert(94%) sepia(82%) saturate(1%) hue-rotate(355deg) brightness(104%) contrast(101%);
    }

    .listing-bar h3 {
        font-size: 28px;
    }

    .property-adress img {
        height: 17px;
        width: auto;
    }

    .property-adress p {
        font-size: 17px;
    }

    .property-price-box p {
        font-size: 24px;
    }

    .specials-img-box {
        height: 250px;
    }

    .property-navbar .icon-box img {
        filter: invert(94%) sepia(82%) saturate(1%) hue-rotate(355deg) brightness(104%) contrast(101%);
    }

    .property-details {
        padding-top: 90px;
    }

    .property-price-box p {
        font-size: 30px;
    }

    header .navbar-brand img {
        width: auto;
        height: 60px;
    }

    body.single-placevi {
        padding-top: 88px;
    }

    body.single-nekretnine {
        padding-top: 88px;
    }

    body.post-type-archive-nekretnine {
        padding-top: 88px;
    }

    body.post-type-archive-placevi {
        padding-top: 88px;
    }

    body.page-template-page-about-us {
        padding-top: 88px;
    }

    body.page-template-page-kontakt {
        padding-top: 88px;
    }

    body.page-template-page-search-zemljiste {
        padding-top: 88px;
    }

    body.page-template-page-search-nekretnine {
        padding-top: 88px;
    }

    body.error404 {
        padding-top: 88px;
    }

    .plan-swiper .property-slide-img-box,
    .gallery-swiper .property-slide-img-box {
        height: 100px;
        width: 100%;
    }

    .plan-swiper2 .property-slide-img-box,
    .gallery-swiper2 .property-slide-img-box {
        height: 300px;
        width: 100%;
    }

}

/***********************************
         RESPONSIVE XL
************************************/
@media only screen and (min-width: 1200px) {

    /*------HERO------*/
    .hero-block {
        min-height: 900px;
    }

    .specials-img-box {
        height: 260px;
    }

    .map-wrap {
        height: 350px;
    }

    h3.location-title {
        font-size: 18px;
    }

    .contact-info-block h3 {
        font-size: 18px;
    }

    .contact-us-box h3 {
        font-size: 18px;
    }

    .half-map-head h2 {
        font-size: 28px;
    }

    .grid-view-head h2 {
        font-size: 28px;
    }

    .featured-img-box {
        min-width: 45%;
        width: 45%;
        height: 100%;
    }

    .featured-box-land .featured-img-box {
        width: 100%;
    }

    .featured-text-box {
        height: 100%;
    }

    .plan-swiper .property-slide-img-box,
    .gallery-swiper .property-slide-img-box {
        height: 120px;
        width: 100%;
    }

    .plan-swiper2 .property-slide-img-box,
    .gallery-swiper2 .property-slide-img-box {
        height: 350px;
        width: 100%;
    }
}

/***********************************
         RESPONSIVE XXL
************************************/
@media only screen and (min-width: 1400px) {
    .specials-img-box {
        height: 320px;
    }

    .plan-swiper .property-slide-img-box,
    .gallery-swiper .property-slide-img-box {
        height: 130px;
        width: 100%;
    }

    .plan-swiper2 .property-slide-img-box,
    .gallery-swiper2 .property-slide-img-box {
        height: 400px;
        width: 100%;
    }

}