/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

/* body {
      font-family: 'YourVariableFontFamily', sans-serif;
    }
    @font-face {
      font-family: 'YourVariableFontFamily';
      src: url('path/to/your-variable-font.woff2') format('woff2-variations'),
           url('path/to/your-variable-font.woff2') format('woff2');
      font-weight: 100 900;
      font-stretch: 50% 200%;
      font-style: normal;
    } */
a {
    font-weight: 600;
    /* color: #fff; */
    text-decoration: none;
}

a:hover {
    color: #4A0404;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: "Poppins", sans-serif;
    /* font-family: "PT Serif", serif; */

}

/* h1,
  h2,
  h3,
  h4,
  h5,
  h6
  {

        font-family: "Playwrite FR Moderne", cursive;
        font-family: "PT Serif", serif;


  } */

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #355e3a;
    border-top-color: #ecf8f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* slider======= */

/* slider======= */
/* ======= start hero section======== */
.hero_img {

    height: 590px;
    width: 100%;

    background-repeat: no-repeat;

}

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

.hero-text {
    height: 300px;
    width: 700px;
    position: absolute;
    top: 200px;
    margin: auto;
}

.hero-text>h2 {
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-bottom: 15px;
    margin-top: 25px;

}

.hero-text>p {

    font-size: 22px;
    text-align: center;
    color: white;
    margin-bottom: 25px;

}

.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background-color: #c25107;
    color: #fff;
    /* border-radius:1rem; */
    font-weight: 600;
    padding: .70rem 1.5rem;
    padding-left: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s;
    /* border-color: #954535; */
    border: none;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    color: #c25107;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 2px;
}

.button:hover {
    background-color: #7B3F00;
    color: #fff;
}

.button:hover .button__icon-wrapper {
    color: #7B3F00;
}


.button:hover .fa-arrow-right {
    transition: transform .3s ease-in-out;

}

/* ====services=== */
.services-home {}

.services-home {
    font-size: 32px;
    color: #4a4848;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

.main_heading {
    font-size: 26px;
    line-height: 30px;
    color: #c25107;
    font-weight: 400;
    font-family: "Outfit";
    font-weight: bold;
}

.main_heading:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #c25107;
    display: inline-block;
    position: relative;
    top: -5px;
}

.service-content {
    width: 320px;
    background-color: #fff;
    /* background-color: #EADDCA; */
    border-radius: 15px;
    margin: auto 0px;
    position: absolute;
    top: 360px;
    white-space: nowrap;
    box-shadow: 0 20px 25px rgb(0 0 0 / 6%);
    border-bottom: 1px solid #3c1508;

    /* left:35px; */
}

.service-content>h2 {
    text-align: center;
    font-weight: 700;
    color: #3a3939;
    font-size: 22px;
    font-family: "Outfit";
}

.service-content>h3 {
    text-align: center;
    font-weight: 700;
    color: #3a3939;
    font-size: 22px;
    font-family: "Outfit";
}

.service-content>button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #C04000;
    padding: 8px 18px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 6px;
    border: none;
}

.card-dsg {
    border: 1px solid rgb(192, 64, 0, 0.6);
    padding: 15px;
    box-shadow: 0 20px 35px rgb(0 0 0 / 8%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-style: none;
    /* background-color: #4A0404;
          color: #fff; */

}

.service {
    display: flex;
    justify-content: center;
}

.service>button {
    color: white;
    padding: 9px 8px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    background: #fb7233;

    margin-left: 4px;
    border-radius: 15px/45px;
}

.swiper {
    width: 100%;
    height: 320px;
}

.swiper-slide {
    /* margin-left: 10px; */
    width: 100%;
    /* height: 300px; */

}

.swiper-slide>img {
    width: 100%;
    height: 260px;
}

.swiper-wrapper {
    margin-right: 10px !important;
    height: 65% !important;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #C04000 !important;
    border-radius: 50%;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background-color: #C04000 !important;

}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #C04000;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.heading-data {
    font-weight: bold;
    color: brown;

    padding-bottom: 4px;
    margin: 0px;
    font-size: 17px;
}

.container_radio-btn {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #6F4E37;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 60px 45px 30px 15px/15px 30px 45px 60px;
}

.container_radio-btn:hover {
    background-color: #f0f0f0;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

input[type="radio"]:checked+label {
    /* background-color: #6F4E37;
          color: white;
          padding: 5px 10px;
          background: linear-gradient(to right, #A52A2A, #7B3F00);
          border-radius: 60px 45px 30px 15px/15px 30px 45px 60px;
          font-weight: 700; */
}

.swiper-button-prev {
    margin-left: 20px;
}

.fa-tags {
    color: rgb(230, 87, 111);
}

/* ====services=== */
/* =========about========= */
#about,
#contact,
#packages,
#package-detail,
#hotel,
#faq,
#privacy {
    margin-top: 140px;
}

#booking {
    margin-top: 116px;

}

/* =========about========= */
/* ==========home-national-park=========== */
.home-national-park {
    background-color: #2b2437;

}

.background-section {
    position: relative;
    background: url('https://plus.unsplash.com/premium_photo-1698417962678-af644ca707bf?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'),
        conic-gradient(at 100% 0, #2D1900 30%, #002D19 35%, #19002D) top center;
    background-size: cover;
    opacity: 0.9;
}

.zones-bg {
    position: relative;
    background: url('https://demo2.pavothemes.com/triply/wp-content/uploads/2022/09/h6_decor.png');
    background-size: cover;
    opacity: 0.9;

}

.zones-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #6E260E; */
    opacity: 0.1;
    /* border-radius: 20px; */
}

.background-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    /* Color of the overlay */
    opacity: 0.8;

    /* Opacity of the overlay */
}

.card-best-time {
    border: 3px solid #8a3618;
    border-style: dashed;
    text-align: center;
    /* padding: 10px; */
    border-radius: 15px;
    background: white !important;
    box-shadow: 0 0 30px 0 rgba(16, 13, 13, 0.07) !important;
    padding: 20px 20px;
    margin: 0px 18px;
    width: 40%;
}

.card-best-time>img {
    /* padding-bottom: px; */
    height: 62px;
    max-width: 96px;
}

.card-best-time>h4 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 4px;
    color: rgb(192, 64, 0);
}

.card-best-time>p {
    font-size: 20px;
    font-weight: bold;

    white-space: nowrap;
    margin-bottom: 0px;

}

.margin-data {
    position: relative;
    top: 25px;
}

.safari-time {
    margin-top: 100px !important;
}

