@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat|Ubuntu:wght@100;200;300;400;500;600;700;800;900&');*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");

body {
    font-family: "Poppins", sans-serif !important;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3 {
    font-family:
        "Cinzel",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;

    margin: 0;
}

h4,
h5,
h6 {
    font-family:
        "Cinzel",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;

    margin: 0;
}

p {
    font-family:
        "Ubuntu",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    margin: 0;
}

a {
     font-family:
        "Ubuntu",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    text-decoration: none !important;
    color: #000;
}

span {
     font-family:
        "Ubuntu",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
}

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

li {
     font-family:
        "Ubuntu",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;social-cont ul
}
html {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    /* background-color: var(--primary-color); */
    background-color: #e3a86f;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    /* font-size: 24px;
    color: #ffffff;
    line-height: 0; */
    font-size: 2rem;
    color: #fff;
    line-height: 0;
    /* background-color: #be768b; */
    background-color: #e3a86f;
    border-radius: 50%;
    padding: 0.2rem;
}

.scroll-top:hover {
    background-color: rgba(var(--primary-color-rgb), 0.8);
    color: #ffffff;
}

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

/*--------------------------------------------------------------
  # Preloader start
  --------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: var(--background-color);
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader div {
    width: 13px;
    height: 13px;
    background-color: var(--primary-color);
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    position: absolute;
    left: 50%;
}

#preloader div:nth-child(1) {
    left: calc(50% + 8px);
    animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
    left: calc(50% + 8px);
    animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
    left: calc(50% + 32px);
    animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
    left: calc(50% + 56px);
    animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animate-preloader-3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes animate-preloader-2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
  # Preloader end
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Classes
  --------------------------------------------------------------*/
.place-content {
    place-content: center;
}

.btn-brown {
    background-color: #e3a86f;
    border: none;
    color: white;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 15px;
}

/*--------------------------------------------------------------
  # Classes
  --------------------------------------------------------------*/

.top-info {
    background-color: #fff !important;
    padding: 5px 0;
}

.top-info .info-icon {
    margin-right: 10px;
    color: #c17d39;
}

.logo-section {
    background-color: #fff;
    /* padding: 20px 0; */
}

.logo-text {
    font-family: "Georgia", serif;
    font-size: 28px;
    font-weight: bold;
}
.logo-text img {
    height: 6rem;
    width: 6rem;
}

.contact-number {
    color: #c17d39;
    font-size: 18px;
    font-weight: bold;
}

.btn-book {
    background-color: #e3a86f;
    border: none;
    color: white;
}
.btn-book a{
    color: #fff !important;
}

.navbar-custom {
    background-color: #423a36;
}

.navbar-custom .nav-link {
    color: white;
    font-weight: 500;
}

.navbar-custom .nav-link:hover {
    color: #e3a86f;
}
.header-sec {
    margin: 0px 20px;
}

.address-sec i {
    color: #e3a86f !important;
    border: 1px solid #e3a86f;
    border-radius: 50%;
    font-size: 16px;
    padding: 0px 5px;
}
.address-sec {
    gap: 5px;
}
.mobile-sec {
    gap: 15px;
}
.header_content {
    display: flex;
    align-items: center;
}
.navbar-sec {
    background-color: #1c4c4bfc;
}
.navbar-list ul li a {
    color: #fff !important;
    padding: 5px 20px !important;
}
.header_content p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.btn-btn:hover {
    color: #fff;
    background-color: #1c4c4b;
    /* font-weight: 500; */
}
.banner-no {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 10000;
} */

/* Index-page */

/* Banner-sec */
.banner-bg-img {
}
.carousel-image img {
    width: 100% !important;
    height: 43rem;
     object-fit: cover; 
}
.banner-caption h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.banner-caption {
    top: 16rem !important;
}

.banner-caption h1 {
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Speciality section start */
.speciality-sec {
    margin: 9rem 0rem;
}
.spec-sec {
    text-align: center;
}
.spec-sec img {
    height: 4rem;
}
.spec-sec h2 {
    padding: 12px 0px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    word-spacing: 3px;
}
.spec-sec p {
    color: #b57c44;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.5px;
}

/* Choose us section start */
.img-icon h4 {
    font-size: 20px;
}
.img-icon img {
    height: 1.7rem;
}
.choose_detail {
    background: #1c4c4bfc;
}
.choose-head h1 {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
}
.choose-head h4 {
    font-size: 18px;
    color: #cf9d6c;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 10px;
}
.choose-head p {
    color: #c8c0b8;
    font-weight: 500;
    width: 23rem;
    padding: 4rem 0rem;
}
.img-icon h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-left: 9px;
}
.choose-us-sec {
    overflow: hidden;
}
.img-icon {
    align-items: center;
    margin: 15px 0px;
}
.spec-heading {
    padding: 4rem 0rem 0rem 2rem;
}
.height-img {
    height: 42rem;
}

/* New Vision section */
.vision-head {
    text-align: center;
}
.vision-head h4 {
    color: #cf9d6c;
    font-size: 15px;
    font-weight: 600;
}
.vision-head h2 {
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 0px;
}
.vision-head p {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.7;
    padding: 3rem 18rem;
}
.img_tag {
    text-align: center;
    /* background: #c8c0b863; */
    padding: 34px 2px;
    border-radius: 6px;
}
.img_tag h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 1.5rem;
    color: #b5783c;
}
.img_tag img {
    height: 3rem;
}
.rows {
    display: flex;
    justify-content: space-evenly;
}
.new-vision {
    padding: 6rem 0rem;
    background: #1c4c4b26;
}
.customer_img img {
    height: 11rem;
    width: 11rem !important;
    object-fit: cover;
    border-radius: 50%;
}
.cust_card {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ddd;
    width: 27rem;
    border-radius: 10px;
    padding-top: 1.5rem;
}
.review-card {
    display: flex;
}
.carousel_sec .owl-height {
    height: 27rem !important;
}
.cust_review p {
    padding: 0px 30px;
}
.cust_review {
    height: 10rem;
    place-content: center;
}
.name h4 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 10px;
}
.name p {
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    opacity: 0.8;
    letter-spacing: 0.5px;
}
.review_section {
    margin-top: 2rem;
}
.review-heading h3 {
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 0px;
    font-size: 20px;
    color: #cf9d6c;
    text-align: center;
    padding-bottom: 3rem;
}
.review-heading h2 {
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 0px;
    text-align: center;
}

