@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

html {
    font-size: 62.5%;
}

body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: normal 1.6rem/2.6rem 'Open Sans', sans-serif;
    color: var(--body_txt_color);
    background: url(../images/bg_img_2.jpg)repeat left top;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    padding: 0px;
    margin: 0px;
    font-family: "Playfair Display", serif;
}

input[type="text"]::-webkit-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-webkit-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-webkit-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-webkit-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-webkit-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-placeholder {
    opacity: 1;
}

a:hover {
    outline: none !important;
    text-decoration: none;
}

a:active {
    outline: none !important;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: inherit !important;
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* font-family: "Open Sans", sans-serif; */

/* font-family: "Playfair Display", serif; */


:root {
    --black: #000;
    --brand: #da3c3c;
    --heding: #0e2a4e;
    --body_txt_color: #222222;
    --white: #fff;
    --blue: #061437;
}




@keyframes beat {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.82);
        transform: scale(0.82);
    }
}


@keyframes play {

    0% {
        transform: scale(1);
    }

    15% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

    25% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }

}




em {
    font-style: normal;
}

.main_btn {
    display: inline-block;
    background: var(--brand);
    color: var(--white);
    padding: 0 3rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    font-weight: 600;
    margin-top: 2.5rem;
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
    transition: .5s;
    z-index: 0;
    text-align: center;
}

.main_btn::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3rem;
    content: "";
    background-color: #283862;
    transition: .5s;
    opacity: 0;
    border-top-right-radius: 3.3rem;
    border-bottom-right-radius: 3.3rem;
    z-index: -1;
    border-top-left-radius: 3.3rem;
}

.main_btn:hover::before {
    width: 100%;
    border-radius: 0;
    opacity: 1;
}

.main_btn:hover {
    color: var(--white);
}

.ptb {
    padding: 6rem 0;
}

.iner_ptb {
    padding: 3rem 0 6rem 0;
}

.img_fluid {
    max-width: 100%;
}

.rating li {
    display: inline-block !important;
    margin: .8rem .2rem 0 0;
}

.bold_icon::before,
.liner_icon::before {
    font: normal 1.4rem/1 FontAwesome;
    content: "\f006";
    color: #FFC107;
}

.bold_icon::before {
    content: "\f005";
}

h1,
h2 {
    text-transform: capitalize;
    color: var(--heding);
    font-weight: 600;
    font-size: 3rem;
    line-height: 4rem;
}

h4 {
    color: var(--heding);
    text-transform: capitalize;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 600;
}

h6 {
    color: var(--heding);
    text-transform: capitalize;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
}

.sub_txt {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 600;
    display: inline-block;
    padding-bottom: .4rem
}

.sub_line img {
    max-width: 100%;
    padding-left: .5rem;
}

.sub_line.other_sub_list img {
    padding: .5rem 0;
}





/****************************************************************************************top_button*******************************************************************************************************************************************/

.top_btn {
    background: var(--brand);
    bottom: 1rem;
    color: var(--white);
    height: 4rem;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 1rem;
    width: 4rem;
    z-index: 9999;
    text-align: center;
    display: inline-block;
    border-radius: .5rem;
}

.top_btn i {
    font-size: 1.7rem;
    line-height: 4rem;
}

.top_btn.show {
    opacity: 0.7;
}

.top_btn:hover {
    bottom: .3rem;
    opacity: 1;
    color: var(--white);
}




/****************************************************************************************heder_sce*******************************************************************************************************************************************/

.header_sec {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: var(--white);
    padding: 1rem 0;
}

.nav_top {
    border: none;
    min-height: auto;
    box-shadow: none;
    border-radius: 0px;
}

.menu_sec {
    margin-right: 40rem;
}

.menu_sec li {
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}

.menu_sec li a {
    display: inline-block;
    color: var(--black);
}

.menu_sec li:not(:last-child) a {
    padding-right: 4rem;
}

.menu_sec li.active a,
.menu_sec li a:hover {
    color: var(--brand);
}

.nav_top .navbar-brand img {
    width: 20rem;
}

.header_sec .container {
    max-width: 100%;
    padding: 0 5rem;
}

.heder_rt_btn {
    position: absolute;
    right: 0;
    top: .8rem;
}

.heder_rt_btn .main_btn {
    background: transparent;
    border: .1rem solid #E5E5E5;
    color: var(--heding);
    letter-spacing: .4rem;
    padding: 0 2rem;
}

.heder_rt_btn .main_btn:hover {
    color: var(--white);
    border-color: transparent;
}

.heder_rt_btn .main_btn::before {
    background: var(--brand);
}

.hdr_rt_con_box {
    display: inline-flex;
    position: absolute;
    right: 29rem;
    top: 1.2rem;
    gap: 0 1rem;
}

.hdr_rt_con_box a {
    background: var(--heding);
    color: var(--white);
    border-radius: 3rem 0 0 3rem;
    padding: .5rem 2.5rem .5rem 1.5rem;
    font-size: 1.4rem;
}

.hdr_rt_con_box a:last-child {
    border-radius: 0 3rem 3rem 0;
    padding: .5rem 1.5rem .5rem 2.5rem;
}

.hdr_rt_con_box a i {
    margin-right: .5rem;
}
/* 
.hdr_rt_con_box::before {
    content: "or";
    color: #272727;
    display: block;
    font-size: 1.1rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background: var(--brand);
    position: absolute;
    left: 56%;
    top: 5px;
    margin-left: -3rem;
    line-height: 2.5rem;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    letter-spacing: .1rem;
} */

.header_sec.fixed {
    box-shadow: 0 0 .7rem 0 #ccc;
    background: var(--white);
}





/****************************************************************************************banner_sce*******************************************************************************************************************************************/

.bannersec {
    width: 100%;
}

.banner_box {
    height: 100vh;
    object-fit: cover;
    position: relative;
}

.banner_box::before {
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #00152C 85%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
}

.bannersec .carousel-control-prev,
.bannersec .carousel-control-next {
    top: 50%;
    bottom: inherit;
    width: 5rem;
    height: 5rem;
    opacity: 1;
    background-color: #FFFFFF26;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.15);
    left: 3rem;
    border-radius: .2rem;
}

.bannersec .carousel-control-next {
    left: 3rem;
    right: inherit;
    margin-top: 6rem;
}

/* .banr_frm_rt_box_info .wrapper {margin: 0 auto; max-width: 1100px;} */
.banr_frm_rt_box_info .container-calendar {
    background: var(--white);
    padding: 0;
    margin: 0 auto;
    overflow: auto;
}

