:root {
    /* Fonts */
    --font-primary: "Ubuntu", sans-serif;
    --font-cormorant: "Cormorant", serif;

    /*Colors */
    --black: #1C1C1C;
    --white: #ffffff;
    --primary: #D96704;
    /* #244AB4,#00349B */
    --secondary: #787878;
    --sky-blue: #F6F0E0;

}



/* Default styles start */

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;

}

body {
    font-family: var(--font-primary);
    line-height: 1.25;
    margin: 0;
    background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    padding: 0;
    color: var(--secondary);
}


/* heading */
.h1,
h1 {
    font-size: 80px;
}

.h2,
h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 24px;
}

.h4-small {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 18px;
}

.p {
    font-size: 16px;
}

.p-small {
    font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

/* Pseudo default styles start */

::placeholder {
    color: #7E7E7E !important;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #7E7E7E !important;
}

:-ms-input-placeholder {
    color: #7E7E7E !important;
}

::-ms-input-placeholder {
    color: #7E7E7E !important;
}

*::-moz-selection {
    background: var(--primary);
    color: white;
}

*::selection {
    background: var(--primary);
    color: white;
}

*::-moz-selection {
    background: var(--primary);
    color: white;
}

*::-webkit-selection {
    background: var(--primary);
    color: white;
}

/* Pseudo default styles end */


.font-primary {
    font-family: var(--font-primary);
}

.font-crm {
    font-family: var(--font-cormorant);
}



/* COLORS */
.bg-black-color {
    background-color: var(--black);
}

.bg-white-color {
    background-color: var(--white);
}

.bg-primary-color {
    background-color: var(--primary);
}

.bg-secondary-color {
    background-color: var(--secondary);
}

.bg-skyblue-color {
    background-color: var(--sky-blue);
}

.color-black {
    color: var(--black);
}

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

.color-primary {
    color: var(--primary);
}

.color-secondary {
    color: var(--secondary);
}

.color-skyblue {
    color: var(--sky-blue);
}

/* COLORS */

/* font weight */
.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-auto-0 {
    flex: 0 0 auto;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--primary);
}

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

/* Button Css Start */
/* .prime-btn {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary);
    line-height: 1;
    letter-spacing: 1px;
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 10px 16px;
    width: 150px;
    height: 52px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
}


.prime-btn::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .363);
    width: 170px;
    height: 60px;
    transform: translate3d(-90%, 15px, 0) rotate3d(0, 0, 1, 45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prime-btn:hover::after {
    background-color: rgba(255, 255, 255, .262);
    left: 100%;
    transform: translate3d(-10%, -30px, 0) rotate3d(0, 0, 1, 70deg);
    z-index: 0;
}

.prime-btn:hover,
.prime-btn:focus,
.prime-btn:active,
.prime-btn:focus-visible {
    box-shadow: none;
    outline: none;
    color: var(--white);
}


.btn:after:hover{
    box-shadow: none;
    outline: none;
    color: white;
} */

.prime-btn {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary);
    line-height: 1;
    letter-spacing: 0.5px;
    background-color: var(--primary);
    color: var(--white);
    border: 0px solid transparent;
    border-radius: 2px;
    padding: 10px 16px;
    width: 152px;
    height: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
}

.prime-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #000000;
}

.prime-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

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

.prime-btn .txt {
    position: relative;
    z-index: 1;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

/* Button Css End */

.sec-spacing {
    padding: 120px 0;
}

.text-upper {
    text-transform: uppercase;
}

.text-decoration {
    text-decoration: underline;
}

.spinner-wrapper {
    width: 100%;
    height: 100%;
    background-color: #f8f6f6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    position: relative;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
}

.spinner::before,
.spinner:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.spinner:before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #3b0000 0%, #BC8C33 100%);
    animation: spin .5s infinite linear;
}

