
.hero-section{
    background-image:linear-gradient(to right,rgb(25, 30, 104),rgb(12, 67, 112),rgba(12, 67, 112,0.3)),url("../assets/images/hero-bg.jpg");
  
  }

  .hero-text h3{
    color:rgb(255, 255, 255) !important;
  }


  .join_group{
     
    display: block;
   text-align: right;
  

   }

   .join_group a{
   float:right;
   background-color: rgb(16, 76, 116) !important;
   color: white !important;
   padding: 5px 10% !important;
   font-weight:bold !important;
   font-size:17px !important;
   margin-top:10px;

   }


.hero-section h6{
    color:white;
    font-size:18px;
    margin-top: 25px;
}


.justify-start{

    font-weight: bold;
    display:flex;
    gap:5px;
    font-size: 15px;

    

}


.justify-start .btn-primary{

    font-weight: bold;

    font-size: 14px !important;

    color:white !important;

}




#user_image img{
     height:50px !important;
     width:50px;
     border-radius:50%;
    }


    #user_image input{

        width:80%;
        height:40px;
       }

.fa-user-secret{
    font-size:23px;
    margin-top:3px;
    padding:5px;
}

#secret{

   
    font-size:14px;
    background-color: #e0e0e0;
    padding:5px 10%;
    opacity: 0.7;

}


@media only screen  and (max-width: 768px){
 
    #secret{

   
        font-size:14px;
        background-color: #e0e0e0;
        padding:5px 5% !important;
        opacity: 0.7;
    
    }
       


}


.secret_column .btn-primary{
    width:100% !important;
    padding:12px 60px;
    font-size:14px !important;
    }

.secret_column{
    margin-top:10px;
    display:flex;
    justify-content:space-between;
}



.real_agent{
border-radius: 50%;
background-color: #929294;
width:50px;
height:50px;

}

#real_agent_info{

    padding:0;
    width: 100;

}



#real_agent_info li{

    
    display: inline-block;
    font-size:1em !important;
    font-weight:bold;
    opacity:0.7;
}



#real_agent_info strong{


    font-size:1.0em !important;
    font-weight:bold;
    opacity:0.7;
    margin:5px;
}


#real_estate_agent {
    float:right;
    margin-top: 10px;
    }




ul{
list-style-type: none;
}


#group-home{
padding: 10px;
border:1px solid rgb(11, 59, 131);
margin-bottom:10px;
border-radius:5px;
}

#group-home h4{
font-weight:bold; 
font-size:16px;  
}


#group-home p{
 font-size:14px;  
    }

.group_inc_home{
display:flex;
justify-content:space-around;
flex-wrap:wrap;
}


.group_inc img {
object-fit: cover;
height:200px;
width: 100%;
}

.other_groups .group_inc{

margin:14px 0px;

width:240px;

background-color: #e0e0e0;

box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.5);

}


.group_inc b{

font-weight: bold;

font-size: 19px;


}


.group_inc span{
font-size: 15px;
    }

    .group_inc .btn-primary{
     font-size: 1.0rem !important;
     margin:15px 5px;
     padding:5px 20px;
     }



.btn-primary
{

font-size:1.2rem !important;

padding:5px 20px;




}

#comment_section{

    background-color: #eceaea;
    padding:10px;


}



#comment_section span{

    opacity: 0.5;

    font-weight: bold;


}

#reply{

padding:5px 20px;

font-size:13px;

background-color: #b2bbe4;

margin: 5px;

}



.reply_icons i{

margin-left:10px;

}





.reply_icons{

    display: flex;

    align-items: space-between;

    gap: 30px;

    }






#reply p{
font-size:13px !important;
}


