@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
    font-family: "Domaine Display Narrow Bold";
    src: url("../fonts/DomaineDispNar-Bold.ttf");
}

@font-face {
    font-family: "Domaine Display Narrow Black";
    src: url("../fonts/DomaineDispNar-Black.ttf");
}

@font-face {
    font-family: "Laila";
    src: url("../fonts/Laila-Light.ttf");
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    overflow-x: hidden;
    font-size: 17px;
    line-height: 32px;
}

body.active {
    overflow: hidden;
}

b,
strong {
    font-weight: bold;
}

.banner-image img {
    width: 100%;
}

.header {
    position: relative;
    width: 100%;
    background: rgb(247 242 238);
    transition: 0.3s;
    z-index: 9;
    padding: 10px 0;
}

h2,
.h2 {
    font-size: 35px;
    letter-spacing: normal;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", serif;
    text-transform: capitalize;
}

h3,
.h3 {
    font-size: 30px;
    letter-spacing: normal;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", serif;
    text-transform: capitalize;
}

h4,
.h4 {
    font-size: 25px;
    letter-spacing: normal;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", serif;
    text-transform: capitalize;
    color: #272727;
}

h5,
.h5 {
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", serif;
    text-transform: capitalize;
    color: #272727;
}

.scrolled {
    background-color: #f7f2ee;
    z-index: 999;
    box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
    width: 100%;
    position: fixed;
}

.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wrapper .wrapper__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.nav-link,
.salsh {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.navbar-brand img {
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #842b23;
    padding: 12px 8px;
}

.scrolled .navbar-expand-lg .navbar-nav .nav-link,
.scrolled .social-links li i,
.scrolled .social-links li i:hover,
.scrolled .salsh {
    color: #842b23;
}

.nav-link:hover,
.nav-link:focus,
.social-links li i,
.social-links li i:hover {
    color: #fff;
    cursor: pointer;
}

.navbar-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.social-links li {
    padding: 0 5px;
}

.navbar-nav li {
    padding: 0 5px;
}

.welcome-section {
    padding: 120px 0 180px 0;
    position: relative;
}

.symbol-img {
    margin: 0 0 15px 0;
}

h2 {
    color: #842b23;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.welcome-block p {
    font-size: 17px;
    letter-spacing: normal;
    line-height: 32px;
    color: #212529;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    padding-top: 0;
    max-width: 100%;
    margin: 0 auto 1rem auto;
}

.treated-section {
    background-color: #842b23;
    z-index: 1;
    position: relative;
}

.treated-block h3 {
    color: #842b23;
    text-align: left;
    margin: 0;
    position: relative;
    z-index: -1;
    text-transform: uppercase;
}

.treated-block {
    position: relative;
    top: -30px;
}

.treated-block h1 {
    font-size: 65px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Frank Ruhl Libre", serif;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 0;
}

.treated-block p {
    font-size: 17px;
    letter-spacing: normal;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    padding: 20px 20px 0 0px;
}

.location-img {
    float: right;
}

.location-img img,
.surprise-img img {
    width: 830px;
    border-radius: 10px;
}

.surprise-img-inner img,
.location-img-inner img {
    width: 100%;
    border-radius: 10px;
}

.surprise-block-inner .tag-text {
    text-align: left;
}

.surprise-block h3 {
    color: #842b23;
}

.surprise-block p,
.surprise-block-inner p {
    font-size: 16px;
    line-height: 28px;
    color: #212529;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    padding-top: 10px;
}

.surprise-block-inner p {
    text-align: left;
}

.surprise-block {
    background-color: #fff;
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 50%;
    transform: translate(-35px, -50%);
    outline: 5px solid #fff;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.memory-section,
.video-gallery-sec {
    padding: 100px 0;
    position: relative;
}

.find-us i:hover,
.find-us i:focus {
    color: #333;
    border-color: #333;
}

.find-us {
    margin: 20px 0;
    text-align: center;
}

.find-us i {
    color: #842b23;
    border: 1px solid #842b23;
    height: 35px;
    width: 35px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px 0 0;
    line-height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer-bg img {
    width: 100%;
}

.footer {
    position: relative;
    /*    background-image: url(../img/footer-bg.webp);*/
    background-size: contain;
    background-color: #f7f2ee;
    padding: 60px 0 0 0;
    background-repeat: repeat;
}

.whats-up img {
    width: 50px;
    height: 50px;
}

.whats-up {
    position: fixed;
    bottom: 10%;
    right: 10px;
    z-index: 99;
    animation: swing ease-in-out 0.2s infinite alternate;
}

#top-button {
    display: inline-block;
    background-color: #272727;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0px;
    position: fixed;
    bottom: 42px;
    right: 10px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#top-button:hover {
    cursor: pointer;
    animation: none;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

#top-button {
    animation: bounce 1.5s infinite alternate;
    transform-origin: center -20px;
}

@keyframes swing {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

.bounce {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-25%);
    }
    100% {
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 1rem;
}

::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 6px;
    background-color: #d37f75;
}

::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d37f75;
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: #842b23;
}