.card-border {
    border: none;
    border-radius: 15px;
    color: rgb(36, 33, 33);
    border: 2px solid rgb(51, 37, 32);
    /* border: 3px solid rgb(131, 124, 124); */
    border-style: dashed;
    outline: 3px solid #C04000;
    outline-offset: 2px;
    /* box-shadow: 0 20px 35px rgb(0 0 0 / 8%); */
}

.card-border>div>h2 {
    color: #800020;
}

.card-border>div>a {
    color: rgb(35, 189, 35);
}

/* ========== table =========== */
table {
    border: 1px solid #c25107 !important;
}

th,
td {
    border: 1px solid #ddd;
    padding: 7px;
    text-align: center;
}

th {
    /* background-color: #f2f2f2; */
    font-weight: bold;
}

tr:nth-child(odd) {
    /* background-color: #c25107; */
    color: #EADDCA;
    font-weight: bold;
}

tr:nth-child(even) {
    color: #EADDCA;
    font-weight: bold;
}

.para-notes {
    background: #EADDCA;
    /* background-color: rgb(242, 233, 233); */
    z-index: 1 !important;
    color: #000 !important;
    border-left: 10px solid #C04000;
}

.heading-table {
    background: linear-gradient(to left, #f16422, #cc2d2d) !important;
    padding: 15px !important;
    color: white !important;
}

/* ========== table =========== */
/* blogs============ */
.date-coloum {
    background: linear-gradient(to bottom, #c25107, #95453599);
    color: white;
    font-weight: bold;
    display: inline;
    padding: 10px 20px;
    width: 100px !important;
    /* margin-top: -28px; */
    border-radius: 20px 0px;
    position: absolute;
    top: 20px;
    box-shadow: 2px 2px #EADDCA;
}

.fa-circle-user,
.fa-clock,
.fa-comment-dots {
    color: #A0522D;
}

.blog-btn {
    /* font-size: 16px;
              font-weight: 700;
              color: #fff;
      background:linear-gradient( to right, #6E260E,#D27D2D);

              padding: 7px 13px;
              border-radius: 10px;
              display: inline-block;
              margin-top: 6px;
              border: none; */

    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
    will-change: box-shadow, transform;
    background: #ea5318;
    /* box-shadow: inset 0px 3px 7px #d6d6e7; */

    /* background: 		#D27D2D; */
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 4px 9px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;
    height: 45px;
    padding: 0 8px;
    font-size: 16px;
    border-radius: 6px;
    color: #fff;
    transition: box-shadow 0.15s ease, transform 0.15s ease;



}

.blog-btn:hover {
    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;
    transform: translateY(-2px);
}

.blog-btn:active {
    box-shadow: inset 0px 3px 7px #d6d6e7;
    transform: translateY(2px);
}

.blog-content>h4 {
    color: #6e260edb;
    font-size: 22px;
}

/* blogs============ */
/* =======end hero section======== */
/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 97px;
    z-index: 996;
    background: linear-gradient(to left, #f16422, #cc2d2d);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
}

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

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

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

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

    #latestNews .modal-body img {
        height: 375px;
    }

    .dispy-data2 {
        margin: 0px !important;
    }

}

/*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
#topbar {
    background: #c25107;
    color: #fff;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    z-index: 996;
    transition: all 0.5s;
    /* margin-top: 10px !important; */
}

@media (max-width: 768px) {
    #topbar {
        /* padding-top: 20px; */
        padding-bottom: 4px;
    }

    #booking {
        margin-top: 106px !important;
    }

    .note>p,
    .safari-bok {
        text-align: justify;
    }

    .privacy-data {
        padding: 4px 8px !important;
    }

}

@media(max-width:567px) {
    .newforms {
        display: block !important;
        /* justify-content: space-around; */
        margin-top: 20px;
    }

    .pkage-detail-btn {
        padding: 7px !important;
    }

    .padding-removed {
        padding: 0px !important;
    }

    .padding-rm-tab-4 {
        margin-top: 40px;
        margin-left: 30px;
    }

    .topbar-on-mobile {

        display: block !important;
        font-size: 12px;
        text-align: center;
    }

    .phone-icon {
        display: block !important;
        margin: auto !important;
    }
}

#topbar i {
    padding-right: 6px;
    line-height: 0;
}

.nearby-items .nearby-img {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.nearby-items .nearby-img img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.nearby-items .nearby-img:hover img {
    transform: scale(1.1);
}


/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 2px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    #header {
        padding: 10px 4px;
    }

}

#header.header-scrolled {
    top: 40;
}


#header .logo img {
    height: 70px;
    padding: 0;
}

/* #header .logo img {
    height: 80px;
    padding: 0;
} */

@media (max-width:768px) {
    #header .logo img {
        height: 50px;
        padding: 0;
    }
}





/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation
  */
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #c25107;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
    font-size: 15px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #6E260E;
    /* text-decoration: underline; */
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #355e3a;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}



/**
  * Mobile Navigation
  */
.mobile-nav-toggle {
    color: #555555;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #F2D2BD;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #4A0404;
}

.bi-list::before {
    color: #8B4513;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #483C32;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #f5fff8;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #355e3a;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.chart-container {
    width: 80%;
    margin: 0 auto;
}



/* start home service   */

/* end  home service   */


/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-top: -10px;
}

#hero h2 {
    font-family: "Roboto", sans-serif;
    color: #EADDCA;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: bolder;
    text-shadow: 2px 4px 8px gray;
}

#hero p {
    font-size: 20px;
    margin: 0 auto 20px auto;
    font-weight: 600;
    color: #EADDCA;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 90vh;
}

.heroheader {
    margin-top: 100px;
    padding: 20px;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#hero .carousel-item::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .container {
    text-align: center;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 160px;
}

@media (max-width: 1200px) {

    #hero .container {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.carousel-item {
    height: 160px;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: #c25107;
    border-radius: 50px;
    transition: 0.3s;
    color: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: #6E260E;
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #E1C16E;
}


@media (max-width: 992px) {
    #hero {
        height: 85vh;
    }

    #hero .container {
        /* margin-top: 100px; */
    }
}

@media (max-width: 868px) {
    /* .button{margin-top: -182px !important;
     } */
}

@media (max-width: 768px) {
    #hero video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70vh;
        object-fit: cover;
    }

    #hero {
        width: 100%;
        height: 70vh;
        background-color: rgba(60, 60, 60, 0.8);
        overflow: hidden;
        position: relative;
        margin-top: 5px;
    }

    .chmbal-safari {
        height: 307px !important;
        margin-top: -20px;
    }

    .carousel-item {
        height: 181px !important;
    }

    .view_more {

        padding: 4px 14px !important;
    }

    #hero h2 {
        font-size: 28px;
    }

    #hero .container {
        margin-bottom: 114px;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}