.spinner:after {
    width: 90%;
    height: 90%;
    background-color: #f3f0f0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* Back to top button */
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 5%;
    bottom: 5%;
    z-index: 9999;
    background: var(--primary);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #ff9132;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/* Default styles end */


/* ---- Index Page Style start ---- */
/* Header styles start */

.main-wrapper {
    width: 100%;
}

header {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 12px;
    position: absolute;
    z-index: 1111;

}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    animation: slideDown 0.50s ease;
    background-color: rgb(0 0 0 / 80%);
    margin-top: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 8px 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


.header-top-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.header-bottom-wrap {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

header.fixed-header .header-top-wrap {
    display: none;
}

.header-info-wrap {
    width: 50%;
}

.header-info-wrap-icon {
    width: 42px;
    height: 42px;
    padding: 8px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid var(--primary);
    flex: 0 0 auto;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-info-wrap-icon img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.header-info-wrap p {
    font-size: 13px;
    line-height: 22px;
    word-break: break-word;
}

.page-hero-banner header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    background-color: rgb(0 0 0 / 75%);
    margin-top: 0;
    padding: 20px 0;
}

header.fixed-header .header-bottom-wrap,
.page-hero-banner header .header-bottom-wrap {
    padding-top: 0;
    border-top: none;
}


.page-hero-banner header.fixed-header .header-bottom-wrap {
    padding-top: 0;
    border-top: none;
}

.logo-scroll,
.button-scroll {
    display: none;
}

header.fixed-header .logo-scroll,
header.fixed-header .button-scroll {
    display: block;
}

/* 
header.fixed-header .prime-btn {
   margin-left: 40px;
}
header.fixed-header .navbar-brand {
    width: 100%;
    height: 100%;
    margin-left: 20px;
} */


.navbar-brand.navbar-brand-mobile {
    display: none;
}

.ph-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px
}

.ph-link svg {
    font-size: 30px
}

.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.navbar-brand {
    width: 142px;
    height: 84px;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
    /* z-index: 111; */
}

.mobile-logo {
    display: none;
}

.navbar-brand img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.nav-item {
    width: max-content;
}

.nav-link {
    text-transform: capitalize;
    position: relative;
    font-family: var(--font-nunito);
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    width: max-content;
    color: var(--white);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 62px;
}

.nav-link:after {
    position: absolute;
    content: " ";
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 0%;
    height: 2px;
    background-color: var(--primary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-link:hover,
.nav-link:focus,
.nav-item.active .nav-link {
    color: var(--primary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.nav-link:hover:after,
.nav-link:focus:after,
.nav-item.active .nav-link:after {
    width: 60%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: .0;
}

/* header.fixed-header .navbar-scroll-visible{
    display: none;
}

header .navbar-scroll-hidden{
    display: none;

}

header.fixed-header .navbar-scroll-hidden{
    display: block;
} */

/* Header styles end */


/* Hero styles start */
.main-wrapper {
    position: relative;
}

.hero-banner,
.booking-wrapper,
.footer-wrapper,
.page-hero-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 860px;
}

.hero-banner::before,
.booking-wrapper::before,
.footer-wrapper::before,
.page-hero-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .5;
}

.hero-banner.hero-one {
    background-image: url('../images/hero-bg-img/hero-index-one.jpeg');
}

.hero-banner.hero-two {
    background-image: url('../images/hero-bg-img/hero-index-two.jpeg');
}

.hero-banner.hero-three {
    background-image: url('../images/hero-bg-img/hero-index-three.jpeg');
}

.hero-text-wrapper {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    width: 100%;
}

.hero-text h4 {
    font-style: italic;
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 1;
    margin-bottom: 12px;
    /* text-shadow: 2px 2px 2px var(--black); */
}

.hero-text h1 {
    line-height: 1.2;
    /* text-shadow: 1px 1px 2px rgb(0 0 0 / 60%); */
}



/* owl arrow start */
.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.20);
    color: white;
    border: 1px solid var(--white);
    border-radius: 100%;
    padding: 0px !important;
    font-size: 40px;
    margin: 0;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;

}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #FFF;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 8%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 8%;
}

/* owl arrow end */


/* Hero section of all page start */
.page-hero-banner {
    min-height: 650px;
}

.page-hero-banner::before {
    background-color: #000000;
    opacity: .4;
}

.hero-service {
    background-image: url('../images/hero-bg-img/hero-service.jpeg');
}

.hero-gallery {
    background-image: url('../images/hero-bg-img/hero-gallery.jpeg');
}

.hero-contact {
    background-image: url('../images/hero-bg-img/hero-contact.jpeg');
}

.hero-ada {
    background-image: url('../images/hero-bg-img/hero-ada.jpeg');
}

.hero-attraction {
    background-image: url('../images/hero-bg-img/hero-attraction.jpeg');
}

/* Hero section of all page end */

/* hero-content of all page start */
.page-hero-content {
    z-index: 11;
    position: absolute;
    bottom: 15%;
    left: 15%;
    text-align: left;
}