.banr_frm_rt_box_info .button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #00a2b7;
    color: var(--white);
    border: .1rem solid #0aa2b5;
    border-radius: .4rem;
    padding: .5rem 1rem;
}

.banr_frm_rt_box_info .table-calendar {
    border-collapse: collapse;
    width: 100%;
    min-height: 24rem;
}

.banr_frm_rt_box_info .table-calendar td,
.table-calendar th {
    padding: .5rem 1rem;
    border: .1rem solid #e2e2e2;
    text-align: center;
    vertical-align: top;
}

.banr_frm_rt_box_info .date-picker.selected {
    font-weight: bold;
    outline: .1rem dashed #00BCD4;
}

.banr_frm_rt_box_info .date-picker.selected span {
    border-bottom: .2rem solid currentColor;
}

/* sunday */
.banr_frm_rt_box_info .date-picker:nth-child(1) {
    color: red;
}

/* friday */
.banr_frm_rt_box_info .date-picker:nth-child(6) {
    color: green;
}

.banr_frm_rt_box_info #monthAndYear {
    text-align: center;
    margin-top: 0;
}

.banr_frm_rt_box_info .button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}

.banr_frm_rt_box_info #previous {
    float: left;
}

.banr_frm_rt_box_info #next {
    float: right;
}

.banr_frm_rt_box_info .footer-container-calendar {
    margin-top: 1em;
    border-top: .1rem solid #dadada;
    padding: 1rem 0;
}

.banr_frm_rt_box_info .footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: var(--white);
    color: #585858;
    border: .1rem solid #bfc5c5;
    border-radius: .3rem;
    padding: .5rem 1em;
}


.banr_frm_rt_box {
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
}

.banr_frm_rt_box_info {
    background: var(--white);
    padding: 1.5rem 3rem;
    border-radius: .5rem;
}

