#hyd-realestate{
  
padding-top: 60px;
padding-right: 80px;
padding-bottom: 60px;
padding-left: 80px;
h1{
    font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size: 40px;
 color: #1A1A1A;

}
#Property{
    display: flex;
    width: fit-content;
gap: 10px;
padding-top: 6px;
padding-right: 12px;
padding-bottom: 6px;
padding-left: 12px;
border-radius: 20px;
background: #C8A6481F;
color: #C8A648;
font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 13px;
 
line-height: 100%;
letter-spacing: 0%;


}
p{
    font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
 color: #4A4A4A;

}
}
#img-section{
padding: 40px 80px;
  img{
            width: 100%;
            height: 50vh;
            margin-bottom: 40px;
            border-radius: 20px;
        }   
        

}
#belwo-img-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    #left h1{
        font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size: 20px;
 color: #1A1A1A;
  margin: 40px 0px;
    }   
    p{
        font-family: DM Sans;
font-weight: 400;
font-style: Regular;
font-size: 18px;
 color: #4A4A4A;

    }
    #tellapur{
        font-family: DM Sans;
font-weight: 400;
font-style: Italic;
font-size: 16px;
 color: #1A1A1A;
 background: #C8A64814;
border: 4px solid #C8A648;
padding-top: 20px;
padding-right: 24px;
padding-bottom: 20px;
padding-left: 24px;
border-radius: 4px;
border-width: 4px;
margin: 40px 0px;
    }
}
#key-takeway{
    display: flex;
    flex-direction: column;
    gap: 20px;
 background: #C8A64829;
border-top: 3px solid #C8A648;
border-radius: 16px;
padding: 24px;
border-top-width: 3px;
 height:fit-content;
}
.blod-detail-insit{
    display: flex;
    align-items: center;
    justify-content:center ;
    padding: 50px 80px;
    margin: 20px auto;
}
.blog_detail_end{
    box-shadow: 0px 8px 24px 0px #0000000F;

  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
opacity: 1;
gap: 40px;
border-radius: 24px;
padding: 32px;

    background: linear-gradient(100.91deg, #FAF6EB 3.64%, #FFFDF7 100%);
h1{
    font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size: 28px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}
p{
    font-family: DM Sans;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}
input{
   
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
border-radius: 12px;
border-width: 1px;
background-color: #FFFFFF;
border: none;
outline: none;
}
button{
  
padding-top: 10px;
padding-right: 24px;
padding-bottom: 10px;
padding-left: 24px;
border-radius: 12px;
background-color:   #C8A648;
border: none;
}
}
.inputbuttonblog{
display: flex;
flex-wrap: wrap;
flex-direction: column;
gap: 20px;
}
.inputwithimg{
    display: flex;
    align-items: center;
    justify-content: center;
gap: 8px;
padding-top: 5px;
padding-right: 24px;
padding-bottom:5px;
padding-left: 24px;
border-radius: 12px;
border-width: 1px;
border: 1px solid #E0E0E0;
background-color:   #FFFFFF;
img{
    width: 24px;
    height: 24px;
}
}
.text-container{
    padding:10px;
}
 @media (max-width: 992px) {

#hyd-realestate{
  
 
h1{
    font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size: 30px;
 color: #1A1A1A;

}
p{
    font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 14px;
 color: #4A4A4A;

}
}

    #hyd-realestate{
padding: 32px;

}
    #img-section{
        img{
            width: 100%;
        }
padding: 32px;
}
    #belwo-img-grid{
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.blod-detail-insit{
    padding: 32px;
}
 }

 @media (max-width: 567px) {


#hyd-realestate{
  
 
h1{
    font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size:20px;
 color: #1A1A1A;

}
p{
    font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 12px;
 color: #4A4A4A;

}
}

      #hyd-realestate{
padding: 20px;

}
    #img-section{
padding:20px;
}
      #belwo-img-grid{
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.blod-detail-insit{
    padding: 20px;
}
 }