/* GALLERY SECTION START */
.gallery_section {
    margin-top: 3rem;
}
.gallery_section {
    min-height: 500px;
    overflow: hidden;
    padding: 0 1rem;
}
.gallery_section .nav-link:focus,
.nav-link:hover {
    color: black;
}

.gallery_heading {
    margin: 2rem;
    text-align: center;
}

.gallery_heading h2 {
    /* font-family: "Inter", sans-serif; */
    font-weight: 700;
    font-size: 36px;
}

.gallery_h3 {
    /* font-family: "Dancing Script", cursive; */
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 0px;
    font-size: 20px;
    color: #cf9d6c;
    text-align: center;
    /* padding-bottom: 1rem; */
}

.gallery_nav ul {
    display: flex;
    justify-content: center;
    border: 2px solid #cf9d6c;
    max-width: 60rem;
    /* margin-left: 12rem; */
    border-radius: 27px;
    margin-bottom: 2rem !important;
    padding: 0.4rem 0.5rem;
    margin: 0 auto;
    width: 60%;
}

.pic1 {
    height: 485px;
    width: 100%;
    object-fit: cover;
    padding: 5px 1px;
    /* border-radius: 15px; */
}

.pic2 {
    height: 550px;
    width: 100%;
    object-fit: cover;
    padding: 5px 1px;
    /* border-radius: 15px; */
}