.header .container-fluid {
    padding: 0 5rem;
    max-width: 100%;
}

.social-links {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    align-items: center;
    padding-left: 0;
}

.social-links li i {
    padding: 0 5px;
    font-size: 15px;
    color: #842b23;
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

.zoomInImage {
    animation-name: zoomInImage;
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

.zoomOutImage {
    animation-name: zoomOutImage;
    transition: 1s;
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes arrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrowUp {
    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {
    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

.detail-btn {
    margin: 10px 0 0 0;
}

.fac-section {
    position: relative;
}

.fac-section .pt-70 {
    padding-top: 70px;
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.slider-arrow.slider-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #842b23;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

.slider-arrow.slider-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #842b23;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.quick-links h3 {
    color: #272727;
    margin-bottom: 10px;
}

.footer-menu {
    background-color: transparent;
    list-style-type: none;
    padding: 0 0 0 5px;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu li {
    width: 50%;
    padding-bottom: 10px;
}

.footer-menu li a {
    font-size: 15px;
    color: #212529;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: capitalize;
    display: inline-flex;
    transition: all 0.5s ease;
}

.footer-menu li a:hover {
    text-decoration: none;
    text-indent: 5px;
}

.weather-temperature {
    position: relative;
    margin-right: 10px;
    font-size: 30px;
    color: #fff;
    font-family: "Frank Ruhl Libre", serif;
}

.weather-temperature>small {
    position: relative;
    color: #fff;
    top: -10px;
    margin-left: 5px;
    font-size: 24px;
}

.weather-temperature>span {
    position: absolute;
    top: 0;
    right: -12px;
    color: #fff;
    font-size: 14px;
}

.weather-place {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    display: block;
    color: #fff;
    padding-left: 15px;
}

.copyright-sec {
    background-color: #842b23;
    padding: 10px 0;
}

.copyright-para p {
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
}

.copyright-para p span {
    color: #fff;
    font-weight: 600;
}

.mid-logo-bottom.float-end {
    float: right;
}

.dine-section {
    padding: 100px 0;
    background-color: #f7f2ee;
    position: relative;
}

.memory-section,
.fac-section {
    padding: 100px 0;
    position: relative;
}

.pos-img {
    position: absolute;
    right: 0px;
    bottom: 0;
}

.pos-img img {
    opacity: 0.8;
}

.room-section {
    padding: 140px 0 120px;
    position: relative;
}

.room-section .container-fluid {
    max-width: 85%;
}

.pos-img-left {
    position: absolute;
    left: 0;
    bottom: -3px;
}

.pos-img-left img {
    width: 100%;
    opacity: 0.8;
}

.memory-section .pos-img-left {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.mt-50 {
    margin-top: 50px;
}

.pos-abs .camel-img {
    width: 95%;
    position: absolute;
    top: -15px;
    bottom: 0;
    height: calc(100% + 30px);
    right: 0;
    left: auto;
}

.mt-40 {
    margin-top: 40px;
}

.navbar-expand-lg .navbar-nav .nav-item.book-fixed-btn a {
    background-color: #842b23;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
}

.book-fixed-btn a:hover,
.book-fixed-btn a:focus {
    text-decoration: none;
}

.swiper-slide {
    transition: all 200ms linear;
    transform: scale(0.8);
    width: 50%;
    text-align: center;
    position: relative;
}

.swiper-slide.swiper-slide-active {
    transform: scale(1);
    background: #fc0;
    width: 50%;
    margin: 0 25px !important;
}

.swiper-slide img {
    width: 100%;
    display: block;
    position: relative;
}

.swiper-slide:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 300ms;
}

.swiper-slide.swiper-slide-active:before {
    background-color: rgba(255, 255, 255, 0);
}

.swiper-slide.swiper-slide-active img {
    position: relative;
    transition: all 300ms;
}

.swiper-button-prev {
    margin-top: 0;
    background-image: url("../img/angle-left.webp");
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-color: #fff;
    border-radius: 50%;
}

.swiper-button-next {
    margin-top: 0;
    background-image: url("../img/right-arrow-angle.webp");
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-color: #fff;
    border-radius: 50%;
}

.py-15 {
    padding: 0 15px;
}

.p0 {
    padding: 15px;
}

.contact-section {
    padding: 120px 0;
}

.contact-inner {
    padding: 5px 0 0 0;
}

.add-info h4 {
    padding: 15px 0 5px 0;
    color: #842b23;
    font-weight: 500;
}

.contact-inner p,
.contact-inner p a {
    font-size: 15px;
    color: #212529;
}

.contact-inner p a:hover,
.contact-inner p a:focus {
    text-decoration: none;
    color: #272727;
}

.contact-inner p i,
.add-info i {
    color: #842b23;
    margin-right: 5px;
}

.add-info i {
    position: relative;
    top: 2px;
}

.form-control {
    font-size: 17px;
    color: rgb(67, 66, 66);
    line-height: 1.4;
    text-align: left;
    display: block;
    border: none;
    padding: 20px 0 10px;
    border-bottom: solid 1px #9e9e9e;
    background-repeat: no-repeat;
    transition: background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    resize: none;
    overflow: hidden;
    border-radius: 0px;
}

.form-control:hover,
.form-control:focus {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
    border-color: #9e9e9e;
}

.contact-form-border {
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contact-form {
    padding: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.btn-submit {
    background-color: #842b23;
    padding: 8px 15px;
    outline: 1px solid #842b23;
    outline-offset: 3px;
    color: #fff;
    border-radius: 0;
    margin-top: 15px;
}

.contact-form .form-group {
    margin: 1rem 0;
}

.contact-form .form-group label {
    margin-bottom: 0;
    color: #212529;
    font-size: 14px;
}

.readmore {
    text-align: center;
    background-color: #842b23;
    border: 1px solid #842b23;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    transition: 0.2s linear 0s;
    z-index: 2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* .readmore:before {
  padding: 0;
  left: 0;
  top: 0;
  border: none;
}
.readmore:after,
.readmore:before {
  content: "";
  display: block;
  border: 1px solid #959595;
  position: absolute;
  padding: 4px;
  box-sizing: content-box;
  left: -5px;
  top: -5px;
  height: 100%;
  width: 100%;
  transition: 0.2s linear 0s;
  z-index: -1;
}
.readmore:hover:before {
  padding: 9px;
  left: -10px;
  top: -10px;
  background-color: #842b23;
}
.readmore:hover:after {
  padding: 0;
  left: -2px;
  top: -2px;
  border-color: #fff;
} */

.readmore:hover {
    color: #842b23;
    text-decoration: none;
    background-color: transparent;
}

.mobile-fixed-btn {
    display: none;
}

.welcome-block p.tag-text,
.tag-text {
    text-align: center;
    margin-bottom: 10px;
    color: #d04937;
    font-weight: 500;
    font-size: 17px;
}

.section-para {
    max-width: 850px;
    margin: 0px auto 30px auto;
    display: block;
}

ul.pac-inc-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 0px;
}

ul.pac-inc-list li {
    width: 100%;
    list-style-type: none;
    position: relative;
    color: #212529;
}

ul.pac-inc-list li::before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    color: #842b23;
    margin-right: 10px;
    font-size: 12px;
    top: -2px;
    position: relative;
}

.tab-content>.tab-pane.active {
    display: block;
}

/* new css start  */

.hero-slider .item {
    width: 100%;
    height: 100vh;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 0 5px !important;
    background: #ddd !important;
}

.owl-dots .owl-dot.active span {
    background: #9055a2 !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background: none !important;
    color: #9055a2 !important;
    font-size: 2em !important;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    color: #aaa !important;
}

.hero-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
}

.hero-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px;
    margin-top: 0;
}

.hero-slider .owl-nav .owl-next,
.hero-slider .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #555 !important;
    text-align: center;
    line-height: 47px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 40px;
    background: #fff !important;
    z-index: 999;
    padding: 0;
    font-size: 1.4em !important;
    margin: 0;
}

.hero-slider .owl-nav .owl-next {
    left: auto;
    right: 40px;
}

.aboutImg img,
.facImg img {
    width: 100%;
}

.logo_wrap,
.logo_wrap .left,
.logo_wrap::before {
    left: 0;
    position: absolute;
}

.logo_wrap {
    width: 220px;
    top: auto;
    bottom: -98px;
    background-color: #f7f2ee;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 10px;
}

.logo_wrap::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 220px 0 0;
    border-color: #f7f2ee transparent transparent;
    top: 99%;
}

.yrLogo img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.logo_wrap .left {
    z-index: 11;
    width: 20px;
    height: 20px;
    background-color: #f7f2ee;
    bottom: -29px;
    border-radius: 100%;
}

.logo_wrap .right {
    z-index: 11;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    background-color: #f7f2ee;
}

.logo_wrap .right {
    right: 0;
    bottom: -8px;
}

.logo_wrap::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 15px;
    background-color: #f7f2ee;
    bottom: -19px;
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
}

.dine-section .tag-text,
.fac-section .tag-text {
    text-align: left;
}

.facImg img {
    min-height: 420px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    object-fit: cover;
}

#exp-carousel .item h4 {
    color: #d04937;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
}

#exp-carousel .owl-dots {
    text-align: center;
    padding: 25px 0 0 0;
}