.banr_frm_rt_box_info h4 {
    border-bottom: .1rem dashed #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.banrt_txt {
    position: absolute;
    left: 0;
    bottom: 5rem;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.banrt_txt p {
    color: var(--white);
    font-size: 2.5rem;
    line-height: 3.8rem;
}

.banr_frm_rt_box .main_btn {
    margin-top: 1.5rem;
}




/****************************************************************************************frture_sec*******************************************************************************************************************************************/

.frture_box {
    position: relative;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .frture_icon{position: absolute; left: 0; top: .7rem;} */
.frture_icon img {
    width: 5rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.frture_box:hover .frture_icon img {
    -webkit-animation: beat 1.5s ease 0s infinite;
    animation: beat 1.5s ease 0s infinite;
}

.frture_txt {
    display: block;
    padding-left: 7rem;
}

.frture_sec .cumll:not(:last-child) {
    border-right: .1rem solid #eee;
}

.frture_rt ul li:not(:last-child) {
    border-bottom: .1rem solid #eee;
    padding-bottom: 3rem;
}

.frture_rt ul li {
    padding-left: 3rem;
}

.frture_rt {
    border-left: .1rem solid #eee;
}

.frture_nbur {
    color: #E2E2E2;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -0.01em;
    min-width: 7rem;
    margin-right: 4rem;
    position: relative;
    top: -.3rem;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ab_btm_img {
    margin-top: 2rem;
    border-radius: .5rem;
    overflow: hidden;
}

.frture_lt {
    margin-right: 3rem;
}


/****************************************************************************************amenities_sec*******************************************************************************************************************************************/

.amenitie_icon img {
    width: 6rem;
}

.amenities_box {
    margin-top: 3rem;
    position: relative;
}

.amenitie_txt h6 {
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.amenities_sec ul {
    display: flex;
    width: 100%;
    margin: 0 -1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.amenities_sec ul li {
    width: 15%;
    padding: 0 1rem;
}

.amenitie_icon {
    position: relative;
    border: 1px solid #d9d9d5;
    width: 13.5rem;
    height: 18.1rem;
    border-radius: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.amenitie_txt {
    display: block;
    padding-top: 1.5rem;
}

.amenities_box:hover .amenitie_icon {
    background: var(--heding);
}

.amenities_box:hover .amenitie_icon img {
    filter: invert(100%);
}

/* .amenities_sec::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/pattren_img_1.png)no-repeat center center/cover; content: ""; opacity: 0.6;} */
.all_btm_btn {
    display: block;
    position: relative;
    margin-top: 3rem;
}

.all_btm_btn::before {
    border: .1rem solid #00000026;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: .1rem;
    content: "";
}

.all_btm_btn .main_btn {
    border-radius: 2.5rem;
    background: transparent;
    color: var(--brand);
    padding: 0 1.5rem;
}

.all_btm_btn .main_btn:hover {
    color: var(--white);
}

.all_btm_btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f7f6f2;
    position: relative;
    padding: 0 1rem;
}


/****************************************************************************************room_sec*******************************************************************************************************************************************/

.room_box {
    margin-top: 3rem;
    padding: 1.5rem;
    box-shadow: 0 30px 40px rgb(175 175 175 / .16);
    border: .1rem solid #F1F1F1;
    border-radius: .5rem;
}

.room_img_box {
    display: block;
    border-radius: .5rem;
    overflow: hidden;
}

.room_box .owl-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 .8rem;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
}

.room_box .owl-prev,
.room_box .owl-next {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.room_box .owl-prev::before,
.room_box .owl-next::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f104";
    font-size: 1.8rem;
    color: var(--white);
}

.room_box .owl-next::before {
    content: "\f105";
}

.room_txt {
    padding-top: 1.5rem;
}

.room_txt h4 a {
    color: var(--heding);
}

.rom_list {
    display: inline-block;
    width: 100%;
    border: .1rem solid #eee;
    margin-top: 1.5rem;
}

.rom_list li {
    width: 33.333%;
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.rom_list li:not(:last-child) {
    border-right: .1rem solid #eee;
}

.rom_list li img {
    width: 2rem;
    margin-right: .5rem;
}

.dtls_btn {
    display: block;
    margin-top: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: .4rem;
    color: var(--heding);
    background: #f8f6f3;
    text-align: center;
    padding: 1.4rem 1.5rem;
    margin-top: 2rem;
    border-radius: .2rem;
}

.dtls_btn:hover {
    background: var(--brand);
    color: var(--white);
}

.rt_all_btn {
    position: absolute;
    right: 0;
    top: 1.1rem;
    border: .1rem solid #15151538;
    padding: 1.4rem 2.9rem;
    border-radius: 3rem;
    font-size: 1.4rem;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    display: inline-block;
    line-height: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-weight: 600;
    color: var(--heding);
    transition: all .3s;
}

.rt_all_btn i {
    transform: rotate(-45deg);
}

.rt_all_btn:hover {
    background: var(--brand);
    color: var(--white);
    border-color: transparent;
    transform: translateY(-8px);
}

/****************************************************************************************call_sec*******************************************************************************************************************************************/

.call_box {
    background: rgba(0, 0, 0, 0.5);
    padding: 5rem 3rem;
    border-radius: 19.5rem 19.5rem 0 0;
    width: 45rem;
    height: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.call_box .call-animation {
    background: var(--white);
    width: 8.5rem;
    height: 8.5rem;
    position: relative;
    margin: 4rem auto 0 auto;
    border-radius: 100%;
    border: solid 5px var(--white);
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_box img {
    width: 5rem;
}

.eall_shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.eall_shape svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}

.eall_shape_top {
    top: -.1rem;
    z-index: 2;
    pointer-events: none;
}

.eall_shape_top svg {
    width: calc(150% + 1.3px);
    height: 30px;
}

.eall_shape_bottom {
    bottom: -.1rem;
    z-index: 2;
    pointer-events: none;
    transform: rotate(180deg);
}

.eall_shape_bottom svg {
    z-index: -1;
    width: calc(150% + 1.3px);
    height: 3rem;
    transform: translateX(-50%) rotateY(180deg);
}

.eall_shape .elementor-shape-fill {
    fill: var(--white);
    transform: rotateY(0deg);
    transform-origin: center;
}

.call_sec {
    background-attachment: fixed !important;
}



/****************************************************************************************othr_place_sec*******************************************************************************************************************************************/

.facilities_box {
    margin-top: 3rem;
    border-top: .1rem solid #eee;
    border-bottom: .1rem solid #eee;
    padding: 2rem 0;
}

.facilities_txt {
    background: #f7f6f2;
    position: relative;
    padding: 3rem;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: .2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.facilities_txt::before {
    position: absolute;
    content: "";
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    border: .1rem solid #686868;
    margin: auto;
    opacity: 0.2;
    z-index: -1;
    border-radius: .2rem;
}

.facilities_txt_info {
    padding: 1rem;
}

.facilities_img {
    border-right: .1rem solid #eee;
    margin-right: 2rem;
    padding-right: 3rem;
}

.facilities_img img {
    border-radius: .5rem;
}

.facilities_box:nth-child(even) .row {
    flex-direction: row-reverse;
}

.facilities_box:nth-child(even) .facilities_img {
    border-left: .1rem solid #eee;
    margin: 0 0 0 2rem;
    padding: 0 0 0 3rem;
    border-right: none;
}


/*************************************************************************************************************gallery_sec****************************************************************************************************************************/

/* portfolio */
.portfolio_box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.portfolio_box img {
    transition: 0.5s;
    background-size: cover;
}

.portfolio_box:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    filter: blur(1px);
}

.portfolio_link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
    color: var(--white) !important;
    font-size: 5rem;
}

.portfolio_box:hover .portfolio_link {
    opacity: 1;
    transform: translateY(0);
}

.galrty_btbn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.gallery_sec .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
}

.gallery_sec .owl-prev,
.gallery_sec .owl-next {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand);
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.gallery_sec .owl-next {
    left: inherit;
    right: 3rem;
}

.gallery_sec .owl-prev::before,
.gallery_sec .owl-next::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f104";
    color: var(--white);
    font-size: 1.5rem;
}

.gallery_sec .owl-next::before {
    content: "\f105";
}

.gallery_sec .container {
    max-width: 100%;
    padding: 0;
}

.gallery_lt {
    padding: 5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallery_lt .sub_line.other_sub_list img {
    padding: 1.5rem 0;
}

.boking_box {
    position: relative;
    margin-top: 3rem;
}

.boking_box_icon {
    position: absolute;
    left: 0;
    top: 0;
}

.boking_box_icon img {
    width: 4.5rem;
}

.boking_box_txt a {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--white);
}

.boking_box_txt em {
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: var(--white);
    display: inline-block;
    padding-bottom: .4rem;
    opacity: 0.5;
}

.boking_box_txt {
    display: block;
    padding-left: 6rem;
}

.gallery_lt_btn_list li {
    display: inline-block;
}

.gallery_lt_btn_list li:not(:last-child) {
    margin-right: 5rem;
}

.gallery_lt_btn_list {
    margin-top: 3rem;
}


/*************************************************************************************************************feed_back_sec****************************************************************************************************************************/

.feed_back_sec .sub_line img {
    max-width: 22%;
}

.fed_back_box {
    border: .1rem solid #E7E7E7;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
    border-radius: .5rem;
}

.person_img img {
    width: 8rem !important;
    height: 8rem;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 2rem;
}

.qutin_box {
    position: absolute;
    right: 2rem;
    top: 2rem;
    line-height: 1;
    z-index: 1;
}

.qutin_box::before {
    position: absolute;
    content: "";
    top: -10rem;
    left: -3rem;
    background-color: var(--brand);
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    z-index: -1;
    border-radius: 50%;
}

.qutin_box img {
    width: 5rem !important;
}

.feed_back_sec .all_btm_btn span {
    background: var(--white);
}



/*************************************************************************************************************faq_sec****************************************************************************************************************************/

.faq_sec .container {
    max-width: 100%;
    padding: 0 5rem;
}

/* .map_box{padding: 1rem; background: var(--heding); border-right: .1rem solid rgba(255, 255, 255, 0.2); height: 100%;} */
.map_box {
    height: 100%;
    border-left: .1rem solid #ccc;
    padding-left: 4rem;
}

.map_box iframe {
    width: 100%;
    height: 34rem;
    margin: 2rem 0;
}

.faq_heading {
    font-size: 1.8rem;
    text-transform: capitalize;
    color: var(--black);
    line-height: 2.8rem;
    margin-right: 5rem;
}

.faq_number {
    font-size: 2rem;
    color: var(--brand);
    font-weight: 700;
    line-height: 1;
    margin-right: 2rem;
}

.faq_content .accordion-button:not(.collapsed) {
    background: transparent;
}

.faq_content .accordion-button {
    padding: 2rem 1.25rem;
}

.faq_content .accordion-button:focus {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq_content .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background-image: none;
}

.faq_content .accordion-button::after {
    color: var(--brand);
    width: auto;
    height: auto;
    font-size: 1.8rem;
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    content: "\2b";
}

.faq_content .accordion-body {
    padding: 2rem 1.5rem;
}

.faq_rt.faq_content .accordion-item {
    border: none;
    background: transparent;
}

.faq_rt.faq_content .accordion-button {
    border-bottom: .1rem solid rgba(0, 0, 0, .125);
    background: transparent;
}

.faq_rt.faq_content .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq_rt .accordion-item:first-child .accordion-button {
    padding-top: 0;
}

.faq_rt_box {
    background: #f6f5fd;
    padding: 3rem;
    margin-right: 3rem;
}

.faq_rt_box .main_btn {
    margin-top: 1.5rem;
}




/****************************************************************************************footer_sec*******************************************************************************************************************************************/

.ft_sec {
    background: var(--blue);
    padding-top: 4rem;
}

.ft_txt {
    padding-bottom: 3rem;
}

.ft_btm {
    padding: 1.5rem 0;
    border-top: .1rem solid #FFFFFF21;
    margin: 0 2rem;
}

.ft_btm .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft_rt img {
    width: 2rem;
    margin: 0 .5rem;
}

.ft_logo img {
    width: 20rem;
}

.ft_heding {
    text-transform: capitalize;
    color: var(--white);
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: "Playfair Display", serif;
    display: inline-block;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.ft_heding::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--brand);
    width: 9rem;
    height: .3rem;
    content: "";
}

.ft_con_menu li a,
.ft_txt p,
.ft_socail_list ul li a,
.ft_emal a {
    color: rgb(255 255 255 / 60%);
}

.ft_con_menu li a {
    display: inline-block;
    margin-top: 1.5rem;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ft_con_menu li:first-child a {
    margin-top: 0;
}

.ft_con_menu li a::before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: .6rem;
    height: .6rem;
    content: "";
    background-color: var(--brand);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ft_con_menu li a:hover {
    padding-left: 1.5rem;
    color: var(--white);
}

.ft_con_menu li a:hover::before {
    opacity: 1;
}

.ft_heding.other_ft_heding {
    font-size: 2rem;
    line-height: 3.2rem;
}

.ft_email_box .input_fld {
    border: .2rem solid rgb(255 255 255 / 20%);
    display: inline-block;
    width: 100%;
    border-radius: .5rem;
    padding: 0 .5rem;
    margin-top: 2.8rem;
}

.ft_email_box .input_fld input[type="email"] {
    border: none;
    width: 60%;
    float: left;
    color: var(--white);
}

.ft_email_box .input_fld .as_btn {
    float: right;
    background: transparent;
    width: 10%;
    height: 5rem;
    color: rgb(255 255 255 / 50%);
    font-size: 2.2rem;
}

/* .news_box p{font-size: 1.4rem; line-height: 2.8rem;} */
.ft_adres {
    margin-top: 3rem;
}

.ft_ph_nbr {
    color: var(--white) !important;
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 1.5rem;
}

.ft_ph_nbr::after {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: .1rem;
    content: "";
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    background: var(--white);
}

.ft_ph_nbr:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}

.ft_socail_list ul li {
    display: inline-block;
}

.ft_socail_list ul li a {
    border: .2rem solid rgb(255 255 255 / 20%);
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5rem 1.5rem 0 0;
    border-radius: .2rem;
}

.ft_socail_list ul li:last-child a {
    margin-right: 0;
}

.ft_socail_list ul li a:hover {
    background: var(--brand);
    border-color: transparent;
    color: var(--white);
}

.ft_emal {
    font-size: 1.8rem;
    color: var(--white) !important;
}

.ft_emal a {
    display: inline-block;
    margin: 0 0 0 .8rem;
}

.ft_btm_lt,
.ft_rt,
.ft_rt a {
    color: var(--white);
}




/*--------------------------------------------------------------------------------------------------------form----------------------------------------------------------------------------------------------------------------------------------*/

.input_fld input[type="text"],
.input_fld input[type="email"],
.input_fld input[type="tel"],
.input_fld input[type="password"],
.input_fld textarea,
.input_fld input[type="date"],
.input_fld .form-select {
    width: 100%;
    border: .1rem solid #ced4da;
    height: 5rem;
    padding: 0 1.5rem;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    color: var(--black);
    font-size: 1.5rem;
    border-radius: 1rem;
    background: transparent;
}

.input_fld input[type="text"]::placeholder,
.input_fld input[type="email"]::placeholder,
.input_fld input[type="tel"]::placeholder,
.input_fld input[type="password"]::placeholder,
.input_fld textarea::placeholder,
.input_fld input[type="date"]::placeholder {
    color: #999;
    opacity: 1;
}

.input_fld .form-control:focus {
    border-color: var(--brand);
    outline: 0;
    box-shadow: none;
}

.input_fld .form-select {
    background: var(--white) url(../images/select_arrow.png)no-repeat right 1.5rem center;
    background-size: 1rem;
    padding: 0 1rem;
    height: 4.9rem;
    cursor: pointer;
}

.input_fld button {
    border: none;
}

.search_box .input_fld button a {
    color: #555 !important;
}

.input_fld .form-select:focus {
    border-color: var(--brand);
    box-shadow: none;
}

.input_fld {
    margin-bottom: 1.5rem;
    position: relative;
}

.input_fld textarea {
    height: 12rem;
    resize: none;
    padding: 1.5rem;
}

.ban_frm_box .input_fld {
    width: 100%;
}






/****************************************************************************************rooms_sec*******************************************************************************************************************************************/


.iner_banr .banner_box {
    height: 400px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iner_banr h1 {
    font-size: 4rem;
    line-height: 5rem;
}

.inr_rm_tp_list li {
    margin-top: 1.5rem;
    display: inline-block;
    position: relative;
    padding-left: 2.5rem;
    font-weight: 600;
}

.inr_rm_tp_list li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Pro";
    content: "\f058";
    color: var(--brand);
    font-weight: 900;
}

.inr_rm_tp_list li:not(:last-child) {
    margin-right: 2.5rem;
}


/****************************************************************************************rooms_dtls_page*******************************************************************************************************************************************/

.rom_dtls_banr {
    margin-top: 8rem;
}

.rom_dtls_banr .container {
    max-width: 100%;
    padding: 0 3rem;
}

.rom_dtls_banr .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
}

.rom_dtls_banr .owl-prev,
.rom_dtls_banr .owl-next {
    width: 3rem;
    height: 3rem;
    background: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
}

.rom_dtls_banr .owl-next {
    left: inherit;
    right: 0;
}

.rom_dtls_banr .owl-prev::before,
.rom_dtls_banr .owl-next::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f104";
    font-size: 1.8rem;
    color: var(--white);
}

.rom_dtls_banr .owl-next::before {
    content: "\f105";
}

.rom_dtls_lt_list {
    border: .1rem solid #ccc;
    margin: 2rem 0;
    max-width: 80rem;
}

.rom_dtls_lt_list li {
    display: inline-block;
    padding: 1rem 3.5rem;
    font-size: 1.5rem;
}

.rom_dtls_lt_list li:not(:last-child) {
    border-right: .1rem solid #ccc;
}

.rom_dtls_lt_list li b {
    color: var(--brand);
    display: block;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.4rem;
    display: block;
}

/* .chck_in_ot_lt{margin-top: 3rem;} */
.dtls_para_box {
    background: #f6f5fd;
    padding: 2rem;
    margin-top: 3rem;
}

.txt_list li {
    margin-top: 1rem;
    position: relative;
    padding-left: 2rem;
    color: var(--heding);
    font-weight: 600;
}

.txt_list li::before {
    position: absolute;
    left: 0;
    top: .9rem;
    background: var(--brand);
    width: .8rem;
    height: .8rem;
    border-radius: 100%;
    content: "";
}

.fixr_rt {
    position: -webkit-sticky;
    position: sticky;
    top: 6.4rem;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.room_fe_info li {
    padding-left: 0;
    width: auto;
    margin: 1rem .5rem 0 0;
    border: .1rem solid #E2E5E7;
    padding: .6rem;
    border-radius: .6rem;
    display: inline-block;
    color: var(--black);
    font-weight: 500;
    font-size: 1.4rem;
}

.room_fe_info li img {
    width: 2.5rem;
    padding-right: .6rem;
}

.rom_dtls_rt_amenities_box {
    border-top: .1rem dashed #ccc;
    margin-top: 2rem;
    padding-top: 2rem;
}

.rom_dtls_top_flex {
    align-items: center;
    justify-content: space-between;
}

.dtls_price_box {
    background: #F7F5F3;
    padding: 2rem;
    display: block;
    font-size: 2rem;
}

.rom_dtls_rt_frm_tp_flex {
    align-items: center;
    justify-content: space-between;
    border-bottom: .1rem dashed #ccc;
    padding-bottom: 1.5rem;
    margin-bottom: 3.5rem;
}

.rom_dtls_rt_frm_tp_flex p {
    text-transform: capitalize;
    color: var(--black);
    font-weight: 600;
}

.rom_dtls_rt_frm_box {
    border: .1rem solid var(--brand);
    padding: 3rem;
    border-radius: .5rem;
}


.qty_container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 2.5rem;
}

.qty_container .qty-btn-minus,
.qty_container .qty-btn-plus {
    border: none;
    border-left: .1rem solid #d4d4d4;
    padding: 0;
    font-size: 1rem;
    height: 4rem;
    width: 3.5rem;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1;
}

.qty_container .qty-btn-minus:focus,
.qty_container .qty-btn-plus:focus {
    box-shadow: none;
}

.qty_container .input-qty {
    text-align: center;
    padding: 0 1.5rem;
    border: .1rem solid #d4d4d4;
    position: relative;
    border-radius: 1rem;
}

.qty_container .qty-btn-minus {
    margin-right: -.1rem;
    border-left-color: transparent;
    border-right: .1rem solid #d4d4d4;
}

.qty_container .qty-btn-plus {
    margin-left: -.1rem;
    left: inherit;
    right: 0;
}

.qty_container .input-qty[type="text"] {
    background: var(--white);
    height: 4rem;
}


/*---------------------------------------------------------------------------------------------date-------------------------------------------------------------------------------*/
.ui-datepicker {
    background: var(--white);
    border-radius: 1.5rem;
    z-index: 2 !important;
}

.ui-datepicker-header {
    height: 5rem;
    line-height: 5rem;
    color: var(--white);
    background: #31639c;
    margin-bottom: 1rem;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 2rem;
    height: 2rem;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 1.2rem;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 1.2rem;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 1.2rem;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: .8rem;
    height: .8rem;
    border-left: .2rem solid var(--white);
    border-bottom: .2rem solid var(--white);
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #333333;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 2.5rem;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 4rem;
    color: #31639c;
    margin-bottom: .5rem;
    font-size: 1.8rem;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 4rem;
    font-size: 1.6rem;
}

.ui-state-default:hover {
    color: var(--white);
    background: #31639c;
    border-radius: 5rem;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
    color: var(--white);
    background-color: #31639c;
    border-radius: 5rem;
}

.ui-state-active {
    color: var(--white);
    background-color: #31639c;
    border-radius: 5rem;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: .2rem solid transparent;
}

.icon {
    color: var(--body_txt_color);
    font-size: 1.5rem;
    position: absolute;
    right: 1.9rem;
    top: 4.3rem;
}

.frm_label_txt {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: var(--brand);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: .8rem;
}

.rrom_dtls_sec .container {
    max-width: 100%;
    padding: 0 15rem;
}

.rom_dtls_lt {
    margin-right: 5rem;
}




/****************************************************************************************about_page*******************************************************************************************************************************************/

.ab_hispty_box_top {
    padding: 2rem;
    text-align: left;
}

.ab_hispty_box_btm {
    padding: 5rem 2rem 0 2rem;
    text-align: left;
}

.ab_hispty_box_btm strong {
    font-size: 2.5rem;
    line-height: 2.8rem;
    color: var(--heding);
    display: block;
    margin-bottom: 2rem;
}

.ab_hispty_box_info::before {
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    background: #ccc;
    width: 100%;
    height: .1rem;
    content: "";
}

.ab_hispty_box_info::after {
    position: absolute;
    left: 2rem;
    top: 52%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    background: #ccc;
    border-radius: 100%;
    content: "";
}

.ab_hispty_box_img {
    display: block;
    border-radius: .5rem;
    width: 24rem;
    height: 9rem;
}

.ab_hispty_box_img img {
    height: 100%;
    object-fit: cover;
}

.ab_hispty_box_info {
    display: flex;
    flex-direction: column;
}

.ab_hispty_box .cuml:nth-child(even) .ab_hispty_box_info {
    flex-direction: column-reverse;
}

.ab_hispty_box .cuml:nth-child(even) .ab_hispty_box_btm {
    padding: 0 2rem 5rem 2rem;
}

.ab_hispty_box {
    margin-top: 3rem;
}

.ab_mail_txt {
    color: var(--white);
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 600;
    text-decoration: underline !important;
    display: inline-block;
    padding: .8rem;
}

.ab_mail_txt:hover {
    color: var(--brand);
}

.ab_mail_sec h2 {
    font-size: 5rem;
    line-height: 6rem;
}

.ab_mail_aml_img {
    position: absolute;
}

/* .ab_mail_aml_img_1{top: -45px; right: 298px;} */
.ab_mail_aml_img_2 {
    bottom: 27px;
    right: 52px;
    transform: rotate(25deg);
}

.ab_mail_aml_img_3 {
    left: 108px;
    bottom: -17px;
    display: block;
    transform: rotate(-25deg);
}

.vison_mison_box {
    position: relative;
    margin-top: 3rem;
    overflow: hidden;
    border-radius: .5rem;
}

.vison_mison_box::before {
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 34, 35, 0) 0%, rgba(18, 34, 35, 0.5) 100%);
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.vison_mison_txt {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    padding: 2.5rem;
}

