@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nanum+Gothic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pacifico&display=swap');
@font-face {
    font-family: 'gulamscondensedbold';
    src: url('../fonts/new/gulamscondensed-bold.otf');
}

@font-face {
    font-family: 'gulamscondensedmedium';
    src: url('../fonts/new/gulamscondensed-medium.otf');
}

@font-face {
    font-family: 'gulamscondensedmedium';
    src: url('../fonts/new/gulamscondensed-regular.otf');
}

@font-face {
    font-family: 'gulamscondensedmedium';
    src: url('../fonts/new/gulamscondensed-light.otf');
}
/*	--------------------------------------------------
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: #484848;
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: #484848;
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 ============================================================== */


.top-header--panel{
    padding: 10px 0px;
    border-bottom: 1px solid #ffffff59;
}
.flex-cnnt-box{
    display: flex;
    align-items: center;
    gap: 20px;
}

.flex-cnnt-box a{
    color: #0f1681;
    font-family: 'Euclid Regular';
    display: flex;
    align-items: center;
}
.flex-cnnt-box a .cnticon{
    transform: scale(.7);
}

.flex-social-icons
{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 20px;
}

.flex-social-icons a{
    color: #0f1681;
}

.flexallin{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cntcdt{
    display: flex;
    align-items: center;
    gap: 20px;
}

.adrstp{
    color: #fff;
    font-family: 'Lato';
    font-size: 12px;
    display: none;
}

.cntcdt a{
    color: #fff;
    font-family: 'Lato';
    font-size: 12px;
    display: flex;
    gap: 5px;
}

header{
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    /* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); */
    /* background: #fff8efc2; */
    backdrop-filter: blur(9px);
}

.header_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    /* border-bottom: 1px solid #d9d9d9; */
    /* border-bottom: 1px solid #d9d9d91f; */
}

.header_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.logo a{
    font-family: 'Inter Tight';
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.logo img{
    width: 227px;
}

.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;
    transition: .3s ease;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .3px;
    font-weight: 600;
}


.list_nav_a:hover{
    color: #23397a !important;
}

.chat_flex_box{
    display: none;

}



.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{
    display: flex;
    justify-content: center;
}

.bx-a label{
    margin: 0px;
    color: black;
}


.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: 'Montserrat';
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
    color: #ffffff;
    background-color: #bf6f28;
    padding: 14px 27px;
    border-radius: 0px;
    text-transform: uppercase;
    border: 1px solid #bf6f28;
    transition: .3s ease;
}


.chat_box:hover{
    background: none;
    color: #fff;
}
/* banner section ====================================================== */

.banner-section-box{
    position: relative;
}
.bannerbg img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.bannercontwrp{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: end;
    padding-bottom: 150px;
}
.rsvchk{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-0%, -50%);
}

.rsvchk a{
    writing-mode: sideways-rl;
    background: #bf6f28;
    color: #fff;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    padding: 25px 20px;
    font-size: 17px;
}

.banner-section-box .container-port{
    margin: 0px auto;
}

.banner-section-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url(../images/home/slider/background-verlay2.png);
    background-position: center;
    background-size: cover;
        z-index: 2;
}

.banner-section-box::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    border-right: 1px solid #ffffff1c;
    left: 80px;
    top: 10px;
}

.scrldwn{
    position: absolute;
    bottom: 21px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    letter-spacing: 3px;
    z-index: 10;
}


.scrldwn i{
        position: relative;
        top: -1px;
        animation: animearrow 2.5s linear infinite;
}

@keyframes animearrow{
    0%{
        transform: translateY(4px);
    }

    50%{
        transform: translateY(-4px);
    }

    100%{
        transform: translateY(4px);
    }
}