#exp-carousel .owl-dots .owl-dot {
    display: inline-flex;
}

#exp-carousel .owl-dots .owl-dot span {
    background-color: #d04937 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#exp-carousel .owl-dots .owl-dot.active span {
    background-color: #842b23 !important;
}

.footer-logo-img {
    width: 100%;
    display: flex;
    margin: auto;
}

.bikeiconLeft img {
    width: 100%;
}

.pos-img-left.bikeiconLeft {
    bottom: 0;
}

.dineImg img,
.about-jai-img img {
    width: 100%;
    border-radius: 15px;
}

#exp-carousel .item img {
    border-radius: 15px;
}

section {
    overflow-y: hidden;
}

section.treated-section {
    overflow-y: visible;
}

.order-md-1 {
    order: unset;
}

.package-section {
    padding: 100px 0;
    background-color: #f7f2ee;
    position: relative;
}

.testimonial-section {
    padding: 100px 0;
    background-color: rgb(0 0 0 / 60%);
    background-image: url('../images/IMG_1304.jpg');
    background-size: cover;
    background-blend-mode: overlay;
}

.testimonial {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.testimonial p {
    max-width: 800px;
    text-align: center;
    color: #000;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin: 30px auto;
}

.testimonial img {
    text-align: center;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slider-arrow.slider-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #b09157;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

.slider-arrow.slider-next {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #b09157;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.package-block {
    background-color: #fff;
    height: auto;
    padding: 15px;
    border-radius: 15px;
}

.package-info {
    padding: 15px;
}

.package-info h4 {
    font-size: 22px;
}

.package-info p {
    font-size: 22px;
}

.package-info p {
    font-size: 16px;
    line-height: 28px;
}

.owl-stage {
    display: flex;
    height: auto;
}

.owl-item {
    display: flex;
    height: auto;
}

.package-info a.readmore {
    color: #842b23;
    background-color: transparent;
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
}

.package-carousel .owl-nav .owl-prev,
.package-carousel .owl-nav .owl-next {
    color: #fff !important;
    font-size: 16px !important;
}

.package-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -15px;
}

.package-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -15px;
}

