

/*--Photo Gallary Section Start here--*/
.best_photo_gallary{
    width: 90%;
    height: auto;
    margin: auto;
}
.best_photo_gallary{   
   padding-top: 100px;
}
.best_photo_gallary h1{
   text-align: center;
   color: #b3901d;
   padding: 10px;
}
.gallary_section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.gallary_section_btn{
    width: 20%;
    border: 1px solid rgb(240, 240, 240);
}
.all_photo_btn{
    padding: 10px;
}
.all_photo_btn button{
    width: 100%;
    height: 50px;
    background-color: #0E0D0E;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;


}
.all_photo_btn button:hover{
    background-color: #b3901d;
    box-sizing: 1px 1px #666;

}

.gallary_section_image{
    width: 80%;
}
.all_image_gallary{
    width: 100%;
    text-align: center;
}
.all_image_gallary img{
    max-width: 24%;
    height: 250px;
    object-fit: cover;
    padding: 5px;
}
.image_dining{
    display: none;
}
.image_event{
    display: none;
}
.image_exe{
    display: none;
}
.image_double{
    display: none;
}
.image_single{
    display: none;
}
.image_couple{
    display: none;
}