.page-hero-content h1 {
    font-size: 56px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.sec-page-title {
    font-size: 36px;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

/* hero-content of all page end */


/* breadcrumb style Start */
.breadcrumb-item {
    font-size: 16px;
}

.breadcrumb-item a {
    color: var(--white);
    transition: 0.3s;
    text-shadow: 1px 1px 2px #000000;
}

.breadcrumb-item a:hover {
    color: var(--primary);
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #dfdede;
}


/* breadcrumb style end */


/* Hero styles end */

/* ABOUT-US SECTION START */
.sec-title {
    margin-bottom: 55px;
}

.sec-title h2 {
    line-height: 1;
    letter-spacing: 0.5px;
}

.sec-title h6 {
    margin-bottom: 16px;
    line-height: 1;
    letter-spacing: 2px;
}

.about-content .sec-title {
    margin-bottom: 24px;
}

.about-content p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 24px;
    padding-right: 20px;
    color: #787878;
    letter-spacing: 0.5px;
}

.about-content .prime-btn {
    margin-top: 30px;
}

.about-image-wrapper {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image-wrapper img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

/* ABOUT-US SECTION END */

/* Booking form start */

.form-section {
    /* background-color: #F8F8F8; */
    padding: 70px 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 49% 100%, 0 86%);

}

.form-label {
    font-size: 28px;
    color: var(--black);
    margin-bottom: 20px;
    font-weight: 600;
    font-family: var(--font-cormorant);
}

.form-control {
    font-size: 16px;
    font-family: var(--font-primary);
    font-weight: 400;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: var(--white);
    color: #7E7E7E;
    padding: 15px 20px 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control:focus {
    color: #7E7E7E;
    border: 1px solid transparent;
    outline: 0;
    box-shadow: none;
}

.form-section .prime-btn {
    max-width: 100%;
    width: 100%;
    height: 50px;
}

.input-group {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #acacac;
}

.ui-widget-header {
    border: 1px solid var(--primary) !important;
    background: var(--primary) !important;
    color: #fff;
    font-weight: bold;
}

/* .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
} */

/* Booking form end */


/* Service & Amenities Start */
.service-amenities {
    background-color: #F8F8F8;
}

.service-amenities.sec-title {
    margin-bottom: 70px;
}

.service-amenities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 20px;
}

.service-amenities-grid-item {
    padding: 30px 20px;
    background-color: var(--white);
    box-shadow: 0px 5px 25px -2px rgb(0 0 0 / 6%);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    flex-direction: column;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 220px;
    height: 200px;
    transition: all ease-in-out .3s;


}

.service-amenities-grid-item:hover {
    background-color: var(--primary);
    color: var(--white);
    transition: all ease-in-out .3s;
}

.service-amenities-grid-item:hover h6 {
    color: var(--white);
    transition: all ease-in-out .3s;
}

.service-amenities-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    transition: all ease-in-out .3s;
}

.service-amenities-icon img {
    width: inherit;
    height: inherit;
    object-fit: contain;
    transition: all ease-in-out .3s;
}

.service-amenities-grid-item h6 {
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0px;
    transition: all ease-in-out .3s;
    color: rgba(0, 0, 0, 0.8);

}

.icon-dark {
    display: block;
}

.icon-white {
    display: none;
}

.service-amenities-grid-item:hover .icon-dark {
    display: none;
    transition: all ease-in-out .3s;
}

.service-amenities-grid-item:hover .icon-white {
    display: block;
    transition: all ease-in-out .3s;
}

.service-amenities .prime-btn {
    margin-top: 70px;
}

/* Service & Amenities end */


/* offers start */
.offers-wrapper-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.offers-wrapper-grid-item {
    position: relative;
    height: 515px;
    /* overflow: hidden; */
}

.offers-wrapper-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.3s;
}

.offers-wrapper-grid-item:hover img {
    transform: scale(1.08);
}


.offers-wrapper-grid-item-content-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 80%);
    border: 2px solid var(--primary);
    padding: 32px 20px;
    z-index: 111;
    width: 90%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 250px;
}