@media (max-height: 500px) {
    #hero {
        height: 160vh;
    }
}





.tabs-nav2 ul {
    list-style: none;
    padding: 0;
    text-align: center;
    /* Center-align the list */
}

.tabs-nav2 li {
    display: inline-block;
    margin-top: 8px;
    margin-right: 20px;
    /* Add margin between list items */
}

.tabs-nav2 a {
    text-decoration: none;
    font-weight: bold;
    /* Apply bold font to the links */
    color: #ebebeb;
    /* Set link text color */
    padding: 10px 20px;
    /* Add padding to the links for spacing */
}

.tabs-nav2 a:hover {
    background-color: #93ff8b;
    /* Change background color on hover */
    color: #000;
    /* Change text color on hover */
}

@media screen and (max-width: 480px) {
    .tabs-nav2 li {
        margin: 0px 0;
        /* Adjust margin for better spacing on mobile */
        margin-right: 0px;
        /* Reduce margin between list items */
        margin-top: 8px;
        font-size: 12px;
        /* Increase font size for better visibility on mogallerybile */
    }

    .tabs-nav2 a {
        padding: 8px 8px;
        /* Adjust padding for better touch interaction on mobile */
    }

}


/*--------------------------------------------------------------
  # Gallery
  --------------------------------------------------------------*/

@media (min-width: 992px) {
    .navigation {
        margin-left: 360px;
    }
}

.gallery {
    overflow: hidden;
}

.gallery .swiper-pagination {
    margin-top: 17px;
    position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #DAA06D;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #DAA06D !important;
}

.gallery .swiper-slide-active {
    text-align: center;
}

.gallery-btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #ff9f0d;
    padding: 8px 18px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 6px;
    border: none;
}

@media (min-width: 992px) {
    body {
        /* background-color: gray; */
    }

    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
        border: 6px solid #DAA06D;
        /* padding: 4px; */
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
        /* height: 200px; */
    }

    .safari-box {

        padding: 10px !important;

    }

    .gallery-lightbox>.img-fluid {
        height: 185px;
    }
}

/*--------------------------------------------------------------
  # Frequently Asked Questioins
  --------------------------------------------------------------*/