.icons{
padding:0px 12px;
font-size:15px;

    }

    .icons i{
        font-weight:bold;
        font-size: 15px;

            }


    #comment{
         float: right;

        }

        .real_agent_reply{

            height:100px !important;
            width: 100px !important;
            border-radius:50%;
          }

   


          .user_details{
            display:flex;
            justify-content:center;
            gap:10px;
            flex-wrap: wrap;
          }




         #figure{

      

        width:250px;

        border-radius:8px;
        
       

        margin-top: 20px;

        margin-bottom: 20px;

        box-shadow: 0px 0px 8px rgb(228, 227, 227);

        background-color: #e9e9e9;

        padding-bottom:10px;

        }


        #user_details #figure img{
            
            object-fit: cover;
            width:100%;

            height: 250px;

            border-radius: 8px 8px 0px 0px;

            
    
            }


        #figure h6 {
            font-size:17px;
            font-weight: bold;
            margin: 5px;
            
        
        }

        #figure span{
        margin: 5px;
        font-size: 15px;
        }


        #figure .btn-primary{
            margin:10px 8px;
            font-size: 17px !important;
            font-weight: bold;
            }

            .btn-red{
                 background-color:white !important;
                  color: rgb(20, 90, 170) !important; 
                  font-weight:bold;
                  border:1px solid rgb(20, 90, 170);
                  font-size:15px;
                }
            
            .justify-start a:hover,.justify-end a:hover{
             background-color: rgb(212, 45, 45); 
             color:white;   
            }

            .anonymous_post,.members{
              
            font-weight:bold;
            font-size:14px;     
                 
            }

/*----------------------modal------------------*/ 
#popup input{
   
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    background: #ddd;
    border-radius: 5px;
}

#popup{

position:fixed;
top: 55%;
left: 50%;
transform: translate(-50%,-50%);
width: 400px;

padding:15px;
z-index:1000;
box-shadow: 0 5px 30px rgba(0,0,0,.30);
background: #f1f1f1;
background: #f1f1f1;
visibility:hidden;
opacity:0;
transition: 0.3s;

}



@media only screen and (min-width:430px) and (max-width:498px){


#popup{
 

top: 50%;
left: 50%;

width: 350px;
padding:5px;

box-shadow: 0 5px 30px rgba(0,0,0,.30);



}

}




@media only screen and (min-width:325px) and (max-width:376px){


#popup{
 

top: 50%;
left: 50%;

width: 300px;
padding:5px;

box-shadow: 0 5px 30px rgba(0,0,0,.30);


}

}


@media only screen and (min-width:377px) and (max-width:390px){


#popup{

top: 50%;
left: 50%;

width: 300px;
padding:5px;

box-shadow: 0 5px 30px rgba(0,0,0,.30);


}

}



#popup.active{
  
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    
        }

#closeModal{
    float: right;
    background-color: black;
    color: white;
    padding:0px 6px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;
    
    
    }

.anonymous_img{

border:1px solid transparent;
border-radius: 50%;
height: 40px;
width:40px;

}


#popup input{
outline:1px solid skyblue;
font-size: 17px;
width: 80%;
}

#popup input:focus{
    outline:1px solid skyblue;
    }


    #popup label{
        font-weight: bold;
        font-size:17px;
        }


        #group_button{
   
            position: relative;
            display:flex !important;
            justify-content: center !important;
            margin:6px 0px;
            width:100%;
            
        
           }


.btn-create{
    background-color: rgb(29, 71, 90) !important;
    color: white !important; 
    font-size: 14px;
    margin-right:30px;
    font-weight:bold;
    align-items:center;
    padding:3px 20px !important;
    border-radius: 0px 15px 15px 0px !important;

}

.btn-cancel{

    background-color: rgb(168, 23, 23) !important;
    color: white !important;
    font-size: 14px;
    align-items:center;
    font-weight:bold;
    padding:4px 20px !important;
    border-radius: 15px 0px 0px 15px !important;

}

.upload_photo{
text-align: center;
padding: 10px;
box-shadow:0px 0px 5px rgb(197, 196, 196);
background-color: #fff;
background-color: #fff;
border-radius:10px;
}

.fa-upload{
color: blue;
margin:10px;
font-size: 18px;

}

.click_to_upload{

opacity:0.7;
font-size: 15px;

}

.file_type{
    background-color: rgb(233, 231, 231);
    padding:8px;
    margin-right: 8px;
}


.add_members_background{
   display:flex;
   align-content: center;
   justify-content: center;

}


#add_members{

 color:white;
 background-color: rgb(30, 71, 117);   
 padding: 10px;
 text-align: center;
 width:40%;
 border-radius:20px;
 cursor: pointer;


}


#add_members span{

font-size:14px;
   
   
   }




#add_members .fa-plus{

    color:white;
    padding:8px;
    font-weight: bold;
    border:1px solid white;
    font-size: 17px;
    border-radius: 50%;
    margin-left:10px;

   }


   #popup textarea{

   outline: 1px solid skyblue;

   font-size: 15px;
   


   }

   .commentator{

margin-top: 21px;

position: relative;
   }

   .commentator .anonymous_img{
    position: relative;
    top:-20px;
   }

 