.package-carousel .owl-nav span {
    background-color: #842b23;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.pac-img img {
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
}

.package-info a.readmore i {
    position: relative;
    top: 2px;
}

.testimonial-block {
    text-align: center;
    max-width: 85%;
    margin: 15px auto 0 auto;
}

.info-box {
    margin-top: 15px;
}

.info-box h4 {
    color: #fff;
}

.inner-box .text {
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    color: #fff;
}

.testimonial-carousel .owl-dots {
    display: flex;
    margin-top: 15px;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    display: flex;
}

.testimonial-carousel .owl-dots .owl-dot span {
    background: #fff !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-carousel .owl-dots .owl-dot.active span {
    background: #842b23 !important;
}

.testimonial-section h2 {
    color: #fff;
}

.about-banner {
    background-image: url('../images/banner-2.jpg');
    padding: 220px 0 180px 0;
    background-size: cover;
    background-color: rgb(0 0 0 / 40%);
    background-blend-mode: overlay;
    background-position: center;
}

.inner-banner-title {
    color: #fff;
    text-align: center;
}

.page-section {
    padding: 100px 0;
    position: relative
}

.aboutjaisalmer-banner,
.exp-banner,
.dine-banner,
.gallery-banner,
.room-banner {
    background-image: url("../images/banner-2.jpg");
    padding: 220px 0 180px 0;
    background-size: cover;
    background-color: rgb(0 0 0 / 40%);
    background-blend-mode: overlay;
    background-position: center;
}