.faq {
    /* padding: 60px 0; */
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #bdcfd0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list .question {
    display: block;
    position: relative;
    background-color: #e4ffe4;
    padding: 14px;
    font-family: #355e3a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 45px;
    cursor: pointer;
    color: gray;
    /* border-radius: 15px; */
    transition: 0.3s;
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 10px;
    font-weight: bold;
    /* top: -2px; */
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .collapsed {
    color: rgb(43, 43, 43);
}

.faq .faq-list .collapsed:hover {
    color: #0f4215;
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

/* =======contact page====== */
.contact-cards>div>.card-1 {
    /* width: 30%; */
    height: 200px;
    margin: 30px;
    border: 2px solid #b83333d6;
    text-align: center;
    box-sizing: border-box;
}

.circle-data {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    /* background-color: #B87333; */
    background: linear-gradient(to top, #E97451, #d58b1c);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    top: -38px;
    margin: auto;
}

.circle-data>.fa-envelope,
.fa-location-dot,
.phone-1 {
    font-size: 27px;
    margin-top: 17px;
    color: white;
}

.card-1>h4 {
    color: #574e51;
    font-style: italic;

}

.contact-head {
    color: #fff;
}

.conatct-button {
    background: #954535;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
}

/* =======contact page====== */

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
    background: #eeeeee;
    padding: 0 0 30px 0;
    color: #555555;
    font-size: 14px;
}

#footer .footer-top {
    /* background: 	rgb(150, 105, 25); */
    background: linear-gradient(to bottom, #c25107, #A0522D);

    /* background: 	#722F37; */
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}


#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgb(74, 4, 4);
    color: #D2B48C;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #D2B48C;
    color: rgb(74, 4, 4);
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    color: #fff;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    /* color: #355e3a; */
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #4A0404;
    font-weight: bold;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

.footer-info img {
    max-height: 75px;
    margin-right: 6px;
    width: 45%;
    /* margin-bottom: 10px; */
}

/* end footer  */
section {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*--------------------------------
           start packages
  ------------------------------------*/


.package-star>.fa-star {
    color: rgb(2, 184, 2);
    font-size: 13px;
}

.text-13 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.package-zone {
    color: #800000;
    /* color:#d02045; */
}

.package {
    /* box-shadow: 0px 20px 35px rgb(0 0 0 / 8%); */
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
}

.lineThroughRed {
    width: 60px;
    background: red;
    right: 0;
    height: 0.1rem;
    transform: rotate(-8deg);
    position: absolute;
    top: 11px;
    left: 0px;
}

.packageCard .priceWrapper {
    margin-top: -5px;
    position: absolute;
    right: 30px;
    text-align: right;
}

.latoBlack {
    font-weight: 800;
}

.blackText {
    color: rgb(25, 207, 25);
}

.location-color {
    /* color: orange; */
    font-weight: 700;
}

.greyText {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}

.Btn {
    width: 110px;
    height: 36px;
    border: none;
    border-radius: 10px;
    /* background: linear-gradient(to right,#77530a,#efa512,#77530a,#77530a,#efa512,#77530a); */
    background-size: 250%;
    background-position: left;
    color: #ffd277;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 1s;
    overflow: hidden;
}

.Btn::before {
    position: absolute;
    font-size: 15px;

    content: "View Details";
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97%;
    height: 90%;
    border-radius: 8px;
    transition-duration: 1s;
    /* background-color: rgba(0, 0, 0, 0.842); */
    /* background-color:#fd9801; */
    background: linear-gradient(to left, #e226b6, #fd9801);

    background-size: 200%;
    border: none;
}


.Btn:hover {
    transform: scale(0.95);
}

.Btn-2 {
    border: none;
    border-radius: 8px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 14px;
    border: 0.1rem solid #d02045;
    white-space: nowrap;
    color: #d02045;
    transition-duration: 1s;

    background-color: white;
}

.Btn-2:hover {
    transform: scale(0.95);
}

.detail-text {
    color: #c25107;
}

.detail {
    /* background-color: #C04000; */
    background: linear-gradient(to left, #c25107, #A0522D);
    padding: 22px 0px;
    margin-top: -34px;

}

.detail div a {
    color: white !important;
    font-size: 17px;
}

.text-icon {
    color: rgb(234, 87, 71);
    font-size: 22px;
    padding-top: 20px;
    padding-right: 4px;
}

.text-emoji {
    color: green;
}

.emoji-line>li {

    line-height: 30px;
}

.text-emoji-1 {
    color: red;
}

.price-color {
    color: #8B0000;
}

.accordion-button:not(.collapsed) {
    background: #EADDCA !important;
    border: none !important;
    color: #992c2c !important;
}

.accordion-button {
    background: linear-gradient(to left, #be6d47, #c44747);
    margin-bottom: 10px;
    border-radius: 10px !important;
    color: white;
    /* border: 1px solid #CD7F32 !important; */

}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: none;
    border-color: 1px solid gray !important;
}

.accordion-button:not(.collapsed) {
    border-color: none !important;
}

button:focus:not(:focus-visible) {
    border-color: none !important;

}

.accordion-button:focus {
    box-shadow: none;
}

.day-item {
    /* background-color: gray; */
    padding: 10px 3px;
    border-radius: 10%;
    margin-right: 10px;
    font-size: 20px;
}

.emoji-line>li {
    /* background-color: gray; */
    margin-bottom: 10px;
}

.main-box {
    border: 1px solid #4A0404;
    border-radius: 10px;

}

.accordion-button {
    color: white !important;
}

/*--------------------------------
              end packages
  ------------------------------------*/
/* ======package form======== */
.form-card {
    position: relative;
    margin-top: -140px;
    /* background-color: rgb(172, 128, 128); */
}

.form-package-detail {
    width: 100%;
    background: #f9c67f;
    border: 1px solid rgb(182, 179, 179);
    padding: 20px;
    /* background: #E5AA70; */
    color: #000;
}

.input-box,
select {
    width: 100%;
    padding: 6px;
    border: none;
    border: 1px solid brown;
    border-radius: 5px;
}

.filtercategory {
    margin-top: 20px;
}

.border-right {
    border-right: 1px solid #e4e4e3;
}

.filtercategory h3 {
    font-size: 18px;
    color: #c25107;
}

.checked {
    color: rgb(255, 174, 24);
    font-size: 14px;
}

/* ======package form======== */

/* ===== hotel ====== */
.btn-hotelform {
    background-color: #d85b1d;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 6px;
    margin-top: 6px;
}

.danger-class-style {
    background-color: #f22f2f;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 6px;
    margin-left: 10px;
    margin-top: 6px;
}

.floating_form .dropdown-item {
    font-size: small;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#adults>a {
    border: 1px solid lightblue;
    padding: 7px;
    border-radius: 5px;
}

.inc_dec input {
    text-align: center;
    color: #000;
    width: 40px;
    padding: 0.2rem;
    /* margin: 0 0.5rem; */
    border: none;
}

.inc_dec {
    display: block;
}

#adults,
#children {
    /* display: block !important; */
}

.floating_form input[type="text"],
.floating_form input[type="date"],
.floating_form select {
    border: 1px solid rgb(173, 104, 104, 0.4);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}

#children>a {
    border: 1px solid lightblue;
    padding: 7px;
    border-radius: 5px;
}

.floating_form .dropdown-menu .btn-outline-success {
    font-size: small !important;
    margin-right: 7px !important;
    margin-left: 8px;
    padding: 6px 7px;
    height: 35px;
}

.btn-outline-primary {
    font-size: small !important;
    margin-right: 7px !important;
    margin-left: 8px;
    padding: 6px 10px;
    height: 35px;
}

/* ===== hotel ====== */
/* ===== hotel-details ====== */
.deatil-hotel {
    color: #7C3030;
}

.select-rooms {
    border: 1px solid gray;
    border: 1px solid gray;
    padding: 6px 8px;
    color: #fff;
    background-color: #7C3030;
    border-radius: 5px;
}

.texticons {
    border: 1px solid #b7acac;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.25);
}

.hotel-detail-form {
    background-color: #4d2026d9;
    color: #fff;
    border: 2px solid #fff;
}

.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-group .other-images .next_imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.image-group .other-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.image-group .first-image {
    grid-column: 1 / 2;
}

.image-group {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}

.inner_hotel .top {
    display: flex;
    justify-content: space-between;
}

.image-group {
    grid-template-columns: 1fr 1fr;
}

/* ===== hotel-details ====== */
.form-group .form-control {
    /* padding: .255rem 1.15rem .255rem .65rem; */

}

.form-select {

    /* padding: .255rem 2.15rem .255rem .65rem; */

}

.floating_form .form-group {
    width: 20.3rem;
    padding-left: 10px !important;
}

.floating_form .search-group {
    width: 250px;
}

.imghotelList {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* Center items horizontally */
}

.imghotelCont {
    border-radius: 10px;
}

.imghotel {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0.1em;
    object-fit: cover;
}

.viewAllText {
    position: absolute;
    font-size: smaller;
    padding-top: 20%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    color: white;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.smokyBg:hover .viewAllText {
    display: block;
    /* Show "View All" text on hover */
}

.smokyBg {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
}

.enquire_now {
    /* background-color: #f22f2f; */
    color: rgb(185, 30, 55);
    border: none;
    padding: 3px 6px;
    border-radius: 6px;
    border: 1px solid rgb(185, 30, 55);

}

.view_more {
    background-color: #c35767;
    color: white;
    border: none;
    padding: 4px 16px;
    border-radius: 6px;

}

.view_more:hover {
    border: 1px solid #4A0404;
    color: white;
}

.icons-star {
    margin-top: -10px;
}

.hotel_loaction {
    font-size: 13px;
}

.large-icons>ul>li {
    border: 1px solid;
    white-space: nowrap;
    margin-left: 10px;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 13px;
    background: linear-gradient(to right, #b15513, #ec4c2c);
    /* background:linear-gradient(to right, 		rgb(226, 68, 95),		rgb(245, 163, 12)); */
    /* background: #f36448; */
    color: white;
}

.hotel-description {
    font-size: 13px;

}

.couple-icon {
    font-size: 13px;
    color: #6E260E;
    line-height: 15px;
}

.left_text {
    /* background:linear-gradient(to right, 	#A52A2A,	#7B3F00);
      color: white; */
}

.rev {
    background: linear-gradient(to right, #e226b6, #e77f0f);
    color: white;
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
}

.hotel-heading {
    color: #6E260E;
}

.fa-location-crosshairs {
    color: green;
}

.text-rupess {
    color: rgb(5, 167, 5);
}

.hotel-details {
    background-color: rgb(248, 250, 252);
    border: 1px solid rgb(167, 164, 164);
    box-shadow: 0 20px 25px rgb(0 0 0 / 5%);
}

.floating-from-div {
    background: linear-gradient(to right, #A52A2A, #7B3F00);
    top: 114px;
    color: white
}

.left_text {
    width: 100px;
}

.package-detail-img {
    height: 450px;
}

.table_font_size {
    font-size: 14px !important;

}

@media (max-width: 376px) {

    /* body{
      background-color: red;
  } */
    .call-action {
        padding-right: 10px !important;
    }

}

.width-of-rooms {
    width: 38px;
}

@media (max-width:325px) {

    .inc-dec-box>a {
        padding: 4px 7px !important;
        border-radius: 5px;
    }

    .rooms-on-phone {
        margin-right: 12px;
    }

    .rooms-on-phone-1 {
        margin-left: 15px;
    }

    .inc-dec-box {

        width: 111px !important;
    }

    .width-on-phone {
        width: 98%;
    }
}

@media (min-width:325px) and (max-width:423px) {
    .marging-left-ak {
        /* margin-left: 16px; */
    }

    .rooms-on-phone {
        margin-right: 20px;
    }

    .width-on-phone {
        width: 95%;
    }

    .rooms-on-phone-1 {
        margin-left: 20px;
    }

    .inc-dec-box {

        width: 140px;
    }
}

@media (min-width:319px) and (max-width:576px) {
    .mobileport {
        margin-top: -25px;
    }
}

@media (min-width:576px) and (max-width:992px) {
    .mobileport {
        margin-top: -25px;
    }



}

@media (min-width:424px) and (max-width:576px) {
    .width-of-rooms {
        width: 65px !important;
    }

    .inc-dec-box {
        width: 158px !important;
    }

    .rooms-on-phone-1 {
        margin-left: 20px;
    }

    .rooms-on-phone {
        margin-right: 20px;
    }

    .width-on-phone {
        width: 98%;
    }
}

@media (min-width:600px) and (max-width: 768px) {

    .width-on-phone {
        width: 98%;
    }

    .rooms-on-phone {
        margin-right: 140px;
    }

    .inc-dec-box>input {
        width: 172px !important;
    }

    .inc-dec-box {
        width: 266px !important;
    }

    .marging-left-ak {
        margin-left: 22px !important;
    }

    .rooms-on-phone {
        margin-left: 20px;
    }
}

@media (min-width:769px) and (max-width: 1024px) {

    /* body{background-color: red;} */
    .marging-left-ak {
        margin-left: 16px !important;
    }
}

@media (max-width: 576px) {

    .secondary-sidebar {
        margin-left: 0px !important;
    }

    #booking {
        margin-top: 94px !important;
    }

    .nav-pills .nav-link {
        padding: 7px 24px !important;
    }

    .card-best-time {
        width: 80%;
    }

    .btn-default {
        margin-top: 10px !important;
    }

    .package>.row {
        padding: 10px;
    }

    .search-card-result {
        margin-top: 20px;
    }

    .inc-dec-box {
        margin-left: 0px !important;
    }

    .marging-left-ak {
        margin-left: 0px !important;
    }

    .service>button {
        padding: 1px 0px;
    }

    .image_carousel {
        padding-right: 0px;
    }

    .floating-from-div {
        background: linear-gradient(to right, #A52A2A, #7B3F00);
        top: 109px;
        color: white;
    }

    .right-hotel-div {
        padding-left: 42px;
    }

    .form-group .form-control {
        padding: .375rem 2.25rem .375rem .75rem;
        font-size: 12px;

    }

    .form-select {
        padding: .375rem 2.25rem .375rem .75rem;
        font-size: 12px;
    }

    label {
        font-size: 14px;
    }

    .margin-tophotel {
        margin-top: 150px !important;
    }

    .float-form-data {
        margin-top: 7px !important;
        margin-bottom: 0px !important;
    }

    .floating-from-div {
        margin: 0px !important;
        margin-top: -10px !important;
    }

    .floating-from-div1 {
        margin: 0px !important;
    }

    .floating-from2 {
        margin-bottom: 0px !important;
        width: 100%;
    }

    .btn-hotelform,
    .danger-class-style {

        padding: 5px 12px;
        margin-top: 2px;
        font-size: 17px;
    }

    .large-icons>ul>li {

        margin-left: 1px;
        /* padding: 1px 7px; */

    }

    .package-detail-img {
        height: 285px;
        margin-top: 0px;
    }

    .package-detail-padding {
        padding: 0px !important;
    }

    #header .logo img {
        height: 40px;
        padding: 0;
    }

    .booking-header-btn {
        font-size: 10px !important;
        background: green;
        color: white;
        padding: 6px;
        border-radius: 4px;
    }

    .booking-header-btn1 {
        font-size: 10px !important;
        background: red;
        color: white;
        padding: 6px;
        border-radius: 4px;
    }

    .call-action {
        display: block;
        padding-right: 30px;

    }

    .data-ul-content {
        /* display: none !important; */
    }

    /* .margin-in-sm{
      margin-right: -20px;
  } */
    .floating_form input[type="text"],
    .floating_form input[type="date"],
    .floating_form select {
        margin-bottom: 0px !important;
    }

    .inner_hotel .top {
        display: block;
        margin-bottom: 25px;
    }

    .image-group .first-image .firstimg {
        height: 170px;
    }

    .image-group {
        gap: 0.5rem;
    }

    .text-dark {
        padding: 0px !important;
    }

    .hotel-detailmargin {
        margin-top: 0px !important;
    }

    .img-crush {
        height: 244px !important;
        width: 100%;
        padding: 5px 0px !important;
    }

    .crush-mrg {
        padding: 0px !important;
    }

    .service-content {
        width: 100%;
        position: relative;
        top: 0;
        white-space: nowrap;
        margin-bottom: 10px;
        border-bottom: 1px solid black;
    }

    .services-home {
        font-size: 20px;
        /* color: #000; */
    }

    .safari-time {
        margin-top: 0px !important;
    }

    .img-on-mobile {
        width: 100% !important;
        height: 370px !important;
    }

    .on-mobile-data {
        padding: 8px !important;
    }

    .margin-on-mobile {
        margin-top: 33px !important;
    }

    .heading-maring-top {
        padding-top: 0px !important;
    }

    .date-coloum {
        margin-top: -28px;
        position: relative;
        top: -3px;
    }

    .carousel-item {
        height: 250px !important;
    }

    .service-img>img {
        width: 100% !important;
    }

    .margin-on-mob {
        padding-left: 10px !important;
    }

    .blog-content>img {
        width: 100%;
    }

    .data-ul-content>li {
        padding: 3px 7px !important;
        text-align: center;
        margin-bottom: 0px !important;
        font-weight: bold;
        margin-left: 7px !important;
        border-radius: 5px;
        border: 1px solid white !important;
        height: 32px !important;
    }

    .btn-sticky-details2 {
        padding: 3px 3px !important;
        font-size: 13px;
        height: 32px;
    }

    .btn-sticky-details {
        background: rgb(26, 176, 26);
        font-weight: bold;
        border: none;
        padding: 3px 3px !important;
        color: #fff;
        height: 32px;
        font-size: 13px;

    }

    .padding-margin-rm {
        padding-top: 0px !important;
    }

    .text-on-mobile {
        font-size: 16px !important;
    }

    .padding-rg {
        padding: 0px !important;
    }

    .packg-top-margin {
        margin-top: -30px;
        padding: 0px;
    }

    .testimonials-margin-on-mobile {
        padding: 0px;
        margin-bottom: 0px;

    }

    .font-size-mobile {
        font-size: 20px;
        padding-left: 10px;
    }

    .package-star {
        padding-left: 10px !important;

    }

    .para-margin-mobile {
        padding: 0px !important;
    }

    .texticons {
        /* width: 39%; */
        margin-left: 10px;
        padding: 12px;
    }

    .texticons-pkg {
        width: 39%;
    }

    .box-pkg-shadow {
        box-shadow: none !important;
    }

    #for-laptop-view {
        display: none;
    }

    #for-mobile-view {
        margin-top: -20px;
    }
}

@media (min-width:578px) and (max-width:2500px) {
    #for-mobile-view {
        display: none !important;
    }
}

.box-pkg-shadow {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px;
    border-radius: 20px;
}

.datepicker .datepicker-switch {
    width: 125px !important;
    color: #fff !important;
    background-color: #c35767;
    font-size: 16px !important;
    /* background-image: linear-gradient(to bottom, 	#967969, #D2B48C) !important; */
}

.datepicker .datepicker-switch:hover {
    background-color: #000 !important;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
    color: #800020;
    font-size: 20px;
}

/* .datepicker td, .datepicker th {
      text-align: center;
      width: 68px;
      height: 47px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      border: none;
  } */
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: rgb(46, 46, 46);
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-image: linear-gradient(to bottom, #30e203, #194d0d) !important;
    color: white !important;
}

.datepicker table {
    /* background: rgb(135, 135, 133); */
    border: 2px solid #800020 !important;
}

.datepicker td,
.datepicker th {
    background: #EADDCA;
}

/* ==== modal ======  */
.modal-content {
    background-color: #4d2026d9;
    color: #fff;
    border: 2px solid #fff;
}

/* ==== modal ======  */
.search-card-result {
    position: relative;
    z-index: 1;
    background-color: rgb(248, 250, 252);
    border: 1px solid rgb(167, 164, 164);
    box-shadow: 0 20px 25px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}

.image_carousel {
    position: relative;
    z-index: 0;
}

.search-card-result .col-md-8 {
    position: relative;
    z-index: 2;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

.btn-form-reset-popup {}

.call-action {
    /* display: none; */
}

.select-rooms {
    color: #fff !important;
}

/* tab */
@media only screen and (min-width: 1000px) and (max-width: 1025px) {
    .img-crush {
        height: 400px !important;
    }
}

@media only screen and (min-width: 820px) and (max-width: 885px) {
    .content-of-home {
        top: 490px !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .button {
        margin-top: 0px !important;
    }

    #hero video {
        height: 100% !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    body {

        /* background-color:skyblue ; */
    }

    .border-right {
        padding: 10px !important;
        /* border: 1px solid #2D1900; */
    }

    .padding-rm-tab {
        padding: 0px !important;
    }

    .large-icons>ul>li {

        margin-left: 0px !important;
    }

    .img-on-mobile {
        width: 100% !important;
    }

    #hero video {
        height: 100% !important;
    }

    #hero {
        /* height: 100% !important; */
    }

    .button {
        margin-top: -70px !important;
    }

    .services-home {
        font-size: 24px;
    }

    /* .content-of-home {
      top: 360px !important; } */
    #hero {
        height: 70vh !important;
    }

    .button {
        margin-top: -190px;
        padding: .50rem 1.1rem;
    }

    .img-service-cont {
        height: 218px !important;
    }

    .width-on-tab>.container {
        width: 850px !important;
    }

    .margin-on-mob {
        padding-left: 10px !important;
    }

    .service-content {
        width: 94%;
        position: relative;
        top: -14px;
        /* left: -25px; */
        margin-bottom: 10px;
        border-bottom: 1px solid black;
        /* right: 0px; */
    }

    .service-img>img {
        width: 100% !important;
    }

    .safari-time {
        margin-top: 30px !important;
    }

    .margin-on-mobile {
        margin-top: 18px;
    }

    .swiper {
        width: 100%;
        height: 200px;
    }

    .marging-left-ak {
        /* margin-left: 0px !important; */
    }

    .inc-dec-box {
        margin-left: 15px !important;
    }

    .hotel-detailmargin {
        margin-top: 260px !important;
    }

}

.radio-button-class {
    color: #141313 !important;
    padding: 8px 16px;
    display: inline-block;
    border: 2px solid #ecad37;
    font-weight: bold;
    margin-left: 10px;
}

.usertype li.highlight {
    background-color: #ecad37;


}

.inc-dec-box {
    border: 1px solid brown;
    border-radius: 5px;
    width: 130px;
    padding: 5px 3px;
    margin-left: 62px;
    /* background: brown; */

}

.inc-dec-box>a {
    padding: 5px 12px;
    border-radius: 5px;
}

.inc-dec-box>input {
    width: 38px;
    padding: 2px;
    text-align: center;
    border: none;
}

.marging-left-ak {
    margin-left: 65px;
}

.inc-dec-box>a .fa-plus,
.fa-minus {
    color: #fff !important;
}


.plus-bg {
    background: brown;
}

.plus-bg1 {
    background: #C04000;
}

/* ======service btn====== */
.service_btn {
    /* padding: 10px 20px; */
    background-color: orange;
    border: 1px solid #ccc;
    /* border-radius: 5px; */
    /* margin-right: 10px; */
    cursor: pointer;
    padding: 5px 9px;

}

.service_btn.active {
    background: linear-gradient(to left, #f05107, #d01212);
    color: #fff;
    border-color: #C04000;
    padding: 5px 9px;
}

/* ======service btn====== */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: brown;
}


.data-ul-content>li {

    padding: 6px 15px;
    text-align: center;
    margin-bottom: -16px;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 5px;
    border: 2px solid white;
    height: 42px;
}

.btn-sticky-details {
    background: rgb(26, 176, 26);
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    color: #fff;
}

.btn-sticky-details2 {
    background: orange;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    color: #fff;
}

.heart {
    animation: beat .25s infinite alternate;
    transform-origin: center;
}

@keyframes beat {
    to {
        transform: scale(1.4);
    }
}

.pkage-detail-btn {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(to left, #f16422, #cc2d2d);
    z-index: 999;
    padding: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 2000px) {
    .call-action {
        display: none !important;
    }
}

.headings-colors {
    color: brown;
}

/* ====== cencellation css ======= */

.ssafari>select {
    border: 1px solid #000 !important;
}

.bottomdisc {
    border-radius: 20px 15px 10px 5px/5px 10px 15px 20px;
    border: 1px solid;
    /* background: #F5DEB3; */
    background: #ffa500;
    color: #000;
    border-left: 10px solid #3c1508;
}

.cmbal-boxs {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    border-left: 7px solid #4A0404;
}

.cmbal-boxs-1 {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    border-left: 10px solid #C04000;
    border-style: ridge;
}

.cmbal-boxs-1-2 {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    border: 6px solid #C04000;
    border-style: inset;

}

.border-dsg {
    border: 4px solid #C04000;
    border-style: dashed;

}

.margin-on-mob {
    padding-left: 20px;
}

.safar-images {
    border: 10px solid white;
    margin-left: 58px;
    border-radius: 54px/18px;

}

.safar-images-1 {
    border-radius: 112px 84px 56px 28px/28px 56px 84px 112px;
}


#hero {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Adjust the height as needed */
    overflow: hidden;
}

#hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-of-home {
    position: absolute;
    top: 450px;
    margin: auto;
    display: block;
    width: 100%;
    /* text-align: center */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .secondary-sidebar {
        margin-left: 0px !important;
    }

    /* For tablets and below */
    #hero video {
        /* object-fit: contain; */
        /* Adjust as needed */
    }

    #hero {
        position: relative;
        width: 100% !important;
        height: 70vh !important;
        overflow: hidden;
    }

    .button {
        margin-top: -160px !important;
    }

}

