.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;
}

.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;
}

.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;
}

.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 {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: fit-content;
  padding-top: 150px;
}
.home-popup div {
  border: 4px solid var(--secondary-color);
  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;
}


@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%;
  }
}


@media screen and (max-width: 1299px) {
    .top-contact-wrapper .top-info {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .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;
    }

 
}

@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;
}

}


@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;
    }
} 