.img1 {
    height: 680px !important;
    width: 100% !important;
    object-fit: cover !important;
    padding: 5px 1px;
    /* border-radius: 15px; */
}

.galleryimage .row {
    --bs-gutter-x: 1rem !important;
}

.pic4 {
    height: 350px;
    width: 100%;
    object-fit: cover !important;
    padding: 5px 1px;
    /* border-radius: 15px; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #cf9d6c;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    font-family:
        "Cinzel",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
}

.nav-tabs .nav-link {
    border: unset !important;
    color: #000;
    font-family:
        "Cinzel",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-weight: 500;
}

.gallery_nav .nav-tabs {
    --bs-nav-tabs-border-width: unset;
}

.galleryimage .imglist {
    position: relative;
    overflow: hidden;
}
.galleryimage .serviceoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}
.galleryimage .serviceoverlay:hover {
    background: rgba(3, 15, 39, 0.349);
    opacity: unset;
}
a.plusicons {
    text-decoration: none;
    font-size: 5rem;
    color: #fff;
}

/* GALLERY SECTION END */

/* FOOTER SECTION START */

#footer .footer-top {
    background: #0c0b09;
    border-top: 1px solid #37332a;
    border-bottom: 1px solid #28251f;
    padding: 60px 0 30px 0;
}

/* FOOTER SECTION END */

/* FOOTER SECTION START */
.footer {
    background-color: #1c4c4bfc;
    padding: 36px 2rem;
}

.footerList {
    padding: 0px;
    list-style: none;
}

.footerList li {
    margin-bottom: 12px;
}

.footerList li a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

.grid-footer h2 {
    color: #cf9d6c;
    font-size: 1rem;
    font-weight: 600;
    /* opacity: 0.7; */
    padding-top: 18px;
    min-height: 35px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.footer-end p {
    margin-top: 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    opacity: 0.7;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 0;
}

.footer-end {
    margin-top: 25px;
}

.icon-size {
    font-size: 25px !important;
    margin-right: 10px;
    color: #999;
}
.logo-main {
    height: 11rem;
}
/* FOOTER SECTION END */

/* About  */
.about_info {
    background: #1c4c4bfc;
    height: 27rem;
    place-content: center;
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
}
.about_info h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 0px;
}
.about_info h5 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 13px 12rem;
    margin-top: 2rem;
}
.detail-about {
    /*margin: 4rem 2rem;*/
}

.detail-about-heights {
    height: 30rem;
  align-content: center;

}

.detail-about p {
    padding-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #5a5d6c;
    letter-spacing: 1px;
    line-height: 26px;
}

/* Accomodation Section start */

