@charset "utf-8";

/*	--------------------------------------------------
Font Setup
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,800;9..40,900;9..40,1000&display=swap');

@font-face {
    font-family: "WebgblRegular";
    src: url('../fonts/title-font/WebgblRegular.woff2');
}

@font-face {
    font-family: "branch";
    src: url('../fonts/branch/FontsFree-Net-Branch.ttf');
}



/*	--------------------------------------------------
Generic CSS Setup
-------------------------------------------------- */
html {
width: 100%;
height: 100%;
background: #fcfcfc;
}
body {
width: 100%;
height: 100%;
background-attachment: fixed;
padding: 0 0 0 0px;
margin: 0 0 0 0px;
font-family: 'Segoe UI', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
box-sizing: border-box;
/* color: #726d7b; */
color: #000000c2;
background: none !important;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
font-family: 'Inter Tight', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.533;
/* color: #726d7b; */
color: #000000c2;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
border: none;
}

a{
text-decoration: none !important;
}


*{
outline: none;
}


body{
margin:0px;
padding: 0px;
box-sizing: border-box;
}

/* section cut padding */

/* header ============================================================== */

header{
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;

}
.book-now-float{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
  }

  .book-now-float a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 200px;
    background: #006400;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
  }
.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
    /* border-bottom: 1px solid #d9d9d9; */
    border-bottom: 1px solid #d9d9d91f;
}

.header_flex{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}



.logo img{
    width: 177px;
}

.navigation_lists{
   
}

.main_nav_menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.list_nav_a{
    display: block;
    margin: 0px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;transition: .3s ease;
    font-family: 'DM Sans', sans-serif;
}


.list_nav_a:hover{
    opacity: .6;
    color: #fff;
}

.chat_flex_box{
    display: flex;

}



.home-h{
    position: relative;
}



.home-h2::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 4%;
    top: 22%;
    transform: rotate(315deg) translate(-50%, -50%);
}

.bx-a{

}

.bx-a label{
    margin: 0px;
    color: black;
}


.contact-header-box{
    margin-bottom: 60px;
}

.contact-header-box span{
    display: block;
    font-family: 'DM Sans';
    font-weight: 400;
    color: #09205c;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.contact-header-box h3{
    font-family: 'branch';
    font-size: 2.5rem;
    margin-bottom: 5px;
}

.contact-header-box p{
    font-family: 'DM Sans';
    max-width: 400px;
}

