.success-cont a{
    color: #0C2D51;
}

.blog-page-bottom .blog-category{
    text-transform: uppercase;
}
.foot1 .foot-center a {
    margin-top: 25px;
}
.foot1 .foot-center p {
    text-align: center;
    margin-top: 15px;
}

.daily-rental-btn{
    padding: 10px 35px !important;
   background-color: #F49D22;
   font-family: "Lato";
   font-weight: 700;
}

.realestate-grid .realestate .estate-img .favourite{
    position: absolute;
    top: 10px;
    left: 15px;
}

.estate-type{
    position: absolute;
    bottom: 10px;
    left: 9;
    background-color: #fff;
    color: #F49D22;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 10px;
    transition: all 0.5s ease-in-out;
}

.all-estates-btn {
    font-size: 24px;
    font-weight: 600;
    border:none;
    border-bottom: 2px solid #515254;
    justify-content: space-between;
    padding: 5px 0px;
    gap: 10px;
    margin-left: auto;
    background-color: transparent;
}

.all-estates-btn:hover {
background-color: transparent;
color: #3a3a3a;
}

.our-results {
  position: relative;
  background-image: url("../images/our-results-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
.our-results .overlay {
  opacity: 0.5;
  z-index: 1;
}
.our-results .page-width {
  position: relative;
  z-index: 2;
}
.our-results * {
  color: #fff;
}

.numbers-wrap {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.numbers-wrap .number {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.numbers-wrap .number .counter-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.numbers-wrap .number p {
    text-align: center;
    letter-spacing: 4px;
}

.numbers-wrap .number .counter-wrap .counter, .numbers-wrap .number .counter-wrap span {
    font-family: "Montserrat";
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 3.5px;
}

.our-results .title, .our-results .max-width{
    position: relative;
    z-index: 2;
}

.our-results .title h2{
    font-size: 45px;
}

.home-blog .blog .blog-image {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.home-blog .blog .blog-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out;
}

.home-blog .blog:hover .blog-image img{
transform: scale(1.1);
   transition: all 0.5s ease-in-out;
}

.blog .blog-title{
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
}

.blog .blog-desc p{
line-height: 25px;
color: rgba(58, 58, 58, 0.7);
}

.intermedio-parallax {
    text-align: center;
}

.intermedio-parallax h2{
    font-size: 45px;
}

.intermedio-parallax p{
    color: #fff;
    margin: 20px 0;
}

.intermedio-parallax a{
    margin-left: auto;
    margin-right: auto;
    font-family: "Lato";
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
    border: 1px solid #fff;
    position: relative;
}

.intermedio-parallax a::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F49D22;
}

.categories-grid .category .category-overlay h2{
    color: #fff;
    font-size: 45px;
    margin: 15px 0;
    transition: all 0.5s ease-in-out;
}

.categories-grid .category .category-overlay h3{
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.categories-grid .category .category-overlay .btn{
    margin-right: auto;
    padding: 10px 35px;
    font-family: "Lato";
    font-weight: 800;
    letter-spacing: 1px;
    border: none;
    position: relative;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

.categories-grid .category .category-overlay .btn::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F49D22;
}

.categories-grid .category:hover .category-overlay .btn, .categories-grid .category:hover .category-overlay h3{
    opacity: 1;
    visibility: visible;
       transition: all 0.5s ease-in-out;
}

.categories-grid .category:hover .category-overlay h2{
    color: #3a3a3a;
    transition: all 0.5s ease-in-out;
}

footer .top-footer .contact-cont .contact .socials{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

footer .top-footer .contact-cont .contact .socials a{
    margin-right: 20px;
    border: 1px solid #515254;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

footer .top-footer .contact-cont .contact a svg path{
    fill: #515254;
    transition: all 0.5s ease-in-out;
}

footer .top-footer .contact-cont .contact .socials a:hover{
    background-color: #515254;
    transition: all 0.5s ease-in-out;
}

footer .top-footer .contact-cont .contact .socials a:hover svg path{
    fill: #F49D22;
    transition: all 0.5s ease-in-out;
}

footer .newsletters-form{
    flex: 0 0 33.33%;
}

footer .newsletters-form p{
font-weight: bold;
letter-spacing: 2px;
color: #515254;
}

footer .newsletters-form form {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .newsletters-form form input{
    border: none;
    background-color: #F4F4F4;
    color: #3a3a3a;
    padding: 13px;
    flex: 0 0 50%;
}

footer .newsletters-form form button{
background-color: #F49D22;
color: #fff;
 flex: 0 0 50%;
 max-width: fit-content;
}

footer .newsletters-form form label{
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;

}

footer .newsletters-form form label a{
    color: #F49D22;
    font-weight: 700;
}

footer .newsletters-form form label input[type=checkbox]{
    width: 22px;
    height: 22px;
    border: 1px solid rgba(81, 82, 84, 0.2);
    flex: none;
    margin-right: 10px;
    border-radius: 0;
        appearance: none;
    -webkit-appearance: none;
}

footer .newsletters-form form label input[type=checkbox]:checked{
   background-color: #F49D22;
    border-color: #F49D22;
}

footer .newsletters-form form label input[type=checkbox]:checked::after {
    content: "✔";
    color: #fff;
    font-size: 21px;
    position: relative;
    left: -7px;
    top: -12px;
}

footer .top-footer .contact-cont{
    flex: 0 0 33.33%;
}

.piano-apartments-section{
    position: relative;
    width: 100%;
    height: 720px;
}

.piano-apartments-section img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.piano-apartments-section::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-color: rgba(35, 31, 32, 0.8);

}

.piano-apartments-section .piano-apartments-wrapper{
    width: 50vw;
    height: 100%;
    margin-left: auto;
}

.piano-apartments-section .piano-apartments-wrapper h2{
    color: #fff;
    letter-spacing: 2px;
}

.piano-apartments-section .piano-apartments-wrapper p{
    color: #fff;
        margin-top: 15px;
}

.piano-apartments-section .piano-apartments-wrapper a{
    color: #fff;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.piano-apartments-section .piano-apartments-wrapper a svg{
    margin-left: 10px;
}


.piano-apartments-section img.apartmani-logo{
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 360px;
    height: 120px;
    object-fit: contain;
    object-position: center;
}

.services-wrapper {
    margin-top: 40px;
}

 .services-wrapper .service-cont.reverse-service {
    flex-direction: row-reverse;
}

 .services-wrapper .service-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-wrapper .service-cont .service-img {
    width: 50%;
    height: 650px;
}

.services-wrapper .service-cont .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-wrapper .service-cont .service-text {
    width: 50%;
    background-color: #F4F4F4;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.services-wrapper .service-cont .service-text h3{
    text-align: center;
    margin-bottom: 20px;
}

.cookies-text ul{
    margin-bottom: 20px;
}

.blog-details-title{
    position: absolute;
    bottom: 5%;
    left: 3%;
}

.blog-details-title h1{
    color: #fff;
}

.blog-img .blog-date2{
    position: relative;
    background-color: transparent;
    color: #fff;
    top: 0;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
}

.breadcrumbs{
    margin-top: 10px;
}

.blog-description{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.blog-text h2, .blog-text h3{
    /* border: 2px solid #F49D22; */
    padding: 10px 0;
    font-weight: 600;
}

.blog-hr{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(30, 36, 49, 0.2 );
}

.top-contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact-wrapper .top-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 294px;
    flex: 0 0 33.33%;
    position: relative;

}

.top-contact-wrapper .top-info::before {
content: "";
position: absolute;
left: 0;
width: 1px;
height: 100%;
background-color: rgba(81, 82, 84, 0.2);
}

.top-contact-wrapper .top-info:first-of-type:before{
    display: none;
}

.top-contact-wrapper .top-info img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.top-contact-wrapper .top-info a {
    font-size: 24px;
    color: #F49D22;
    font-weight: 700;
    margin-top: 30px;
}

.top-contact-wrapper .top-info p {
  font-size: 32px;
  font-weight: 600;
  color: #231F20;
  margin-top: 20px;
}

.top-contact-wrapper .top-info .socials-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.top-contact-wrapper .top-info .socials-cont a {
width: 49px;
height: 49px;
background-color: #231F20;
display: flex;
align-items: center;
justify-content: center;
}

.top-contact-wrapper .top-info .socials-cont a svg path{
    transition: all 0.5s ease-in-out;
}


.top-contact-wrapper .top-info .socials-cont a:hover svg path{
    fill: #F49D22;
    transition: all 0.5s ease-in-out;
}

.contact-map{
    width: 100%;
    height: 800px;
}

.contact-map iframe{
    width: 100%;
    height: 100%;
}



.home-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.home-popup-wrap.hidden{
    display: none;
}


.home-popup {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: fit-content;
  padding-top: 150px;
}

.home-popup div {
  border: 4px solid #F49D22;
  background-color: #fff;
  box-shadow: 0px 0px 42.1px 0px #00000040;
}

.home-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

.szd {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 45%;
  height: auto;
  padding: 60px 25px;
  z-index: 2;
}

.szd img, .piano img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.piano {
  position: relative;
  z-index: 3;
  max-width: 400px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

.piano img {
  max-width: 85%;
}

.piano span {
  display: block;
  align-items: center;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #51525459;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2.5px;

}

.piano p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  color: #515254CC;
}

.piano .popup-title {
 
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.popup-arrow {
  position: absolute;
  z-index: 0;
  top: 75px;
  left: 40%;
}

.about-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.about-wrapper .about-text{
    flex: 0 0 48%;
}

.about-wrapper .about-text p{
    margin-top: 15px;
}

.about-wrapper .about-image {
    flex: 0 0 48%;
  
    position: relative;
}

.about-wrapper .about-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-wrapper .about-image .results-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
}

.about-wrapper .about-image .results-wrapper .item {
    background-color: #F49D22;
    padding: 10px;
    text-align: center;
}

.about-wrapper .about-image .results-wrapper .item span{
    color: #fff;
    font-size: 45px;
    font-family: 'Lato';
    font-weight: 800;
}

.about-wrapper .about-image .results-wrapper .item p {
font-weight: 700;
font-size: 16px;
color: #fff;
line-height: 25px;
}

.foot-nekretnine {
  width: 80%;
  max-width: 205px;
  height: 220px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
 .foot-nekretnine img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
 .all {
  color: #fff;
  border-color: #F49D22;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 20px;
  max-width: 205px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

.mt2{
    margin-top: 340px;
}

.lower-title span{
    text-transform: none;
    color: #3a3a3a;
}

.lower-title span b{
    color: #F49D22;
}

.displayed span{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 800;
}

.realestate-grid .realestate.sold .estate-info .estate-specifications .area2::before{
  background-image: url(../images/square2-light.png);
}

.realestate-grid .realestate.sold .estate-info .estate-specifications .bathrooms::before{
      background-image: url(../images/shower-light.png);
}

.realestate-grid .realestate.sold .estate-info .estate-specifications .area1::before {
  background-image: url(../images/square1-light.png);
}

.realestate-grid .realestate.sold .estate-info .estate-specifications .bedrooms::before{
  background-image: url(../images/bed-light.png);
}

.realestate-grid .realestate.sold .estate-info .estate-location::before{
    background-image: url(../images/location-light.svg);
}

.realestate-grid .realestate.sold .estate-info .estate-specifications div{
    color: rgba(81, 82, 84, 0.7);
}

.estate-title h1{
    letter-spacing: 3.5px;
    font-weight: 600;
}
.estate-title {
    margin-bottom: 50px;
}

.description-wrapper .pdf-btn{
    border: 1px solid rgba(58, 58, 58, 0.2);
    width: max-content;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #1E2431;
}

.estate-contact-wrapper .btn{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border: 3px solid #F49D22;
    color: #515254;
    font-weight: 800;
    letter-spacing: 2px;
}

.mfp-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  display: none;
  opacity: 1;
  transition: opacity 0.3s ease;
background: #fff;
}

.mfp-content .popup-wrapper {
  padding: 50px;
}


.mfp-content .popup-details-cont{
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30px;
}

.mfp-content .popup-details-cont a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    padding: 40px;
    transition: all 0.5s ease-in-out;
}

.mfp-content .popup-details-cont a:hover{
    background-color: #fff;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.15);
        transition: all 0.5s ease-in-out;
}


#mfp-content.fade-out {
    opacity: 0;
    pointer-events: none;
}

.mfp-iframe-scaler {
  width: 100%;
}

.mfp-content .close{
    position: absolute;
    top: 15px;
    right: 15px;
 cursor: pointer;
}

#page-overlay {
  z-index: 999;
  /* display: none; */
  background-color: rgba(35, 31, 32, 0.7);
  backdrop-filter: blur(6px); 
 
}

.top-title-estate .title{
    margin-top: 60px;
}

.top-title-estate .title span{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.estate-map{
    height: 470px;
    margin-top: 30px;
}

.line-title h2, .line-title h3{
    position: relative;
}

.line-title h2::before,  .line-title h3::before{
    content: "";
    position: absolute;
    width: 160px;
    top: 50%;
    left: -14%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #F49D22;
}

.listing-gallery{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.listing-gallery .gallery-item:nth-child(1), .listing-gallery .gallery-item:nth-child(2), .listing-gallery .gallery-item:nth-child(3), .listing-gallery .gallery-item:nth-child(4), .listing-gallery .gallery-item:nth-child(5){
    display: block;
}

.listing-gallery .gallery-item{
    width: 100%;
    height: 252px;
    display: none;
    position: relative;
}

.listing-gallery .gallery-item:first-of-type{
    grid-column: span 2;
    grid-row: span 2;
    height: 519px;
}

.listing-gallery .gallery-item .more-images{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F49D22;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.listing-gallery .gallery-item .more-images svg{
    margin-right: 10px;
    cursor: pointer;
}




.listing-gallery .gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.listing-gallery .gallery-item .discount {
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #F49D22;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 127px;
  height: 127px;
}

.listing-gallery .gallery-item .discount p{
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  letter-spacing: 1px;
    transform: rotate(45deg);
    line-height: 20px;
    position: absolute;
       top: 35px;
    right: -24px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.listing-gallery .gallery-item .discount.featured-estate p{
    top: 17px;
    right: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listing-gallery .gallery-item .discount.featured-estate p svg{
  transform: rotate(30deg);
}

.breadcrumbs span{
    text-transform: none;
    color: #3a3a3a;
    letter-spacing: 1px;
}

.breadcrumbs span b{
    color: #F49D22;
}

.estate-details-wrapper .estate-detail::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 1px;
    height: 48px;
    background-color: rgba(58, 58, 58, 0.2);
}

.estate-details-wrapper .estate-detail:last-of-type::after{
display: none;
}

.estate-loc{
    display: flex;
    align-items: center;

}

.estate-loc p{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.2px;
    margin-left: 10px;
}

.top-title-estate .title span.sold-type{
    color: #DD3333;
}

.listing-gallery .blur-overlay{
   display: none;
}

.listing-gallery.sold-gallery .blur-overlay{
    position: absolute;
    inset: 0;
    backdrop-filter: blur(6px);
    z-index: 2;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: block;
}

.sold-image{
    position: absolute;
    top: 49%;
    left: 33%;
    transform: rotate(-40deg);
    z-index: 4;
}

.sold-image p{
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
}

.listing-gallery.noImageGallery .gallery-item:first-of-type{
    grid-column: span 4;
    height: 500px;
    max-width: 50%;
}

.estate-details-wrapper:has(div:nth-child(4)){
    justify-content: space-between;
}

.top-title-estate .right-part{
    display: flex;
    align-items: flex-end;
}

.top-title-estate .right-part .share-estate-wrapper{
    display: flex;
    align-items: center;
    padding-right: 30px;
    position: relative;
    margin-right: 30px;
}

.top-title-estate .right-part .share-estate-wrapper::after{
    content: "";
    position: absolute;
   bottom: 0;
    right: 0px;
    width: 1px;
    height: 60px;
    background-color: rgba(81, 82, 84, 0.2);
}

.top-title-estate .right-part .share-estate-wrapper .share-icon{
    padding: 10px;
    border: 1px solid rgba(81, 82, 84, 0.7);
    width: 50px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;

}

.top-title-estate .right-part .share-estate-wrapper .share-icon + .share-icon{
    margin-left: 20px;
}

.copy-tooltip {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);

    background: #F49D22;
    color: #fff !important;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400 !important;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-transform: none !important;
}

.copy-tooltip.show {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

.share-icons {
    position: absolute;
    top: 30px;
    left: 50%;
    display: flex;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0px);
    transition: opacity .25s ease, transform .25s ease;
}

.share-icons a{
    background: #F49D22;
    padding: 8px 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-icons.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -82px);
}

.promote-text{
    text-align: center;
}

.promote-text h2{
    margin-bottom: 20px;
}

.promote-text a{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    background-color: #F49D22;
    color: #fff;
    font-weight: 800;
}

.promote-text a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F49D22;
}

.estate-share{
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
        transition: all 0.5s ease-in-out;
}

.estate-share p{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

.estate-share .estate-share-icons{
    display: flex;
    align-items: center;
}

.estate-share .estate-share-icons a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
}

.estate-share .estate-share-icons a + a{
    margin-left: 10px;
}

.estate-share .estate-share-icons a svg path{
    transition: all 0.5s ease-in-out;
}

.estate-share .estate-share-icons a:hover svg path{
    fill: #F49D22;
        transition: all 0.5s ease-in-out;
}

.realestate:hover .estate-share {
    opacity: 1;
    visibility: visible;
        transition: all 0.5s ease-in-out;
}

.realestate:hover .estate-type {
    bottom: 50px;
       transition: all 0.5s ease-in-out;
}


/* .estate-share .estate-share-icons .copy-tooltip{
    display: none;
} */


footer .middle-footer .footer-list{
    flex: 0 0 33.33%;
}

.services-wrapper .service-cont .service-text p{
    text-align: justify;
}

.piano-apartments-section .piano-apartments-wrapper{
    padding: 30px;
}

.comemrcial-spaces-cont .realestate-grid .realestate{
    background-color: #fff;
}

footer .all{
    border-bottom: 2px solid #F49D22;
    width: max-content;
}

.estate-pagination {
    grid-column: span 4;
}

footer .top-footer.news-footer{
    background-color: #FAFAFA;
}

.grey2-background{
    background-color: #FAFAFA;
}

.similar-estates .realestate-grid .realestate{
    background-color: #fff;
}

.floating-icon.telephone{
    top: 350px;
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


.main-title span a{
    color: #fff;
}

.select-div details summary::-webkit-details-marker {
        display: none;
      }


header .bottom-header .menu li a.ruski{
    padding-bottom: 0 !important;
    position: relative;
    border-bottom: none;
 display: flex;
    height: 45px;
    align-items: center;
}


header .bottom-header .menu li a.ruski.active::before{
    content: "";
    position: absolute;
    bottom: -28px;
    width: 100%;
    height: 1px;    
    background-color: #F49D22;
}


.favorite-cont.active p{
    width: auto;
    visibility: visible;
    opacity: 1;
}

.realestate-grid .realestate.sold:hover .estate-share{
display: none;
}

.realestate-grid .realestate.sold:hover .estate-type{
    display: none;
}




@media only screen and (max-height: 600px) {
  .home-popup-wrap {
    align-items: start;
  }
}
@media only screen and (max-width: 650px) {
  .szd {
    height: 150px;
    padding: 20px;
    max-width: unset;
    width: 200px;
  }
  .popup-arrow {
    left: 150px;
  }
  .piano {
    max-width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .piano {
    padding: 40px 20px;
  }
  .piano p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
  .piano .popup-title {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .piano img {
    max-width: 60%;
  }
  .estate-title {
    margin-bottom: 0;
}
}



@media screen and (max-width: 1601px) {
  .similar-estates .realestate-grid.home .realestate:nth-of-type(4) {
        display: none;
    }

    .categories-grid .category .category-overlay h2{
        font-size: 40px;
    }

    header .bottom-header .max-width{
        gap: 20px;
    }

    header .bottom-header .menu li + li{
            margin-left: 20px;
        }

        header .bottom-header .menu li a{
            font-size: 15px;
        }

    header .bottom-header .menu li a{
        padding-bottom: 41px;
    }

    .daily-rental-btn{
        padding: 10px 15px !important;
}

.piano-apartments-section .piano-apartments-wrapper{
    padding: 0;
}

.estate-pagination{
    grid-column: span 3;
}
}



@media screen and (max-width: 1299px) {
    .top-contact-wrapper .top-info {
        margin-right: 20px;
    }

    header .bottom-header .menu li + li{
        margin-left: 10px;
    }


    
}

@media screen and (max-width: 1199px) {
    header .bottom-header .menu li a.ruski.active::before{
                position: absolute;
        content: "";
        background-color: #F49D22;
        opacity: 0.3;
        width: 100%;
        height: 100%;
    }

    header .bottom-header .menu li a.ruski{
        padding-bottom: 15px !important;
    }
    .top-contact-wrapper {
        flex-direction: column;
    }

        .top-contact-wrapper .top-info {
        width: 80%;
        margin-right: 0;
        margin-bottom: 40px;
        min-height: auto;
    }

    .top-contact-wrapper .top-info::before {
        display: none;
    }

 .mt2{
    margin-top: 125px;
 }

 .line-title h2::before, .line-title h3::before{
    display: none;
 }

 .daily-rental-btn{
    margin-top: 30px;
    text-align: center;
 }

 .about-wrapper .about-image{
    flex: none;
    width: 100%;
    height: 400px;
    margin-bottom: 100px;
 }

.numbers-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .our-results .title h2 {
    font-size: 37px;
}

.numbers-wrap .number .counter-wrap .counter, .numbers-wrap .number .counter-wrap span{
    font-size: 35px;
}

.numbers-wrap .number p{
    letter-spacing: 1px;
}

.numbers-wrap .number .counter-wrap{
    margin-bottom: 10px;
}

header .bottom-header .menu li a{
    padding-bottom: 15px !important;
}

}

@media screen and (max-width: 991px) {
.blog-description{
    flex-direction: column;
}

.blog-text .share{
    width: 100%;
    flex-direction: row;
    gap: 20px;
    margin-right: 0;
    margin-bottom: 20px;
}

.blog-text .share p{
    writing-mode: horizontal-tb;
    margin-bottom: 0;
}

.blog-text .share hr{
    width: 30px;
    height: 1px;
}

.blog-text .share .socials{
    flex-direction: row;
}

.blog-text .share .socials a{
    margin-bottom: 0;
    margin-right: 10px;
}

footer .newsletters-form{
    order: 3;
    text-align: center;
}

footer .newsletters-form form{
    justify-content: center;
}

footer .newsletters-form form label{
    justify-content: center;
}

.mfp-content .popup-details-cont a{
    padding: 25px;
    width: 100px;
    height: 100px;
}

.mfp-content .popup-wrapper{
    padding: 20px;
}

.mfp-content{
    max-width: 355px;
}

 .about-wrapper .about-image .results-wrapper{
    bottom: -40px;
    gap: 10px;
 }

 .about-wrapper .about-image .results-wrapper .item span{
    font-size: 25px;
 }

 .about-wrapper .about-image .results-wrapper .item p{
    font-size: 10px;
    line-height: 15px;
 }

 .about-wrapper .about-image{
    margin-bottom: 80px;
 }

 .piano-apartments-section .piano-apartments-wrapper{
    width: 100%;
 }

 .piano-apartments-section::before{
    width: 100%;
 }

 .piano-apartments-section{
    height: auto;
 }

 .services-wrapper .service-cont.reverse-service{
    flex-direction: column;
 }


 .services-wrapper .service-cont{
    flex-direction: column;
 }

  .services-wrapper .service-cont .service-img{
    width: 100%;
    height: 400px;
 }

 .services-wrapper .service-cont .service-text{
    width: 100%;
    height: auto;
    padding: 20px;
 }

 .services-wrapper .service-cont .service-text h3{
    font-size: 25px;
 }

 .intermedio-parallax{
    height: auto;
 }

 .estate-pagination{
    grid-column: span 1;
 }

}


@media screen and (max-width: 767px) {
.other-filters .select-div{
    max-width: 100%;
}

.other-filters .select-div:nth-child(1), .other-filters .select-div:nth-child(2), .other-filters .select-div:nth-child(3), .other-filters .select-div:nth-child(4){
    max-width: 100%;
}

.top-title-estate .right-part span{
    left: 0;
    transform: none;
}

.estate-details-wrapper .estate-detail{
    margin-left: 0;
    padding: 0;
}

.estate-details-wrapper .estate-detail:nth-of-type(even){
    margin-left: 20px;
}

.estate-details-wrapper .estate-detail::after{
    right: 0;
}

.estate-details-wrapper .estate-detail:nth-of-type(even):after{
    display: none;
}

.listing-gallery {
    gap: 5px;
}

.listing-gallery .gallery-item{
    height: 120px;
}

.top-title-estate .right-part{
    width: 100%;
    justify-content: space-between;
    /* flex-direction: column; */
    align-items: center;
}

.top-title-estate .right-part .share-estate-wrapper{
    padding-right: 20px;
    margin-right: 10px;
    width: 40%;
    /* border-bottom: 1px solid rgba(58, 58, 58, 0.2); */
}

.top-title-estate div{
    width: 100%;
}

.top-title-estate .right-part .share-estate-wrapper::after{
    /* display: none; */
}

.realestate-grid .realestate .sold-overlay{
    top: 183px;
}

.spec-benefits-wrapper .cont ul{
    height: auto;
}

.listing-gallery .gallery-item .discount p{
    top: 23px;
    right: -20px;
    font-size: 14px;
}

.listing-gallery .gallery-item .discount.featured-estate p{
    top: 10px;
    right: -24px;
    font-size: 14px;
}

.listing-gallery .gallery-item .discount{
    width: 97px;
    height: 97px;
}

.about-wrapper .about-image{
    height: 350px;
}

.intermedio-parallax h2{
    font-size: 30px;
}

.services-wrapper .service-cont .service-img{
    height: 350px;
}

.categories-grid .category .category-overlay h2{
    font-size: 30px;
}

.all-estates-btn{
    margin-right: auto;
    margin-top: 20px;
}

.home-blog .blog .blog-image{
    height: 300px;
}

.main-title.home-title h1{
    letter-spacing: 0;
}


.categories-grid .category .category-overlay{
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(2px);
    transition: all 0.5s ease-in-out;
}

.categories-grid .category .category-overlay h3, .categories-grid .category .category-overlay .btn{
    opacity: 1;
    visibility: visible;
}

.categories-grid .category .category-overlay h2{
    color: #3a3a3a;
}

.categories-grid .category .category-overlay .btn{
    font-size: 16px;
    padding: 10px 35px;
}

.numbers-wrap{
    grid-template-columns: 1fr;
    gap: 25px;
}

.services-wrapper .service-cont .service-text p{
    line-height: 27px;
    font-size: 15px;
}

.featured-wrapper .featuredSwiper .navigation .swiper-button-prev-featured, .featured-wrapper .featuredSwiper .navigation .swiper-button-next-featured{
    width: 40px;
    height: 40px;
}

.featured-wrapper .featuredSwiper .navigation{
    max-width: 100%;
}

.featured-wrapper .featured-estate-card .top-info .btn{
    margin-right: 0;
}

.featured-wrapper .featured-estate-card .top-info .btn::before{
    display: none;
}

.blog-text h3{
    letter-spacing: 0.5px;
    font-size: 20px;
}

.listing-gallery .gallery-item:first-of-type{
    height: 205px;
    grid-column: span 4;
    grid-row: span 1;
}

}

@media screen and (max-width: 575px) {
  .our-results {
    padding: 50px 0;
  }

  .contact-map{
    height: 350px;
  }

  .top-contact-wrapper .top-info{
    padding: 0;
 
  }

    .top-contact-wrapper .top-info a{
        font-size: 18px;
        margin-top: 20px;
    }

    .top-contact-wrapper .top-info p{
        font-size: 27px;
    }

    footer .top-footer .logo{
        max-width: 240px;
    }

    footer .newsletters-form form input{
            width: 170px;
    font-size: 14px;
    }

    footer .newsletters-form form button{
        padding: 10px;
        font-size: 16px;
    }

    footer .newsletters-form form label{
        font-size: 13px;
    }

     .mt2{
    margin-top: 95px;
 }

 .estate-share{
    opacity: 1;
    visibility: visible;
    bottom: 45px;
 }

 .floating-icon.telephone{
    bottom: 55px;
    top: auto;
    width: 35px;
    height: 35px;
 }

  .floating-icon.telephone svg{
    width: 20px;
    height: 20px;
  }

  .estate-title h1{
    letter-spacing: 0.5px;
  }

  .our-results {
    background-attachment: scroll;
  }

  .piano-apartments-section img.apartmani-logo {
    display: none;
  }

} 