@import url('https://fonts.googleapis.com/css2?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&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    width: 1166px;
    margin: 0 auto;
}
header{
    margin-top: 50px;
    position: absolute;
    width: 100%;
}
/* =====header start==== */
header nav .nav_wrapper {
    display: flex;
    justify-content: space-between;
   align-items: center;
}
header nav ul{
    display: flex;
    gap: 100px;
}
header nav ul li{
    list-style: none;
    position: relative;
}
header nav ul li a{
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    color: #203239;
    font-size: 16px;
    font-weight: 300;
    transition: .4s;
  
}
header nav ul li a::after {
    content: " ";
    width: 0%;
    height: 2px;
    background-color: #F6762E;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
   
}
header nav ul li:hover a::after{
    width: 50%; 
   
}
header nav ul li .active::after {
    content: " ";
    width: 50%;
    height: 2px;
    background-color: #F6762E;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
   
}
header nav ul li:hover a {
    font-weight: 600;
}
header nav ul li .active {
    font-weight: 600;
}
/* =====header End==== */
/* =======banner start========== */
#banner{
    background: #EEEDDE;
    padding-top: 138px;
    padding-bottom: 120px;
}
#banner .banner_wrapper{
    display: flex;
    align-items: center;
}
#banner .left {
width: 65%;
}
#banner .right {
width: 35%;
display: flex;
justify-content: end;
}
#banner .left h1{
    font-size: 56px;
    width: 777px;
    line-height: 150%;
    color: #203239;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
#banner .left p{
    font-size: 16px;
    line-height: 30px;
    width: 544px;
    color: rgba(32, 50, 57, .55);
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin-top: 24px;
}

#banner .left input {
    width: 508px;
    height: 70px;
    border: none;
    border-radius: 10px;
   background: white;
   padding-left: 56px;
  
}
#banner .left input::placeholder{
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    width: 544px;
    color: rgba(32, 50, 57, .55);

} 

#banner .locationicon{
position: absolute;
top: 50%;
transform: translateY(-55%);
left: 20px;

}
.inputbox{
    margin-top: 56px;
    position: relative;
}

 .inputbox .bannerbutton{
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-left: 15px;
    color: rgba(32, 50, 57, .55);
    width: 138px;
    height: 70px;
    border: none;
    border-radius: 10px;
   background: white;
   
   text-align: center;
}

/* =======banner End========== */
/* ===========================properti start======================= */
#properti{
    padding: 100px 0;
}
#properti h2{
    width: 533px;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #203239;
    margin-bottom: 62px;

}
#properti .propertiwrapper{
display: flex;
justify-content: space-between;

}
#properti .item{
    width: 300px;
  
   padding: 20px 32px;
   border-radius: 10px;
   position: relative;
   transition: .4s;
}
#properti .item:hover{
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
#properti .item::after{
    content: "";
    height: 30px;
    width: 8px;
    border-radius: 6px;
    background: #FF7527;
    position: absolute;
    top: 17px;
    left: 0;
}

#properti .item h4{
   font-size: 16px;
   font-weight: 500;
   color: #203239;
 font-family: "Poppins", sans-serif;
  
}
#properti .item h5{
    font-size: 16px;
   font-weight: 300; 
   width: 16px;
   height: 24px;
   font-family: "Poppins", sans-serif;
    color: #F6762E;
   position: absolute;
   top: 20px;
   right: 20px;
}

#properti .item p{
      font-size: 16px;
   font-weight: 300;
   line-height: 30px;
   color: #203239;
 font-family: "Poppins", sans-serif;
  width: 232px;
  margin-top: 8px;
}
#properti .item a{
     font-size: 16px;
   font-weight: 500;
   color: #203239;
 font-family: "Poppins", sans-serif;
  margin-top: 50px;
 display: inline-block;
 text-decoration: none;

}
#properti .item a .item_icons {
    margin-left: 8px;
    
}