.border-right>h4 {
    text-align: center;
    border: 1px solid #5C4033;
    background-color: #5C4033;
    color: white !important;
    width: 80%;
    padding: 3px;
    border-radius: 10px;
}

@media (max-width: 576px) {
    .chmbal-safari {
        height: 198px !important;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        /* margin-top: 17px; */
    }

    /* For mobile devices */
    #hero video {
        object-fit: cover;
        /* Adjust as needed */
    }

    #hero {
        width: 100% !important;
        height: 38vh !important;
        background-color: rgba(60, 60, 60, 0.8);
        overflow: hidden;
        position: relative;
        margin-top: 70px;
    }

    .content-of-home {
        position: absolute;
        top: 150px;
        margin: auto;
        display: block;
        width: 100%;
        /* text-align: center */
    }

    .dispy-data {
        display: none;
    }

    .dispy-data2 {
        margin: 0px !important;
        margin-top: -12px !important;
    }

    .marging-about {
        margin-top: 20px !important;
    }

    .button {
        padding: 0.25rem 0.6rem;
        gap: 0.25rem;
        margin-top: 20px !important;


    }

    .button__icon-wrapper {
        flex-shrink: 0;
        width: 10px;
        height: 10px;
    }

    .button>span {
        font-size: 10px;
    }

    .services-home {
        font-size: 16px;
        padding: 0px !important;
    }

    .main_heading {
        font-size: 22px !important;
        margin: 0px !important;
    }

    .new-card-mg {
        margin-top: -35px !important;
    }

    .border-right>h4 {
        text-align: center;
        border: 1px solid #5C4033;
        background-color: #5C4033;
        color: white !important;
        width: 100%;

    }

    .border-right {
        margin-top: 30px !important;
        border: 1px solid #5C4033;
        color: #5C4033;
        padding: 10px;
    }

    .package-margin-mob {
        margin-top: -30px;

    }

    #packages {
        margin-top: 116px !important;
    }

    .img-service-cont {
        height: 230px !important;
    }

    .service-content>h3 {
        font-size: 18px;
    }

    .service-content>button {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        background-color: #C04000;
        padding: 5px 10px;
        border-radius: 10px;
        display: inline-block;
        margin-top: 0px;
        border: none;
    }

    .safar-images-1 {
        border-radius: 112px 84px 56px 28px / 28px 56px 84px 112px;
        width: 100%;
        height: 260px;
    }

    .service-section div {
        padding-bottom: 0px !important;
    }

    .img-responsive {
        width: 100%;
        height: 300px;
        padding-top: 10px;
    }

    .bottomdisc {
        margin-top: 0px !important;
    }

    #booking {
        margin-top: 104px;
    }

    .margin-on-top {
        margin: 0px !important;
    }

    .image-height-md {
        height: 290px !important;
    }

    .contact-cards>div>.card-1 {
        margin: 30px 0px !important;
    }

    .padding-pkg-mob {
        padding: 0px !important;
    }
}

