/* universal styling */  
* {
    font-family: "Montserrat", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 500;
    font-style: normal;
    box-sizing: border-box;
}
/*     header section  start  */

.header_section {
    position: relative;

}
/*     background image  */
.background_image {
    background-image: url(../images/bg_img.jpg);
    background-size: cover;
    height: 500px;
    background-position: center;
    padding: 50px;
    position: relative;
    z-index: 0;
}
/*     navbar section */
.logo,
.navbar,
p,
input[type="button"] {
    position: relative;
    z-index: 1;
}
/*     logo styling   */
.logo {
    width: 100%;
    height: fit-content;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*    navbar styling  */
.navbar {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*    navbar items styling  */

.navbar a {
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 14px 50px;
    font-size: 16px;
}
/*    navbar hover styling  */
.navbar a:hover {
    color: #87A922;
}

.navbar a.active {
    color: #87A922;
}

.bio_p {
    font-size: 30px;
    color: #FCDC2A;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 5px;
    float: left;
    top: 155px;
}

.bio_p:hover {
    color: white;
}

.book_btn {
    text-decoration: none;
    position: relative;
    font-weight: bolder;
    padding: 3px 30px;
    color: #FCDC2A;
    background-color: transparent;
    border: 5px solid #FCDC2A;
    border-radius: 8px;
    float: right;
    top: 140px;
}

.book_btn:hover {
    background-color: transparent;
    color: white;
    border: 5px solid white;

}

@media screen and (max-width: 800px){
    .background_image {
        height: 400px;
        padding: 25px;
    }
    .navbar a {
        padding: 8px 25px;
        font-size: 12px;
    }

    .bio_p {
        font-size: 15px;
        margin: auto;
       
        padding: 2px;
       
        top: 80px;
    }
    .book_btn {
        font-weight: bold;
        padding: 3px 15px;
       
       
        border: 2px solid #FCDC2A;
        border-radius: 4px;
       
        top: 100px;
    }
    
    .book_btn:hover {
       
        border: 2px solid white;
    
    }
 }   

/*     header section  end  */
/*    welcome section styling  */
.wc_section h1 {
    color: #114232;
    display: flex;
    align-items: center;
    justify-content: center;

}

.wc_section p {
    color: #114232;
    font-size: 20px;
    text-align: center;
}
/*    welcome section styling  end */
/*footer section start  */
footer {
    position: relative;
    top: 110px;
    padding-top: 30px;
    background-color: #FCDC2a;

}

footer h2 {
    font-weight: bold;
    text-align: center;
}

footer div {
    display: flex;
    align-items: center;
    justify-content: center;

}

footer div img {
    height: 40px;
    width: auto;
    margin: 10px 50px;
}
/*footer section end */

/*above styling belongs to all pages  */

/*       index.js styling     */
/*    history section section styling  */

.history_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
}

.his_img_div {
    top: 30px;
    right: 50px;
    position: relative;
    width: 45%;
    padding: 20px;
    overflow: hidden;
}

.his_txt_div {
    position: relative;
    left: 50px;
    width: 45%;
    padding: 20px;
    font-size: 20px;
}

.his_txt_div h2 {
    font-weight: bold;
}

.his_img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 800px){
    .history_section {  
        flex-direction: column;
        margin: 10px;
    }
    .his_txt_div {
        left: 10px;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    .his_img_div {
        top: 20px;
        left: 10px;
        position: relative;
        width: 100%;
        padding: 10px;
        overflow: hidden;
    }

}



/*     facilities section  start   */
.facilities {
    position: relative;
}

.facilities h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    top: 50px;
   
    width: 100%;
    color: #114232;
}

.icon {
    height: 50px;
    width: 50px;
    margin: 50px 100px;
}

.icon_top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_text {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_text h4 {
    text-align: center;
    padding: 0px 70px;

}

.icon_bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
}
@media screen and (max-width: 800px){
    .facilities h2 {
        font-weight: bold;
        top: 30px;  
        width: 100%;
        color: #114232;
    }
    .icon {
        height: 35px;
        width: 35px;
        margin: 30px 50px;
    }
    
    .icon_text h4 {
        text-align: center;
        padding: 0px 30px;
    
    }
    
    .icon_bottom {
       top: 15px;
    }
}

/*     facilities section end   */
/*     rooms section start   */
.rooms_heading {
    font-weight: bolder;
    /* background-color: #FCDC2A; */
    width: 100%;
    height: fit-content;
    text-align: center;
}

