@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Yanone+Kaffeesatz:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Yanone+Kaffeesatz:wght@200..700&display=swap');
*{
    margin: 0;padding: 0;
    box-sizing: border-box;
    font-family: "Yanone Kaffeesatz", sans-serif;

}
.texttype2{
  font-family: "Work Sans", sans-serif !important;

}
html,body{
    overflow-x: hidden;
}
.mal-top{
    height: 40px;
    border-bottom:2px solid rgba(128, 128, 128, 0.434);
    padding-bottom: 42px !important;
}
.mal-top a{
    text-decoration: none;
    color: black;
}
.nav-link:hover{
    color:#4074ff;
}
.nav-link:active{
    color:#4074ff;
}
.nav-logo{
    width: 350px;
    height: 70px;
}
.contact-bg-img{
    background:
linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url("asset/contact-img.jpg");
}
.FAQ-bg-img{
    background:
linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
url("asset/faq-estate-sofa.jpg");
}
.manager-bg-img{
    background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("asset/manager-estate-living-door.jpg");
}
.Properties-bg-img{
    background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("asset/manager-estate-living-door.jpg");
    height:50vh !important;
}
.about-bg-img{
    background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("asset/istockphoto-.jpg");   height: 50vh !important;
    background-attachment: fixed;
}
.home-bg-img {
    background:
    linear-gradient(rgba(2, 78, 120, 0.553), rgba(0, 109, 152, 0.5)),
    url("asset/land2.jpg");
    background-attachment: fixed;
    height:100vh !important;width:100vw;
}
.contact-bg-img,.FAQ-bg-img,.manager-bg-img,.Properties-bg-img,.about-bg-img{
     height: 50vh !important;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Yanone Kaffeesatz", sans-serif;
}
.contact-bg-img h1,.FAQ-bg-img h1,.manager-bg-img h1,.Properties-bg-img h1,.about-bg-img h1{
        font-size: 70px;
}
.line-2{
    height:20px;
    color: black;
}
.touch-contact{
    font-family: "Yanone Kaffeesatz", sans-serif;   
}
.touch-contact h1{
    font-size: 90px;
    margin: 30px 0;
}
.send-mess h4{
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 30px;
}
.send-button{
    width: 200px;
    height: 50px;
   background: #074af3;
   border: none;
   color: white;
}
.send-button:hover{
    background: black;
}
.mess-1{
    width: 450px;
    height: 40px;
}
.mmmp-map{
    width: 1000px;
    height: 400px;
}
.Frequently-1>div>h4{
    font-size: 24px !important;
}
.Frequently-1>div>p{
    font-size: 18px !important;  font-family: "Work Sans", sans-serif !important;
}
@media(max-width:1000px){
.mmmp-map{
    width: 600px;
}
}
@media(max-width:600px){
    .mmmp-map{
        width: 300px;
        height: 250;
    }
    .mess-1{
        width: 300px;
    }
    }
    .foot-link a{
        text-decoration: none;
        color: black;
    }
    .footer-logo{
        width: 400px;
    }
    .mmp-p{
        height: 100px;
        background: #ffffff;
        margin-top:55px;
    }
    .foot-main{
        background: #f9f9f9;
    }
    @media(max-width:991px){
        .footer-logo{
            width: 300px;
        }
        }
.asked-1{
   font-size: 80px;
   font-family: "Yanone Kaffeesatz", sans-serif;
    }
    .Frequently-1{
        font-family: "Yanone Kaffeesatz", sans-serif;
    }
    .Find-you h1{
        font-size: 50px;
        font-family: "Yanone Kaffeesatz", sans-serif;
    }
    .find-button{
        width: 200px;
        height: 50px;
        background:#111556 ;
        color: white;
        border: none;
    }
    .card{
        width: 300px;
    }
    .card-img{
        width: 200px;
        margin: auto;
    }
    .card h4{
        margin: auto;
    }
.forsale-img{
    width: 650px;
}
.sale{
    font-size: 80px;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz", sans-serif;   
}
.sale-button{
    width: 200px;
    height: 50px;
    border: none;
    background: #d52021;
    color:white;
    margin-bottom: 100px;
}
@media(max-width:435px){
    .sale{
        font-size: 50px;
        font-weight: 500;}
}
.property-img{
    width: 650px;
    height: 250px;
}
.bg-sticky-0{
        position: relative;
      }
    .bg-img{
    position: sticky;
  top: 0;
  height: 300px;
  background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("asset/istockphoto-.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.add-number{
    color: #ffffff;
    font-size: 80px;
    font-weight: 600;
}
.count-img{
    height: 100px;
    position: relative;
  z-index: 2;
}
.home-bg-img{
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;

}
.home-button{
    width: 200px;
    height: 40px;
    color: #ffffff;
    background: #111556;
    border: none;
}
.home-form{
    background:#ffffff;
    width:400px ;
    height: 450px;
    padding:50px;
}
@media(max-width:992px){
    .home-bg-img{
        height: 800px;
    }
}
.sale-p{
    font-size: 50px;
    font-weight: 600;
}
.bg-color-about{
    background: #111556;
}
.about-div-1{
    width: 1000px;
    height: 600px;
    margin: auto;
    padding: 50px;
    color: #f4f4f4;
}
.about-div h1{
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 40px;
}
.readmore-button{
    width: 150px;
    height: 40px;
    background: #ffffff;
    border: none;
    color: black;
}
.readmore-button:hover{
    background: #111556;
    color: #ffffff;
    border:2px solid #ffffff;
}
@media(max-width:1000px){
    .about-div-1{
        width: auto;
    height: auto;
    }
    }
    .us-button{
        width: 200px;
        height: 40px;
        background: #111556;
        color: white;
        border:none ;
    }
    .contact-home{
        height: 400px;
        margin: auto;
    }