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

/* fontawasome-link */

/* playfair-font-link */
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/* playfair-font-link */


:root {
    --primary-color: #044D57;
    --deep-black: #000;
    --secondry-color: #152a38;
    --color-black: #1a1414;
    --color-white: #fff;
    --sec-bg: #f5f1ee;
    --theme-color: #f5f1ee;
    --footer-color: #071739;
    --white-bg: #e7effc;
    --dark-bg: #0a0a0a;
    --light-black: #666;
    --text-gold: #c49b66;
    --light-white: #F7F7F7;
    --bg-white: #f2f2f2;
    --primary-font: "Poppins", sans-serif;
    --secondry-font: "Playfair", serif;
}

html {
    font-size: 62.5%;
}

html,
body {
    overflow-x: hidden !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none !important;
}

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

h1,
h2,
h3,
h4 {
    font-family: var(--secondry-font);
}

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

.ptb {
    padding: 6rem 0;
}

.sec-pt {
    padding-top: 6rem;
}

.sec-pb {
    padding-bottom: 6rem;
}

h2.sec-title,
.abt-fea-lt h2 {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 4.1rem;
    margin-bottom: .8rem;
}


p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.02rem;
}

.btn-appointment,
.bnr-btn a {
    color: var(--btn-4);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-appointment::before,
.bnr-btn a::before {
    content: "";
    /* background-color: var(--secondry-color); */
    transform: skew(45deg, 0);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1;
    transition: all 0.5s ease;
}

.btn-appointment:hover,
.bnr-btn a:hover {
    color: var(--color-white);
}

.btn-appointment:hover::before,
.bnr-btn a:hover::before {
    width: 150%;
}


/* header-start */

header.main-header {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent !important;
    /* padding: 1.5rem 0; */
}

.hdr-logo img {
    width: 226px;
    height: auto;
    object-fit: cover;
}

i.top-hdr-time-icn {
    color: var(--primary-color) !important;
}


.top-nav-container {
    background-color: var(--deep-black);
    font-size: 13px;
    overflow: hidden;
}

.top-left-info {
    font-weight: 500;
}

.top-right-section {
    height: 100%;
}

.links-wrapper {
    background: linear-gradient(to right, #0073a2, #070707 100%);
    height: 100%;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
}

.for-sm-hdr-social {
    display: none;
}

.top-link {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.top-link:hover {
    opacity: 0.8;
    color: var(--color-white);
}

.fixed-hdr {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    background-color: var(--color-white) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 2rem;
    margin-top: 0;
}

.fixed-hdr .main-hdr-area {
    background: #8d878770;
    padding: 3.5rem;
    z-index: 9999999999;
    backdrop-filter: blur(15px);
    margin-top: 0;
}

li.nav-item .nav-link:hover {
    color: #ff751f !important;
}

.btn-appointment:active {
    color: var(--color-white) !important;
}

.social-wrapper {
    height: 100%;
}

.social-wrapper a {
    color: var(--color-white);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s;
}

.social-wrapper a:hover {
    color: var(--primary-color);
}

.top-bar {
    background-color: var(--dark-bg);
    color: var(--color-white);
    font-size: 14px;
    padding: 8px 0;
}

.top-links a {
    color: var(--color-white);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.top-links a:hover {
    color: var(--primary-color);
}

.social-icons a {
    margin-left: 15px;
}

.main-header .nav-link {
    color: var(--color-white) !important;
    padding: 0 1.5rem !important;
    font-size: 1.9rem;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
}


.btn-appointment {
    background: var(--primary-color);
    border: none;
    color: var(--color-white);
    padding: 1.2rem 2.6rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 1.8rem;
}

.call-text small {
    color: var(--primary-color);
}

.call-text strong {
    color: var(--primary-color);
}

.contact-box {
    /* border-color: var(--primary-color) !important; */
    border: none !important;
}

.icon-call i {
    --bs-text-opacity: 1;
    color: var(--primary-color) !important;
}

.btn-appointment:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:not(.collapsed) .top-bar-line {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar-line {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar-line {
    transform: translateY(-8px) rotate(-45deg);
}

/* li.nav-item .nav-link {
    font-size: 1.8rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
} */

.hdr-dropdown .dropdown-menu {
    min-width: 18rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    font-weight: 500;
}

.hdr-dropdown .dropdown-menu li a.active,
.hdr-dropdown .dropdown-menu li .dropdown-item:active {
    background: var(--primary-color);
}


.ser-btn button i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}


.call-text small {
    font-size: 1.5rem;
    font-weight: 600;
}

.call-text {
    width: 100%;
    height: 100%;
}

.call-text strong {
    font-size: 1.6rem;
}

.hdr-cl-icon i {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.ser-btn .search-btn {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ser-btn .search-btn:hover i {
    color: var(--primary-color);
    transition: 0.8s;
}


.main-hdr-area {
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 3rem;
    padding: 1rem 0;
    top: 0;
    left: 0;
    z-index: 999999;
}

.navbar-nav {
    gap: 1rem;
}

.hdr-rt {
    gap: 1.5rem;
}


.heder_social_icon ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.heder_social_icon ul li {
    list-style: none;
}


.heder_social_icon ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--primary-color);
    font-size: 1.4rem;
    transition: all 0.3s ease;
    position: relative;
}


.heder_social_icon ul li a:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}


.heder_social_icon ul li a .phone_txt {
    margin-left: 8px;
    font-size: 1.7rem;
    font-weight: 500;
}

.heder_social_icon ul li:last-child a {
    width: auto;
    padding: 0 12px;
    border-radius: 30px;
}

.heder_social_icon ul li a i {
    font-size: 1.9rem;
}

.hdr-rt-btn {
    margin-left: 0.5rem;
}


@media(max-width: 1199px) {

    .heder_social_icon ul {
        flex-wrap: wrap;
    }

    .heder_social_icon ul li:last-child a {
        width: 100%;
        justify-content: center;
    }

    .heder_social_icon {
        display: none;
    }

    li.nav-item .nav-link {
        font-size: 1.5rem;
        padding: 0 .8rem !important;
    }

    .hdr-logo img {
        width: 208px;
    }

    .btn-appointment:hover {
        font-size: 1.5rem;
    }
}

@media (max-width: 991px) {

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 255px;
        height: 100vh;
        background: var(--color-white);
        padding: 30px 20px 20px;
        transition: left 0.35s ease-in-out;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1050;
    }

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

    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-item {
        width: 100%;
    }

    .main-header .nav-link {
        width: 100%;
        border-bottom: 1px dotted #666666b3;
        padding: 3rem 0 1rem !important;
    }

    .ser-btn {
        margin-top: 2rem;
        align-items: start !important;
    }

    .contact-box {
        display: none !important;
    }

    .icon-bar {
        width: 30px;
        height: 3px;
        background-color: var(--color-white);
    }

    .fixed-hdr .main-hdr-area {
        height: 74px;
        margin-top: 0;
        padding: 0;
    }

    li.nav-item .nav-link {
        font-size: 1.5rem;
        padding: 0 .8rem 1.5rem !important;
        color: var(--primary-color) !important;
    }

}

@media (max-width: 576px) {
    .links-wrapper {
        display: none !important;
    }

    .ser-btn {
        flex-direction: column;
        gap: 1.5rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 1rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 3rem;
        margin: 1rem 0;
    }

    .for-sm-hdr-social a i {
        font-size: 18px;
        color: var(--primary-color);
        outline: 1px solid var(--primary-color);
        outline-offset: 7px;
        border-radius: 50%;
    }

    .hdr-logo img {
        width: 170px;
    }
}

/* header-end */

/* banner-start */

.hero-banner-section {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #000;
}

.hero-carousel {
    width: 100%;
    height: 100%;
}

.hero-carousel.owl-loaded {
    display: flex;
}

section.banner-section {
    overflow: hidden;
    height: 100vh;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(0, 0, 0, 0.3) 100%);
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    /* width: 100%; */
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* padding: 40px 20px; */
    width: 36.458vw;
    height: 90vh;
    border-width: 0.417vw 0.417vw medium;
    border-style: solid solid none;
    border-color: rgb(4, 77, 87) rgb(4, 77, 87) currentcolor;
    border-image: initial;
    position: absolute;
    left: 32%;
    bottom: -340px;
    border-top-left-radius: 23.438vw;
    border-top-right-radius: 23.438vw;
    z-index: 5;
    transition: all 0.3s ease;
}

.hero-text-wrapper {
    max-width: 700px;
    animation: slideInUp 0.8s ease-out;
}

.hero-carousel {
    overflow: hidden !important;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.hero-subtitle {
    font-size: 20px;
    color: #f0f0f0;
    margin: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

.hero-nav-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 10;
    pointer-events: none;
}

.hero-nav-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    backdrop-filter: blur(5px);
}

.hero-nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    border-color: #ffffff;
    transform: scale(1.1);
}

.hero-nav-btn:active {
    transform: scale(0.95);
}

.hero-dots-wrapper {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 12px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-dot:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.2);
}