.rooms_categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
    width: 100%;


}

.rooms_categories>div {
    width: 25%;
    height: 500px;
    background-color: #F7F6BB;
    padding: 10px;
    flex: 30%;
}

.rooms_categories>.deluxe {
    background-color: #87A922;
}

.rooms_categories>div>img {
    height: 270px;
    width: fit-content;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 800px){
    .rooms_categories {
        flex-direction: column;
        flex-wrap: wrap;
        
    }
    .rooms_categories>div {
        width: 100%;
        height: 400px;
        background-color: #F7F6BB;
        padding: 10px;
        flex: 30%;
    }



}
/*     rooms section end   */
/* index.html styling end   */

/*       gallery.html styling     */

.grid_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 10px;
    column-gap: 10px;

}

.grid_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item1 {

    grid-row: 1/span 3;
}
@media screen and (max-width: 800px){
    .grid_container {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 8px;
        column-gap: 8px;
    }
}

/* ******    room.html styling      ****** */
.rooms_heading1 {
    font-weight: bolder;
    width: 100%;
    height: fit-content;
    text-align: center;
}

.rooms_categories1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    height: fit-content;
    width: 100%;
    justify-content: center;
    align-items: center;


}

.rooms_categories1>div {
    width: 100%;
    height: 500px;
    background-color: #F7F6BB;
    padding: 10px;

}

.rooms_categories1 div h2 {
    text-align: center;
    font-size: 30px;
}

.rooms_categories1 div ul {
    position: relative;
    left: 48%;
    bottom: 200px;
    font-size: 20px;
}

.rooms_categories1 div h3 {
    position: relative;
    left: 50%;
    bottom: 200px;
    font-size: 24px;
}

.rooms_categories1>.deluxe1 {
    background-color: #87A922;
}

.rooms_categories1>div>img {
    height: 240px;
    position: relative;
    top: 50px;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.rooms_categories1 div button {
    position: relative;
    left: 45%;
    height: 40px;
    width: 100px;
    background-color: transparent;
    border: 3px solid;
    top: -133px;

}

.rooms_categories1 div button:hover {
    background-color: #114232;
    color: white;
    border: 3px solid white;
}

.room_book {
    font-weight: bold;
    position: relative;
    top: 15px;
    display: block;
    margin: 0 auto;
    padding: 3px 30px;
    color: #FCDC2A;
    background-color: black;
    border: 5px solid #FCDC2A;
    border-radius: 8px;

}

.room_book:hover {
    background-color: #FCDC2A;
    color: black;
    border: 5px solid black;

}
@media screen and (max-width: 800px){
    
    .rooms_categories1>div {
        width: 100%;
        height: 280px;
        background-color: #F7F6BB;
        padding: 6px;
    
    }
    
    .rooms_categories1 div h2 {
        text-align: center;
        font-size: 14px;
        font-weight: bolder;
    }
    
    .rooms_categories1 div ul {
        left: 40%;
        bottom: 130px;
        font-size: 14px;
    }
    
    .rooms_categories1 div h3 {
        left: 56%;
        bottom: 135px;
        font-size: 16px;
    }
   
   
    .rooms_categories1>div>img {
        height: 130px;
        top: 30px;
        width: fit-content;
    }
    .rooms_categories1 div button {
        position: relative;
        left: 45%;
        height: 40px;
        width: 100px;
        background-color: transparent;
        border: 3px solid black;
        top: -90px;
    
    }
    
    .rooms_categories1 div button:hover {
        background-color: #114232;
        color: white;
        border: 3px solid white;
    }

    .rooms_categories1 div button:hover {
        border: 3px solid white;
    }
    
    .room_book {
        border: 3px solid #FCDC2A;
        border-radius: 4px;
    
    }
    
    .room_book:hover {
       
        border: 3px solid black;
    
    }
    
}
/*       form styling     */
#book_form {
    width: 100%;
    display: none;

}

label {
    text-align: center;
}

input[type=text],
input[type=number],
input[type=date],
input[type=select],
input[type=submit] {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;

}

input[type=submit] {
    background-color: #FCDC2a;
    color: black;
    border: 3px solid black;
    border-radius: 5px;
}

input[type=submit]:hover {
    height: 35px;
    font-weight: bold;
}

#form_container h2 {
    text-align: center;
}

.js_price {
    text-align: center;

}