.contact-support {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-support span{
 display: block;
 font-family: 'Inter Tight';
 font-size: 13px;
 color: #fffc;
}

.call-icon-sprt{
    width: 20px;
    margin-right: 10px;
}

.call-icon-sprt svg{
    width: 100%;
    height: auto;
}

.contact-support a{
    color: #ffffff;
    font-family: 'Inter Tight';
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.chat_box{
    font-family: inter tight,Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #fff;
    background-color: #006a94;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 24px;
}
/* banner section ====================================================== */

.banner-section-box{
    padding-top: 180px;
    background-image: url('../images/home/slider/main-slider-1-4.jpg');
    background-position: center;
    background-size: cover;
    height: 100vh;
    /* background-image: -webkit-linear-gradient(135deg, #13051f, #233671);
    background-image: linear-gradient(-45deg, #13051f, #233671); */
    position: relative;
}


.banner-section-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    top: 0;
    left: 0;
}

.banner-parent{
 position: relative;
}
.container-port{
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.jc-center-branch{
    justify-content: center;
}

.banner-content-xc{
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
}

.banner-content-xc h3{
    font-size: 6rem;
    /* font-weight: 600; */
    text-transform: none;
    font-style: normal;
    line-height: 1em;
    letter-spacing: -1px;
    word-spacing: 0;
    /* color: #0a0d31; */
    color: #ffffff;
    /* margin-bottom: 30px; */
    font-family: "branch";
}

.banner-content-xc p{
    color: #ffffff;
    font-size: 4rem;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'branch';
    /* max-width: 600px; */
    text-transform: capitalize;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 24px;
}

.link-siblings a:nth-child(1){
    color: #fff;
    border: 1px solid #fff;
}


.link-siblings a:nth-child(2){
    background-color: #ffffff;
    /* color: #010ed0;  */
    color:#006a94;
}
.banner-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrp {
    text-align: right;
}




.one{
    width: 100%;
    max-width: 750px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    display: inline-block;
}

.bannerwrp{
    width: 100%;
    text-align: right;
    height: 100%;
}

.one{
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom right;
    -webkit-mask-image: url("../mask/mask.png");
    }



    .section-devider{
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #00000036;
        opacity: .6;
        position: relative;
        top: -1px;
        margin: 50px 0px;
    }



    /* about us ======================================= */


    .aboutus-sectin-home{
        padding: 50px 0px;
    }


    .abts-home-content{
        padding-right: 100px;
    }
    .abts-home-content label{
        background-color: #fff;
        -webkit-border-radius: 46px;
        -khtml-border-radius: 46px;
        -moz-border-radius: 46px;
        -ms-border-radius: 46px;
        -o-border-radius: 46px;
        border-radius: 46px;
        -webkit-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -khtml-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -moz-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -ms-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        -o-box-shadow: 0 11px 27px rgba(0,9,71,.13);
        box-shadow: 0 11px 27px rgba(0,9,71,.13);
        color: #006a94;
        padding: 10px 24px;
        display: block;
        max-width: fit-content;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }
    .abts-home-content span{
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px;
        font-family: 'DM Sans';
        font-weight: 600;
        color: #506925;
    }

    .abts-home-content h3{
        font-size: 2.3rem;
        color: #000;
        /* font-weight: 700; */
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: 'branch';
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
        font-family: 'DM Sans';
        line-height: 27px;
    }
    .abts-img-hm {
        /* padding-right: 100px; */
    }
.abts-img-hm img{
    width: 100%;
}


.list-str{
    border-top: 1px solid #00000024;
    padding-top: 30px;
    margin-top: 35px;
    border-bottom: 1px solid #00000024;
    padding-bottom: 30px; 
}

.list-str ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    padding-left: 30px;
}

.list-str ul li{
    padding-right: 30px;
    color: #000;
    font-weight: 700;
}

.aside-abt{
    width: 250px;
    margin-top: -250px;
    margin-left: auto;
}

.aside-abt img{
    width: 100%;
    border-radius:19px;
}

.abts-home-content a{
    color: #000;
    padding: 12px 50px;
    display: block;
    max-width: fit-content;
    margin-top: 30px;
    /* border-radius: 100px; */
    /* font-weight: 600; */
    font-size: 14px;
    /* box-shadow: 0px 6px 6px 0px #50692529; */
    border: 1px solid #000;
    font-family: 'DM Sans';
    transition: .3s ease;
}

.abts-home-content a:hover{
    background-color: #09205c;
    color: #fff;
}
    /* why are we destinct ============================ */


    .restaurant-page{
        padding-top: 50px;
        position: relative;
        background-image: url('../images/home/restaurant/Restro-Home-pic.jpg');
        background-position: center;
        background-size: cover;
        width: 100%;

    }
    .restaurant-page::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        opacity: .3;
    }

    .box-open{
        height: 600px;
        display: flex;
        align-items: end;
        padding: 100px 0px;
    }
    .restaurant-page .container-port{
        position: relative;
        z-index: 5;
    }

    .rst-box-content{

    }

    .rst-box-content span{
        color: #fff;
        font-family: 'DM Sans';
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .rst-box-content h3{
        color: #fff;
        font-family: 'branch';
        font-size: 2.4rem;
        margin-bottom: 25px;
    }

    .rst-box-content p{
        max-width: 400px;
        color: #fff;
        font-family: 'DM Sans';
        font-size: 14px;
        margin-bottom: 50px;
    }

    .rst-box-content a{
        color: #fff;
    font-family: 'DM Sans';
    text-transform: uppercase;
    border: 1px solid #fff;
    display: block;
    max-width: fit-content;
    font-size: 14px;
    padding: 11px 31px;
    transition: .3s ease;
    }


    .rst-box-content a:hover{
        background-color: #fff;
        color: #000;
    }


    /* rooms sectin ----------------------------------------------- */

    .rooms-box-section{
        padding: 60px 0px;
    }

    .obx-cntr{
        padding: 0px 20px;
    }

    .header-support{
        text-align: center;
        margin-bottom: 40px;
    }

    .header-support img{
        width: 90px;
    }

    .header-support span{
        display: block;
        font-family: 'DM Sans';
        font-weight: 400;
        color: #09205c;
    }

    .header-support h3{
        font-family: 'branch';
        font-size: 2.3rem;
        margin-bottom: 10px;
    }

    .header-support p{
        font-family: 'DM Sans';
        max-width: 570px;
        margin: auto;
    }

     .room-box img{
        width: 100%;
     }

     .room-details{
        padding: 20px 0px;
     }

     .room-details h6{

     }

     .room-details h3{
        font-size: 2.4rem;
        font-family: 'branch';
        margin-bottom: 19px;
     }

     .room-details p{
        font-family: 'DM Sans';
     }

     .price-afford{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
     }

     .price-afford label{
        font-family: 'DM Sans';
     }

     .price-afford label strong{
font-weight: 400;
    color: #000;
    font-size: 19px;
    padding: 0px 4px;
     }

     .price-afford label span{
        border-bottom: 1px dashed;
     }

     .price-afford a{
        border: 1px solid #000;
        color: #000;
        font-family: 'DM Sans';
        padding: 11px 30px;
        display: block;
        max-width: fit-content;
        transition: .3s ease;
     }

     .price-afford a:hover{
        background-color: #09205c;
        color: #fff;
     }
    /* services section ================================================ */

    .services-section{
        /* background-image: url('../images/home/slider/page-bg-1.jpg'); */
        background-position: center;
        background-size: cover;
        background-color: transparent;
        background-image: linear-gradient(180deg,#0a0d36 0%,#054d7a 100%);
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
    }


    .svg-line{
        position: absolute;
        height: 100%;
        top: 0;
        pointer-events: none;
    }

    .svg-line svg{
        width: 100%;
        position: relative;
        top: -30px;
    }

    .header-title{
        margin-bottom: 70px;
    }

    .header-title label {
        background: #fff;
        color: #000000;
        font-size: 10px;
        text-transform: uppercase;
        font-family: 'Inter Tight';
        padding: 10px 10px;
        /* padding-top: 7px; */
        border-radius: 7px;
        font-weight: 500;
        word-spacing: 2px;
    }

    .header-title h3{
        margin-top: 30px;
        font-size:48px;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.2;
    }

    .header-title h3 span{
        color: #006a94;
    }

    .services-box{
        /* background-color: #fff;
        padding-bottom: 20px; */
    }

    .srv-body {
        /* padding: 20px 30px 10px;
        margin: 0 0 15px; */
        display: flex;
    }

    .flex40{
        width: 65%;
    margin-left: 20px;
    }

    .srv-body h3{
        color: #ffffff;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .srv-body p{
        font-size: 13px;
        color: #c3c3c3;
    }


    .srv-icon{
        width: 70px;
        height: 70px;
        background: #006a94;
        background-image: linear-gradient(180deg,#006a94 0%,#054d7a 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .srv-icon img{
        width: 52px;
    }

    .srv-footer{
        /* padding: 15px 30px 0;
        border-style: solid;
        border-width: 1px 0 0;
        border-color: rgb(0 0 0 / 15%); */

        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        z-index: 6;
    }
    .srv-icon{
        transition: .3s ease;
    }
    .srv-body:hover .srv-icon{
        transform: translateY(-10px);
    }

    .srv-footer a{
        /* color:#010ed0;
        font-size: 12px;
        font-weight: 600;
        text-transform: none;
        font-style: normal;
        line-height: 1.3em;
        letter-spacing: 0;
        word-spacing: var(--e-global-typography-c3f4d00-word-spacing );
        fill: #010ED0;
        color: #010ED0;
        background-color: #02010100;
        border-style: solid;
        border-width: 0 0 3px;
        border-color: #DEE0FF;
        border-radius: 0 0 0 0;
        padding: 0; */

        padding: 0;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        /* visibility: hidden; */
        cursor: pointer;
        position: relative;
        z-index: 99;
    }

    .col-services{
        padding: 30px 15px;
    }
    .mr-services-container{
        text-align: center;
        margin-top: 60px;
    }

    .mr-services-container a{
    /* background: #010ed3; */
    color: #fff;
    padding: 13px 0px;
    /* border-radius: 5px; */
    font-weight: 600;
    font-size: 14px;
    border-bottom: 7px solid #006a94;
    max-width: fit-content;

        
    }


    /* service inner ---------------------------------------------- */
    .srv-body-inner {
        /* display: flex; */
        padding: 22px;
       
    }

    .services-box{
        height: 100%;
    }
    .srv-body-inner h3 {
        color: #000000;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .srv-body-inner p {
        font-size: 13px;
        color: #373737;
    }

    .srv-body-inner .srv-footer a{
        display: none;
    }

    .col-services-inner{
        padding: 20px 15px;
    }


 /* contact us -------------------------------------------- */

        .contact-details{
            text-align: left;
            margin-bottom: 23px;
            max-width: 350px;
        }

        .contact-details span{
            margin-bottom: 2px;
            font-size: 16px;
            font-weight: 600;
            color: #09205c;
            display: block;
            font-family: 'branch';
        }

        
        .contact-details span label{
            width: 60px;
            height: 60px;
            background: aliceblue;
            background-image: linear-gradient(180deg,#006a94 0%,#054d7a 100%);
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 14px;
            margin-bottom: 20px;
        }

        .contact-details span label svg{
            fill:#fff;
        }

        .contact-details p{
            font-family: 'DM Sans';
            font-size: 20px;
        }
        .contact-details a{
            font-family: 'DM Sans';
            font-size: 20px;
            color: #000000c2;
        }

        .map{
            width: 100%;
            height: 500px;
            margin-bottom: 50px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }
    /* testimonials ========================================== */


    .testimonials-slider-section{
        background-color: #242627;
        padding: 50px 0px;
        display: none;
    }

    .header-title-tst{
        margin-bottom: 40px;
    }

    .header-title-tst span{
        background: #000;
        color: #dee0ff;
        font-size: 10px;
        text-transform: uppercase;
        font-family: 'Inter Tight';
        padding: 10px 10px;
        /* padding-top: 7px; */
        border-radius: 5px;
        font-weight: 500;
        word-spacing: 2px;
    }

    .header-title-tst h3{
        color: #dee0ff;
        font-size: 48px;
        font-weight: 600;
        margin-top: 20px;
    }

    .line-prs{
        display: flex;
        align-items: baseline;
        justify-content: space-around;
        background-color: #1f2121;
    }

    .box--vrt{
        width: 30%;
        height: 100px;
      background-color: #242627;
      border: 12px solid #1f2121;
      border-left: 6px solid #1f2121;
      border-right: 6px solid #1f2121;
      border-bottom: none !important;
      border-radius: 19px 19px 0px 0px;
    }

    .box--vrt:nth-child(1){
        border-left: none !important;
        border-radius: 0px;
        width: 20%;
    }

    .box--vrt:nth-child(4){
        border-right: none !important;
        border-radius: 0px;
        width: 20%;
    }

    .sst--box{
        padding: 0px 15px;
    }

    .tst-box-body{
        background: #1f2121;
        text-align: left;
        padding: 20px;
    }

    .tst-box-body h3{
        display: flex;
        align-items: center;
        color: #fff;
    }
    .star-rating{
        margin-left: 10px;
    }
    .star-rating i{
        color: #FFC107;
        font-size: 11px;
    }
    
    .tst-box-body p{
        color: #F5F5F1B3;
    margin-top: 11px;
    }


    /* mrs section ============================================ */


    .other-info-section{
        padding-bottom: 50px;
    }

    .list-info ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .list-info ul li label{
        color: #0a0d31;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 1;
        border-left: 1px solid #0000002b;
        padding-left: 20px;
    }

    .list-info ul li label span{
        font-size: 30px;
    }

    .list-info ul li p{
        font-size:16px;
        color: #0a0d31;
        padding-left: 20px;
    }



    /* footer ================================================== */

    footer{
        background-color: #0e1316;
        padding-top: 50px;
    }
    .box-icon-ftr{
        text-align: center;
    }
    .box-icon-ftr img{
        width: 191px;
    }
    .footer-links-float{
        margin-top: 45px;
        margin-bottom: 60px;
        border-bottom: 1px solid #ffffff36;
        padding-bottom: 40px;
    }
    .footer-links-float ul{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .footer-links-float ul li a{
        color: #fff;
        padding: 0px 20px;
        font-family: 'DM Sans';
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .prst-one{
        margin-top: 36px;
    }

    .prst-two{
        margin-bottom: 36px;
    }

    .pdbrth{
        padding-left: 61px;
    padding-right: 40px;
    }

    .prst-one h3{
        color: #fff;
        font-size: 24px;
        /* font-weight: 600; */
        margin-bottom: 8px;
    }

    .prst-one p{
        color: #f5f5f1b3;
        font-size: 14px;
        max-width: 500px;
    }

    .prst-one a{
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
        font-style: normal;
        line-height: 1.2em;
        letter-spacing: 0;
        word-spacing: 0;
        color: #fff;
        background-color: #006a94;
        border-radius: 4px 4px 4px 4px;
        padding: 14px 24px;
        display: block;
        max-width: fit-content;
        margin-top: 24px;
    }

    .prst-two h3{
        color: #fff;
        font-family: 'DM Sans';
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .abts-box-ftr p{
        color: #a1a0a1;
        font-family: 'DM Sans';
        display: block;
        padding: 3px 0px;
        font-size: 15px;
        padding-right: 49px;
    }

    .prst-three h3{
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .prst-three ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .prst-three ul li{
        margin-bottom: 10px;
    }

    .prst-three ul li a{
        color:#f5f5f1b3;
    }

    .flex-box-list{
        display: flex;
        /* justify-content: space-between; */
    }

    .flex-box-list ul{
        list-style: none;
        padding: 0px;
        margin: 0px;

    }

.social-links-ftr{
    display: flex;
    align-items: center;
}

.footer-footer .container-port{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .flex-box-list ul li a{
        color:#f5f5f1b3;
        transition: .3s ease;
        font-size: 13px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .pdd-07{
        padding-left: 0px;
    }


    /* clients =============================================================== */


    .client-title h3{
        text-align: center;
        font-size: 38px;
        /* font-weight: 600; */
        color: #000000;
        line-height: 1.2;
        margin-bottom: 50px;
        font-family: 'branch';
    }

    .client-section{
        background: #fffaf5;
        padding: 70px 0px;
        /* background-image: url('../images/home/services/beer.jpg');
        background-position: center;
        background-size: cover; */
    }

    .services-box-collider{
        padding: 10px;
        position: relative;
        height: 100%;
    }

    .pdnone{
        padding: 0px;
    }

    .pd10{
        padding: 40px 20px;
    }
    /* .services-box-collider span{
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 28px;
        color: #fff;
        font-size: 1.3rem;
        font-family: 'branch';
        width: 82%;
        height: 88%;
        border: 1px solid #fff;
        border-radius: 2px;
    } */

   .services-box-collider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   }

   .pdauto{
    padding: 0px 30px;
   }

   .services-box-collider span{
display: block;
margin-bottom: 10px;
   }

   .services-box-collider h3{
    font-family: 'branch';
    font-size: 2rem;
    margin-bottom: 13px;
   }

   .services-box-collider p{
    font-family: 'DM Sans';
    line-height: 27px;
    padding-right: 36px;
    margin-bottom: 40px;
   }

   .services-box-collider a{
    color: #000;
    font-family: 'DM Sans';
    border: 1px solid #000;
    padding: 9px 20px;
    transition: .3s all;
   }

   .services-box-collider a:hover{
    background-color: #09205c;
    color: #fff;
   }

/* inner pages ======================================================================
=================================================================================== */

.banner-section-inner{
    background-image: url('../images/home/restaurant/Restro-Home-pic.jpg');
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-section-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    top: 0;
    left: 0;
}

.banner-section-inner .container-port{
    position: relative;
    z-index: 6;
}

.banner-title-inner{
    padding-top: 85px;
}

.banner-title-inner h3{
    text-transform: capitalize;
    color: #fff;
    font-size: 3.5rem;
    margin-top: 15px;
    margin-bottom: 16px;
    font-family: 'branch';
    text-align: center;
}


/* about us ----------------- */

.bt-top{
    padding-top: 70px;
    padding-bottom: 70px;
}

.jc-box-btw{
    justify-content: space-between;
}

.abouts-us h3{
    font-size: 2.3rem;
    color: #000;
    /* font-weight: 700; */
    line-height: 1.3;
    margin-bottom: 30px;
    font-family: 'branch';
}

.hm-right p{
    margin-top: 22px;
    font-size: 14px;
    font-family: 'DM Sans';
    text-align: justify;
}


.mtopadrk{
    margin-top: 40px;
}

.box-abt img{
    width: 100%;
}

.coin-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.coin-list ul li{
    list-style: none;
    display: flex;

}

.left-side-box img{
    width: 200px;
}

.right-side-box{
    width: 305px;
}

.right-side-box h3{
 font-size: 24px;
 color: #0a0d31;
 font-weight: 600;
 margin-bottom: 15px;
}

.right-side-box p{

}


.list-abts-items{
    margin-top: 30px;
}


.list-abts-items ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.list-abts-items ul li{
    margin-bottom: 30px;
    width: 50%;
    padding-right: 23px;
}

.list-abts-items ul li span{
    font-size: 17px;
    color: #0a0d31;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
}

.list-abts-items ul li p{
    color: #535353;
    font-size: 14px; 
}


/* our rooms ------------------------------------ */

.col-room-inner{
    margin-bottom: 50px;
}


/* services ------------------------------------ */
.shadow-en{
    box-shadow: 0 1px 6px 0 #20212438;
    border-radius: 6px;
    position: relative;
}


.box-srv-i img{
    width: 100%;
    border-radius: 5px;
}


.col-box-srv{
    margin-bottom: 50px;
}

.box-srv-p {
    padding-top: 29px;
}

.box-srv-p span{
    display: block;
    margin-bottom: 10px;
    font-family: 'DM Sans';
    font-size: 13px;
    font-weight: 600;
}

.box-srv-p h3{
    font-family: 'branch';
    font-size: 2rem;
    margin-bottom: 13px;
}

.box-srv-p p{
    font-family: 'DM Sans';
    line-height: 27px;
    padding-right: 36px;
    margin-bottom: 40px;
    font-size: 15px;
}

.box-srv-p a{
    color: #000;
    border-bottom: 1px dashed;
    font-family: 'DM Sans';
}

/* restaurant -------------------------------------- */

.rowauto{
    width: 100%;
    margin: auto;
}
.pdnoebox{
    padding: 0px;
}
.rst-img{
    padding: 5px;
}
.rst-img img{
    width: 100%;
}

.hgt-100{
    height: 100%;
}

.hgt-100 img{
    height: 100%;
    object-fit: cover;
}

/* gallery --------------------------------------------- */

.glry-col{
    padding: 5px;
}

.glry-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

    /* footer ================================================================= */

    .footer-logo-section{
        background-image: url('../images/home/about_us/footer-dots.svg');
        background-position: center;
        background-size: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 88vh;
        background-repeat: no-repeat;
    }

    .footer-log-icon{
        background: #000;
        padding: 65px;
    }

    .footer-log-icon img{
        width: 173px;
    }

    .box-erp h3{
        color: #fff;
        font-family: 'DM Sans';
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .box-erp ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .box-erp ul li a{
        color: #a1a0a1;
        font-family: 'DM Sans';
        display: block;
        padding: 3px 0px;
        font-size: 15px;
    }

    .box-erp p{
        color: #a1a0a1;
        font-family: 'DM Sans';
        display: block;
        padding: 3px 0px;
        font-size: 15px;
    }

    .footer-footer{
        background-color: #fff;
        padding: 23px 0px;
    }
    
    .brd-left{
        border-left: 1px solid #fff;
    padding-left: 20px;
    }
    .social-icon-haeder{
        display: flex;
        align-items: center;
    }
    .social-icon-haeder a{
        color: #000;
        display: block;
        padding: 0px 15px;
        font-size: 14px;
    }

    .social-links-ftr h3{
        font-size: 14px;
        font-family: 'DM Sans';
        font-weight: 500;
    }

    .addres-box span {
        padding-right: 10px;
        position: relative;
    top: 3px;
    }
    .addres-box span svg{
        fill: #fff;
        width: 18px;
        height: auto;
    }

    .addres-box p{
        color: #fff;
        font-size: 13px;
        padding-right: 30px;
    }

    .addres-box a{
        color: #fff;
        font-size: 13px;
        display: block;
    }
    .footer-social{
        display: flex;
        align-items: center;
    }
    .footer-social a{
        margin-right: 30px;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }
    .footer-social a span{
 display: block;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    }

    .cnter-reserv{
        text-align: center;
    }

    .cnter-reserv p{
        font-size: 14px;
        color: #696969;
    }
    .cnter-reserv p a img{width: 60px;}
    .row-footer{
        margin-bottom: 50px;
    }

    .flex-box-ftr{
        display: flex !important;
        align-items: baseline;
    }

    .flex-box-ftr-a{
        display: flex !important;
        align-items: center;
        margin-bottom: 7px;
    }


    /* hamburger menu */


    .ham{
        width: 40px;
        height: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 20px;
        padding: 0px 4px;

    }

    .ham span{
        display: block;
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        
    }


    .ham span:nth-child(2){
        margin: 6px 0px;
    }

    /* mobile menu --------------------------------- */


    .mobile-menu{
        background: #fff;
        padding: 30px;
        position: fixed;
        top: 0;
        right: 0;
        width: 310px;
        height: 100%;
        z-index: 99999999;
        /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
        background-position: initial;
        background-size: cover;
        transform: translateX(500px);
        transition: .3s ease;
        display: flex;
    align-items: center;

    }
    .close-items{
        width: 30px;
        height: 30px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .close-items {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
    }

    .close-items svg{
        fill: #000;
        width: 100%;
        height: auto;
    }

    .showmbmenu{
        transform: translateX(0px); 
        transition: .3s ease;

    }

    .mob-main_nav_menu{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .mob-list_nav_a{
        padding: 16px 0px;
        display: block;
        color: #000;
        font-size: 1.3rem;
        font-weight: 500;
        position: relative;
        font-family: 'branch';
    }



    .header-title-mob{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff30;
        display: none;
    }

    .mob-nav-social{
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .mob-nav-social a {
        color: #006a94;
        display: flex;
        width: 35px;
        height: 35px;
        background: #fff;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }

    .header-title-mob h3{
    color: #ffff;
    font-size: 19px;
    font-weight: 500;
    }


  


@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
}


@media screen and (max-width:1200px) {

    .container-port{
        width: 100%;
    }
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }
}

@media screen and (max-width:1043px) {


}

@media screen and (max-width:991px) {
    .pdnone{
        padding: 10px;
    }
    .pdbrth{
        padding: 0px;
    }

    .contact-support{
        display: none;
    }

    .list_nav_a{
        margin: 0px 15px;
    }
    .row-box-eq{
        margin: auto;
        justify-content: center;
    }
    .contact-details{
        margin-bottom: 26px;
    }

    .col-bx-footer{
        margin-bottom: 30px;
    }
    .abts-box-ftr p{
        padding: 0px;
    }

    .navigation_lists{
        display: none;
    }
    .list-info ul{
        flex-wrap: wrap;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }
}


@media screen and (max-width:855px) {


}


@media screen and (max-width:767px) {
    .footer-footer .container-port{
        justify-content: center;
    }

    .row-box-12{
        margin-top: 50px;
    }

    .services-box-collider p{
        padding-right: 0px;
    }

 .cnter-reserv p{
    margin-bottom: 15px;
 }
    .footer-log-icon {
        background: #000;
        padding: 69px;
    }

    .footer-logo-section{
        width: 64%;
        height: 300px;
        margin: auto;
        background-size: cover;
        background-position: bottom;
        margin-bottom: 30px;
    }
    .hidden-col{
        overflow: hidden;
    }

    .box-btm-content h3{
        font-size: 40px;
    }

    .abts-home-content{
        margin-top: 40px;
        padding-left: 0px;
    }

    .col-box-srv {
        margin-bottom: 50px;
        display: flex;
    }
    .box-srv-p{
        padding: 10px;
    padding-left: 20px;
    }
    .box-srv-i img{
        width: 200px;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width:575px) {
    .contact-header-box h3{
        font-size: 9vw;
    margin-bottom: 15px;
    line-height: 1;
    }
    .row{
        width: 100%;
        margin: auto;
    }
    .col-box-srv {
        margin-bottom: 50px;
        flex-direction: column;
    }
    .banner-title-inner{
        padding-top: 25px;
    }
    .box50{
        width: 50%;
    }

    .box-srv-p{
    padding-top: 29px;
    padding-left: 0px;
    }
    .box-srv-i img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .social-icon-haeder a{
        font-size: 13px;
        padding: 0px 10px;
    }
    .price-afford{
        flex-direction: column;
        align-items: baseline;

    }
    .hm-right p{
        text-align: left;
        font-size: 16px;
    }

    .row-box-12{
        flex-direction: column-reverse;
    }
    .hm-right p{
        margin-bottom: 30px;
    }
    .row-box-12{
        margin-top: 0px;
    }

    .pd10{
        padding: 7px 20px;
    }
 .abts-home-content{
    padding-right: 0px;
 }
 .abts-home-content{
    margin-bottom: 40px;
 }
    .banner-content-xc p{
        font-size: 14vw;
    }
    .banner-content-xc h3{
        margin-bottom: 20px;
    }
    .link-siblings a{
        max-width: unset;
        width: 100%;
    }
    .room-details h3{
        font-size: 9vw;
    }
    .price-afford a{
        max-width: unset;
        width: 100%;
        text-align: center;
        margin-top: 23px;
    }

    .footer-links-float ul li{
        width: 50%;
    }
    .col-ftr-575{
        margin-bottom: 30px;
    }
    .in-img{
        flex-direction: column;
    }

    .footer-links-float ul li a{
        padding: 8px 20px;
        display: block;
    }

    .imgcls{
        width: 100%;
    }
    .aside-abt {
        width: 34%;
        margin-left: auto;
        position: absolute;
        bottom: -33px;
        right: 0;
    }
    .abts-img-hm {
        padding-right: 0;
        width: 100%;
    }

    .list-str ul{
        flex-wrap: wrap;
    }
    .flex-box-ftr{
        flex-direction: column;
        text-align: center;
    }
    .addres-box p{
        padding: 0px;
    }

    .brd-left{
        border: 0px;
        padding: 0px;
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

    .flex-box-ftr-a{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .list-info ul li label span {
        font-size: 21px;
    }

    .mobile-menu{
        /* background-color: #100e95; */
        background-blend-mode: inherit;
    }
    
.contact-support{
    display: none;
}
.chat_box{
    padding: 11px 16px;
    font-size: 13px;
}
    .list-info ul li{
        width: 44%;
    }

    .list-info ul li label{
        font-size: 16px;
    }

    .list-info ul li p{
        font-size: 12px;
    }

    .container-port{
        padding: 0px 10px;
    }

    .box-btm-content h3{
        font-size: 12vw;
    }

    .icon-bsx{
        width: 273px;
        height: 228px;
    }

    .icon-bsx img{
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }

    .banner-title-inner h3{
        font-size: 10vw;
        line-height: 1.2;
    }

    .contact-details{
        margin-bottom: 30px;
    }

    .footer-log-icon img {
        width: 159px;
    }

    .footer-log-icon{
        padding: 28px 13px;
    }
    .pdd-07{
        padding: 0px;
    }

    .footer-logo-section{
        height: 264px;
        background-size: cover;
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
    }

    .col-wd-100{
        width: 100%;
    }

    .client-box{
        padding: 29px 2px;
        width: 48%;
    }

    .client-box img {
        width: 113px;
        height: 43px;
        object-fit: contain;
        filter: grayscale(1);
        transition: .3s ease;
    }

    .link-siblings a{
        font-size: 17px;
        padding: 19px 14px;
    }


    .banner-content-xc p{
        max-width: 400px;
    }

    .banner-content-xc h3{
        font-size: 11vw;
    }

    .abts-home-content {
        margin-top: 70px;
    }

    .list-str ul li{
        margin-bottom: 14px;
        position: relative;
        padding-left: 20px;
    }

    .list-str ul li::before{
        font-family: "Font Awesome 5 Free";
        content: '\f00c';
        position: absolute;
        left: 0;
        top: 0;
        color: #006a94;
    }
    .banner-section-inner{
        height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .list-abts-items ul li{
        width: 100%;
    }

    .abouts-us h3{
        font-size: 26px;
    }

    .banner-content-xc h3 br{
        display: none;
    }

    .addres-box span{
        margin: auto;
    }

    .contact-details p{
        padding: 0px;
    }
}



.swiper-header{
    pointer-events: none !important;
}



.float-chat{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
}

.float-chat a{
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #25d366;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.float-chat a svg{
    width: 100%;
    fill: #fff;
}

.lglink{
    display: block;
}