.padding-pkg-mob {
    padding: 0px !important;
}

.image-height-md {
    /* height:470px ; */
}

#latestNews .modal-content {
    border-radius: 0;
    /* border: 0px solid white; */
    /* background-color: #CD7F32 !important; */
}

#latestNews .btn-close {
    font-weight: 800;
    /* outline: none; */
    position: absolute;
    right: 13px;
    top: 13px;
    background-color: white;
    z-index: 2000;
}

#latestNews .modal-body img {
    width: 100%;
    height: 480px;
    object-fit: fill;
}

@media (max-width: 350px) {

    #header .logo img {
        height: 35px;
        padding: 0;
    }

    .booking-header-btn {
        font-size: 12px;
        background: green;
        color: white;
        padding: 3px;
        border-radius: 4px;
    }

    .booking-header-btn1 {
        font-size: 12px;
        background: red;
        color: white;
        padding: 3px;
        border-radius: 4px;
    }

}

.tg-btn {
    font-size: 17px;
    background: linear-gradient(45deg, red, orange);
    color: white !important;
    padding: 4px 6px;
    border-radius: 10px;
    font-size: 15px;
}

/* .div-grdient-cg {
    --b: 0.4em; --c: 3em;--r: 2em;
    position: relative;
    margin: 1em auto;
    border: solid var(--b) transparent;
    padding: 1em;
    max-width:   100%;
    font: 1.25em ubuntu, sans-serif;

    &::before {
      position: absolute;
      z-index: -1;
      inset: calc(-1 * var(--b));
      border: inherit;
      border-radius: var(--r);
      background: linear-gradient(orange, deeppink, purple) border-box;
      --corner: conic-gradient(
          from -90deg at var(--c) var(--c),
          red 25%,
          #0000 0
        )
        0 0 / calc(100% - var(--c)) calc(100% - var(--c)) border-box;
      --inner: conic-gradient(red 0 0) padding-box;
      -webkit-mask: var(--corner), var(--inner);
      -webkit-mask-composite: source-out;
      mask: var(--corner) subtract, var(--inner);
      content: "";
    }
  } */