.hero-dot.active {
    background: #ffffff;
    width: 30px;
    border-radius: 6px;
    transform: scale(1);
}

/* Owl Carousel Customization */
.hero-carousel .owl-item {
    height: 600px;
}

.bnr-logo img {
    width: 100% !important;
    height: 100px !important;
}

.hero-slide-image {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    overflow: hidden !important;
}


.hero-slide {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero-carousel .owl-stage-outer {
    overflow: hidden;
}

.hero-carousel .owl-stage {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bnr-search-icon img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    flex-shrink: 0;
}

.bnr-logo img {
    width: 100% !important;
    height: 97px !important;
    object-fit: cover;
}

.hero-slide-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.bnr-search-icon {
    position: relative;
    isolation: isolate;
}

.bnr-search-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    height: 7rem;
    background: var(--color-white);
    z-index: -1;
    border-radius: 50%;
}



.hero-slide-content.scroll-hidden {
    opacity: 0;
    transform: translateY(100px);
}

.hero-slide-content.scroll-visible {
    opacity: 1;
    transform: translateY(0);
    animation: slideUpFromBottom 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes slideUpFromBottom {
    from {
        opacity: 0;
        transform: translateY(50%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.hero-slide-content.scroll-progress {
    opacity: 1;
    transform: translateY(var(--scroll-progress, 0px));
}

/* banner-end */

/* story-sec-start */



.story-slider .owl-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) !important;
    width: auto;
    transform: none;
    display: flex;
    gap: 2rem;
    z-index: 10;
}

.story-slider .owl-nav button {
    background: none !important;
    border: none;
}

.story-slider .nav-img {
    width: 40px;
    height: auto;
    cursor: pointer;
    transition: 0.3s;
}

.story-slider .nav-img:hover {
    transform: scale(1.1);
}

.story-lt-img img {
    width: auto;
    height: 65rem;
    object-fit: cover;
}

.stry-txt-wrp h1 {
    font-size: 47px;
    text-wrap: balance;
    color: var(--primary-color);
    letter-spacing: 0.02rem;
}

.stry-txt-wrp p {
    font-size: 1.7rem;
    line-height: 26px;
    color: var(--primary-color);
}

.story-sec {
    overflow: hidden;
}



/* story-sec-end */

/* explore-sec-start */

.explre-sec {
    background: #e7edee;
}

.sec-tle {
    font-size: 4rem;
    color: var(--primary-color);
    font-weight: 600;
}

p.sub-hding-pra {
    font-size: 1.8rem;
    color: var(--primary-color);
    letter-spacing: 0.02rem;
    text-transform: capitalize;
}

.explre-main-con {
    margin-top: 4rem;
}

.explre-img-wrp {
    position: relative;
}

.explre-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.explre-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: linear-gradient(to top, #000000bf 60%, transparent);
}

.explre-overlay h3 {
    color: var(--color-white);
    font-size: 20px;
    font-family: var(--primary-font);
    letter-spacing: 0.02rem;
}

.explre-overlay p {
    color: #ffffffcf;
}


/* explore-sec-end */

/* offer-sec-start */

.offer-txt-box-area {
    padding: 2rem 1rem;
    background: #e7edee;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    min-height: 253px;
}

.offer-img,
.food-img-items {
    overflow: hidden;
    cursor: pointer;
}

.offer-img img,
.food-img-items img {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        filter 0.6s ease;
}

.offer-img:hover img,
.food-img-items:hover img {
    transform: scale(1.15);
    filter: brightness(1.1);
}



.offer-txt-box-area h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: var(--primary-color);
    flex-grow: 1;
}

.offer-txt-box-area p {
    font-size: 15px;
    line-height: 22px;
    color: var(--primary-color);
    flex-grow: 1;
}


.know-btn a {
    display: inline-block;
    padding: 1.2rem 2.6rem;
    background: var(--primary-color);
    color: var(--color-white);
    font-size: 1.6rem;
    outline: none;
    border: none;
    letter-spacing: 0.02rem;
    font-weight: 400;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    /* max-width: 300px; */
    text-align: center;
    z-index: 1;
}

.know-btn a:before,
.hdr-rt-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -50px;
    background-color: #ff751f;
    border-right: 50px solid transparent;
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.5s linear;
}