.vison_mison_txt img {
    filter: invert(100%);
    width: 8rem;
}

.vison_mison_box .main_img {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.vison_mison_box:hover .main_img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.vison_mison_box:hover::before {
    opacity: 1;
}

.ab_bbok_sec::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    content: "";
    width: 100%;
    height: 100%;
}

.ab_bbok_sec {
    background-attachment: fixed !important;
}

.ab_bbok_sec .main_btn {
    background: transparent;
    border: .1rem solid var(--white);
    color: var(--white);
}

.ab_bbok_sec .main_btn::before {
    background: var(--white);
}

.ab_bbok_sec .main_btn:hover {
    border-color: transparent;
    color: var(--heding);
}

.ab_more_infomati_sec p {
    max-width: 101rem;
    margin: 0 auto;
}

/* .ab_more_infomati_btn{position: relative; margin-top: 2rem;} */
/* .ab_more_infomati_btn::before{position: absolute; left: 50%; top: 0; width: .1rem; height: 9rem; background: var(--heding); content: "";} */
/* .ab_more_infomati_btn .main_btn {margin-top: 11.5rem;} */
.ab_more_infomati_rt {
    margin-left: 2rem;
}

.ab_more_infomati_lt,
.ab_more_infomati_lt img {
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
}




/****************************************************************************************responsive*******************************************************************************************************************************************/