ul.custom-squares {
    list-style-type: none;
    /* Remove default bullets */
    padding-left: 20px;
    /* Space for custom bullets */
}

ul.custom-squares li {
    position: relative;
    padding-left: 30px;
    /* Space for custom bullets */
    margin-bottom: 10px;
    /* Space between list items */
}

ul.custom-squares li::before {
    content: '';
    display: inline-block;
    width: 7px;
    /* Width of the square */
    height: 7px;
    /* Height of the square */
    background-color: #4d2026d9;
    /* Change this to your desired color */
    position: absolute;
    left: 0;
    top: 15%;
    transform: translateY(-50%);
    /* Vertically center the square */
}

@media (min-width: 400px) and (max-width: 413px) {

    .button {
        padding: 0.45rem 0.8rem;
        gap: 0.25rem;
        margin-top: 40px !important;
    }

}

/* @media (min-width: 358px) and (max-width: 360px) {

          .button {
              padding: 0.45rem 0.8rem;
              gap: 0.25rem;
              margin-top: 40px !important;
          }

      } */
.dsg-blogs {
    border: 1px solid #c25107;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog-imgss {
    border-radius: 10px;


}

.price-colorss:hover {
    color: #c25107;
}

.price-colorss {
    color: #fd9801;
}

.blog-liknss {
    color: #c25107;

}