.know-btn a:hover,
.hdr-rt-btn:hover {
    color: var(--color-white);
}

.know-btn a:hover:before,
.hdr-rt-btn:hover:before {
    transform: translateX(0);
}

.view-btn a:hover {
    border-color: #ff751f;
}




.offer-slider,
.milestone-slider {
    position: relative;
}


.offer-slider .owl-nav,
.desti-slider .owl-nav,
.milestone-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.offer-slider .owl-nav .owl-prev,
.desti-slider .owl-nav .owl-prev,
.milestone-slider .owl-prev {
    position: absolute;
    top: 0;
    right: -60px;
    transform: scale(-1);

}

.offer-slider .owl-nav .owl-next,
.desti-slider .owl-nav .owl-next,
.milestone-slider .owl-nav .owl-next {
    position: absolute;
    top: 0;
    left: -60px;
    transform: scale(-1);
}

.offer-slider .owl-nav button img {
    outline: 1px solid #044d57;
    border-radius: 50%;
}

/* offer-sec-end */

/* destination-sec-start */

section.desti-sec {
    background: #dcdde1;
}

.desti-btn-grid {
    display: flex;
    gap: 1rem;
}

.view-btn a {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}


.desti-slider .owl-nav button img {
    outline: none;
}

/* destination-sec-end */

