@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body{

margin: 0px;
padding: 0px;
font-family: "Roboto", sans-serif;

}


.mt-30{

    margin-top: 30px;
}

.mt-60{

    margin-top: 60px;
}

.mt-90{

    margin-top: 90px;
}

.mt-120{

    margin-top: 120px;
}

.headertop{

    margin: 0px;
    padding: 6px 0px;
    display: flex;
    align-items: center;
    background-color:white;
}

.headertoplogo{

    margin: 0px;
    padding: 0px;
}

.headernavigation{

    margin: 0px;
    padding: 0px;
}

.headernavigation ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}


.headernavigation ul li{

    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

.headernavigation ul li i{

    color:#2C4549;
}

.headernavigation ul li ul.submenu{

    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: none;
    background-color:aliceblue;
    width: 300px;
}

.headernavigation ul li:hover ul.submenu{

    display: block;
}


.headernavigation ul li ul.submenu li{

    margin: 0px;
    padding: 10px 14px;
    display: block;
    list-style: none;
    transition: all 0.5s ease-in-out;
}

.headernavigation ul li ul.submenu li:hover{

    background-color: rgb(191, 200, 207);
}

.headernavigation ul li ul.submenu li a{

    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color:#2C4549;
}

.headernavigation ul li a{

    font-size: 16px;
    margin: 0px;
    padding: 0px 14px;
    color: #2C4549;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.headernavigation ul li a:hover{


    color: #ff913d;
}

.headertopbutton{

    margin: 0px;
    padding: 0px;
    margin-top: 25px;
}


.headertopbutton button{


    background-color: #ff913d !important;
    color: white;
    border-radius: 15px;
}

.headertopbutton button:hover{


    background-color: #ff913d !important;
    color: white;
}


.headerbanner{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.headerbanner-main{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.headerbanner-main::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.548) ;
    z-index: -1;
}

.headerbanner-main h2{

    color: white;
    font-size: clamp(24px ,5vw ,48px);
    font-weight: 500;
    text-align: center;
}


/*-------checkin--------*/

.checkinbox{

    margin: 0px;
    padding: 10px;
    width: 100%;
    display: block;
    box-shadow: 6px 6px 10px rgba(44, 69, 73, 0.568);
    border-radius: 15px;

}


.checkinboxmain{

    margin: 0px;
    padding: 0px;
}

.checkinboxmain label{

    color: #ff913d;
    margin-bottom: 10px;
}

.checkinboxmain input{

    width: 100%;
    border-radius: 15px;
    margin: 0px;
    padding: 12px;
}

.checkinboxmain input:focus{

    outline: none;
}

.checkinboxmain button{

    background-color: #ff913d;
    color: white;
    border-radius: 14px;
}

.checkinboxmain button:hover{

    background-color: #ff913d;
    color: white;
}

/*-------aboutus--------*/


.aboutleft{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
}

.aboutleft .aboutcircle{

    z-index: 1;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #ff913d;
    border-radius: 50%;
    color: white;
    animation: myanim 6s linear infinite;
    animation-play-state: paused;
    
}

@keyframes myanim{

    100%{

        transform: rotate(360deg);
    }
}

.aboutleft .aboutcircle:hover{

    animation-play-state: running;
}


.aboutleft .aboutcircle svg  textPath{

    font-size: 12px;
    color:white !important;
    letter-spacing: 6px;
}

.aboutusright{

    margin: 0px;
    padding: 0px;
}

.aboutusright h4{

    color: #ff913d;
}


.aboutusright h2{

    color: #2C4549;
}

.aboutusright h2 span{

    color: #ff913d;
}

.aboutusright p{

    color: black;
}

.aboutusright button{

    color: white;
    background-color: #ff913d !important;
    border-radius: 15px;
}

.aboutusright button:hover{

    color: white;
    background-color: #ff913d !important;
}

.awardbox{

    margin: 14px 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.awardbox1{

    margin: 0px;
    padding: 20px 40px;
    background-color: aliceblue;
    border-radius: 15px;
}

.awardbox1 h4{

    color: #2C4549;
}

.awardbox1 h2{

    color: #ff913d;
}

/*------------facilities-------------*/

.facilitiestext{

margin: 0px;
padding: 0px;
text-align: center;

}


.facilitiestext h4{

    color: #2C4549;
}

.facilitiestext h4 span{

    color: #ff913d;
}

.facilitiesbox{

    margin: 0px;
    padding: 20px;
    background-color: aliceblue;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
}

.facilitiesbox:hover{

    border: solid 1px #ff913d;
}

.facilitiesboxicon{

    margin: 0px;
    padding: 0px;
}

.facilitiesboxicon svg{

    color: #ff913d;

    height: 50px;
  width: 50px;
}

.svg-img{
fill: #ff913d;
}

.facilitiesboxtext{

    margin: 14px 0px;
    padding: 0px;
}

.facilitiesboxtext h4{

    color: #ff913d;
}

.facilitiesboxtext p{

    color: #2C4549;
}


/* Rooms 3 */
.rx-rooms-main-box {
    position: relative;
    -webkit-perspective: 1000px;
    .rooms-box-front {
        text-align: center;
        z-index: 1;
        transform-style: preserve-3d;
        backface-visibility: hidden;
        perspective: inherit;
        transition: transform .8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
        transition: transform .8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
        border-radius:15px;
        transform: rotateY(0deg);
        background-color: transparent;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
        position: relative;
        img {
            width: 100%;
            border-radius: 15px;
        }
        .content-wrap {
            width: 100%;
            display: block;
            transform-style: preserve-3d;
            perspective: inherit;
            backface-visibility: hidden;
            transform: translate3d(0, 0, 50px) scale(0.9);
            .inner-contact {
                position: absolute;
                bottom: 55px;
                left: 30px;
                right: 30px;
                padding: 15px 0;
                text-align: center;
                background-color: rgba(245, 245, 245, .9);
                border-radius: 15px;
                h4 {
                    font-size: 16px;
                    font-weight: 600;
                    color: #2C4549;
                }
            }
        }
    }
    .rooms-box-back {
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 1;
        transform-style: preserve-3d;
        backface-visibility: hidden;
        perspective: inherit;
        transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
        transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
        border-radius:20px;
        transform: rotateY(-180deg);
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        background-color: rgba(245, 245, 245, .9);
        display: flex;
        align-items: center;
        img{
            position: absolute;
            height: calc(100% - 60px);
            width: calc(100% - 60px);
            margin: 30px;
            padding: 0;
            top: 0;
            left: 0;
            z-index: 0;
            border-radius: 15px;
        }
        .content-wrap {
            width: 100%;
            height: 100%;
            display: block;
            transform-style: preserve-3d;
            perspective: inherit;
            backface-visibility: hidden;
            padding: 30px;
            transform: translate3d(0, 0, 50px) scale(0.9);
            .box-overlay{
                content: "";
                background-color: rgba(245, 245, 245, .9);
                border-radius: 15px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 0;
                height: 100%;
                width: 100%;
            }
            .inner-back-side {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;    
                overflow: hidden;
                height: calc(100% - 60px);
                width: calc(100% - 60px);
                margin: 30px;
                box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
                border: 1px solid #ff913d;
                border-radius:15px;
                .rx-price {
                    display: flex;
                    justify-content: center;
                    span {
                        padding: 8px 18px;
                        background-color: #2C4549;
                        line-height: 20px;
                        font-size: 15px;
                        color:#ff913d;
                    }
                }
                .sub-inner-contact {
                    height: calc(100% - 75px);
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    h5 {
                        margin-bottom: 12px;
                        font-size: 22px;
                        line-height: 1.2;
                        color: #2C4549;
                    }
                    ul {
                        li {
                            font-size: 14px;
                            font-weight: 400;
                            color:#2C4549;
                        }
                    }
                }
                .last-contact {
                    height: 40px;
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-end;
                    .inner-button {
                        background-color: #2C4549;
                        color: #ff913d;
                        padding: 5px 10px;
                        font-size: 14px;
                        i {
                            font-size: 16px;
                        }
                    }
                }
            }
        }
    }
    &:hover {
        .rooms-box-front {
            transform: rotateY(180deg);
        }
        .rooms-box-back {
            transform: rotateY(0deg);
        }
    }
}
/* Responsive */
@media screen and (max-width: 1199px) {
    .rx-rooms-main-box {
        .rooms-box-back {
            .content-wrap {
                .inner-back-side {
                    .sub-inner-contact {
                        h5 {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 767px) {
    .rx-rooms-main-box {
        .rooms-box-back {
            img {
                width: calc(100% - 30px);
                height: calc(100% - 30px);
                margin: 15px;
            }
            .content-wrap {
                padding: 15px;
                .inner-back-side {
                    height: calc(100% - 30px);
                    width: calc(100% - 30px);
                    margin: 15px;
                    .last-contact {
                        height: auto;
                    }
                    .sub-inner-contact {
                        height: calc(100% - 65px);
                        h5 {
                            margin-bottom: 5px;
                            font-size: 17px;
                        }
                        ul {
                            li {
                                font-size: 13px;
                                line-height: 22px;
                            }
                        }
                    }
                    .rx-price {
                        span {
                            padding: 5px 15px;
                        }
                    }
                }
            }
        }
    }
}


/*-----------otherservice------------*/

.otherserviceleft{


    margin: 0px;
    padding: 0px;
}


.otherserviceleft img{

    width: 100%;
    height: 180px;
    border-radius: 50px;
    object-fit: cover;
}

.otherserviceright{

    margin: 0px;
    padding: 15px;
    border-top: solid 2px rgba(44, 69, 73, 0.459);
    border-bottom: solid 2px rgba(44, 69, 73, 0.459);
    transition: all 0.5s ease-in-out;
}

.otherserviceright:hover{

    border-top: solid 2px rgb(44, 69, 73);
    border-bottom: solid 2px rgb(44, 69, 73); 
}

.otherservicerightmain{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.otherservicerightmain1{

    margin: 0px;
    padding: 0px;
}


.otherservicerightmain1 h4{

    color: #ff913d;
}

.otherservicerightmain1 h2{

    color: #2C4549;
}

.otherservicerightmain2{

    margin: 0px;
    padding: 0px;

}

.otherservicerightmain2 p{

    color: #2C4549;
}

/*--------testimonial---------*/

.testimonialbox{

    margin: 0px;
    padding: 0px;
}

.testimonialboximg{

    margin: 0px auto;
    display: table;
    padding: 0px;
    width: 120px;
    height: 120px;
    border-radius: 50%;

}

.testimonialboximg img{

    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.testimonialboxtext{

    margin: 18px 0px;
    padding: 0px;
}

.testimonialboxtext p{

    color: #2C4549;
    font-size: 16px;
    text-align: center;
}

.testimonialboxtext h6{

    color: #ff913d;
    text-align: center;
}

/*-----------footer---------*/

.footerbody{

    margin: 0px;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #2C4549;
}

.footerbodyleft{

    margin: 0px;
    padding: 0px;
}

.footerbodyleft p{

    color: antiquewhite;
}

.footerbodymiddle{

    margin: 0px;
    padding: 0px;
}

.footerbodymiddle h2{

    color: antiquewhite;
    font-size: clamp(22px , 5vw , 32px);
}

.footernav{

    margin-top: 14px;
    padding: 0px;
}

.footernav ul{

    margin: 0px;
    padding: 0px;
    display: block;
}

.footernav ul li{

    margin: 0px;
    padding: 10px 0px;
    list-style: none;
    display: block;
}

.footernav ul li a{

    margin: 0px;
    padding: 0px;
    display: block;
    font-size: 16px;
    color: antiquewhite;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.footernav ul li a:hover{

    color: #ff913d;
    padding-left: 6px;
}

.footerright{

    margin: 0px;
    padding: 0px;
}

.footerright h2{

    color: antiquewhite;
    font-size: clamp(22px , 5vw , 32px);
    margin-bottom: 20px;

}

.footerrighticon{

margin: 0px;
padding: 0px;

}

.footerrighticon1{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerrighticon1 i{

    color: #ff913d;
    line-height: 25px;
}

.footerrighticon1 p , .footerrighticon1 p a {

    color: antiquewhite;
    text-decoration: none;
}

.footercopyright{

    margin: 0px;
    padding: 6px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: black;
    text-align: center;
}

.footercopyrightmain{

    margin: 0px;
    padding: 0px;

}

.footercopyrightmain p , .footercopyrightmain p a{

    color: antiquewhite;
    text-decoration: none;
    margin-top: 6px;
}

.sticky{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
    background-color: #2C4549;
    border-bottom: solid 1px #2C4549;
}


.resnav{

    margin: 0px;
    padding: 0px;
    display: none;
    float: right;
    margin-top: -60px;
}

.resnav i{

    color: #2C4549;
    font-size: 18px;
}

.dis-block{

    display: none;
}

.p-all{

    padding: 20px 25px;
}


/*====================aboutuspage=================*/


.aboutusbanner{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}


.aboutusbanner::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.507);
    z-index: -1;
}

.aboutusbanner h2{

    color: #ff913d;
}



.aboutusbanner h4 , .aboutusbanner h4 a{

    color: antiquewhite;
    text-decoration: none;
} 


.accomodationtext{

    margin: 0px;
    padding: 0px;
}

.accomodationtext h2{

    color: #2C4549;
}


.accommodationbox{

    margin: 0px;
    padding: 0px;
}

.accommodationboximg{

    width: 100%;
    display: block;
    position: relative;
}


.accommodationboximg img{

    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.accommodationboxbtn{

    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}


.accommodationboximg1{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    position: relative;
} 

.accommodationboximg1 img{

    width: 100%;
    height: 218px;
    object-fit: cover;
    border-radius: 15px;
}

/*-----------accommodationtext------------*/

.accomodationtext{

    margin: 0px;
    padding: 0px;
}

.accomodationtext p{

    color: #2C4549;
}


/*---------accommodationroom---------------*/


.accommodationroom{

    margin: 0px;
    padding: 60px 0px;
    background-image: url(../img/bd-room-hotel.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.accommodationroom::before{

    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(44, 69, 73, 0.829);
    z-index: -1;
}

.accommodationroom1{

    width: 100%;
    display: block;
    padding: 40px 20px;
    background-color: white;
}


.accommodationroom1text{

    margin: 0px;
    padding: 0px;
}

.accommodationroom1text h2{

    color: #2C4549;
    text-align: center;
    font-size: clamp(20px, 4vw , 30px);
}

.accommodationroom1img{

    width: 100%;
    margin: 20px 0px;
    padding: 0px;
    height: 420px;
    overflow: hidden;
}

.accommodationroom1imgmain{

    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
}


.accommodationroom1imgbackface{

    margin: 0px;
    padding: 0px;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px rgba(44, 69, 73, 0.432);
    transition: all 0.5s ease-in-out;

}


.accommodationroom1imgbackfacetext{

margin: 0px;
padding: 20px;
border-bottom: solid 1px rgba(44, 69, 73, 0.473);

}


.accommodationroom1imgbackfaceicon{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.accommodationroom1imgbackfaceiconmain{

    margin: 0px;
    padding: 20px;
    text-align: center;
}

.accommodationroom1imgbackfaceiconmain p{

    color: #2C4549;
    margin: 10px 0px;
}




 .accommodationroom1img:hover .accommodationroom1imgbackface{

    top: 0;
}
 


/*-------------gallery----------*/

.gallerybox{

    margin: 0px;
    padding: 0px;
}

.gallerybox h2{

    color: #2C4549;
    text-align:center;
}


/*------facilities------*/

.facilitiestext{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.facilitiestext h4{

    color: #2C4549;
}

.facilitiesBox{

    margin: 0px;
    padding: 0px;
}

.facilitiesBox i{

    color: #ff913d;
}

.facilitiesBox p{

    color: #2C4549;
}



/*================contactuspage================*/

.contactusformleft{

    margin: 0px;
    padding: 0px;
}

.contactusformleft h2{

    color: #ff913d;
}


.contactusformleftform{

    margin: 20px 0px;
    border: solid 1px #2C4549;
    border-radius: 15px;
    padding: 20px;
}

.contactusformleftform input{

    width: 100%;
    display: block;
    margin: 5px 0px;
    padding: 12px;
    border-radius: 14px;
    border: solid 1px #ff913d;
}


.contactusformleftform input:focus{

    outline: none;
}

.contactusformleftform textarea{

    width: 100%;
    display: block;
    margin: 5px 0px;
    padding: 12px;
    border-radius: 14px;
    border: solid 1px #ff913d;
    height: 100px;
    resize: none;

}


.contactusformleftform textarea:focus{

    outline: none;
}



.contactusformleftform button{

    color: white !important;
    background-color: #ff913d !important;
    border-radius: 14px;
}

.contactusformleftform button:hover{

    color: white !important;
    background-color: #ff913d !important;
    border-radius: 14px;
}

.contactusformrightmain{

    margin: 0px;
    padding: 0px;
}

.contactusformrightmain h2{

    color: #2C4549;
    margin-bottom: 15px;
}

.contactusformright{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    border: solid 1px #ff913d;
    border-radius: 15px;
}


.contactusformright1{

    margin: 20px 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.contactusformright i{

    color: #ff913d;
    line-height: 25px;
}

.contactusformright p , .contactusformright p a{
 
    color: #2C4549;
    font-size: 16px;
    text-decoration: none;
}


.mapbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.mapbox iframe{

    border-radius: 15px;
}


/*=================diningpage====================*/

.diningimg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.diningimgmain{

    margin: 0px auto;
    padding: 0px;
    width: 100%;
    max-width: 800px;

}

.diningimgmain img{

    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
} 


.diningtext{

    margin: 20px 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.diningtext h4{

    color: #ff913d;
}

.diningtext p{

    color: #2C4549;
}



/*===================deluxeroompage======================*/

.deluxerommimg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.deluxerommimglarge{

    margin: 0px auto;
    padding: 0px;
    width: 100%;
    max-width: 700px;
}

.deluxerommimglarge img{

    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.deluxerommimgsmallimg{

    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 15px 0px;
    cursor: pointer;
}


.deluxerommimgsmallimg img{

    width: 20%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}


.deluxerommimgtext{

    margin: 0px;
    padding: 0px;
}

.deluxerommimgtext h4{

    color: #ff913d;
}

.deluxerommimgtext p{

    color: #2C4549;
}

.featureroom{

    margin: 20px 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.featureroom i{

    color: #ff913d;
}

.featureroom p{

    color: #2C4549;
    font-size: 18px;
}

.featureroomright{

    margin: 0px;
    padding: 0px;
}


/*-----------featureroomright---------*/


.featureroomright{

    margin: 0px;
    padding: 20px ;
    background-color: aliceblue;
}

.featureroomright input{

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 6px;
    border-radius: 14px;
    border: solid 1px #ff913d;
}

.featureroomright input:focus{

    outline: none;
}

.featureroomright textarea{

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 6px;
    border-radius: 14px;
    border: solid 1px #ff913d;
    height: 100px;
    resize: none;
}

.featureroomright textarea:focus{

    outline: none;
}


.featureroomright button{

    background-color: #ff913d !important;
    color: white;
}

.featureroomright button:hover{

    background-color: #ff913d !important;
    color: white;
}

.featureroomright h2{

    color: #2C4549;
    margin: 14px 0px;
}

.featureroomright p ,.featureroomright p a {

    color: #2C4549;
    font-size: 24px;
    text-decoration: none;
}

.maplocation{
    margin-top: 25px ;
}

.maplocation h2{
    margin-top: 25px ;
    margin-bottom:25px;
    text-align:center;
}


.headertopbutton {
    display:flex;
}


.accomodationtext {
    display:flex;
    gap:100px
    
}

.headertopbuttons button {
    padding:5px;
    margin:5px;
    background-color: #ff913d;
    border: 1px solid #ff913d;
    border-radius:10px;
    color:#ffffff;
}

.dis-block {
    display:none;
}
@media (max-width:991px){

    .resnav{

       display: block; 
    } 

    .headernavigation{

        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100%;
        background-color: white;
        z-index: 999;
        transition: all 0.5s ease-in-out;
    }

    .headernavigation ul{

        margin: 0px;
        padding: 14px;
        display: block;
    }

    .headernavigation ul li{

        margin: 0px;
        padding: 10px 0px;
        display: block;
        list-style: none;
    }
    .headernavigation ul li a{

        color: #2C4549;
        text-decoration: none;
        cursor: pointer;
        margin: 0px;
        padding: 0px;

    }

    .headernavigation.main{

        left: 0;
    }

    .dis-none{

        display: none;
    }

    .dis-block{

        display: block;
    }

    .headerbanner-main{

        height: 350px;
    }

    .awardbox{

        
        justify-content: center;
        flex-wrap: wrap;
    }

    .p-all{

        padding: 10px 15px;
    }

    .diningimgmain img{

        height: 350px;
    }
    
    .accomodationtext {
        display:flex;
        gap:50px;
    }
    
    .accomodationtext h2 {
        font-size: 15px;
    }
    .headertopbuttons {
        margin-top:-13px;
    }
}