.acti-image img,
.room-img img,
.exp-img img,
.package-pic img {
    width: 100%;
    border-radius: 15px;
}

.acti-para {
    background-color: #f7f2ee;
    padding: 30px;
    margin-left: -8rem;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.acti-para-alt {
    background-color: #f7f2ee;
    padding: 30px;
    margin-right: -8rem;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 1
}

.acti-para p,
.acti-para-alt p,
.room-page-block p {
    line-height: 28px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
}

.align-center {
    align-items: center;
    padding-bottom: 40px;
}

.room-page-block h3 {
    bottom: 5px;
    padding: 7px 0px;
    margin-bottom: 0;
}

.room-page-block h3 span {
    color: #842b23;
    font-size: 18px;
    text-transform: lowercase;
}

.exp-block-inner {
    background-color: transparent;
    padding: 20px;
    position: absolute;
    bottom: 14px;
    width: 60%;
    left: 25px;
}

.exp-block-inner h3,
.exp-block-inner p {
    color: #fff;
}

.exp-block-inner h4 {
    color: #fff;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 300;
}

.pt-70 {
    padding-top: 70px;
}

.pt-60 {
    padding-top: 60px;
}

.package-more {
    padding: 100px 0;
    background-color: #eee;
}

.portfolio__img img {
    width: 100%;
}

.fac-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
}

.fac-list li {
    width: 100%;
    font-size: 17px;
    letter-spacing: normal;
    line-height: 30px;
    font-weight: 400;
    margin: 5px 0;
    position: relative;
    padding-left: 30px;
}

.fac-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #842b23;
    border-radius: 50%;
    outline: 1px solid #842b23;
    outline-offset: 2px;
}

.other-fac {
    padding-bottom: 100px;
}

.SecondHead {
    color: #842b23;
    margin-bottom: 0
}

.package-pic img {
    min-height: 550px;
    object-fit: cover;
}

ul.pac-inc-list li {
    font-size: 16px;
}

ul.amen-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

ul.amen-list li {
    margin-right: 30px;
}

ul.amen-list li img {
    margin-right: 8px;
}

.quick-links.weatherInfo {
    display: flex;
    text-align: center;
    background-color: #d37f75;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    margin-top: 60px;
}