.acc-banner {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 30rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.acc-banner h1 {
    font-size: 3rem;
    font-weight: bold;
}

.acc-banner p {
    font-size: 1.2rem;
}

.stay-book {
    position: relative;
    top: -65px;
}
.acc-book {
    background: #fff;
    padding: 40px 20px;
    border-radius: 19px;
    box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
}
.acc-label label {
    font-size: 14px;
    margin: 0;
    padding-left: 2px;
    color: #999;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.acc-label input {
    font-size: 14px;
}

.acc-label select {
    font-size: 14px;
}
.acc-btn button {
    background-color: #e3a86f;
    border: none;
    color: white;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 15px;
}
.container_banner {
    height: 100%;
    width: 100%;
    background: #000000a1;
    place-content: center;
    padding-bottom: 6rem;
}

/*  */
.wel-cont h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.wel-cont p {
    font-size: 17px;
    padding-top: 15px;
    color: #999;
    font-weight: 400;
    /*padding-bottom: 30px;*/
    text-align: left !important;
    letter-spacing: 0.5px;
    /*padding-left: 5rem;*/
}
.wel-image {
    position: relative;
    padding: 24px 24px;
    padding-right: 8rem;
}
.acc__img {
    height: 23rem;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.figure {
    position: absolute;
    right: 56px;
    bottom: -29px;
    border-radius: 50%;
    border: 10px solid #fff;
}
.figure img {
    height: 13rem;
    width: 13rem;
    border-radius: 50%;
    object-fit: cover;
}

/*  */

.room-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s;
}

.room-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.room-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.room-price {
    color: #c19a6b;
    font-weight: 500;
    font-size: 1.5rem;
}

.room-details {
    font-size: 0.9rem;
}
.room-price span {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.room-img:hover {
    transform: scale(1.1);
}
.room-btn {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #c19a6b;
    padding-bottom: 4px;
    width: fit-content;
}
.room-cont {
    padding: 30px 11px;
    height: 17rem;
}
.room-details li strong {
    color: #999;
    padding-right: 8px;
    font-weight: 500;
}
.rooms-head p {
    font-size: 17px;
    padding: 0px 67px;
    padding-top: 15px;
    color: #999;
    font-weight: 400;
    padding-bottom: 30px;
    text-align: center !important;
    letter-spacing: 0.5px;
}
.acc_img {
    height: 20rem;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}
.acc_img:hover {
    transform: scale(1.03);
}

.acc-camp-caravan h3 {
    font-weight: 600;
    letter-spacing: 0.5px;
}
.acc-camp-caravan p {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0px;
    color: #e3a86f;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.list-unstyled li {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 6px 3px;
}
/*  */
/*  */
.facility-card {
    background: #1c4c4b4d;
    height: 13rem;
}
.facility-card p {
    font-size: 16px;
    font-weight: 500;
    color: #1c4c4b;
    opacity: 0.8;
    line-height: 21px;
    padding: 14px 0px 20px 0px;
}
.facility-card h5 {
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-bottom: 0px;
    font-size: 18px;
}
/* Accomodation Section start */

.flip-card {
    background-color: transparent;
    perspective: 1000px;
    width: 100%;
    height: 100%;
}
.flip-card-inner {
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    height: 13rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    left: 0;
}

.flip_img {
    width: 100%;
    height: 13rem;
    object-fit: fill;
    border-radius: 4px;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card:hover::before {
    transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}

.facility-section h6 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.facility-section h2 {
    font-weight: bold;
}

.facility-section img {
    transition: transform 0.3s ease-in-out;
}

.facility-section img:hover {
    transform: scale(1.05);
}
.fac_imgg img {
    width: 100%;
    height: 28rem;
    object-fit: cover;
}
.food_sec_fac {
    padding-left: 2rem;
    padding-right: 2rem;
}
.food_sec_fac h6 {
    padding-bottom: 2rem;
}
.food_sec_fac p {
    font-size: 16px;
    font-weight: 500;
    color: #1c4c4b;
    line-height: 23px;
    padding-bottom: 2rem;
    padding-top: 2rem;
    padding-right: 2rem;
    word-spacing: 1px;
}
.food_sec_fac a {
    text-transform: uppercase;
    font-size: 14px;
    color: #e3a86f !important;
    border-bottom: 1px solid #ddd;
}
.act-img img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
}
.act_cont p {
    font-size: 16px;
    line-height: 23px;
    padding: 10px 0px;
    color: #1c4c4bfc;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 3rem;
    width: 41rem;
}
.height_sec {
    height: 42.5rem;
}
.place-end {
    place-content: flex-end;
    padding-bottom: 1px;
}

/*  */
/*  */
.cont-form {
    background: #1c4c4b4d;
}

.book_form {
    padding: 3rem 3rem;
    /* margin: 50px 20px; */
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
}
.booking-form {
    display: grid;
}
.booking-form label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
    margin: 0;
    padding-top: 16px;
}
.booking-forms button {
    font-size: 14px;
    background: transparent;
    color: #000;
    border: 1px solid #999;
    padding: 7px 10px;
    margin-top: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0.7;
}
.booking-forms button:hover {
    background: #1c4c4bfc;
    opacity: 1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.booking-form input {
    font-size: 14px;
    background: transparent;
}
.booking-form select {
    font-size: 14px;
    background: transparent;
}
.booking-form textarea {
    font-size: 14px;
    background: transparent;
}

.booking-form textarea {
    height: 6rem;
}

.social-cont ul {
    display: inline-flex;
    gap: 2.5rem;
    font-size: 21px;
    margin-top: 13px;
    color: #1c4c4bfc;
}

.social-cont ul li:hover {
    cursor: pointer;
    background: #fff;
    padding: 2px 7px;
    border-radius: 5px;
}
.text-cont label {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.8;
    padding-top: 26px;
}
.text-cont h3 {
    font-size: 23px;
   
    letter-spacing: 0.5px;
    font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    opacity: 0.9;
    font-weight: 400;
    color:#000;
}
.text-cont a{
    color:#000;
}
.social-cont h4 {
    font-size: 20px;
    padding-left: 6rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.social-cont ul li {
    padding: 2px 7px;
}

.social-cont ul li a {
  color: #1c4c4bfc !important;
}


.place-img img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
}
.place-img img:hover {
    transform: scale(1.1);
    overflow: hidden;
}
.place-img {
    overflow: hidden;
    border-radius: 10px;
}
.place-cont p {
    /* position: absolute;
    top: 51px;
    left: 0;
    right: 0; */
    font-size: 15px;
    font-weight: 500;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 18px;
    padding-top: 15px;
    padding-left: 5px;
}
.place-tag {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    padding: 0px 8px;
}
.place-cont h4 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-top: 15px;
    text-align: center;
}
.place-tag span {
    font-size: 13px;
    font-weight: 500;
    color: #999;
    padding-left: 5px;
}

.place-cont {
    height: 8rem;
    position: relative;
}

.place-head p {
    padding-top: 15px;
}
.card-coll {
    /* box-shadow: 0 1px 2px 0 rgba(58, 57, 68, 0.2); */
    border-radius: 10px;
    padding: 8px 0px;
}

.card-coll:hover {
    box-shadow: 0 3px 12px 0 rgba(58, 57, 68, 0.2);
}

/*  */
/* Nearby place section Start */
.near-head h1 {
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.5px;
    padding-top: 3rem;
}

.near-head h3 {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    opacity: 0.8;
}

.near-head p {
    text-align: center;
    font-size: 17px;
    padding: 0px 5rem;
    font-weight: 400;
    padding-top: 2rem;
    padding-bottom: 3rem;
    opacity: 1;
}

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

.ls-05 {
    letter-spacing: 0.5px !important;
}
.nearby-loca ul li {
    font-size: 14px;
    font-weight: 600;
    color: #1c4c4bfc;
    padding-top: 4px;
    letter-spacing: 0.3px;
}
.nearby-loca ul li .loca-tag {
    background: #ddd;
    border-radius: 50%;
    padding: 2px 4.5px;
    font-size: 13px;
}
.near__img img{
    height: 18rem !important;
}

/* Nearby place section End */

/*  */
/* contact us */
.contacttext p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-left: 10px;
    color:#000;
}
.info-wrap {
    background: #1c4c4b4d;
    border-radius: 5px;
}
.icon {
    background: #e3a86f;
    padding: 3px 7px;
    border-radius: 50%;
    color: #1c4c4b;
}