/* Menu.html styling */

.food_header {
    width: 100%;
    height: 400px;
    position: relative;
}

.food_carousel img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.text_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
    color: #FCDC2A;
    border-top: 3px solid #FCDC2A;
    border-bottom: 3px solid #FCDC2A;
}

.text_overlay h1 {
    margin: 0;
    font-size: 40px;

}

.text_overlay p {
    margin-top: 15px;
}

.menu_intro {
    display: block;
    width: 100%;
    height: fit-content;
}

.menu_intro_h2 {
    color: #114232;
    text-align: center;
    font-weight: bold;
}

menu_intro_p {
    color: #114232;
    text-align: center;
}

.exp_heading {
    text-align: center;
    font-weight: bolder;
    position: relative;
    top: 180px;
    color: #114232;
}

.exp_maindiv {
    position: relative;
    top: 230px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 500px;
    margin-bottom: -50px;
}

.exp_div {
    flex: 30%;
    height: 400px;
    width: 30%;
    
    text-align: center;
    position: relative;
    margin: 0 10px;
}

.exp_div img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.exp_div_text {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    transition: all 0.3s ease;
    margin: 0 10px;

}

.exp_div:hover,
.exp_div_text {
    bottom: 50px;
}

.my_footer {
    position: relative;
    top: 204px
}

@media screen and (max-width: 800px){

    .food_header {
        height: 300px;
    }
    
    .food_carousel img {
        height: 300px;
    }
    
  
    .text_overlay h1 {
        margin: 0;
        font-size: 18px;
    
    }
    
    .exp_heading {
        top: 190px;
    }
    
    .exp_maindiv {
        position: relative;
        top: 230px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 500px;
        margin-bottom: -50px;
    }
    
    .exp_div {
        flex: 30%;
        height: 400px;
        width: 30%;
        
        text-align: center;
        position: relative;
        margin: 0 10px;
    }
    
    .exp_div img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    
    .exp_div_text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100px;
        padding: 10px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        transition: all 0.3s ease;
        margin: 0 10px;
    
    }
    
    .exp_div:hover,
    .exp_div_text {
        bottom: 100px;
    }
    
    .my_footer {
        position: relative;
        top: 204px
    }
}



/* About-us.html styling */

.about_column {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
}

.who {
    display: flex;
    flex-direction: row;
}

.what {
    display: flex;
    flex-direction: row-reverse;
}

.where {
    display: flex;
    flex-direction: row;
}

.about_row {
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
    top: 58px;
    border-bottom: 3px solid #114232;
    border-top: 3px solid #114232;
    border-radius: 40px;
    margin: 10px;
}

.who_img,
.where_img {
    height: 200px;
    width: 200px;
    top: 10px;
    position: relative;
    left: 30px;
    object-fit: cover;
    border-radius: 20px;
}

.what_img {
    height: 200px;
    width: 200px;
    top: 10px;
    position: relative;
    right: 30px;
    object-fit: cover;
    border-radius: 20px;
}

.who_text_div p {
    text-align: center;
    left: 50px;
    font-size: 14px;
}

.where_text_div p {
    text-align: center;
    left: 50px;
    font-size: 14px;
}

.what_text_div p {
    text-align: center;
    right: 50px;
    font-size: 14px;
}

.about_row div h2 {
    text-align: center;
}
.contact_section{
    display: flex;
    flex-direction: row;
    position: relative;
   

}

.contact_list_div1{
    position: relative;
    top: 60px;
    
}
.contact_list1{
    list-style: none;
}
.contact_list1 li img{
    height: 55px;
    width: auto;
    padding: 10px 10px;
    
}
.contact_list_div2{
    position: relative;
    top: 60px;
}
.contact_list2{
    list-style: none;
}
.contact_list2 li{
    padding: 20px 20px;
}

.about_footer {
    top: 150px;
}

@media screen and (max-width: 800px){
    .who {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .what {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .where {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .who_img,
    .where_img {
        top: 22px;
        align-self: center;
        left: 3%;
    
    }
     
    .what_img {
        top: 22px;
        left: 3%;
        
    } 
    
    .who_text_div p {
        text-align: center;
        left: 0px;
    }
    
    .where_text_div p {
        text-align: center;
        left: 0px;
    }
    
    .what_text_div p {
        text-align: center;
        right: 0px;
    }
    
    .about_row div h2 {
        text-align: center;
    }

}