.blog-liknss:hover {
    color: #fd9801;
}

/* .tagss {
    position: relative;
    top: -40px;
    background-color: green;
    color: #fff !important;

} */
/* .boxs-blogs {
    width: 350px;
    padding: 30px;
    border-top: 2px solid green;
} */

.secondary-sidebar {
    flex: 0 1 30%;
    margin-left: 20px;
}

#theme-content .widget {
    position: relative;
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.widget .wp-block-search__input {
    width: 100%;
}

input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
}

.wp-block-search__button,
.widget.widget_search .search-submit {
    background-color: #c25107;
    color: #fff;
    border: none;
    /* text-transform: uppercase; */
    font-size: 15px;
    line-height: 17px;
    padding: 5px 12px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.widget {
    border-top: 1px solid #c25107;
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.search__label {
    color: #c25107;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 8px;
}

.tagcloud a {
    display: inline-block;
    background: #c25107;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 8px;
    margin-right: 5px;
}

.tagcloud a:hover {
    border: 1px solid #c25107;
    color: #c25107;
    background-color: #fff;
}

.tagclouds {
    display: inline-block;

    background: #c25107;
    color: #fff;
    padding: 5px 15px;
    border: none;
    border-radius: 10px;
}

/* review form  */
.review-form-div {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;

}

.starpkg {
    width: 28px;
    height: 28px;
    transition: .6s all;
}

#rating {
    cursor: pointer;
    display: inline-block
}

#review-form .input-group-addon {
    min-width: 100px;
}

#review-form .btn {
    min-width: 100px;
}

#review-form input[type="text"],
#review-form textarea {
    width: 100%;
}

#review-form .form-group {
    margin-bottom: 15px;
}

#review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* National PArks  */

.drop-down-kg {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0px;
    display: none;
    z-index: 2;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}

.drop-down-kg>p a {
    padding: 0px;
    font-size: 16px;

}

.drop-down-kg>p {
    padding: 2px 10px;
}

#dropdown-main:hover .drop-down-kg {
    display: block;
}

/* national park  */
.kazi-hero_section2 {

    background-image: url('/front/assets/img/NationalPark/SARISKA/SARISKA\ Feature\ Img..jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 280px;
}

.kazi-hero_section3 {

    background-image: url('/front/assets/img/NationalPark/DESERT/DESERT\ Feature\ Img..jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 280px;
}

.kazi-hero_section4 {

    background-image: url('/front/assets/img/NationalPark/KEOLADEO/KEOLADEO\ Feature\ Img..jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 280px;
}

.newforms {
    display: flex;

    justify-content: space-around;
    margin-top: 20px;
}

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

.form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* margin-bottom: 6px; */
}

/* Style the card containers */
.elep_safari .weekend-package {
    background: aliceblue;
    border: 1px solid rgba(164, 168, 90, 0.2);
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 20px;
    min-height: 100%;
    display: flex;
    padding: 10px;
    flex-direction: column;
}

.h2-heaings {
    color: #c25107;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.elep_safari .weekend-package {
    box-shadow: #ff4000 0px 0px 0px 1px inset, rgb(60, 8, 8) 8px -8px 0px -1px;
}

.weekend-package h4 {
    color: #ff3612;
}


.weekend-package {
    border-radius: 20px;
}


/* Style the card images */
.weekend-package-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

/* Style the card content */
.weekend-package-box {
    background-color: #000;
    flex: 1;

}

.weekend-package-box-margin {
    margin-bottom: 15px;

}

.weekend-package-box h4 {
    position: relative;
    font-size: 20px;
    margin: 10px 0;
}

.img-hov {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}

.img-hov img {
    /* display: block; */
    transition: transform 0.5s ease;
}

.img-hov:hover img {
    transform: scale(1.1);
}

.extra-div {
    box-shadow: rgba(246, 246, 246, 0.35) 0px 5px 15px !important;
    padding: 20px;
    background: #c25107;
}



@media (min-width: 1200px) and (max-width:1282px) {
    .content-of-home {
        top: 373px !important;
    }
}



@media (max-width:768px) {
    .traveler-D {
        font-size: 13px;
    }

    /* #header-notice {
      font-size: 11px !important;
    } */

    #footer-notice {
        margin-left: 10px !important;
    }

    /* #topbar {
        margin-top: 65px !important;
    }

    #header {
        margin-top: 62px !important;
    }

    #marquee-set{
        margin-top: 60px !important;
    }

    #hero {
        margin-top: 135px !important;
    }

    .content-of-home{
        margin-top: 20px !important;
    } */

}