*{
    margin: 0;
    padding: 0;
}
.outer{
    min-height: 500px;
    width: 100%;
}
.slider{
    height: 600px;
    width: 100%;
    background-image: url(./media/hanuman.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.place_name{
    height: 55%;
    width: 100%;
    background-color: #161414;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: orangered;
    font-size: 35px;
    opacity: 0.6;
    padding-top: 20%;
}
.name{
    color: rgb(31, 27, 26);
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.star_color{
    color: yellow;
    font-size: 18px;

}
.fecility{
    height: 100px;
    width: 100%;
    /* background-color: #91f36a; */
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
}
.faccont{
    height: 100%;
    width: 25%;
    /* background-color: #fff; */
    font-size: 18px;
}
.feccont img{
    height: 50px;
    width: 50px;
}
.img{
    height: 100%;
    width: 42%;
    /* background-color: #c71212; */
    float: left;

}
.left{
    height: 100%;
    width: 8%;
    /* background-color: #45c712; */
    float: left;
    
}
.right__{
    height: 100%;
    width: 8%;
    /* background-color: #c71212; */
    float: left;
    
}
.right{
    height: 100%;
    width: 8%;
    /* background-color: #c71212; */
    float: left;
    
}
.cont{
    height: 100%;
    width: 42%;
    /* background-color: #129dc7; */
    float: left;
    
}
.about{
    height: 100%;
    width: 84%;
    float: left ;
    /* background-color: #cf0a0a; */
    
}
.row{
    min-height: 350px;
    width: 100%;
    display: flex;
}
.aboutcol{
    height: 300px;
    width: 20%;
    float: left;
    justify-content: space-evenly;
    /* background-color: #0e70e0; */
    text-align: center;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border: 1px slolid gray;
    border-radius: 10px;
}
.img{
    background-color: #cdcdcd;
}

form select{
    padding-top:15px;
    padding-bottom: 15px;
    width: calc(100% - 40px);
    margin-top: 20px;
    background-color: white;
    outline: none;
    border: none;
}