.offers-wrapper-grid-item-content-wrap h3 {
    margin: 24px 0 20px 0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.offers-wrapper-grid-item-content-wrap p {
    color: var(--white);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.offers-wrapper-grid-item .prime-btn {
    position: absolute;
    z-index: 111;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.divider-wrap {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    height: 2px;
    background: var(--primary);
    margin-bottom: 26px;
    z-index: 111;
}

/* offers end */

/* booking start*/

.booking-wrapper {
    background-image: url('../images/sec-bg-img/booking-bg.jpeg');
    min-height: auto;
}

.booking-wrapper::before {
    opacity: .75;
}


.booking-wrapper.sec-spacing {
    padding: 100px 0;
}

.booking-content-wrapper {
    max-width: 820px;
    margin: 0 auto;
    z-index: 111;
    position: relative;
    text-align: center;
}

.booking-content-wrapper h2 {
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.booking-wrapper-link {
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

.booking-content-wrapper .prime-btn {
    margin-top: 50px;
}

/* booking end */


/* rooms start */
.our-rooms-slider-image {
    width: 100%;
    height: 355px;
    overflow: hidden;
}

.our-rooms-slider-image img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.our-rooms-slider-image:hover img {
    transform: scale(1.08);
}


.our-rooms-slider-content {
    padding: 40px 20px;
}

.our-rooms-slider-content h3 {
    margin-bottom: 20px;
}

.our-rooms-slider-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

.our-rooms-slider .owl-carousel .owl-nav button.owl-next,
.our-rooms-slider .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: rgba(207, 166, 112, 0.5);
    border: 1px solid rgba(207, 166, 112, 0.5);
    color: var(--primary);
    border-radius: 100%;
    font-size: 25px;
    transition: all ease 0.3s;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin: 0;
}

.our-rooms-slider .owl-carousel .owl-nav button.owl-next:hover,
.our-rooms-slider .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: var(--primary);
    color: var(--white);
}

.our-rooms-slider .owl-carousel .owl-nav button.owl-prev {
    left: -100px;
}

.our-rooms-slider .owl-carousel .owl-nav button.owl-next {
    right: -100px;
}


/* rooms end */


/* Photo gallery section start*/
.photo-gallery-wrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
}

.photo-gallery-wrap.h-285 {
    height: 285px;
}

.photo-gallery-wrap img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.photo-gallery .prime-btn {
    margin-top: 70px;
}

.photo-gallery-overlay {
    position: absolute;
    background-color: rgba(0 0 0 / 60%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.photo-gallery-wrap:hover .photo-gallery-overlay {
    opacity: 1;
}


.search-icon {
    width: 30px;
    width: 30px;
    color: var(--white);
}

.search-icon svg {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

/* Photo gallery section end */


/* Feedback section Start */
.feedback-grid-item {
    padding: 60px 30px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    min-height: 360px;
}

.feedback-icon {
    width: 58px;
    height: 44px;
    margin-bottom: 40px;
}

.feedback-icon img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.feedback-grid-item p {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    line-height: 1;
}

.feedback-grid-item span {
    font-size: 16px;
    font-style: italic;
    color: #A1A1A1;
    line-height: 30px;
    letter-spacing: 0.3px;
}

.feedback-slider .owl-carousel .owl-nav button.owl-next,
.feedback-slider .owl-carousel .owl-nav button.owl-prev {
    background: var(--white);
    color: var(--primary);
    border: 2px solid var(--primary);
    width: 46px;
    height: 46px;
    font-size: 22px;
    right: 0;
    top: -18%;
}

.feedback-slider .owl-carousel .owl-nav button.owl-next:hover,
.feedback-slider .owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--primary);
    color: var(--white);
}


.feedback-slider .owl-carousel .owl-nav button.owl-prev {
    left: 91%;
}


.feedback-slider .owl-carousel .owl-prev.disabled,
.feedback-slider .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

/* Feedback section end */


/* Footer start*/
.footer-wrapper {
    background-image: url("../images/sec-bg-img/footer-bg.jpeg");
    min-height: auto;
}

.footer-wrapper::before {
    background-color: #000000;
    opacity: .8;
}

.footer-wrapper.sec-spacing {
    padding: 100px 0 0;
}

.footer-wrapper h3,
.footer-wrapper p {
    z-index: 111;
    position: relative;
}

.footer-bottom {
    padding: 20px 0;
    z-index: 111;
    position: relative;
}

.footer-bottom p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.footer-link-wrap {
    padding: 38px 0;
    margin-top: 40px;
    z-index: 111;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-link-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer-link {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-right: 50px;
    transition: all ease-in-out 0.3s;
}

.footer-link:last-child {
    margin-right: 0px;
}

.footer-link:hover {
    color: var(--primary);
}

.ft-about-us h3,
.ft-contact-us h3 {
    font-size: 34px;
    line-height: 26px;
    margin-bottom: 30px;
}

.ft-about-us {
    /* max-width: 520px; */
    z-index: 111;
    position: relative;
    padding-right: 40px;
}

.ft-about-us p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    color: var(--white);
    z-index: 111;
    position: relative;
}

.ft-contact-us p,
.ft-contact-us a {
    font-size: 16px;
    line-height: 30px;
    color: var(--white);
    z-index: 111;
    position: relative;
    font-weight: 300;
    margin-bottom: 24px;
    word-break: break-word;
}

.ft-contact-us {
    position: relative;
    padding-left: 80px;
    padding-right: 100px;
}



.ft-contact-us::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);

}

.ft-contact-us a {
    display: block;

}

.checkIn-checkOut-text span {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    z-index: 111;
    position: relative;
    margin-bottom: 8px;

}

.footer-wrapper .prime-btn {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    width: 176px;
    height: 54px;
}

.footer-wrapper .ft-about-us .prime-btn svg{
    color: var(--white);
}

/* .footer-wrapper .prime-btn:hover {
    color: var(--primary);
} */

.calendar-icon {
    z-index: 111;
    position: relative;
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    margin-right: 12px;
}

.calendar-icon img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

/* Footer End*/


/* ---- Service Page Style start ---- */

.service-amenities-img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.service-amenities-img-wrap img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.service-amenities-img-wrap:hover img {
    transform: scale(1.08);
}

.service-item-wrap:hover .service-icon-wrap img {
    transform: rotateY(360deg);
    transition: all 0.9s ease;
}

.service-amenities-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-icon-wrap {
    width: 40px;
    margin-right: 18px;
}

.service-item-wrap {
    width: 100%;
    padding: 20px 30px;
    border-radius: 8px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.service-item-wrap h4 {
    font-size: 20px;
    line-height: 1;
}

/* ---- Service Page Style End ---- */

/* ---- Gallery Page Style Start ---- */
.gallery-page .photo-gallery-wrap {
    height: 320px;
    border-radius: 10px;
}

/* ---- Gallery Page Style End ---- */



/* -- // Contact-us Page Styles Start // -- */
.contact-page.sec-spacing {
    padding: 120px 0 0;
}

.contact-us-content-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 24px;
    padding-left: 20px;
}

.contact-us-content-items {
    /* box-shadow: 0px 2px 12px 0px rgba(190, 0, 0, 0.2); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 30px;
    border-radius: 6px;
}

.contact-title-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: var(--black);
    margin-bottom: 10px;
    font-family: var(--font-cormorant);
}

.contact-play-icons {
    margin-right: 10px;
}

.contact-us-content-items a,
.contact-us-content-items p {
    color: #6b6b6b;
    font-size: 15px;
}


.contact-us-iframe {
    width: 100%;
    height: 570px;
    margin-top: 80px;
}


.contact-us-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contact-us-image-wrapper img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.contact-us-image-wrapper:hover img {
    transform: scale(1.08);
}


/* -- // Contact-us Page Styles End // -- */



/* ADA Feature start*/

.ada-feature-wrap {
    background: var(--sky-blue);
    border-bottom: 1px solid var(--primary);
    border-top: 10px solid var(--primary);
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 50px;
}

.ada-feature-wrap h3 {
    margin: 30px 0;
}

.ada-feature-item {
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    align-items: center;

}

.ada-feature-item:not(:last-child) {
    margin-bottom: 28px;

}

.ada-feature-note {
    max-width: 1200px;
    line-height: 1.5;
    letter-spacing: 1px;
}

/* ADA Feature end*/

/* -- // Local Attraction Page Styles End // -- */
.attraction-page-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
}

.attraction-section-wrap {
    display: flex;
    flex-direction: column;
    /* border: 1px solid #cac8c8; */
    border-radius: 8px;
    overflow: hidden;
    padding: 30px;
    background-color: #f8f8f8;
    /* box-shadow: 0px 2px 12px 0px rgba(190, 0, 0, 0.2); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.hotel-surrounding-image {
    position: relative;
    width: 100%;
    height: 360px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.hotel-surrounding-image img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hotel-surrounding-image img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hotel-surrounding-title {
    margin-bottom: 20px;
    /* padding: 0 30px; */

}

/* 
.hotel-surrounding-content {
    padding: 0 30px 30px;
} */

.item-list {
    margin-bottom: 10px;
    background-color: var(--white);
    padding: 8px 10px;
    line-height: 1;
    border-radius: 2px;
}

.item-list p {
    font-size: 16px;
    line-height: 2.2;
}

/* -- // Local Attraction Page Styles End // -- */