@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}


/* .nav__logo{
    height: 50px;
    width: 50px;
} */
.navbar{
    background-color: black;
    height: 10vh;
}
.nav-search{
    margin-left: 40%;
    margin-top: 25px;
}
.nav-link:hover{
    color: black;
    font-weight: 500;
}
#btn{
    padding: 0;
    margin-top: 20px;
    height: 30px;
    width: 110px;
}

/* =====================================carousal */
.img-carousel{
    height: 100vh;
    width: 100%;
    padding-top: 70px;
}

.carousel-caption h5{
    /* font-size: 50px; */
    font-size: 3.13rem;
    color: gray;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.carousel-caption{
    /* font-size: 20px; */
    font-size: 1.25rem;
    margin-bottom: 250px;
}


/* ======================================featured property */
.featured-properties{
    background-color: silver;
    padding-top: 20px;
    
}
.featured{
    /* background-color: aqua; */
    display: flex;
    flex-wrap: wrap;
}

.h2-featured{
    /* font-size: 50px; */
    font-size: 3.13rem;
    font-weight: bolder;
}
.featured-card{
    margin: 10px 20px 10px 20px;
}

.featured-card img{
    height: 40vh;
    width: auto;
}


/* @media screen and (max-width: 1000px) {
    .featured {
      background-color: lightgreen;
    }
  } */

/* ==========================================find property */

.find-properties{
    background-color: black;
    height: 100vh;
    width: auto;
    padding-top: 50px;
    
} 

.findpro-container{
    display: flex;
    flex-wrap: wrap;
    /* background-color: orange; */
    /* margin-left: 20px; */
}
.h2-findpro{
    /* font-size: 40px; */
    font-size: 2.5rem;
    font-weight: bold;
}

.findpro-img{
    /* border: black 2px solid; */
    padding: 15px;
    border-radius: 30px;
    height: 50vh;
    /* width: 19vw; */
    transition: transform .2s;
    cursor: pointer;
}

img:hover {
    transform: scale(1.1);
}

/* .info-div{
    margin-left: 150px;
    color: white;
}
#info-div1{
    margin-left: -40px;
    margin-right: 0px;
}
#info-div2{
    margin-left: 140px;
    margin-right: 30px;
}
#info-div3{
    margin-left: 150px;
    margin-right: 30px;
}
#info-div4{
    margin-left: 150px;
    margin-right: 30px;
}
#info-div5{
    margin-left: 150px;
    margin-right: 30px;
} */
/*.overlay{
    position: absolute;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    height: 280px; 
    cursor: pointer;
}
#overlay1 {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#overlay2 {
    bottom: 0;
    left: 0;
    margin-left: 100px;
}

#overlay3 {
    bottom: 0;
    left: 0;
    margin-left: 350px;
}
#overlay4 {
    bottom: 0;
    right: 0;
    margin-right: 350px;
}
#overlay5 {
    bottom: 0;
    right: 0;
    margin-right: 100px;
} */

/* =============================================why choose us */

.whychose_us{
    /* background-color: #f7f7f7; */
    background-color: silver;
    padding: 30px 0px 30px 0px;
}
.row-whychose_us{
  /* background-color: blue; */
  display: flex;
  flex-wrap: wrap;
}

.why_chose_us{
    background-color: #ffffff;
    /* background-color: red; */
    height: auto;
    border-radius: 8px;
    margin: 10px 20px 10px 20px;
    padding: 30px 20px 30px 20px;
    /* position: relative; */
    transition: all 0.3s ease;
  }

  .why_chose_us:hover{
    cursor: pointer;
    box-shadow: 0px 0px 50px 0px rgba(114, 114, 125, 0.12);
  }
  .img-icon-testo{
    border-radius: 50%;
    height: 140px;
    line-height: 130px;
    width: 140px;
    margin-top: 5px;
  }

  .why_chose_us .icon{
    background-color: #ffe8e9;
    border-radius: 50%;
    height: 150px;
    line-height: 130px;
    margin: 0 auto;
    width: 150px;
    transition: all 0.3s ease;
  }
  .why_chose_us:hover .icon{
    background-color: #ff5a5f;
  }
  .why_chose_us:hover .icon span{
    color: white;
  }
  .why_chose_us .icon span{
    color: #ff5a5f;
    /* font-size: 68px; */
    font-size: 4 rem;
    line-height: 130px;
  }
  .why_chose_us .details{
    margin-top: 30px;
  }
  .why_chose_us .details h4{
    color: #484848;
    font-weight: bold;
  }
  .why_chose_us .details p{
    /* font-size: 14px; */
    font-size: .9rem;
    line-height: 1.714;
  }
 


/* ============================================testimonial */
.testimonial-slider{
    /* background-color: #1d293e; */
    background-color: black;
    padding: 60px 0;
    position: relative;
    display: block;
    height: 100vh;
}

/* div{
    display: block;
} */

.testimonial-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* background-color: #efefef; */

}

.row-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* background-color: yellowgreen; */
}

.main-title {
    position: relative;
    margin-bottom: 50px;
    /* background-color: violet; */
}

.text-center {
    text-align: center!important;
}

.main-title h2 {
    color:black;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
    /* font-size: 50px; */
    font-size: 3.15rem;
    font-weight: bold;

}

.color-white {
    color: #ffffff !important;
}

.main-title p {
    /* font-size: 16px; */
    font-size: 1rem;
    color:black;
    line-height: 1.2;
    margin-bottom: 0;
    margin: 0 0 10px;
    font-weight: 400;
    /* p tag */
    display: block;
}

.testimonial_grid {
    position: relative;
    text-align: center;
}

.testimonial_grid .thumb img {
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    /* display: inline; */
    height: 114px;
    width: 114px;
    margin: auto;
    display: block;
}

/* img {
    max-width: 100%;
} */

.testimonial_grid .details {
    padding: 20px 40px;
    color: white;
}

/*======================================= footer */
#footer{
    height: auto;
    width: auto;
}

form input{
    width: 200px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    outline: none;
    border: none;
    
}
.div-footer{
    display: flex;
}

form button{
    border: 2px solid #efefef;
    border-radius: 30px;
    padding: 5px 20px;
    /* font-size: 14px; */
    font-size: 1.4rem;
    cursor: pointer;
} 

.fa-brands{
    /* font-size: 30px; */
    font-size: 1.75rem;
    margin-top: 10px;
    padding: 6px;
    cursor: pointer;
}


@media(max-width:998px){
    html{
        font-size: 55%;
    }
}
@media(max-width:768px){
    html{
        font-size: 45%;
    }
}

@media(max-width:1074px){
    .find-properties{
        height: auto;
    }
}

@media(max-width:991px){
    .navbar-collapse{
        background-color: black;
        color: white;
    }
    .navbar-toggler-icon{
        background-color: #efefef;
    }
}

@media screen and (max-width: 991px) {
    .img-carousel{
        height: 50vh;
        width: 100vw;
    }
    .findpro-img{
        height: 30vh;
    }
    .featured-card>img{
        height: 15vh;
    }
}