@media only screen and (max-width: 1799px) {

    .menu_sec {
        margin-right: 55rem;
    }

    .gallery_rt,
    .gallery_rt .row,
    .gallery_rt .portfolio_box,
    .gallery_rt .portfolio_box img {
        height: 100%;
        object-fit: cover;
    }

    .gallery_sec {
        overflow: hidden;
    }

    .banrt_txt .row {
        justify-content: start !important;
    }

    .banrt_txt {
        text-align: left;
    }

    .banr_frm_rt_box {
        top: 53%;
    }
}

@media only screen and (max-width: 1699px) {

    .menu_sec li:not(:last-child) a {
        padding-right: 3rem;
    }

    .menu_sec {
        margin-right: 61rem;
    }

}

@media only screen and (max-width: 1599px) {

    .menu_sec li:not(:last-child) a {
        padding-right: 2.5rem;
    }

    .hdr_rt_con_box {
        right: 22rem;
    }
}

@media only screen and (max-width: 1499px) {

    .header_sec .container {
        padding: 0 3rem;
    }

    .menu_sec li:not(:last-child) a {
        padding-right: 2rem;
    }

    .menu_sec {
        margin-right: 62rem;
    }
}

@media only screen and (max-width: 1399px) {
    .hdr_rt_con_box a em {
        display: none;
    }

    .hdr_rt_con_box a i {
        margin-right: 0;
    }

    .hdr_rt_con_box::before {
        margin-left: 0;
        left: 48%;
    }

    .menu_sec {
        margin-right: 38rem;
    }

    .nav_top .navbar-brand img {
        width: 17rem;
    }

    .hdr_rt_con_box {
        top: .4rem;
    }

    .heder_rt_btn {
        top: 0;
    }

    .rom_list li {
        font-size: 1.4rem;
    }

    .gallery_lt_btn_list li:not(:last-child) {
        margin-right: 1rem;
    }

    .ft_top .cuml:nth-child(2) .ft_txt {
        padding-left: 6rem;
    }

    .amenities_sec ul li {
        width: 17%;
    }

    .facilities_img,
    .facilities_img img {
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1299px) {
    .banrt_txt_info {
        max-width: 68rem;
    }

    .gallery_lt {
        padding: 3rem;
    }

    .gallery_lt .main_btn {
        padding: 0 2rem;
    }

    .gallery_lt_btn_list li:not(:last-child) {
        margin-right: 2rem;
    }
}

@media only screen and (max-width: 1199px) {

    .nav_top .navbar-toggler {
        color: transparent;
        border: none;
        padding: 1rem;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        margin-right: -1rem;
    }

    .nav_top .navbar-toggler .icon-bar {
        display: block;
        width: 3rem;
        height: .4rem;
        border-radius: .3rem;
        background-color: var(--black);
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .nav_top .navbar-toggler .icon-bar+.icon-bar {
        margin-top: .4rem;
    }

    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2) {
        opacity: 0;
        width: 0px;
    }

    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {
        -webkit-transform: matrix(1, 1, 0, 1, 0, 0);
        transform: matrix(1, 1, 0, 1, 0, 0);
        width: 25px;
        margin-top: -11px;
    }

    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {
        -webkit-transform: matrix(1, -1, 0, 1, 0, 0);
        transform: matrix(1, -1, 0, 1, 0, 0);
        width: 25px;
    }

    .heder_rt_btn {
        right: 4.3rem;
    }

    .hdr_rt_con_box {
        right: 33rem;
    }

    .nav_top .navbar-collapse {
        position: fixed;
        top: 0;
        left: -30.10rem;
        background: var(--white);
        z-index: 999999;
        width: 22.80rem;
        padding: 2.5rem 1rem;
        height: 100% !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow-y: auto;
        min-height: 100vh;
        align-items: baseline;
        justify-content: start !important;
        border-right: .5rem solid var(--brand);
    }

    .nav_top .navbar-collapse.show {
        left: 0;
    }

    .menu_sec {
        margin-right: 0;
    }

    .menu_sec li a {
        display: block;
        width: 100%;
        display: block;
        padding: 1.5rem;
        border-bottom: .1rem dashed #ccc;
    }

    .banr_frm_rt_box {
        position: inherit;
        right: inherit;
        top: inherit;
        margin: 3rem 5rem 0 5rem;
        transform: inherit;
    }

    .banr_frm_rt_box_info {
        border: .1rem solid #eee;
    }

    .banner_box {
        height: 55rem;
    }

    .banrt_txt {
        bottom: 30rem;
    }

    .bannersec .carousel-control-prev,
    .bannersec .carousel-control-next {
        right: 2rem;
        left: inherit;
    }

    .bannersec .carousel-control-next {
        left: inherit;
        right: 2rem;
    }

    .banrt_txt_info {
        max-width: 100%;
    }

    .frture_lt {
        margin: 0;
    }

    .amenities_sec ul li {
        width: 20%;
    }

    .all_btm_btn span {
        flex-direction: column;
    }

    .all_btm_btn .main_btn.mt-0 {
        margin-top: 1.5rem !important;
        padding: 0 2rem;
    }

    .faq_sec .container {
        padding: 0 3rem;
    }

    .ft_top .cuml:nth-child(2) .ft_txt {
        padding-left: 3rem;
    }

}

@media only screen and (max-width: 991px) {

    .banrt_txt p {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }

    .amenities_sec ul li {
        width: 33%;
    }

    .all_btm_btn::before {
        display: none;
    }

    .all_btm_btn {
        margin-top: 4rem;
    }

    .banr_frm_rt_box {
        margin: 3rem 3rem 0 3rem;
    }

    .rt_all_btn {
        position: inherit;
        right: inherit;
        top: inherit;
        margin-top: 4rem;
        display: block;
        text-align: center;
    }

    .facilities_box:nth-child(2n) .facilities_img {
        border-left-color: transparent;
        margin: 0;
        padding: 0;
        border-right: none;
    }

    .facilities_img {
        border-right-color: transparent;
        margin-right: 0;
        padding-right: 0;
    }

    .facilities_img,
    .facilities_img img,
    .facilities_txt {
        height: auto;
    }

    .facilities_txt {
        margin-top: 3rem;
    }

    .amenities_sec h2 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .faq_rt_box {
        margin: 0 0 3rem 0;
    }

    .ft_top .cuml:nth-child(2) .ft_txt {
        padding-left: 0;
    }

    .rom_list li {
        padding: .8rem;
    }

    .feed_back_sec .sub_line img {
        max-width: 40%;
    }

    .ptb {
        padding: 5rem 0;
    }

    .iner_ptb {
        padding: 2rem 0 5rem 0;
    }

}

@media only screen and (max-width: 767px) {

    .container,
    .header_sec .container,
    .faq_sec .container {
        max-width: 100%;
        padding: 0 1.5rem;
    }

    .heder_rt_btn .main_btn {
        padding: 0;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        letter-spacing: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .heder_rt_btn .main_btn em {
        display: none;
    }

    .hdr_rt_con_box {
        right: 12rem;
    }

    .heder_rt_btn {
        top: .2rem;
    }

    .hdr_rt_con_box {
        right: 10rem;
    }

    .banner_box {
        height: 45rem;
    }

    .banrt_txt {
        bottom: 34rem;
    }

    .banrt_txt p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .amenities_sec h2 {
        font-size: 2rem;
        line-height: 3.2rem;
    }

    .gallery_lt_btn_list li:not(:last-child) {
        margin-right: 0;
    }

    .gallery_lt_btn_list li {
        display: block;
    }

    .gallery_lt_btn_list li .main_btn {
        width: 100%;
    }

    .frture_txt {
        padding-left: 5rem;
    }

    .ptb {
        padding: 4rem 0;
    }

    .iner_ptb {
        padding: 1rem 0 4rem 0;
    }
}


@media only screen and (max-width: 575px) {

    .bannersec .carousel-control-prev,
    .bannersec .carousel-control-next {
        width: 4rem;
        height: 4rem;
        top: 29%;
    }

    .banrt_txt p {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .banr_frm_rt_box {
        margin: 3rem 1.5rem 0 1.5rem
    }

    .banr_frm_rt_box_info {
        padding: 1.5rem;
    }

    .banr_frm_rt_box_info .main_btn {
        padding: 0 1rem;
        font-size: 1.3rem;
    }

    h1,
    h2 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .frture_box {
        flex-direction: column;
        align-items: start;
    }

    .frture_txt {
        padding: 0 0 0 62px;
        margin-top: -6rem;
    }

    .frture_nbur {
        margin: 0 0 1rem 0;
    }

    .frture_icon img {
        width: 5rem;
    }

    .frture_rt ul li {
        padding-left: 1rem;
    }

    .frture_nbur {
        font-size: 4rem;
    }

    .frture_rt ul li:not(:last-child) {
        padding-bottom: 2rem;
    }

    .amenitie_txt h6 {
        font-size: 1.3rem;
        line-height: 2.6rem;
    }

    .amenitie_icon {
        width: 10.5rem;
        height: 14.1rem;
    }

    .amenitie_icon img {
        width: 5rem;
    }

    .amenities_sec ul {
        margin: 0 -.5rem;
    }

    .amenities_sec ul li {
        padding: 0 .5rem;
    }

    .room_txt h4 {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }

    .rom_list_icon {
        display: block;
    }

    .rom_list li img {
        margin: 0 0 .1rem 0;
    }

    .iner_banr h1 {
        font-size: 3.4rem;
        line-height: 4rem;
    }

    .call_box {
        width: auto;
        padding: 3rem 1.5rem 5rem 1.5rem;
        border-radius: 2.5rem 2.5rem 0 0;
        height: auto;
    }

    .facilities_txt {
        padding: 2rem;
    }

    .gallery_lt_btn_list {
        margin-top: 0;
    }

    .feed_back_sec .sub_line img {
        max-width: 100%;
    }

    .fed_back_box {
        padding: 3rem 1.5rem;
    }

    .faq_heading {
        font-size: 1.6rem;
        margin-right: 1rem;
    }

    .faq_number {
        margin-right: 1rem;
    }

    .map_box {
        padding-left: 1rem;
    }

    .map_box iframe {
        height: 25rem;
    }

    .ft_btm .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .banner_box {
        height: 35rem;
    }

    .banrt_txt {
        bottom: 42rem;
    }

    .nav_top .navbar-brand img {
        width: 13rem;
    }

    .heder_rt_btn {
        top: 0;
    }

    .hdr_rt_con_box a:first-child,
    .hdr_rt_con_box::before {
        display: none;
    }

    .bannersec .carousel-control-next {
        margin-top: 5rem;
    }

    .hdr_rt_con_box a:last-child {
        border-radius: 100%;
        padding: 0;
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hdr_rt_con_box {
        right: 9rem;
        top: .3rem;
    }

    .heder_rt_btn {
        right: 4rem;
    }

    .iner_ptb {
        padding: 2rem 0 4rem 0;
    }





    .room_box,
    .facilities_box,
    .fed_back_box,
    .amenities_box,
    .all_btm_btn {
        margin-top: 2rem;
    }

    .gallery_lt,
    .faq_rt_box {
        padding: 2rem;
    }

    .ft_ph_nbr {
        font-size: 2.1rem !important;
    }

}

@media only screen and (max-width: 450px) {

    .amenities_sec ul li {
        width: 50%;
    }

}





/*________________________________________________________________________ inner_gallery_sec start _________________________________________________________________________________*/

.inner_gallery_sec .container {
    max-width: 100%;
    padding: 0 5rem;
}

.inner_gallery_sec .grid_box .portfolio_box {
    height: 100%;
}

.inner_gallery_sec .grid_box .portfolio_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 45rem;
}

.inner_gallery_sec .grid_box {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-flow: dense;
}


.inner_gallery_sec .grid_box .grid_item {
    grid-column: span 2;
    grid-row: span 2;
}

.inner_gallery_sec .grid_box .grid_item:nth-child(2) {
    grid-column: span 3;
    grid-row: span 2;
}

.inner_gallery_sec .grid_box .grid_item:nth-child(3) {
    grid-column: span 1;
    grid-row: span 2;
}

.inner_gallery_sec .grid_box .grid_item:nth-child(7) {
    grid-column: span 3;
    grid-row: span 2;
}

.inner_gallery_sec .grid_box .grid_item:nth-child(8) {
    grid-column: span 3;
    grid-row: span 2;
}

.inner_gallery_sec .portfolio_box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.inner_gallery_sec .portfolio_box::after {
    position: absolute;
    z-index: 2;
    content: "";
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(1rem);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(-50rem);
    transition: all .4s ease;
}

.inner_gallery_sec .portfolio_box:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.inner_gallery_sec .portfolio_box .portfolio_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.inner_gallery_sec .portfolio_box .portfolio_content .portfolio_link {
    opacity: 0;
}

.inner_gallery_sec .portfolio_box:hover .portfolio_content .portfolio_link {
    opacity: 1;
}

.inner_gallery_sec .portfolio_box .portfolio_content .portfolio_link i {
    color: var(--white);
    font-size: 4rem;
}


@media (max-width: 1199px) {
    .inner_gallery_sec .container {
        padding: 0 2rem;
    }

    .inner_gallery_sec .grid_box {
        grid-template-columns: repeat(2, 1fr);
    }


    .inner_gallery_sec .grid_box .grid_item,
    .inner_gallery_sec .grid_box .grid_item:nth-child(n) {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }


    .inner_gallery_sec .container {
        padding: 0 2rem;
    }
}


@media (max-width: 768px) {
    .inner_gallery_sec .grid_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner_gallery_sec .grid_box .grid_item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }
}


@media (max-width: 576px) {
    .inner_gallery_sec .container {
        padding: 0 1rem;
    }

    .inner_gallery_sec .grid_box {
        grid-template-columns: 1fr;
    }

    .inner_gallery_sec .grid_box .grid_item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }
}

/* -------------------------------------- 404-page-start  ------------------------ */

.er-4-0-4-sec {
    padding-top: 8.5rem;
    padding-bottom: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.er-text-1 {
    font-size: 3.4rem;
    margin-top: -46px;
    text-align: center;
    font-weight: 600;
    color: var(--brand);
}

.er-text-1 span {
    font-weight: 700;
    color: #0e2a4e;
}



@media(max-width:991px) {
    .er-text-1 {
        font-size: 3rem;
        margin-top: -50px;
    }

    .er-4-0-4-sec {
        padding-top: 5rem !important;
        padding-bottom: 2rem !important;
    }
}

@media(max-width:575px) {
    .er-text-1 {
        font-size: 2.4rem;
        margin-top: -14px;
        text-align: center;
        font-weight: 600;
        color: var(--brand);
    }
}


/* -------------------------------------- 404-page-end  -------------------------- */

/* -------------------------------------- contact-page-start  ------------------- */

.contact_sec {
    background: #f7f8fa;
}

.contact_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 1rem !important;
}

.contact_form {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    border-radius: 1rem;
}

.contact_form .form-control {
    height: 50px;
    border-radius: 8px;
}

.contact_form textarea.form-control {
    height: auto;
}

.cntct-top-lt {
    padding: 24px;
    background: var(--white);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
}

.btn-main:hover {
    background: #16294a;
}


.map_box-2 {
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    margin: 0;
}

.info_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.info_box i {
    font-size: 22px;
    color: #1f355e;
}

.frm-cont-wrp input,
.frm-cont-wrp textarea {
    font-size: 1.6rem;
    margin-top: 2rem;
}

.frm-cont-wrp .submit-btn {
    padding: 1.2rem;
    border: none;
    outline: none;
    box-shadow: none;
    background: var(--blue);
    color: var(--white);
    font-weight: 500;
    letter-spacing: 0.01rem;
    border-radius: 1rem;
    display: inline-block;
    margin-top: 1.4rem;
}

/* -------------------------------------- contact-end  -------------------------- */

/* -------------------------------------- amenities-start  ------------------------ */

.amenity-card {
    border: 1px solid #fceada;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    background: #fff;
}

.amenity-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: #06143757;
}

.icon-box {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--blue);
}

.amenity-title {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1rem;
}


.icon-box i {
    font-size: 3rem;
    color: var(--brand);
}

/* -------------------------------------- amenities-end  -------------------------- */


/* responsive */

@media(max-width:991px) {
    .frm-cont-wrp .submit-btn {
        font-size: 1.5rem !important;
        padding: 1rem;
    }

    .map_box-2 iframe {
        height: 220px;
        margin-bottom: 1.5rem;
    }

}

/* responsive */