

#cat-headet-buttons{
display: flex;
gap: 30px;
align-items: start;
 #post{
  
border-radius: 12px;
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
background-color: #C8A648;
border: none;
font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
 color: #1A1A1A;

 }
 #quick{
    
border-radius: 12px;
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
border-width: 2px;
background-color: #FFFFFF;
border: 2px solid #C8A648;
font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
 color: #C8A648;

 }
}

#browse-property{
    padding: 80px;
    text-align: center;
   
}
#browse-grid{
margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
     text-align: center;
      gap: 50px;
     img{
        width: 36px;
height: 36px;

     }
}
#browse-grid h1{
    font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size: 20px;
 color: #1A1A1A;
}
#browse-grid h6{font-family: DM Sans;
font-weight: 400;
font-style: Regular;
font-size: 16px;
 color: #4A4A4A;
}
#browse-grid p{
font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
color: #C8A648;
}

.browse-containers{

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
background: #FFFFFF;
opacity: 1;
padding: 24px;
border-radius: 20px;
border-width: 1px;
 
box-shadow: 0px .1px 5px rgba(0, 0, 0, 0.1);
border: 1px solid #EDEDED
}

.needhelp{ 
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 100px 80px;
}
#needhtlp-container{
   display: flex;
   align-items: center;
   flex-direction: column;
gap: 32px;
border-radius: 24px;
padding-top: 56px;
padding-right: 32px;
padding-bottom: 56px;
padding-left: 32px;
    background: linear-gradient(94.94deg, #0B0C0E 3.69%, #1A1C20 61.48%, #C8A648 100%);
    h1{
       font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size: 36px;
 color:  #FFFFFF;
    }
    p{
        font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
 color: #FFFFFF;
    }
    #get-prt{
border-radius: 12px;
padding-top: 14px;
padding-right: 24px;
padding-bottom: 14px;
padding-left: 24px;
border-width: 2px;
border: 2px solid #C8A648;
font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
 color: #C8A648;
 margin-left: 20px;
    }
    #talk{
      font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
 color: #0B0C0E;
border-radius: 12px;
padding-top: 14px;
padding-right: 24px;
padding-bottom: 14px;
padding-left: 24px; 
background: #C8A648;
border: none;
    }
    img{
        margin: 0px 10px    ;
    }
}
 
#why-grid-cat{
     padding:3pc 80px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: start;
    align-items: center;
    background-color: #0B0C0E;
    
        img{
            width:100%;
    }
    h1{
        font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size: 36px;
 color:#FFFFFF;
    }
    p{
        font-family: DM Sans;
font-weight: 400;
font-style: Regular;
font-size: 16px;
 color:  #FFFFFF;
    }
    h3{
        font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 18px;
 color: #FFFFFF;
    }
    .content-why{
        display: flex;
        flex-direction: column;
       padding: 10px 0px;
       .img-cnt-why{
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 10px 0px ;
       }
       .imgback{
        background-color: #C8A648;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
       }
       img{
        width: 30px;
       }
    }
}

@media (max-width:990px){
    
#browse-grid{
margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
     text-align: center;
      gap: 50px;
     img{
        width: 36px;
height: 36px;

     }
}
#why-grid-cat{
     padding:2pc 40px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    text-align: start;
    align-items: center;
    background-color: #0B0C0E;
}

.needhelp{ 
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 40px 40px;
}
}
@media(max-width:600px){
    #browse-property{
        padding: 30px 10px;
    }
#browse-grid{
margin-top: 60px;

    display: grid;
    grid-template-columns: repeat(1,1fr);
     text-align: center;
      gap: 20px;
     img{
        width: 36px;
height: 36px;

     }
     
}

#why-grid-cat{
    h1{
        font-size: 25px;
    }
    h3{
        font-size: 15px;
    }
    p{
        font-size: 12px;
    }
     padding:1pc 20px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    text-align: start;
    align-items: center;
    background-color: #0B0C0E;
}

.needhelp{ 
    
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 20px 10px;
   #needhtlp-container {
    padding: 30px 10px;
   h1{
        font-size: 25px;
    }
      p{
        font-size: 15px;
      }
   }

}
#needhelpbuttons{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    #get-prt{
        padding: 10px 20px;
    }
   
    #talk{
      font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
 color: #0B0C0E;
border-radius: 12px;
padding:10px 40px;
    }
}

#cat-headet-buttons{
display: flex;
gap: 20px;
align-items: start;
 #post{
    font-size: 12px;
 padding:5px 10px;

 }
 #quick{
     font-size: 12px;
padding: 5px 10px;
 }
}

}