/* food-sec-start */

.food-sec {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.food-img-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 180px;
    gap: 15px;
}

.food-img-items {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.food-img-items img,
.food-img-items video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.img-0 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.img-1 {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.img-2 {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
}

.img-3 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.img-4 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}

/* food-sec-end */

/* milestone-sec-start */

.milestone-slider .owl-nav {
    display: block !important;
}

.milestone-sec {
    background: #e7edee;
}

.milestone-text {
    background: #dcdde1;
}

/* milestone-sec-end */

/* faq-sec-start */

.faq_heading {
    font-size: 2.3rem;
    text-transform: capitalize;
    color: var(--primary-color);
    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;
    background: #c7c7c745;
}

.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;
}


.faq-main-con {
    padding: 2.5rem;
    background: #e7edee;
    height: 100%;
}

.othr-ques-area {
    padding-top: 27px;
}


.othr-ques-area h4 {
    font-size: 21px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    padding-bottom: .5rem;
}

/* faq-sec-end */






/* footer-sec */

.ftr-logo img {
    height: 50px;
    object-fit: cover;
}

.ft_btm {
    background: var(--footer-color);
    padding-bottom: 1rem;
    border-top: 1px solid #ffffff29;
    padding-top: 1rem;
}

.footer-area {
    background: var(--footer-color);
    padding: 4rem 0;
}


.ft_rt img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.ftr-adrs-list {
    margin: 1.6rem 0 !important;
}

.ftr-adrs-list li {
    display: flex;
    gap: 1rem;
    color: var(--color-white);
    padding-top: 1.5rem;
    font-size: 16px;
    align-items: center;
}