/* ===========================properti end======================= */
/* ===========================third section start======================= */
#third{
    background: #EEEDDE;
   padding-top: 68px;
   padding-bottom: 163px;
}
#third .tiltle_third h4{
   font-family: "Poppins", sans-serif;
   font-size: 16px;  
   font-weight: 500;
   color: #F6762E;

}
#third .tiltle_third{
    margin-bottom: 64px;
}
#third .tiltle_third h2{
   font-family: "Poppins", sans-serif;
   font-size: 36px;  
   font-weight: 600;
    color: #203239;
    margin-top: 8px;
    line-height: 150%;
   
}
#third .third_wrapper{
    display:  flex ;
    align-items: center;
}
#third .image{
 position: relative;
 width: 50%;
}

#third .text{
width: 50%;
margin-top: -60px;
}
#third .img2{
    position: absolute;
    top: 60px;
    left: 167px;
}
#third .text h3 {
    
   font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #203239;
    width: 507px;
    line-height: 150%;
}
#third .text p{
    
   font-family: "Poppins", sans-serif;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #203239;
    margin-top: 24px;
}
#third .text button{
    
   font-family: "Poppins", sans-serif;
  background:  #203239;
    font-size: 16px;
    font-weight: 600;
   color: white;
   border: none;
   border-radius: 10px;
   padding: 13px 41px;
   margin-top: 24px;
   border: 1px solid transparent;
}
#third .text button:hover{
    background:transparent;
    transition: .4s;
    border: 1px solid #203239;
    color: #203239;
    
}
#third .btn2{
    margin-left: 20px;
}
/*
/* ===========================third section start======================= */
/* ============================fourth section start======================= */
#fourth .title_fourth h4{
   font-family: "Poppins", sans-serif;
   font-size: 16px;  
   font-weight: 500;
   color: #F6762E;

}
#fourth{
    padding-top: 68px;
   padding-bottom: 68px;
}
#fourth .title_fourth h2{
   font-family: "Poppins", sans-serif;
   font-size: 36px;  
   font-weight: 600;
    color: #203239;
    margin-top: 8px;
    margin-bottom: 64px;
    line-height: 150%;
}
#fourth .image{
    display: flex;
    gap: 24px;
   
}
#fourth .fourth_wrapper .image :hover img{
    border-radius: 10px;
}
#fourth .fourth_wrapper .image{
    width: 100%;
}
#fourth .image h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 150%;
    font-style: 500;
   color: #203239;
   margin-top: 16px;
}
#fourth .image h5{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #203239;
    margin-top: 8px;
}

footer #footer_top .left{
  
    width: 60%;
   
}
footer #footer_top .right{
  text-align: center;
    width: 40%;
   
}
footer .footer_wrapper{
    display: flex;
}

footer #footer_top .right h2{
    font-size: 36px;
  
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 69px;
    color: #203239;
    margin-top: 93px;
        font-family: "Poppins", sans-serif;
      
}
footer #footer_top .left h2{
    font-size: 36px;
    line-height: 150%;
    font-weight: 600;
    margin-top: 49px;
    margin-bottom: 74px;
    color: #203239;
        font-family: "Poppins", sans-serif;
}

footer #footer_top {
   background: #EEEDDE
}
#footer_top .left .cart_footer{
    display: flex;
    gap: 24px;
 
}
#footer_top .left .item{
  padding-bottom: 15px;
    width:274px;
    background: white;
    border-radius: 10px;
    margin-bottom: 47px;
}

#footer_top .left .item a{
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #203239;
 text-decoration: none;
    margin-top: 8px;
    display: inline-block;
 
} 
 #footer_top .left .item h5{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #203239;
  padding-top: 25px;

}
 #footer_top .left .item button{
    padding: 10px 18px;
   border-radius: 5px;
   font-size: 16px;
   font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    background: #203239;
 margin-top: 27px;

}
#footer_top .left .item .footericon{
    font-size: 34px;
    margin-top: 36px;
    margin-left: 41px;
    color: #203239;
    padding-right: 12px;
    
}
#footer_bottom{
    background: #203239;
    padding: 24px 0;
}
.footer_bottomwrapper{
    display: flex;
    justify-content: space-between;
   
    align-items: center;
}

#footer_bottom ul {
    display: flex;
    gap: 64px;
}
#footer_bottom ul li{
    list-style: none;
   

}
#footer_bottom ul li a{
    text-decoration: none;
    font-size: 18px;
    color: white;
    
}


/* ============================fourth section end======================= */