.curve{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.curve img{
    width: 100%;
}

.img--p img{
    width: 100%;
}

.banner-parent{
 position: relative;
 z-index: 30;
}
.container-port{
    width: 1350px;
    margin: auto;
    padding: 0px 30px;
}

.banner-content-xc{
    overflow: hidden;
}

.banner-content-xc span{
    color: #f5821f;
    display: block;
    margin-bottom: 20px;
    font-family: 'Lato';
    font-weight: 700;
}

.banner-content-xc h3{
    font-size: 4rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: -1px;
    word-spacing: 0;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.banner-content-xc p{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'Euclid Regular';
    max-width: 600px;
}
.link-siblings{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.link-siblings a{
    display: block;
    max-width: fit-content;

    font-size: 14px;
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0;
}

.link-siblings a:nth-child(1){
    font-family: 'Euclid Regular';
    color: #fff;
    background-color: #0f1681;
    margin-right: 15px;
    padding: 15px 30px;
}


.link-siblings a:nth-child(2){
    font-family: 'Euclid Medium';
    color:#0f1681;
    padding: 14px 24px;
}
.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: 100px 0px;
        /* background-color: #23397a; */
 
        /* background-blend-mode: multiply;
        background-image: url('../images/home/about_us/patternwave.jpg');
        background-position: center;
        background-size: cover; */
        background: #fff8ef;
    }
    .jccenter{
        justify-content: center;
    }

    .abts-home-content{
       /* text-align: center; */
       padding-right: 50px;
    }
    .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: #f5821f;
        /* padding: 10px 24px; */
        display: block;
        /* margin: auto; */
        max-width: fit-content;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .abts-home-content h3{
        font-size: 32px;
        color: #000000;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 30px;
        font-family: 'Montserrat';
        text-transform: uppercase;
    }

    .abts-home-content h3 span{
        color: #006a94;
    }

    .abts-home-content p{
        margin-bottom: 10px;
        font-family: 'Lato';
    }
    .abts-img-hm {

    }

    .ourmission{

    }

    .ourmission span{
        display: block;
        color: #000;
        font-family: 'Euclid Medium';
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ourmission p{
        font-size: 15px;
        font-family: 'Euclid Regular';
        font-style: italic;
        color: #0f1681;
    }




.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: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-abt img{
    width: 100%;
}

/* .abts-home-content a{
    background: #0f1681;
    color: #fff;
    padding: 12px 30px;
    display: block;
    max-width: fit-content;
    margin-top: 30px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0px 6px 6px 0px rgb(0 106 148 / 18%);
} */

.rowmax{
    align-items: end;
    margin: auto;
    width: 100%;
}

.felxcol{
    display: flex
    ;
        gap: 26px; 
}

.abts-img-hm{
    height: 100%;
}
.abts-img-hm img{
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 100%;
    border-radius: 10px;
}
.abts-img-hm-child img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
}

.dnimg img{
    -webkit-box-shadow: 2px 10px 17px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 2px 10px 17px 0px rgb(0 0 0 / 35%);
    box-shadow: 2px 10px 17px 0px rgb(0 0 0 / 35%);
}

.pdnone{
    padding: 0px;
}

.linktocl{

    margin-top: 40px;
    gap: 12px;
}

.linktocl a{
    color: #000000;
    font-family: 'Lato';
    text-transform: uppercase;
    text-shadow: 0px 0px #15b5e9;
    transition: .3s ease;
    display: block;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 0px;

}

.linktocl a:hover{
    text-shadow: 0px 4px #15b5e9;
}

.lineth{
    display: none;
    width: 200px;
    height: 1px;
    border-bottom: 1px solid #b89535;
}
/* rooms section ============================= */
.roomsection{

}
.roomdisplay img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.colpd39{
    padding: 10px;
}
.roomdisplayinder img{
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
}

.headersect{
    background: #0f1f4d;
    margin-bottom:0px;
}


.headersect .container-port{
    display: flex
    ;
        align-items: center;
        justify-content: space-between;
        padding: 42px 30px;
}

.headersect h3{
    font-size: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;

}

.roombx-set{
    display: flex
;
    align-items: center;
    gap: 21px;
}

.roombx-set a{

}

.roombx-set a:nth-child(1){
    border: 1px solid #fff;
    padding: 10px 35px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}

.roombx-set a:nth-child(2){
    border: 1px solid #f5821f;
    padding: 10px 35px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    background: #f5821f;
}

.rombxftr{
    padding: 32px 0px;
    margin-top: 0px;
    background: #15b5e9;
  }


.pdtb p{
    font-family: 'Montserrat';
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .flexbdt{
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: end;
  }

  .flexbdt a label{
    color: #fff;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
  }

  .flexbdt a span{
    font-family: 'Montserrat';
    color: #fff;
    font-size: 16px;
    border-bottom: 1px dashed #fff;
  }

  .roombxwrp{
    position: relative;
  }


  .roomdet{
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 50px 40px;
  }

  .roomdet h3{
    font-family: 'Montserrat';
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .roomdet h3 span{
        font-size: 13px;
    display: block;
  }

  .roomdet a{
    display: flex
;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 8px;
    max-width: 201px;
    font-family: 'Lato';
    color: #fff;
    justify-content: space-between;
    font-weight: 600;
  }
/* services home page -========================================================== */

.wht-are-distinct{
    padding: 80px 0px;
    background: #0f1f4d;
    margin-top: 0px;
}

.amn_icon img{
    width: 50px;
}



/* Banquets & Conferences */

.boxsectionheaderbnq{

}

.boxsectionheaderbnq h3{
    font-family: 'Montserrat';
    color: #000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 500px;
}

.boxsectionheaderbnq p{
    font-family: 'Lato';
    line-height: 25px;
}

.boxsectionheaderbnq label{
    font-family: 'Lato';
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #f5821f;
    font-size: 14px;
    font-weight: 700;
}

.boxsectionheaderbnq a{
    display: flex
;
    margin-top: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 13px 10px;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: 'Lato';
    margin-top: 48px;
    width: 200px;
}

.boxsectionheaderbnq a span {
    line-height: 1;
    padding-left: 10px;
}

.boxsectionheaderbnq a span svg {
    position: relative;
    top: 3px;
}

.imgbk img{
    width: 100%;
}

.colpdnon{

}

.jcend{
    justify-content: space-between;
}

.mtp80{
    margin-top: 100px;
}
/* our commintment =================================== */

.whychoose-us{
    padding: 70px 0px;
}

.header-title{
    text-align: center;
    margin-bottom: 50px;
}

.header-title label{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    margin-bottom: 29px;
}

.header-title h3{
    color: #f6a201;
    font-size: 30px;
    font-family: 'Euclid Regular';
}

.colbxsd{
        padding: 12px;
}

.box--content--apt p{
    margin-top: 41px;
    text-align: center;
    color: #fff;
    font-family: 'Euclid Regular';
}
.box--img--srt {
    width: 100%;
    height: 100%;
}
.box--img--srt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box--header-title ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.box--header-title ul li{
    padding: 20px;
    border: 1px solid #00000024;
    width: 47%;
}

.box--header-title ul li label{
    color: #0f1681;
    font-family: 'Euclid Medium';
    font-size: 19px;
}

.box--header-title ul li p{
    font-size: 14px;
    color: #5e5e5e;
    font-family: 'Euclid Regular';
}

.box--header-title{
    padding-right: 100px;
}

.box--header-title span{
    text-transform: uppercase;
    color: #0f1681;
    font-family: 'Euclid Medium';
    margin-bottom: 10px;
    display: block;
}

.box--header-title h3{
    font-family: 'Euclid Regular';
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}


.line_stand{

}

.line_stand span{
    color: #f5821f;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.line_stand h3{
    font-family: 'Lato';
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
}

.section_header{

}

.section_header p{
    color: #fff;
    font-family: 'Lato';
    margin-bottom: 20px;
}

.section_header a{
    text-align: center;
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #d7b34e;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 12px 0px;
}
.section_header a i{
    position: relative;
    top: 1px;
}
.rowtpdp{
    width: 100%;
    margin: auto;
    margin-top: 80px;
    gap: 35px 0px;
}
.amenities_container h3{
    color: #fff;
    font-family: 'Lato';
    margin-top: 9px;
    width: 130px;
    font-size: 13px;
}

.headersecdvd{
        font-family: 'Montserrat';
    color: #fff;
    font-size: 24px;
    margin-top: 90px;
    margin-bottom: 44px;
    padding: 0px 20px;
}
.headersecdvd1{
            font-family: 'Montserrat';
    color: #000;
    font-size: 24px;
    margin-top: 90px;
    margin-bottom: 44px;
    text-align: center;
    padding: 0px 20px;
}
.flexbxdng{
    display: flex
;
    max-width: 800px;
    gap: 56px;
}

.bxldt{

}

.bxldt h3{
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: capitalize;
}

.bxldt p{
    font-family: 'Lato';
    color: #fff; 
}

/* attraction section ------------------------- */

.attraction-section{
      background: #fff1e5;
    padding: 60px 0px;
}
.atr-in{
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

.atr-in img{
   width: 100%;
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
}

.attrdt{
    text-align: center;
}

.attrdt h3{
font-family: 'Montserrat';

color: #000;

text-transform: uppercase;

font-weight: 500;

font-size: 14px;
}

.attrdt p{
       font-family: 'Montserrat';
    margin-top: 10px;
    color: #f4821f;
    font-weight: 600; 
}

/* services section ================================================ */

    .services-section{
        background-color: #0f1681;
        padding: 55px 0px;
        position: relative;
        overflow: hidden;
        background-image: url('../images/home/slider/banner1.jpg');
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .services-section::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #210f02cf;
        backdrop-filter: blur(2px);
    }


    .services-section .container-port{
        position: relative;
    }

    .box--content--apt{
        max-width: 900px;
        margin: auto;
    }
    .box--content--apt img{
        width: 100%;
        aspect-ratio: 1 / 1.29;
        object-fit: cover;
    }


    .rowtop30{
        margin-top: 90px;
    }

    /* galler section ====================== */

    .gallerysection{
        padding: 100px 0px;
    }
    .headerglry{
        text-align: center;
    }

    .headerglry span{
        font-family: 'Montserrat';
        text-transform: uppercase;
        color: #c88346;
        font-weight: 500;
    }
    .headerglry h3{
        font-family: 'Montserrat';
        font-size: 31px;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
    }
        .glrybxsld img{
            width: 100%;
        }

        .jcenter{
            justify-content: center;
        }

        .galleryslider{
            margin-top: 50px;
        }
    /* 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;
    }



    /* banquest hall =================== */

    .banquetssec{
        padding: 100px 0px;
    }

    .bx-rsv{
        margin-top: 100px;
            background: #f4821f;
    padding: 40px;
    border-radius: 10px;
    }
    .rshdr{
            font-size: 29px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 40px;
    }
    .rowgp{
gap: 25px 0px;
    }
    
    .colfrmgrp{

    }

    .colfrmgrp button{
            width: 100%;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
    margin-top: 22px;
    background: #000;
    border-radius: 7px;
    }

    .colfrmgrp label{

            display: block;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    }

    .colfrmgrp input{
           width: 100%;
    padding: 10px 20px;
    color: #000;
    font-family: 'Montserrat';
    border-radius: 4px;
    }

        .colfrmgrp select{
           width: 100%;
    padding: 10px 20px;
    color: #000;
    font-family: 'Montserrat';
    border-radius: 4px;
    }

 /* contact us -------------------------------------------- */

        .contact-details{
            text-align: center;
        }

        .contact-details span{
            display: flex;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: 500;
            color: #0a0d31;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        
        .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{
            padding: 0px 10px;
        }
        .contact-details a{
color: #006a94;
    font-size: 17px;
    font-weight: 600;
        }

        .map{
            width: 100%;
            height: 500px;
        }

        .map iframe{
            width: 100%;
            height: 100%;
        }

        /* join us ========================================================== */

        .joinus{
            padding: 70px 0px;
            background:#edfdf5;
            background-image: url('../images/home/about_us/overlay_13.png');
            font-size: 15px;
            background-position: bottom right;
            background-size: cover;
        }

        .join-us---bx{
            padding-left: 70px;
        }

        .join-us---bx span{
            margin-bottom: 20px;
            display: block;
            color: #0f1681;
            font-size: 21px;
            font-family: 'Euclid Medium';
        }

        .join-us---bx p{
            font-family: 'Euclid Regular';
            margin-bottom: 15px;
            font-size: 15px;
        }

        .contact--box--jn{
            display: flex;
            border-top: 1px solid #00000021;
            padding-top: 20px;
            margin-top: 39px;
        }

        .box--cnt{
            display: flex;
            align-items: center;
            margin-right: 60px;
        }

        .rht--box label{
            display: block;
            margin: 0px;
            color: #000;
            text-transform: uppercase;
            font-size: 15px;
            font-family: 'Euclid Medium';
            line-height: 1;
        }

        .rht--box a{
            color: #000000b3;
            font-size: 16px;
        }

        .cnticon{
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #0f1681;
            color: #fff;
            font-size: 14px;
        }

        .rht--box{
            margin-left: 10px;
        }

        .jn-s--i img{
            width: 100%;
        }

    /* footer ================================================== */

    footer{
        background-color: #000;
        padding-top: 50px;
    }
    .prst-one{
        margin-top: 36px;
    }

    .prst-two{
        margin-bottom: 36px;
    }

    .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-size: 19px;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: 'Lato';
    }

    .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;
    }

    .flex-box-list-a-links ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .flex-box-list-a-links ul li a{
        color: #f5821f;
        font-size: 15px;
        width: 40px;
        height: 40px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        border: 1px solid #f5821f;
    }

    .flex-box-list ul li{
        margin-bottom: 10px;

    }

    .flex-box-list ul li a{
        color:#f5f5f1b3;
        transition: .3s ease;
        font-size: 13px;
        display: flex;
        align-items: baseline;
    }

    .locli {
        display: flex
        ;
            gap: 10px;
    }

    .locli i{    color: #15b5e9;}

    .locli p{
        color: #f5f5f1b3;
        transition: .3s ease;
        font-size: 15px;
        display: flex
    ;
        align-items: baseline;
        padding-right: 40px;
    }

    .flex-box-list ul li a i{
        color: #f6a201;
        padding-right: 6px;
        font-size: 10px;
    }

    .flex-box-list ul li a:hover{
        color: #fff;
    }

    .pdd-07{
        padding-left: 0px;
    }

    .flex-box-list-cnt{

    }

    .flex-box-list-cnt ul li{
        display: flex
        ;
            align-items: center;
            gap: 8px;
    }

    .flex-box-list-cnt ul li:nth-child(1){

    }
    .flex-box-list-cnt ul li span{
        color: #14afd3;
        font-size: 43px;
        line-height: 1;
    }

    .flex-box-list-cnt ul li a label{
        font-family: 'Lato';
        color: #ffffffad;
        text-transform: uppercase;
        font-size: 13px;
        margin-bottom: 2px;
    }

    .flex-box-list-cnt ul li a p{
        color: #fff;
        font-size: 17px;
        font-family: 'Montserrat';
        font-weight: 500;
    }

    .flex-box-list-cnt ul li div label{
        font-family: 'Lato';
        color: #ffffffad;
        text-transform: uppercase;
        font-size: 13px;
        margin-bottom: 2px;
    }

    .flex-box-list-cnt ul li div a{
        color: #fff;
        font-size: 17px;
        font-family: 'Montserrat';
        font-weight: 500;
        display: block;
    }



/* inner pages ======================================================================
=================================================================================== */

.banner-section-inner{
    background-image: url('../images/home/about_us/client-banner.jpg');
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    background-color: #004f6f;
    background-blend-mode: multiply;
}

.banner-title-inner span {
    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;
}

.banner-title-inner h3{
    text-transform: capitalize;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 16px;
}

.banner-title-inner p{
    color: #fff;
    max-width: 600px;
    font-size: 19px;
}

/* about us ----------------- */

.bt-top{
    padding-top: 70px;
    padding-bottom: 70px;
}



.abouts-us h3{
    font-size: 2.5rem;
    color: #0a0d31;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

.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; 
}

/* services ------------------------------------ */
.shadow-en{
    box-shadow: 0 1px 6px 0 #20212438;
    border-radius: 6px;
    position: relative;
}



/* about us inner page section ==================== */

.innerbanner-section{
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.innerbanner-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/home/slider/background-verlay2.png');
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}

.innerbanner-section .container-port{
    position: relative;
    z-index: 6;
}

.aboutusinner{
    background-image: url('../images/home/slider/hotel-regency-grande-best-hotel-in-trivandrum-slider-1.jpg');
}
.livingbanner{
      background-image: url('../images/home/slider/hotel-regency-grande-best-hotel-in-trivandrum-slider-4.jpg');
}
.diningbanner{
      background-image: url('../images/home/slider/hotel-regency-grande-best-hotel-in-trivandrum-slider-2.jpg');
}
.fclbanner{
      background-image: url('../images/home/slider/hotel-regency-grande-best-hotel-in-trivandrum-slider-3.jpg');
}
.contactbanner{
      background-image: url('../images/home/gallery/hotel-regency-grande-best-hotel-in-trivandrum-room-12.jpg');
}

.colbx40{
    margin-bottom: 40px;
}
.bannercap{

}

.bannercap h1{
    color: #fff;
    font-family: 'Montserrat';
    font-size: 29px;
    max-width: fit-content;
    margin: auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 13px 6px;
    text-transform: uppercase;
    position: relative;
}

.bannercap h1::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -9px;
    border-bottom: 1px solid #fff;
}

.bannercap h1::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: -9px;
    border-bottom: 1px solid #fff;
}

.linktodown{
    position: absolute;
    bottom: 14px;
    left: 83px;
    display: flex
;
    align-items: center;
    gap: 10px;
}

.linktodown a{
    color: #fff;
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.linktodown span{
    line-height: 1;
}

.linktodown span svg{

}

.aboutus-sectin-homeinner{
    padding: 100px 0px;
}

.abts-home-content-inner{
    text-align: center;
    padding-right: 50px;
}

.abts-home-content-inner label{
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0px;
}

.abts-home-content-inner h3{
    font-size: 33px;
    color: #000;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.abts-home-content-inner p{
    font-family: 'Lato';
    line-height: 28px;
    margin-bottom: 18px;
    text-align: justify;
}

.abts-home-content-inner a{
    display: flex
    ;
        margin-top: 30px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 13px 10px;
        align-items: center;
        justify-content: center;
        color: #000;
        font-family: 'Lato';
        margin-top: 48px;
}

.abts-home-content-inner a span{
    line-height: 1;
    padding-left: 10px;
}

.abts-home-content-inner a span svg{
    position: relative;
    top: 3px;
}

.roomrow{
    width: 100%;
    margin: auto;
    margin-bottom: 0px;
}

/* dining sectio -========== */

.diningsec{

}

.diningsec{
    text-align: center;

}

.diningsec label{
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0px;
}

.diningsec h3{
    font-size: 30px;
    color: #000;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.diningsec p{
    line-height: 28px;
    margin-bottom: 18px;
    font-family: "Pacifico", cursive;
    font-size: 33px;
    color: #f4821f;
    text-transform: capitalize;
}


.diningsec a{
    display: flex
    ;
        margin-top: 30px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 13px 10px;
        align-items: center;
        justify-content: center;
        color: #000;
        font-family: 'Lato';
        margin-top: 48px;
}

.abts-home-content-inner a span{
    line-height: 1;
    padding-left: 10px;
}

.abts-home-content-inner a span svg{
    position: relative;
    top: 3px;
}

.bannersdins{
    background-image: url('../images/home/dining/dining-banner.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    margin-top: -162px;
    position: relative;
    padding-top: 136px;
}
.bannersdins::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2e1500b5;
}



.relativeinde4{
    position: relative;
    z-index: 6;
}

.bxdndt{

}

.bxdndt h3{
    font-family: 'Montserrat';
    color: #f5821f;
    font-size: 56px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 39px;
}

.bxdndt p{
    color: #fff;
}

.bkdnnow{
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: end;
}

.bkdnnow a{
    position: relative;
}

.bkdnnow a span{
    font-family: 'Lato';
    color: #fff;
    background: #15b5ea;
    padding: 16px 20px;
    position: relative;
    display: block;
    z-index: 5;
}

.bkdnnow a::after{
    content: '';
    position: absolute;
    width: 106%;
    height: 120%;
    top: 50%;
    left: 50%;
    border: 1px solid #ea7e22;
    transform: translate(-50%, -50%);
}

/* facilities page ================= */

.facilitiespagesectin{
    padding: 100px 0px;

}


.fcamn_icon{
    width: 65px;
    height: 65px;
    background: #23397a;
    border-radius: 100px;
    padding: 12px;
    margin: auto;
    margin-bottom: 10px;
}

.fcamn_icon span{

}

.fcamn_icon span svg{
    
}

.headerfcl{
    max-width: 900px;
    margin: auto;
    text-align: center;
    margin-bottom: 68px;
}

.headerfcl h3{
    font-family: 'Montserrat';
    color: #000;
    font-size: 34px;
    max-width: 500px;
    margin: auto;
    line-height: 1.4;
    margin-bottom: 27px;
}

.headerfcl h3 span{
    font-weight: 600;
    color: #15b5e9;
}

.headerfcl h3 span:nth-child(2){
    color: #f5821f;
}

.headerfcl p{
    font-family: 'Lato';
        font-size: 20px;
}

.fcamn_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}

.rowfcl{
    display: flex
;
    flex-wrap: wrap;
    gap: 42px 0px;
    justify-content: center;
}

.colfcl-lg{
    width: 200px;
}

.fcl_container{
    text-align: center;
    padding: 0px 28px;
}
.fcl_container h3{
font-family: 'Montserrat';
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

/* gallery section ========================= */

.container-port-xl{
    padding: 0px 20px;
}

.rowwd{
    width: 100%;
    margin: auto;
}

.gallerysectio{
    padding-bottom: 100px;
}

.col-glry-0{
    padding: 21px 2px;
    border-top: 1px solid #00000029;
}
.glrybxsld{
    overflow: hidden;
}
.glrybxsld a img{
    transition: .3s ease;
    aspect-ratio: 1 / .66;
    object-fit: cover;
}

.glrybxsld:hover>a img{
    transform: scale(1.1);
}

.headerglrynew{
    padding: 27px 0px;
    text-align: center;
    padding-top: 38px;
}

.headerglrynew h3{
    color: #000;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px;
}


/* contactus page section -------------- */

.contactsection{
    padding: 100px 0px;
    background: #182b62;
}

.contactbx{
    padding: 0px 40px;
    height: 100%;
}

.brdcontainer{
    border: 1px solid #f5821f;
    padding: 42px 30px;
    height: 100%;
}

.contactcotnainer{
    text-align: center;
}

.contactcotnainer label{
    color: #dbb13f;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.mtop44{
    margin-top: 48px;
}

.contactcotnainer a{
    display: block;
    color: #e9e9e9;
    font-family: 'Lato';
    font-size: 15px;
    margin-bottom: 10px;
}

.contactcotnainer a span{

}

.contactcotnainer h3{
    font-family: 'Lato';
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 11px;
}

.contactcotnainer p{
    display: block;
    color: #e9e9e9;
    font-family: 'Lato';
    font-size: 15px;
    max-width: 200px;
    margin: auto;
    text-transform: capitalize;
}
    /* 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;
    }

    .abts-ftr
    {
        padding-right: 70px;
    }

    .footer-footer{
        background-color: #000;
        padding: 15px 10px;
        border-top: 1px solid #272626;
    }
    
    .brd-left{
        border-left: 1px solid #fff;
    padding-left: 20px;
    }


    .addres-box span {
        padding-right: 10px;
        position: relative;
    top: 3px;
    }
    .addres-box span svg{
        fill: #fff;
        width: 18px;
        height: auto;
    }

    .abts-ftr h3 {
        color: #fff;
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: 'Montserrat';
        text-transform: uppercase;
    }

    .abts-ftr p {
        color: #f5f5f1b3;
        font-size: 13px;
        margin-bottom: 25px;
        font-family: 'Lato';
    }

    .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: 65px;
    }
    .row-footer{
        margin-bottom: 50px;
        border-bottom: 1px solid #3c3f41;
        padding-bottom: 21px;
    }

    .flex-box-list-cnt ul{
        display: flex
        ;
            align-items: baseline;
            list-style: none;
            padding: 0px;
            justify-content: end;
            gap: 22px;
            flex-direction: column;
    }
    .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: 52px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 20px;
        padding: 0px 4px;
        cursor: pointer;
        }

    .ham span{
        display: block;
        width: 100%;
        height: 01px;
        background-color: #ffffff;
        transition: .3s ease;  
    }   


    .ham span:nth-child(2){
        margin: 3px 0px;
        opacity: 0;
          
    }

    .ham:hover>span:nth-child(1){
        transform: translateY(-1px);
    }
    .ham:hover>span:nth-child(3){
        transform: translateY(1px);
    }
    /* mobile menu --------------------------------- */


    .mobile-menu{
        background: #fff;
        padding: 30px;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999;
        /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
        background-position: initial;
        background-size: cover;
        background-color: #0f1f4d;
        background-blend-mode: saturation;
        transform: translateX(50px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s ease;
        display: flex;
        padding-top: 140px;
    }

    .headermob{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .close-items{
        width: 30px;
        height: 30px;
        right: 20px;
        color: #fff;
        font-size: 27px;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }



    .close-items svg{
        fill: #fff;
        width: 100%;
        height: auto;
    }

    .bx-mb-img{
        width: 100%;
    }

    .bx-mb-img img{

        width: 100%;
        aspect-ratio: 1 / 1.2;
        object-fit: cover;
    }

    .srvpara{
        margin-top: 73px;
        padding-right: 50px;
    }

    .srvpara p{
        color: #b1b1b1;
        font-family: 'Lato';
        font-size: 12px;
        line-height: 23px;
    }

    .contactinfo{
        padding-left: 40px;
    }

    .contactinfo h3{
        font-family: 'Lato';
        color: #fff;
        font-size: 23px;
        margin-bottom: 33px;
    }

    .contactinfo ul{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .contactinfo ul li {
        margin-bottom: 21px;
        border-bottom: 1px solid #797979b2;
        padding-bottom: 20px;
    }

    .contactinfo ul li a{
        display: flex
        ;
            gap: 10px;
    }

    .contactinfo ul li a span{
        color: #f5821f;
    }

    .contactinfo ul li a p{
        color: #fff;
        font-family: 'Lato';
    }
    .showmbmenu{
        transform: translateX(0px); 
        transition: .3s ease;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .mob-main_nav_menu{
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .mob-list_nav_a{
        padding: 9px 0px;
        display: block;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 400;
        position: relative;
        font-family: 'Lato';
        text-transform: capitalize;
    }
    .mob-list_nav_a:hover{
        color: #ff5722;
    }

    .header-title-mob{
        padding-left: 40px;
        margin-top: 60px;
    }

    .mob-nav-social ul{
        display: flex;
        align-items: center;
        margin-top: 20px;
        list-style: none;
        padding: 0px;
    }

    .mob-nav-social a {
        color: #ffffff;
        display: flex
    ;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        margin-right: 28px;
        font-size: 22px;
    }

    .header-title-mob h3{
        color: #ffff;
        font-size: 19px;
        font-weight: 400;
        font-family: 'Lato';
    }

    .headerflexwrp{
        display: flex
        ;
            align-items: center;
            justify-content: space-between;
            margin-top: 22px;
    }

    .bknwbtn{

    }

    .bknwbtn a{
        border: 1px solid #FF9800;
        color: #fff;
        font-family: 'Lato';
        padding: 10px 30px;
        padding-bottom: 13px;
    }
 
      
  @keyframes marquee{
    0%{ transform: translateX(0)}
    100%{transform: translate(-50%)}
    }
    .tech-i {
        width: 100%;
    }
    .tech-i img{
        width: 100%;
        height: 66px;
        object-fit: contain;
    }


    .active-tab{
        color: #f5821f !important;
    }
    
    
    .swiper-header{
        pointer-events: none !important;
    }
    
    
    
    .float-chat{
        position: fixed;
        right: 38px;
        bottom: 20px;
        z-index: 999;
        display: flex
    ;
        align-items: center;
        gap: 21px;
    }
    
    .float-chat a{
        display: flex
    ;
        border-radius: 100px;
        align-items: center;
        justify-content: center;
        padding: 11px 19px;
        gap: 12px;
    }
    .float-chat a i{
        font-size: 24px;
        color: #fff;
    }
    
    .float-chat a:nth-child(1){
        background: #f4821f;
    }
    
    .float-chat a:nth-child(2){
        background: #15b5e9;
    }
    
    .float-chat a span{
        color: #fff;
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
    }
    
    .float-chat a svg{
        width: 21px;
        fill: #fff;
        height: 24px;
    }
    
    .lglink{
        display: block;
    }
    
    


@media screen and (max-width:1400px) {
    .container-port{
        width: 90%;
    }
}

@media screen and (max-width:1300px) {
    .navigation_lists {
        margin-left: 50px;
    }
}

@media screen and (max-width:1200px) {
    .navigation_lists{
        margin-left: 50px;
    }
    .list_nav_a {
        display: block;
        margin: 0px 17px;
    }
    .chat_box{
        display: none;
    }
    .contactbx {
        padding: 0px 0px;
    
    }

    .flex-box-list-cnt ul{
        flex-wrap: wrap;
        gap: 25px;
        justify-content: flex-start;
    }

    .container-port {
        width: 100%;
    }
}

@media screen and (max-width:1098px) {
    .list_nav_a{
        margin: 0px 10px;
    }

}

@media screen and (max-width:1043px) {
    .navigation_lists {
        margin-left: 50px;
    }

}

@media screen and (max-width:991px) {
    .abts-ftr{
      padding: 0px;
        margin-bottom: 40px;
        max-width: 600px;
    }
    .rowflex0{
        flex-direction: column-reverse;
    }
    .contactbx {
        margin-bottom: 30px;
    }
    .colmb3{
        display: none;
    }
    .box--header-title ul li{
        width: 100%;
    }
    .logo img {
        width: 190px;
    }
    .box--header-title h3{
        font-size: 29px;
    }
    .box--header-title{
        padding-right: 10px;
    }
    .chat_box{
        padding: 14px 33px;
    }
    .row-reflex{
        flex-direction: row-reverse;
    }
    .contact-support{
        display: none;
    }

    .list_nav_a{
        margin: 0px 15px;
    }
    .row-box-eq{
        max-width: 700px;
        margin: auto;
        justify-content: center;
    }
    .contact-details{
        margin-bottom: 26px;
    }

    .col-bx-footer{
        margin-bottom: 30px;
    }
    .prst-two{
        margin-top: 30px;
    }

    .join-us---bx{
        padding-left: 0px;
        padding-top: 40px;
    }

    .navigation_lists{
        display: none;
    }
    .chat_flex_box {
        display: flex
    ;
        width: 90%;
        justify-content: end;
    }
    .list-info ul{
        flex-wrap: wrap;
    }

    .list-info ul li{
        margin: 10px;
    }
    .chat_flex_box{
        align-items: center;
    }
    .ham{
        display: flex !important;
    }
    .chat_box {
        display: block;
    }
    .abts-home-content-inner{
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .headersect .container-port{
        flex-wrap: wrap;
        gap: 21px;
        padding: 42px 10px;
    }
    .roombx-set a:nth-child(1){
        font-size: 11px;
        padding: 10px 18px;
    }
    .roombx-set a:nth-child(2){
        font-size: 11px;
        padding: 10px 18px;
    }
    .flexbdt{
        margin-top: 40px;
    }
    .line_stand h3{
        margin-bottom: 21px;
    }

    .col-amn{
        width: 33%;
    }
    .roomdisplay img{
        aspect-ratio: 1 / .6;
    }


    .roomrow .col-lg-4{
        margin-bottom: 30px;
    }

    .diningsec{
        padding-left: 0px;
        margin-bottom: 40px;
    }

    .jcflexob{
        flex-direction: column-reverse;
    }
    .jcend {
        justify-content: space-between;
        gap: 56px 0px;
    }
}


@media screen and (max-width:767px) {
    .colmb2{
        display: none;
    }
    .box--header-title ul li{
        width: 47%;
    }
    .box--header-title{
        margin-bottom: 30px;
    }


    .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;
    }
}

@media screen and (max-width:675px) {
    .diningsec h3{
        font-size: 23px;
    }
    .bxdndt h3{
        font-size: 28px;
        line-height: 1.3;
    }
    .adrstp{
        display: none;
    }
    .bxwcolt50{
        width: 100%;
    }
    .cntcdt{
        justify-content: space-between;
    }
    .srvpara {
        margin-top: 33px;
        padding-right: 0px;
    }
    .rsvchk a{
        padding: 25px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    display: none;
    }
    .banner-content-xc {
        overflow: hidden;
        padding-right: 11px;
    }
    .float-chat a{
        padding: 13px 8px;
        gap: 4px;
        border: none;
        border-radius: 0px;
        width: 100%;
    }
    .float-chat a i {
        font-size: 18px;
        color: #fff;
    }
    .float-chat a svg {
        width: 16px;
        fill: #fff;
        height: 18px;
    }
    .float-chat a span{
        font-size: 14px;
    }
    .cnter-reserv p {
        font-size: 12px;
        color: #838383;
    }
    .float-chat{
        gap: 00;
        right: 0;
        bottom: 0;
        width: 100%;
    }
    .footer-footer{
        padding-bottom: 60px;
        font-size: 11px;
    }
    .amn_icon{
        text-align: center;
    }
    .amn_icon img {
        width: 35px;
    }
    .amenities_container h3 {
        color: #fff;
        font-family: 'Lato';
        margin-top: 9px;
        width: 100%;
        font-size: 11px;
        text-align: center;
    }
    .flexbxdng {
        display: flex
    ;
        max-width: 800px;
        gap: 0px;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .bxldt {
        text-align: center;
    }
    .colbxsd{
        width: 50%;
        padding: 10px;
    }
    .box--content--apt img {
        width: 100%;

    }
    .bkdnnow{
        margin-top: 30px;
    }
    .bannersdins{
        padding-bottom: 40px;
    }
    .headerfcl h3{
        font-size: 27px;
    }
    .colfcl-lg {
        width: 33%;
    }
    .fcl_container {
        text-align: center;
        padding: 0px 10px;
    }
    .fcamn_icon {
        width: 55px;
        height: 55px;
    }
    .fcl_container h3{
        font-size: 10px;
    }
    .row-footer {
        margin-bottom: 9px;
    }
    .order1{
        order: 1;
    }
}

@media screen and (max-width:575px) {
    .abts-ftr h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 500;}
    .bxldt h3 {
        font-size: 21px;
    }
    .cntcdt a {
             font-size: 3vw;
    }
    .rombxftr{
        margin-top: 0px;
    }
    .roomrow{
     margin-bottom: 0PX;
    }
    .wht-are-distinct{
            margin-top: 0px;
    }
    .headersect{
        margin-bottom: 0px;
    }
    .bx-rsv{
          padding: 40px 20px;
    }
    .mtp80{
        flex-direction: column-reverse;
    }
    .colpdnon{
        width: 50%;
        padding: 6px;
    }
    .abts-home-content-inner h3 {
    font-size: 18px;
    }
        .roomdisplay img {
        aspect-ratio: 1 / 1;
    }
    .attrdt h3{
        font-size: 12px;
    }
    .attrdt p{
        font-size: 14px;
    }
    .abts-ftr p{
        padding-right: 0px;
    }
    .linktodown{
        left: 32px;
    }
    .bxldt p {
        font-size: 13px;
        line-height: 24px;
        opacity: .8;
    }
    .flex-box-list-cnt ul li:nth-child(1){
        border: none;
        padding: 0px;
        margin: 0px;
    }
    .roomdet{
        padding: 20px;
    }
    .roomdet h3{
        font-size: 20px;
    }
    .flex-social-icons{
        display: none;
    }

    .in-img{
        flex-direction: column;
    }
    .row-reflex{
        margin-top: 20px;
    }

    .imgcls{
        width: 100%;
    }
    .aside-abt {
        width: 34%;
        margin-left: auto;
        position: absolute;
        bottom: 207px;
        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;
    }
    .flexbdt {
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }
    .headerglry h3 {
        font-family: 'Montserrat';
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
.contact-support{
    display: none;
}
.chat_box{
    padding: 11px 16px;
    font-size: 13px;
    display: none;
}
.flex-cnnt-box a{
    font-size: 3.3vw;
}
    .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: 12px;
        padding: 14px;
    }


    .banner-content-xc p{
        max-width: 400px;
    }

    .banner-content-xc h3{
        font-size: 9vw;
    }
.bannerbg img{
        height: 93vh;
}
    .abts-home-content {
        margin-top: 70px;
    }
    .abts-home-content{
        padding-right: 0px;
    }
    .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;
    }

    .contact--box--jn{
        flex-direction: column;

    }
    .box--cnt{
        margin-right: 0px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width:480px) {
    .box--header-title ul li{
        width: 100%;
    }
}