.ftr-social {
    padding-top: 2rem !important;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.ftr-social li {
    font-size: 1.5rem;
    color: var(--color-white);
}

.ftr-social li {
    font-size: 1.5rem;
    color: var(--color-white);
    background: #ffffff78;
    width: 3rem;
    border-radius: 50%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ftr-social li:hover {
    background: var(--primary-color);
    transition: 0.4s linear;
}

.ftr-social li a {
    color: var(--color-white);
}

.ftr-wrper .ftr-heading,
.ft_heding,
.ft_top_rt_top .ftr-heading {
    font-size: 25px;
    color: var(--color-white);
    text-transform: capitalize;
    letter-spacing: 0.02rem;
}

.ftr-list-2 {
    padding-top: 1.5rem !important;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.ftr-list-2 li a {
    font-size: 1.7rem;
    font-weight: 500;
    color: #ffffffd1;
}

.ftr-list-2 li a:hover {
    color: #ff751f;
    transition: 0.4s ease-in;
}


.news_box {
    max-width: 520px;
}


.ft_emal {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 20px;
}

.ft_emal a {
    color: var(--color-gold);
    text-decoration: none;
}

.ft_emal a:hover {
    text-decoration: underline;
}


.input_fld {
    position: relative;
    display: flex;
    border: 1px solid rgba(224, 196, 116, 0.4);
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(6px);
    transition: 0.3s;
}


.input_fld:focus-within {
    border-color: var(--color-gold);
    box-shadow: 0 0 10px rgba(224, 196, 116, 0.3);
}


.input_fld input {
    flex: 1;
    padding: 12px 15px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}

.input_fld input::placeholder {
    color: #aaa;
}

.input_fld input:focus {
    outline: none;
}


.as_btn {
    background: #fe7722;
    border: none;
    color: #fff;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}


.as_btn::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    transition: 0.3s;
    z-index: 0;
}

.as_btn span,
.as_btn i {
    position: relative;
    z-index: 1;
}

.as_btn:hover::before {
    width: 100%;
}

.as_btn:hover {
    color: #000;
}


.as_btn i {
    transition: transform 0.3s ease;
}

.as_btn:hover i {
    transform: translateX(5px);
}

.fact-btn {
    padding-top: .5rem;
}

.ft_email_box {
    padding-top: 15px;
}

.ft_email_box .input_fld button i {
    font-size: 17px;
}

.ft_email_box .input_fld input {
    font-size: 1.6rem;
}

.copyrt-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrt-area p {
    color: var(--color-white);
    font-size: 18px;
    text-transform: capitalize;
}

.copyrt-area .ft_rt,
.copyrt-area .ft_rt a {
    color: var(--color-white);
    font-size: 17px;
}

.copyrt-area .ft_rt a {
    color: var(--color-gold);
}


.ft_gallery_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    position: relative;
    width: 100%;
}

.ft_gallery_list li {
    display: inline-block;
    padding: .6rem;
    width: 25%;
}

.ft_gallery_list li img {
    height: 7rem;
    object-fit: cover;
}

.ft_gallery_list li .portfolio_box {
    margin-top: 1rem;
    position: relative;
    cursor: pointer;
}

.ft_gallery_list li .portfolio_link {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.4rem;
    right: 1rem;
    top: 1rem;
}

.ft_heading {
    color: var(--white);
    font-size: 2.2rem;
    line-height: 2.8rem;
    text-transform: capitalize;
    display: block;
    position: relative;
    margin-bottom: 2rem;
    font-family: "Bai Jamjuree", sans-serif;
}

.ft_heding_btm_img {
    display: block;
    padding-top: .5rem;
}

.ft_heding_btm_img img {
    width: 4rem;
}

.ft_top_rt {
    border-left: .1rem solid #FFFFFF1C;
    padding-left: 6rem;
}

.ft_sicial_icon li {
    display: inline-block;
}

.ft_sicial_icon li a {
    width: 4rem;
    height: 4rem;
    border: .1rem solid #FFFFFF1C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    color: var(--white);
    border-radius: 100%;
}

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

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

.ft_top_rt_btm {
    padding-top: 2.5rem;
}

.ft_btm {
    border-top: .1rem solid #FFFFFF1C;
    padding: 1.5rem 0;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.8);
}

.ft_btm a img {
    width: 10rem;
}

.portfolio_content:hover .portfolio_link {
    opacity: 1;
    visibility: visible;
    color: var(--primary-color);
}

.portfolio_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.portfolio_link::before {
    content: "";
    position: absolute;
    left: -.5rem;
    right: -.5rem;
    top: -.5rem;
    bottom: -.5rem;
    border: .2rem dotted var(--color-white);
    border-radius: 100%;
}

.portfolio_link {
    width: 4rem;
    height: 4rem;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    font-size: 2.5rem;
    color: var(--primary-color);
    z-index: 9;
}



/* footer-sec */

/* responsive */

@media (min-width: 992px) and (max-width: 1498px) {

    .hero-slide-content {
        height: 72vh;
        bottom: -100px;
    }



}


@media (max-width: 1199px) {
    .hero-banner-section {
        height: 500px;
    }

    .hero-carousel .owl-item {
        height: 500px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .bnr-search-icon img {
        width: 35px !important;
        height: 35px !important;
    }

    .bnr-search-icon:after {
        width: 6rem;
        height: 6rem;
    }

    .stry-txt-wrp h1 {
        font-size: 38px;
    }

    .ptb {
        padding: 5rem 0;
    }

    .offer-txt-box-area {
        min-height: 300px;
    }

    .offer-slider .owl-nav .owl-next,
    .desti-slider .owl-nav .owl-next,
    .milestone-slider .owl-nav .owl-next {
        left: -32px;
    }

    .offer-slider .owl-nav .owl-prev,
    .desti-slider .owl-nav .owl-prev,
    .milestone-slider .owl-prev {
        right: -22px;
    }

    .offer-txt-box-area h3 {
        font-size: 23px;
        line-height: 28px;
    }

    .sec-tle {
        font-size: 3.7rem;
    }

    .know-btn a {
        padding: 1.1rem 2.5rem;
        font-size: 1.4rem;
    }

    .explre-main-con {
        margin-top: 3rem;
    }

    .map-area iframe {
        height: 100%;
    }

    .ftr-wrper .ftr-heading,
    .ft_heding,
    .ft_top_rt_top .ftr-heading {
        font-size: 21px;
        color: var(--color-white);
        text-transform: capitalize;
        letter-spacing: 0.02rem;
    }

}

@media (max-width: 991px) {
    .hero-banner-section {
        height: 400px;
    }

    .hero-slide {
        height: 400px;
    }

    .hero-carousel .owl-item {
        height: 400px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-nav-wrapper {
        padding: 0 20px;
    }

    .hero-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .hero-text-wrapper {
        max-width: 600px;
    }

    .hero-banner-section {
        height: 350px;
    }

    .hero-slide {
        height: 368px;
    }

    .hero-carousel .owl-item {
        height: 350px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .hero-nav-wrapper {
        padding: 0 15px;
    }

    .hero-dots-wrapper {
        bottom: 20px;
        gap: 8px;
    }

    .hero-dot {
        width: 10px;
        height: 10px;
    }

    .hero-dot.active {
        width: 24px;
    }

    .hero-text-wrapper {
        max-width: 500px;
        padding: 20px;
    }

    .food-img-content {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
    }

    .img-1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .img-0,
    .img-2,
    .img-3,
    .img-4 {
        grid-column: auto;
        grid-row: auto;
    }


    .hero-slide-content {
        height: 60vh;
    }

    .bnr-search-icon img {
        width: 30px !important;
        height: 30px !important;
    }

    .bnr-search-icon:after {
        width: 5rem;
        height: 5rem;
    }

    .bnr-logo img {
        height: 80px !important;
    }

    .story-slider .owl-nav {
        bottom: 160px;
    }

    .story-lt-img img {
        height: auto;
    }

    .owl-nav button img {
        width: 30px;
        height: 30px;
    }

    .offer-slider .owl-nav .owl-next,
    .desti-slider .owl-nav .owl-next,
    .milestone-slider .owl-nav .owl-next {
        left: -24px;
    }

    .offer-slider .owl-nav .owl-prev,
    .desti-slider .owl-nav .owl-prev,
    .milestone-slider .owl-prev {
        right: -24px;
    }

    .sec-tle {
        font-size: 3.4rem;
        margin-bottom: 0 !important;
    }

    p.sub-hding-pra {
        font-size: 1.5rem;
    }

    .map-area iframe {
        height: 347px;
    }

    .ft_top_rt {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .hero-banner-section {
        height: 300px;
    }

    .hero-slide {
        height: 268px;
    }

    .hero-carousel .owl-item {
        height: 300px;
    }

    .hero-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hero-subtitle {
        font-size: 12px;
    }

    .hero-nav-btn {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .hero-nav-wrapper {
        padding: 0 10px;
    }

    .hero-dots-wrapper {
        bottom: 15px;
        gap: 6px;
    }

    .hero-dot {
        width: 8px;
        height: 8px;
    }

    .hero-dot.active {
        width: 20px;
    }

    .hero-text-wrapper {
        max-width: 100%;
        padding: 15px;
    }

    .hero-slide-content {
        padding: 20px 10px;
    }

    .food-img-content {
        grid-template-columns: 1fr;
        grid-auto-rows: 200px;
    }

    .food-img-items {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .hero-slide-content {
        left: 50%;
        transform: translateX(-50%) !important;
        padding: 20px;
        border: 2px solid;
        border-color: rgb(6 52 58) rgb(4, 77, 87) currentColor;
        width: 45vw;
    }

    .bnr-logo img {
        height: 70px !important;
    }

    section.banner-section,
    .hero-slide-image {
        height: 80vh;
    }

    .bnr-search-icon img {
        width: 25px !important;
        height: 25px !important;
    }

    .bnr-search-icon:after {
        width: 4.5rem;
        height: 4.5rem;
    }

    .stry-txt-wrp h1 {
        font-size: 25px;
    }

    .stry-txt-wrp p {
        font-size: 1.5rem;
        line-height: 24px;
    }

    .story-slider .owl-nav {
        bottom: -40px;
    }

    .story-slider .owl-nav button img {
        outline: 1px solid #044d57;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

    .sec-tle {
        font-size: 2.8rem;
    }

    p.sub-hding-pra {
        font-size: 1.4rem;
        line-height: 23px;
        padding-top: .5rem;
    }

    .explre-main-con {
        margin-top: 2rem;
    }

    p {
        font-size: 1.4rem;
        line-height: 22px;
    }

    .offer-slider .owl-nav .owl-prev,
    .desti-slider .owl-nav .owl-prev,
    .milestone-slider .owl-prev,
    .offer-slider .owl-nav .owl-next,
    .desti-slider .owl-nav .owl-next,
    .milestone-slider .owl-nav .owl-next {
        left: 0;
        right: 0;
        position: static;
        transform: scale(1);
    }

    .offer-slider .owl-nav,
    .desti-slider .owl-nav,
    .milestone-slider .owl-nav {
        justify-content: center;
        gap: 1rem;
        align-items: end;
        bottom: 25px;
        left: 138px;
    }

    .offer-txt-box-area {
        min-height: auto;
    }

    .offer-slider .owl-nav button img {
        outline: none;
    }

    .milestone-slider .owl-nav {
        display: flex !important;
    }

    .ft_heding {
        font-size: 1.7rem;
    }

    .footer-area {
        padding: 4rem 2rem;
    }

    .copyrt-area {
        justify-content: center;
        flex-direction: column;
        gap: 1.5rem;
    }

    .ftr-logo img {
        height: 40px;
    }

    .faq-main-con {
        padding: 2.5rem 1rem;
    }

    .othr-ques-area h4 {
        font-size: 2rem;
    }

    .faq_heading {
        font-size: 2.1rem;
        line-height: 2.6rem;
        margin-right: 0;
    }


}

/* responsive */


/* room-sub-page */

.inner-bnr-sec {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innr-bnr-txt h1 {
    font-size: 35px;
    background: linear-gradient(to left, #07173959, #044d5778);
    max-width: 28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 2rem 0;
    backdrop-filter: blur(10px);
    color: var(--color-white);
    text-transform: capitalize;
    border-radius: 1rem;
}


/* room-sub-page */