/* 05-06-2025 new gallery -start */
.new-gallery {
    padding: 0px 5px;
}

.img__img {
    display: flex;
    gap: 10px;
}
.two_img {
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 10px;
}
.two_img img {
    height: 14rem;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.one_img {
    width: 50%;
}
.one_img img {
    height: 28.5rem;
    width: 100%;
    border-radius: 7px;
    object-fit: cover;
}
.imglists {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

/* 05-06-2025 new gallery -end */



/* 06-06-2025 start */
.img-rev img {
    height: 8rem;
    width: 8rem;
    object-fit: cover;
    border-radius: 50%;
}
.img-con-rev h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    opacity: 1;
}
.img-con-rev h6 {
    font-size: 12px;
    font-family: "Poppins", sans-serif !important;
    opacity: 0.8;
    letter-spacing: 0.3px;
}
.img-con-rev p {
    font-family: "Poppins", sans-serif !important;
    opacity: 0.8;
    font-weight: 500;
    line-height: 24px;
    padding-top: 9px;
        font-size: 15px;
}
.img-rev {
    display: flex;
    justify-content: center;
}
.box-shadow {
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    padding: 22px 0px;
    margin: 30px 0px;
    border-radius: 10px;
}
.box-shadow:hover {
    background: #1c4c4b38;
}
/* 06-06-2025 start */


/* 09-06-2025 section start */

.img-card-tag img {
    height: 4rem;
    width: 4rem !important;
    border-radius: 50%;
}

.img-card-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.detail-about a {
    color: #0072ff;
    text-decoration: underline !important;
}
.contacttext a{
    color: #000 !important;
}

/* 09-06-2025 section end */


/* 10-06-2025 start */
.div_image img {
    width: 100%;
    height: 7rem;
}
.about_other {
    padding-left: 3rem;
    overflow: hidden;
    padding-bottom: 3rem;
}
.div_image {
    background: #550905;
    padding: 5px;
    border-radius: 4px;
}

/* 10-06-2025 start */


/* Media Query */

@media (max-width: 575px) {
    .display_none {
        display: none !important;
    }
    /* banner */
    .banner-caption {
        top: 2rem !important;
    }
    .banner-caption h1 {
        font-size: 25px;
        font-weight:600;
    }
    /*  */
    .speciality-sec {
        margin: 3rem 0rem;
    }
    .spec-sec {
        margin: 25px 0px;
    }
    .choose-head h1 {
        font-size: 33px;
    }
    .vision-head p {
        padding: 3rem 7px;
    }
    .rows {
        flex-direction: column;
    }
    .choose-point {
        padding-bottom: 3rem;
    }
    .review_section {
        margin-top: 4rem;
    }
    /* gallry */
    .gallery_nav ul {
        width: 95% !important;
    }
    .banner-no {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    /* about */
    .about_info h5 {
        padding: 13px 0.5rem;
    }

    /*  */
    /*  */
    .carousel-image img {
        height: 14rem;
    }
    .height-img {
        height: 30rem;
    }
    .choose-head p {
        width: 19rem;
    }
    .height_sec {
        height: 112.5rem;
    }
    .facility-card {
  height: 15rem;
}
    .food_sec_fac {
        padding-left: 1rem;
        padding-right: 1rem 16px;
    }
    .act_cont p {
        width: 20rem;
    }
    .acc-btn button {
        margin-top: 2rem;
    }
    .acc-banner h1 {
        font-size: 2.5rem;
    }
    .acc-label {
        margin: 7px 0px;
    }
    .wel-image {
        padding: 24px 0px;
        padding-right: 0rem;
    }
    .figure {
        right: -14px;
        bottom: -23px;
    }
    .figure img {
        height: 10rem;
        width: 10rem;
    }
    .rooms-head p {
        padding: 0px 9px;
    }

    .wel-cont p {
        text-align: center !important;
        padding: 25px 3px;
    }
    .near-head p {
        padding: 2rem 0rem;
    }
    .social-cont ul {
        gap: 2rem;
    }
    .social-cont h4 {
    padding-left: 5rem;
    }
    
    .img__img {
        flex-direction: column;
    }
    .two_img {
        width: 100%;
        margin-top: 12px;
    }
    .one_img {
        width: 100%;
    }
    .flip_img {
  height: 15rem;
}
}
@media (min-width: 576px) and (max-width: 767px) {
    /* banner */
    .banner-caption {
        top: 2rem !important;
    }
}
