* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f6f6f9 !important;
}

a {
    text-decoration: none !important;
    /* font-family: "Poppins", serif; */
}

:root {
    --main-color: #244242;
    /* --main-color: #354e33; */
    --primary-color: #32251c;
    /* --main-color: #ffc419; */
    --primary-color1: #553216;
    --black-color: #2b2a2a;
    --white-color: #fff;
    --commom-gray: #434040;
    --second-color:#339ab1;
}

#topbar {
       background-color: #e79e1d;
    color: var(--commom-gray);
    padding: 3px;
    text-align: center;
    font-size: 14px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    letter-spacing: 1px;
}

/* header */
.header-area {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    background-position: center center;
    background-size: cover;
}
section{
    margin-top: 40px;
    margin-bottom: 40px;
}
/* default css end */

/* navbar regular css start */
.navbar-area {
    background: var(--white-color);
    /* border-bottom: 1px solid #000; */
    position: fixed;
    width: 100%;
    top: 4px;
    z-index: 999;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 2px 0px;
}

.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    background: #fff;
}
a.site-logo {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--black-color);
    text-decoration: none;
}
.hotel-list-left-panel img{
        border-radius: 10px;
    width: 100% !important;
}
.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: var(--commom-gray);
    padding: 20px;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}

.site-navbar ul li a:hover {
    color: var(--main-color);
}

.bannerimg {
    opacity: 0.9;
}

/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
    border: 3px solid var(--primary-color);
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 36px;
    display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    transition: 0.3s;
}

.nav-toggler span:before {
    content: "";
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: "";
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */

/* intro-area css start */
.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.intro-area h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
}

.intro-area p {
    font-size: 18px;
}

/* intro-area css end */

/* mobile breakpoint start */
@media screen and (max-width: 890px) {
    .container {
        max-width: 720px;
    }

    /* navbar css for mobile start */
    .nav-toggler {
        display: block;
    }

    .site-navbar {
        min-height: 60px;
    }

    .site-navbar ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 60px);
        left: 0;
        top: 75px;
        flex-direction: column;
        align-items: center;
        /* border-top: 1px solid #444; */
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .site-navbar ul li {
        width: 100%;
        /* text-align: center; */
    }

    .site-navbar ul li a {
        padding: 20px;
        color: var(--primary-color);
    }

    .site-navbar ul li a:hover {
        background-color: rgba(238, 142, 8, 0.1);
        color: #c66516;
    }

    .site-navbar ul.open {
        max-height: 100vh;
        overflow: visible;
    }

    .intro-area h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    /* .navbar-area {
        top: 40px !important;
    } */

    #topbar {
        font-size: 12px !important;
    }

    #home {
        margin-top: 95px !important;
    }

    .button-22 {
        width: 100px;
        margin: auto !important;
    }

    /* navbar css for mobile end */
}

.site-logo img {
    height: 80px;
    padding: 10px;
}

#home {
    margin-top: 100px !important;
}

/* header */
/* slider  */

.hero-slider {
    width: 100%;
    /* height: 400px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
}
@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }

}

@media (max-width: 767px) {
    .hero-slider {
        height: 400px !important;
    }
    .hero-slider .slide-inner{
        /* height: 500px !important; */
        height: 400px !important;
    }
    .tf-counter .title-counter {
        font-size: 14px;
        font-weight: 500;
        line-height: 27px;
        color: #081E2A;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 600px;
    /* position: absolute; */
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 600px;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
    .one h2{
        font-size: 26px !important;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

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

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}


@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;

    }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    /* height: 850px; */
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}
.hero-style .slide-title h1 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}
@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
    .hero-style .slide-title h1 {
        font-size: 75px;
    }
    .image-feature4 img{
        width: 100% !important; 
        height: 100% !important;
    }
    .widget-feature4 .image-feature4 {
        margin-right: 0em !important;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
    .hero-style .slide-title h1 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 768px) {
    .hero-style .slide-title h2 {
        text-align: center !important;
        font-size: 35px;
        margin: 60px 0 10px;
    }
    .hero-style .slide-title h1 {
        text-align: center !important;
        font-size: 35px;
        margin: 60px 0 10px;
    }
    .slide-btns{
display: flex;
justify-content: center;
    }
    .button-50
    {padding: 12px 25px !important;
    } 
    .hero-style .slide-text p {
        text-align: center !important;
    }      
    .image-feature4>img{
        width: 100% !important;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 20px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #2b3b95;
    color: #fff;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

/* CSS */
.button-50 {
    appearance: button;
    background-color: orange !important;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #fff 4px 4px 0 0, #000 4px 4px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: ITCAvantGardeStd-Bk, Arial, sans-serif; */
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.button-50:focus {
    text-decoration: none;
}

.button-50:hover {
    text-decoration: none;
}

.button-50:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.button-50:not([disabled]):active {
    box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
    transform: translate(2px, 2px);
}

@media (min-width: 768px) {
    .button-50 {
        padding: 12px 50px;
    }
    
}
@media (max-width:576px)
{
    .one h3 {
        font-size: 22px !important;
    }
    .we-image>img{
        width: 100% !important;
    }
    .faq-details {
        padding: 0px 15px !important;
    }
    .navbar-area {
        top: 67px !important;
    }
}

/* CSS */
.button-41 {
    background-color:var(--main-color);
    /* background-image: linear-gradient(-180deg, #00D775, #00BD68); */
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    height: 44px;
    line-height: 44px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
    border: 0;
}

.button-41:hover {
    background: orangered;
    /* background: #00bd68; */
}

/* service card  */
.safariBookingCards .card {
    margin: 10px;
    padding: 6rem 2rem 2rem;
    background: var(--main-color);
    width: min(90%, 300px);
    min-height: 200px;
    border-radius: 1rem;
    color: white;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}
.safariBookingCards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.index {
    position: absolute;
    top: 0;
    left: 0;
    background: lightgreen;
    width: 5rem;
    aspect-ratio: 1;
    border-radius: 18% 0 75% 0;
}

.index::after {
    content: attr(data-index);
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    /* font-weight: 500; */
    font-size: 2rem;
}

.index__curve {
    position: absolute;
    width: 1rem;
    aspect-ratio: 1;
    background: lightgreen;
}

.index__curve::after {
    content: "";
    position: absolute;
    width: 200%;
    aspect-ratio: 1;
    background: seagreen;
    border-radius: 50%;
}

.index__curve.top-right {
    left: 100%;
    top: 0;
}

.index__curve.bottom-left {
    left: 0;
    top: 100%;
}

/* === HEADING STYLE #1 === */
/* === BASE HEADING === */

.one h2 {
    position: relative;
    padding: 0;
    margin: 0;
    /* font-famil: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 30px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* font-style: italic; */
}
.one h1 {
    position: relative;
    padding: 0;
    margin: 0;
    /* font-famil: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 30px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* font-style: italic; */
}
.one h3 {
    position: relative;
    padding: 0;
    margin: 0;
    /* font-famil: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 30px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* font-style: italic; */
}
h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

h1 em {
    font-style: normal;
    font-weight: 600;
}
.one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.one h1:before {
    width: 48px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -24px;
    background-color: var(--main-color);
}

.one h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--main-color);
}
.one h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.one h2:before {
    width: 48px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -24px;
    background-color: var(--main-color);
}

.one h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--main-color);
}

.one h3 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.one h3:before {
    width: 48px;
    height: 6px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -24px;
    background-color: var(--main-color);
}

.one h3:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--main-color);
}
.card-container {
    /* width: 380px; */
    /* height: 440px; */
    background-color: #fff;
    border-radius: 8px;
    margin: auto;
   margin-bottom: 20px;
}

.card-image img {
    /* height: 220px; */
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-size: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
    /* align-items: start; */
    padding: 16px;
    min-height: 200px;
}

.card-badge {
    text-transform: uppercase;
    background-color: #fff;
    color: #fff;
    padding: 2px 8px;
    border-radius: 70px;
    margin: 0;
    font-size: 12px;
    /* display: none !important; */
}

.card-badge-blue {
    background-color: #92d4e4;
    color: var(--main-color);
}

.card-badge-purple {
    background-color: #3d1d94;
}

.card-badge-pink {
    background-color: #c62bcb;
}

.card-body h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 8px 0;
}

.card-body p {
    font-size: 14px;
    margin: 8px 0 16px 0;
}

.card-author {
    display: flex;
    align-items: center;
}

.card-author p {
    margin: 0 16px;
    font-size: 12px;
}

.card-author p:last-child {
    color: #888;
}

.card-author img {
    border-radius: 50%;
    height: 48px;
    width: 48px;
    margin-top: auto;
}

@media screen and (max-width: 1000px) {
    /* .container {
        grid-template-columns: 1fr;
    } */
}
.blogDate{
    font-size: 13px;
}


/* img design */
@media (max-width: 1199px) {
    .we-two_image-box {
        margin: auto;
    }
}
.we-two_image-box {
    max-width: 630px;
}
.mb-30{
    margin-bottom: 30px;
}
.we-two_image-box .we-image img {
    border-radius: 10px;
    width:100% !important; 
}
@media only screen and (min-width: 1200px) {
    .pr-lg-30 {
        padding-right: 30px;
    }
}
.widget-counter {
    background-color: var(--main-color);
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 60px;
}
.widget-counter .counter-top {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 2;
}
.widget-counter .counter-bottom {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 2;
}
.tf-container {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.flex-three {
    display: flex;
    align-items: center;
}
.tf-counter {
    background-color: #FFFFFF;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 23px;
    box-shadow: 0px 14px 40px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.tf-counter:hover::before {
    border: 1px dashed var(--main-color);
}
.tf-counter:hover .icon i{
    transform: rotateY(180deg);
}
.tf-counter::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 92%;
    border: 1px dashed rgba(0, 0, 0, 0.17);
    border-radius: 23px;
}
.tf-counter .icon  {
    color: #FF970D;
  
}

.tf-counter .icon i {
    transition: all 0.5s ease;
}
.tf-counter .number-counter {
    font-size: 27px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 40px;
    position: relative;
}
.tf-counter .line {
    height: 3px;
    width: 50px;
    border: 1px dashed var(--main-color);
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 3px;
}
.tf-counter .title-counter {
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #081E2A;
}
.mb--20em{
    margin-bottom: -20em;
}
.z-index3 {
    z-index: 3;
}
.widget-destination {
    padding-top: 160px;
}
.pd-main {
    padding: 80px 0;
}
.widget-feature4 .mask-faeture4 {
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    color: var(--main-color);
    position: absolute;
    z-index: -1;
}
.img-flower {
    width: 100%;
    height: auto;
}
.widget-feature4 .image-feature4 {
    margin-top: 1em;
    margin-left: 0em;
    margin-right: -2em;
}
.tf-widget-populer {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
}
.tf-widget-populer .image {
    overflow: hidden;
}
.tf-widget-populer .image .mask-populer {
    position: absolute;
    bottom: -15px;
    left: 0;
}
.tf-widget-populer .content {
    /* padding: 47px 34px 45px 33px; */
    padding: 30px 30px 30px 30px;
}
.tf-widget-populer .content .icon {
    width: 68px;
    height: 60px;
    background-color: #FF970D;
    border-radius: 5px;
    color: #FFFFFF;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.icon-Group-1:before {
    content: "\e90c";
}
.tf-widget-populer .content .icon:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FF970D;
    bottom: -8px;
}
.tf-widget-populer:hover .content .icon {
    background-color:  #00BD68;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tf-widget-populer:hover .content .icon::before {
    border-top: 8px solid #00BD68;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.flex-five {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mb-18 {
    margin-bottom: 18px !important;
}
.tf-widget-populer .content .des-populer {
    font-size: 15px;
    font-weight: 400;
    line-height: 27.8px;
    color: #4F545A;
    text-align: center;
}
.headingss{
    color: var(--main-color);
    font-size: 20px;
    line-height: 25.2px;
    font-weight: 700;
}
.background-section {
    position: relative;
    background: url('../images/bg3.jpg');
    background-size:cover;
    background-position:center;
    opacity: 0.9;
}
.background-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(4, 27, 40), rgba(2, 15, 22, 0.9), rgba(0, 0, 0, 0));
    opacity: 0.9;
}
table {
    border: 1px solid var(--main-color) !important;
}
.para-notes {
    /* background: rgb(255, 165, 0,0.1); */
    /* background-color: rgb(242, 233, 233); */
    z-index: 1 !important;
    color: #fff !important;
    border: 3px dashed orangered;
    border-radius: 15px;
}


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



.heading-visit {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Outfit";
    background-color: rgb(181, 215, 245);
    color: var(--main-color) !important;
    padding: 5px;
}
.Experience-img img {
    border-radius: 20px;
    box-shadow: rgba(249, 9, 9, 0.19) 0px 10px 20px, rgba(233, 158, 8, 0.23) 0px 6px 6px;
    outline: 1px dashed var(--primary-color);
    outline-offset: 4px;
}
#faq-main {
    margin-top:75px;
    color: white;
    padding: 30px 0px;
    z-index: 1;
    position: relative;
    padding: 50px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--main-color);
    background-position: center center;
  }
  
  /* cancellation page   */
  .container-cancel {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }

  .container-cancel h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2c3e50;
  }

  .container-cancel h2 {
    font-size: 1.3rem;
    margin-top: 30px;
    color: var(--main-color);
  }
p{
    font-size: 15px;
}
  .container-cancel ul {
    margin: 15px 0 25px 20px;
  }

  .container-cancel ul li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .container-cancel .note {
    background:  #d0fdfd;
    border-left: 4px solid var(--main-color);
    padding: 15px;
    align-items: center;
    border-radius: 8px;
    margin: 20px 0;
  }

  .container-cancel .highlight {
    font-weight: bold;
    color:orangered;
  }

  @media (max-width: 600px) {
    .container-cancel{
      padding: 20px;
    }

   .container-cancel h1 {
      font-size: 2rem;
    }
  }
  /* cancellation page   */
  .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: 2px solid var(--main-color);
    border-radius: 10px;
}

#faq img {
    border-radius: 10px;
}

.price-color {
    font-size: 22px;
    color: orangered;
}

#safaripage
{
    margin-top: 108px;
}



/* safari page  */
#packages-content{
        background-color: #244242;
    padding: 30px 0;
    background-size:100% 100%;
}
.heading-color{
    color: var(--main-color);
}
select, input::placeholder{
    color: rgba(99, 97, 97, 0.808) !important;
}
.about-feature-two .shape {
    position: absolute;
    left: 0;
    top: 28px;
    max-width: 15%;
}
.pb-45, .py-45 {
    padding-bottom: 45px;
}
.pt-100, .py-100 {
    padding-top: 50px;
}
.bgc-black {
    background-color: var(--heading-color);
}
.z-1 {
    z-index: 1;
}
.rel {
    position: relative;
}
.bgc-black {
    background-color: var(--main-color);
}
.shape2 {
    position: absolute;
    right: 4%;
    bottom: 0;
    max-width: 15%;
}
.enquiry-form {
    background-color: inherit;
    padding: 12px 20px;
    /* margin: 0 1em; */
    border-radius: 5px;
    border: 1px solid var(--color-primary);
    box-shadow: 0px 0px 6px rgba(213, 213, 213, 0.8);
    background-color: var(--main-color);
    
}

.enquiry-form input[type="text"], .enquiry-form input[type="tel"], .enquiry-form input[type="email"], .enquiry-form input[type="date"], .enquiry-form select, .enquiry-form input, .enquiry-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e88207 !important;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.enquiry-form h4 {
    color: #fff;
    text-align: center;
    padding: 0.5em;
}
#booking-option li{
        border: 1px solid gray;
        padding: 20px;
        border-radius: 10px;
        background: antiquewhite;
        align-items: center;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .note {
        background: #d0fdfd;
        border-left: 4px solid var(--main-color);
        padding: 15px;
        align-items: center;
        border-radius: 8px;
        margin: 20px 0;
    }
    #table th {
        background: var(--main-color) !important;
        color: #fff !important;
        text-align: center !important;
    }
    #table td {
        text-align: center !important;
        border: 1px solid var(--main-color) !important;
        padding: 10px;
    }
    #AwrRotate{
        transform: rotate(180deg);
    }
    .faq-details {
        padding: 0px 40px 30px 40px;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    }
    details {
        background-color: #86b7fe61;
        border-radius: 10px;
        cursor: pointer;
        padding: 20px 30px;
        margin-block: 15px;
        border: 1px solid var(--main-color);
    }
    summary {
        margin-inline-start: 1rem;
        list-style-position: outside;
        font-weight: 600 !important;
    }
    summary, p {
        text-align: left;
    }
    .left-side-div {
        background-color:var(--main-color);
        padding: 30px;
    }
    .left-side-div div {
        border: 1px solid #fff;
        margin-bottom: 15px;
    }
    .right-side-div {
        border: 1px solid var(--main-color);
        margin-bottom: 15px;
    }
    #main_heading {
        color: var(--main-color);
        text-shadow: 1px 1px 2px var(--main-color);
        font-weight: bold;
    }

/* hotel  */
    .daterangepicker {
        direction: ltr;
        text-align: left;
        background: var(--main-color) !important;
        color: #fff !important;
    }

#panel {
    display: none;
}
.checked {
    color: #ff4052;
    font-size: 14px;
}
.imghotelList {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.imghotel {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0.1em;
    object-fit: cover;
}
.smokyBg {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
}
.viewAllText {
    position: absolute;
    font-size: smaller;
    padding-top: 20%;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    color: white;
  
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.carousel-item {
    height: 165px !important;
    margin-bottom: 2px;
}
.hotel-heading {
    color: var(--second-color);
}
.hotel_loaction {
    font-size: 13px;
}
.hotel-description {
    font-size: 13px;
}
.couple-icon {
    font-size: 16px;
    line-height: 15px;
}
.rev {
    background: linear-gradient(to right, var(--main-color), var(--second-color));
    color: white;
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    padding: 2px;
}
.text-rupess {
    color: rgb(5, 167, 5) !important;
    font-family: "Playfair Display", serif;
}
.greyText {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}
.enquire_now {
    color: var(--second-color);
    border: none;
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid var(--second-color);
}
.button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, var(--second-color) 0, var(--main-color) 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(19, 201, 234, 0.4) 0 2px 4px, rgba(22, 225, 225, 0.4) 0 7px 13px -3px, rgba(23, 119, 4, 0.4) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    /* font-family: "JetBrains Mono", monospace; */
    height: 36px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 0px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 16px;
}
.button-29:hover {
    box-shadow: rgba(64, 206, 234, 0.4) 0 4px 8px, rgba(13, 201, 230, 0.4) 0 7px 13px -3px, var(--main-color) 0 -3px 0 inset;
    transform: translateY(-2px);
    color: #fff;
}
.select-rooms {
    border: 1px solid gray;
    border: 1px solid gray;
    padding: 6px 8px;
    color: #fff !important;
    background-color: var(--second-color);
    border-radius: 5px;
}
.inner_hotel .top {
    display: flex;
    justify-content: space-between;
}
.image-group {
    grid-template-columns: 1fr 1fr !important;
}
.image-group {
    display: grid;
    grid-template-columns: auto;
    gap: 1rem;
}
.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.image-group .first-image {
    grid-column: 1 / 2;
}
.image-group .other-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
.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;
}

.deatil-hotel {
    color:orangered;
    font-size: 22px !important;
}

/* datepicker  */

.datepicker .datepicker-switch {
    width: 125px !important;
    color: #fff !important;
    background-color: var(--main-color) !important;
    font-size: 16px !important;
}

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

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer;
    color: var(--primary-color);
    font-size: 20px;
}

.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, var(--main-color), var(--second-color)) !important;
    color: white !important;
}

.datepicker table {
    border: 2px solid var(--second-color) !important;
}

.datepicker td,
.datepicker th {
    background: #89effd;
    padding: 6px !important;
}
.toggle-button {
    color: rgb(254, 251, 251);
    width: 100%;
    position: fixed;
    top: 107px !important;
    z-index: 980;
    font-size: 18px;
    border: 1px solid #b7acac;
    padding: 5px;
    /* background:linear-gradient(to right, var(--main-color),	var(--second-color)); */
    background: linear-gradient(to right, var(--main-color),	var(--second-color));

}

.close-button {
    position: absolute;
    top: 0px;
    right: 8px;
    background: transparent;
    color: white;
    font-weight: bold;
    border: none;
    font-size: 22px;
}
@media (max-width: 576px) {
    .floating_form .form-group {
        font-size: 14px !important;
    }
    .floating-from-div {
       top: 117px !important;
    }
    .toggle-button {
        top: 117px !important;
}
.inner_hotel .top {
    display:block !important;
    margin-bottom: 12px;
}
.text-dark {
          font-size: 18px;
        padding-left: 13px
}
}

@media (max-width: 576px) {
    #faq-main{
        margin-top: 104px !important;
    }
    .floating_form .form-group {
        width: 22.3rem !important;
    }
    .image-feature4 img{
width: 100% !important; 
height: 100%;
margin: 0px !important;
padding: 0px !important;
    }
    .widget-feature4 .image-feature4 {
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .pd-main {
        padding: 50px 0px 0px 0px !important;
    }
    .heading-visit{
        margin-top: 12px !important;
    }
    section {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
    .floating-from-div {
        top: 109px;
    }
}

@media (min-width: 600px) and (max-width: 786px) {
    .floating-from-div {
        top: 119px !important;
    }
}
.modal-content {
    background-color: var(--main-color);
    /* background: linear-gradient(to right, var(--main-color), var(--second-color)); */
    color: #fff;
    border: 2px solid #fff;
}
.datepicker .table-condensed {
    width: 280px !important;
    padding: 0px !important;
}
.modal-header
{
    border-bottom: 0px !important;
}
.modal-footer{
    border-top: 0px !important;
}

/* mac  */
@media (min-width:1200px) and (max-width:1288px) {
    body {
        /* background-color: gray; */
    }

    .mrgin-slide {
        margin-left: 348px !important;
    }

    .card-width {
        width: 16rem !important;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    body {
        /* background-color: gray; */
    }

    .blackText {
        font-size: 22px !important;
    }

    .padding-pakg {
        padding: 3px !important;
    }

    .Btn::before {
        font-size: 14px !important;
        width: 88% !important;
    }

    .Btn {
        width: 102px !important;
        height: 35px !important;
    }

    .Btn-2 {
        padding: 6px 2px !important;
        margin-left: 4px !important;
    }

    .package-zone {
        margin-top: 4px !important;
    }

    .greyText {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }

    .padding-rm-tab-4 {
        padding-left: 6px;
    }

    .button-29 {
        padding: 0px 17px;
    }
}

@media (min-width:1200px) and (max-width:1290px) {
    body {
        /* background-color: gray; */
    }

    .padding-rm-tab-4 {
        padding-left: 6px;
    }

    .greyText {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }
}
.blackText {
    color: rgb(25, 207, 25);
    font-weight: 700;
}

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

.package-zone {
    color: var(--main-color);
    /* color: #d02045; */
}

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

.primary-btn2 {
    border-radius: 5px;
    background-color: var(--main-color);
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color 0.5s, background-color 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.primary-btn2::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    border-radius: 2px;
    background-color: #0a1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: transform 0.5s ease-out;

}

.primary-btn2:hover::after {
    transform: skewX(45deg) scale(1, 1);
    color: #fff !important;
}
.lineThroughRed {
    width: 60px;
    background: red;
    right: 0;
    height: 0.1rem;
    transform: rotate(-8deg);
    position: absolute;
    top: 8px;
    left: 5px;
}
.package {
    box-shadow: rgba(14, 20, 37, 0.12) 0px 1px 3px 0px, rgba(14, 20, 37, 0.12) 0px 1px 8px 0px !important;
    padding: 0px 10px;
}

.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, var(--main-color), #ffc107); */
    background-size: 200%;
    border: none;
    background: #e79e1d;
}

.Btn-2 {
      border: none;
    border-radius: 8px;
    padding: 7px 12px;
    font-weight: 600;
    font-size: 14px;
    border: 0.1rem solid #e79e1d;
    white-space: nowrap;
    color: #e79e1d;
    transition-duration: 1s;
    background-color: white;
}
.danger-class-style {
    background-color: rgb(242, 47, 47);
    color: white;
    margin-left: 10px;
    margin-top: 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px 12px;
    border-radius: 6px;
}
.btn-hotelform {
    background-color: rgb(34, 139, 34);
    color: white;
    margin-top: 6px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px 12px;
    border-radius: 6px;
}
@media (max-width: 576px) {
    .padding-rm-tab-4 {
        margin-top: 40px;
        margin-left: 30px;
    }
}
.small-cnt-color {
    color: var(--second-color) !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
    display: none !important;
}
.tour-plan .accordion-item .accordion-header .accordion-button {
    padding: 6px;
    margin: 5px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 25px;
}
.tour-plan .accordion-item .accordion-header .accordion-button span {
    min-width: 90px;
    max-width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background-color: var(--main-color);
    border-radius: 5px 0 0 5px;
}
@media (min-width:578px) and (max-width:3000px) {
    #for-mobile-view {
        display: none !important;
    }
}
@media (max-width:576px) {

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

    #for-laptop-view {
        display: none;
    }
}
.radio-button-class {
    color: #141313 !important;
    padding: 8px 16px;
    display: inline-block;
    border: 2px solid var(--main-color);
    font-weight: bold;
    /* margin-left: 10px; */
}

.usertype li.highlight {
    background-color: lightskyblue;
}
.button-41:hover{
  color: #fff !important;
}


/* blog */
#sidebar .widget {
    border: 1px solid var(--main-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    margin-bottom: 40px !important;
    padding: 18px 18px !important;
    border-radius: 12px;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    border-bottom: 5px solid var(--main-color);
}
.small-cnt-color {
    color: orangered !important;
    font-size: 20px !important;
}
#sidebar .wp-block-search .wp-block-search__input {
    padding: 10px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #4d4749;
    border: solid 1px var(--main-color);
    width: 100%;
    border-radius: 3px;
}
#sidebar ul li {
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #d3cfcf;
    line-height: 43px;
}
#sidebar ul li a{
    color: var(--main-color);
}
#sidebar ul li::before {
    content: "" !important;
    font-family: 'FontAwesome' !important;
    margin-right: 10px !important;
    height: 8px !important;
    width: 8px !important;
    background: var(--main-color) !important;
    display: inline-block !important;
    transform: rotate(45deg);
}
.img-detailss {
    height: 100%;
    width: 100%;
}
.class-imgss {
    background: var(--main-color) !important;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}
.form-dssg {
    border: 2px dashed var(--main-color);
    outline: 2px solid var(--main-color);
}
.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;
}
#review-form .form-group {
    margin-bottom: 15px;
}
.starpkg {
    margin-right: 2px;
    font-size: 18px;
    width: 28px;
    height: 28px;
    transition: .6s all;
}
.btn-amt {
    color: #222;
    background-color: #ffc419;
    border-color: #ffc419;
    padding: 12px 25px;
    position: relative;
    top: -22px !important;
}
.brs-1 {
    border: 2px solid var(--main-color);
    border-radius: 1rem !important;
}

.gate-headings{
    font-size: 15px;
    font-weight: 700;
}


/*tour packages*/
.hotel-list-left-panel {
    position: sticky;
    top: 100px;
    transition: top 0.3s ease;
}
.form-wrap-aside {
    padding: 25px;
    border-radius: 12px;
    background-color: #2A2A2F;
}
.form-header {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-lead .form {
    flex-direction: column;
}
.form-lead .d-block {
    width: 100%;
}
.form-lead .form-control {
    border: 2px solid #e4e4e4;
    height: 42px;
        margin-bottom: 15px;
}
.btn {
    background-color: green;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 10px 25px;
    font-family: var(--bs-body-font-family);
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.validate-msg {
    padding-top: 10px;
    font-size: 14px;
}

/* highlight section start */
.badge-btn{
    background-color: var(--primary-color-light);
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
.badge-btn2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.badge-btn2::before {
     content: '';
    position: absolute;
    top: 3px;
    right: -5px;
    width: 24px;
    height: 24px;
    background: linear-gradient(223deg, var(--secondry-color), var(--secondry-color-light));
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    transform: rotate(-15deg);
    z-index: -1;
}

.amn{
    margin:20px 0 0;
    padding:0;
    list-style:none;
        display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.amn li{
    border-radius:4px;
    display: inline-flex;
    font-size: 15px;
    align-items: center;
    width: calc(50% - 8px);
}
.amn li span {
    position: relative;
    margin-left: 10px;
}
.amn.amn-top {
        margin: 15px 0px 30px;
    padding: 12px;
    background-color: #f8f2e4;
    border:1px solid #efce8b;
    border-radius: 6px;
        display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-around;
}
.amn.amn-top li {
    margin: 0;
    padding: 0;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
}
.hamn {
    font-size: 15px;
    margin-top: 6px;
    margin-left: 0px!important;
    font-weight: 500;
}
.amn.amn-top li .check {
    margin: 0px;
    font-weight: 600;
}
/* highlight section ends */
/* hotel hero section start here */
.breadcrumb-hotel-detail {
    margin-top: 80px;
}
.logo img {
        max-width: 130px;
        position: relative;
    bottom: 0px;
    border-bottom: 0px solid #78bb26;
}
.navbar-fixed {
    padding: 0px;
}
.hotel-info-top {
    margin-bottom: 15px;
}
.hotel-name-type {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 0px;
}
.hotel-name-type h1 {
    color: var(--heading-color);
    font-size:24px;
    margin-top: 0px;
    margin-bottom: 0px;
        max-width:calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotel-loca svg {
    width: 22px;
    margin-right: 5px;
}
.hotel-loca .one-line-ellipsis {
    max-width: calc(100% - 30px);
}
.price-wrap {
    width: 100%;
    margin-bottom: 0px;
}

.price-discount-wrap {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 0px;
}
.price-discount-wrap del {
    text-decoration: line-through;
    font-size: 14px;
    color: var(--heading-color);
}
.total-discount {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    border-radius: 12px 12px 12px 0px;
    padding: 6px 12px;
    line-height: 1;
    margin-bottom: 5px;
}
.hotel-price {
    color: var(--heading-color);
    font-size: 24px;
    width: 100%;
    display: block;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1;
    color: #fff;
        padding-bottom: 10px;
}
.hotel-price small {
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 400;
    margin-left: 5px;   
    letter-spacing: 0px;
}
.blimg {
    height: 100%;
}
.blimg a {
    position: relative;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
        width: 100%;
    height: 100%;
    display: block;
}
.blimg a:hover {
    color: var(--secondry-color);
}
.more-img {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 50, 0, 0) 0%, #000000 120%);
    height: 50px;
    align-items: flex-end;
    justify-content: center;
    padding-right: 15px;
    padding-bottom: 10px;
}
.more-img span {
        background-color: rgba(255, 255, 255, .7);
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.more-img span:hover {
   background-color: rgba(255, 255, 255, 1);
}
.brimg {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.row.hero-images {
    margin: 0px -5px 30px;
}
.row.hero-images>* {
    padding: 0px 5px;
}
.hero-images img {
    border-radius: 2px;
}
.hero-images, .brimg {
    height: 350px;
}
.img-wrap {
    width: 100%;
    height: 100%;
}
.img-fit, .img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    overflow: hidden;
}


.star-gray {opacity: .2}
.update-rooms {
    font-size:15px;
}

.hb-btn {
    display:flex;
    justify-content:space-between;
    width:100%;
    gap:10px;
}
.hb-btn .btn-primary {
    border-radius:8px;
    font-weight:600;
}
/* package  start */
.package-price-wrap .hotel-price, .package-price-wrap small {
    color: #0c0407;
}
.package-detail-wrap {

}
.package-info {
    margin: 15px 0px 0px;
}
.package-info h3 {
    margin-bottom: 0px;
        width: 100%;
    white-space: normal;
    overflow: visible;
    font-size: 18px;
    font-weight: 500;
}
.package-wrap a, .package-wrap a small{
    text-decoration: none;
    color: var(--body-text-color);
}
.price-amn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5px;
}
 .price-discount-wrap {
    margin-top: 5px;
}
.price-amn-wrap .btn, .activity-info .btn {
    padding: 6px 10px 6px 12px;
    border-radius: 6px;
}
.hotel-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.duration-tag {
    position: absolute;
    top: 15px;
    z-index: 2;
    left: 15px;
    background-color: rgba(255, 255, 255, .6);
    border: 1px solid #fff;
    border-radius: 2px;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 12px;
}
/* package  ends */
@media (max-width:991.98px){
    
   .hero-images { --bs-gutter-x:0.5rem}
    .hero-images, .brimg {
        height: 315px;
    }
    .brimg {
        gap: 10px;
    }
    
.hotel-price {
    padding: 0px;
}
.hotel-price h1 {
    font-size: 22px;
}
.hotel-address {
    font-size: 14px;
}
}
@media (max-width:767.98px){

    .logo img {
        max-width: 100px;
    }
    
    .hotel-price {
    margin-top: 0px;
}
.breadcrumb-hotel-detail {
    margin-top: 65px;
}
.hero-detail {padding: 0px;
box-shadow: none;}
.hotel-name-type h1 {
    font-size: 18px;
}
.hotel-loca .one-line-ellipsis {
    font-size: 14px;
}
.price-wrap {
    width: 100%;
}
.hotel-price-wrap {
    text-align: left;
}
.price-discount-wrap {
    justify-content: flex-start;
}
}
@media (max-width:479.98px){
    .hero-images, .brimg {
        height: 200px;
    }
}
/* hotel hero section ends here */

/* image modal style start */

.hd-modal {
  display: none;
  position: fixed;
  z-index: 1093;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.hd-modal-content {
  margin: auto auto;
  padding: 0px;
  width: 63%;
  height: calc(100vh - 5vh);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border-radius: 24px;
    filter: none;
  
    will-change: auto;
    -webkit-font-smoothing: antialiased;
}

.hd-close {
    color: #000;
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 300;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -60px;
    position: relative;
    top: 40px;
}

.hd-close:hover,
.hd-close:focus {
  color: black;
  text-decoration: none;
}

body.hd-modal-open {
  overflow: hidden scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* image modal style start */
/* popup slider start */


    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  

  

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .hd-mySwiper2 {
      height: calc(90% - 50px);
      width: 100%;
      border-radius: 24px;
    }
    .rd-mySwiper2 {
      height: 325px;
      width: 100%;
      border-radius: 8px;
    }
    
    .hd-mySwiper {
      height: 10%;
      box-sizing: border-box;
      padding: 10px 20px 0;
    }

    .hd-mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      filter: grayscale(100%);
    }

    .hd-mySwiper .swiper-slide-thumb-active {
      filter: grayscale(0);
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.hd-swiper-button-prev, .hd-swiper-button-next{
        width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}
.hd-swiper-button-prev:after, .hd-swiper-button-next:after {
        font-size: 20px;
    color: var(--body-text-color);
}
.rd-swiper-button-prev, .rd-swiper-button-next{
        width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}
.rd-swiper-button-prev:after, .rd-swiper-button-next:after {
        font-size: 20px;
    color: var(--body-text-color);
}
@media (max-width:767px){
    .hd-close {
        top: -15px;
        right: 0px;
    }
    .hd-modal-content {
        width: 98%;
        padding: 0px 10px;
        height:450px;
        border-radius:6px;
    }
    .hd-mySwiper2 {
     height: calc(80% - 50px);
    }
    .hd-mySwiper {
        height:20%;
    }
    .hd-swiper-button-prev, .hd-swiper-button-next {
    width: 40px;
    height: 40px;
    }
    .hd-swiper-button-prev:after, .hd-swiper-button-next:after {
        font-size:16px;
    }
}
/* popup slider ends*/


/* hotel overview+amenities start here */
.overview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease; 
    will-change:-webkit-line-clamp;
    margin-bottom: 0px;
}

.overview.expand {
    display: block; 
    -webkit-line-clamp: unset; 
    overflow: visible;
    transition: all 0.5s ease; 
}

.readmore {
    display: inline-block;
    margin-top: 5px;
    color: var(--primary-color);
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background: transparent;
    padding-left: 0px;
    font-weight: 700;
}

.readmore:hover {
    text-decoration: underline;
}
.hotel-detail .h3 {
    font-size: 24px;
    letter-spacing: -.6px;
    font-weight: 500;
}
.amn{
    margin:0px 0 0 0px;
    padding:0;
    list-style:none;
}
.amn li{
    border-radius:4px;
    padding:0px 0px 0px 0px;
    margin-right:10px;
    margin-bottom:0px;
    display: inline-flex;
    font-size: 14px;
    align-items: center;
    line-height: 1;
}
.amn li span {
    position: relative;
    margin-left: 5px;
}

.hotel-detail  hr {
    background-color: var(--border-gray);
    border: 0px;
}
/* hotel overview+amenities ends here */




@media (max-width: 1199.98px) {
   
    .card-right {
        padding-right: 10px;
    }
}
@media (max-width: 767.98px) {
    .card-left {
        height:100%;
    }
   
    .card-right p {
        margin-bottom: 5px;
    }
   
    .hotel-detail {
        margin-bottom: 30px;
    }
}
@media (max-width: 479.98px){
   
    .card-left {
        width: 100%;
        height: 220px;
    }
    .card-right {
        width: 100%;
        padding: 15px 0px 15px 7px;
    }
}
/* horizontal card ends here */
/* point list start */
.badge-btn{
    background-color: var(--primary-color-light);
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
.order-list {
    margin:0 0 0 15px;
    padding: 0;

}
.order-list li {
    margin-bottom: 10px;
}
.p-list{
    margin:10px 0 0;
    padding:0;
    flex-direction:row;
    flex-wrap:wrap;
    list-style: none;
    display: flex;
}
.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
.p-list h2{
    font-size:36px;
}
.p-list h3{
    font-size:16px;
    display:inline-block;
    margin-bottom:0;
    line-height:1.6
}
.p-list li::after{
    content:"";
    top:9px;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    background-color: var(--secondry-color);
    z-index: 1;
    background-position: center;
    border-radius: 0px;
    background-repeat: no-repeat;

}
.p-list li{
    width:100%;
    display:inline;
    padding-left:35px;
    margin-bottom:15px;
    position: relative;
    font-size: 14px;
}
.p-list li:last-child {
    margin-bottom: 0px;
}
.p-list li:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAInRSTlMANhj37Nsc+vDpndLLZUMTto0oJKDh1pksxbGVVT0yCLsu3xVKkQAAALlJREFUKM+dkdkSgiAUhk+CEiAigltmFu//kA1rzsSV/wXL9zNnA66rEqx/s+cfNsTStaWTvx1H4h1GaoCkpjaJI67hxO+3GAdzWeLAkC5ySVSRg7Au70f++BSq3rBbed3k93T2xqN16wuPOsVp+2REZ/Q8GzMFrxshMS+ec3KvfQ/7YkXoL5abpUjs1yB95gMyUBqJ5LSCPMRpSWfNUef2PPbNW4NCNPAUjRGL25VawqrC1/ZMOHxRX//gCJVY31dBAAAAAElFTkSuQmCC');
  filter: brightness(0) invert(0);  
background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.p-list hr{
    height:1px;
    background-color:#b2c1d9;
    margin:20px 0
}
@media (max-width: 991.98px) {
   
    .p-list h2 {
    font-size: 28px;
}
.p-list hr {
    margin: 15px;
}
}

/* point list ends */


/* form-aside start here */
.hotel-list-left-panel {
    position: sticky;
    top: 100px;
    transition: top 0.3s ease;
}

.form-header {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text-color);
    margin-top: 5px;
}

.form-lead .form {
    flex-direction: column;
}
.form-lead .d-block {
    width: 100%;
}
.form-lead .form-control {
    border:2px solid #e4e4e4;
    height: 42px;
}
.form-control-group {
    display: flex;
    align-items: center;
}
.form-control-group input {
    width: 50%;
}
.input-group {
    display: flex;
    gap: 15px;
}
.add-guest {
    display: flex;
    gap: 15px;
}
.call-back-sec-wrap {
    background-color: #f5f7fa;
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 2px;
}
/* form-aside start here */
.hotel-list-left-panel {
    position: sticky;
    top: 100px;
    transition: top 0.3s ease;
}

.form-header {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 {
    color: var(--heading-color);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}
.form-header2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text-color);
    margin-top: 5px;
}

.form-lead .form {
    flex-direction: column;
}
.form-lead .d-block {
    width: 100%;
}
.form-lead .form-control {
    border:2px solid #e4e4e4;
    height: 42px;
}
.form-control-group {
    display: flex;
    align-items: center;
}
.form-control-group input {
    width: 50%;
}
.input-group {
    display: flex;
    gap: 15px;
}
.add-guest {
    display: flex;
    gap: 15px;
}

@media (max-width:1199px){
    .input-group {
        gap: 0px;
        flex-direction: column;
    }
    .update-rooms .input-group {
        flex-direction:row;
    }
}
@media (max-width:767px){
    .form-lead .form-control {
        margin-bottom: 10px;
    }
    .update-rooms .form-control {
        margin-bottom: 0px;
    }
    .form-wrap-aside, .call-back-sec-wrap {
        margin-left: 0px;
    }
    
    
    
    .page_title{
        
            font-size: 14px;
    }
    #faq-main {
   
   
   
    padding: 56px 0 23px;
  
}

}
/* form-aside ends here */
/* itenerary start */
.Itinerary-wrap {
        border-radius: 4px;
    box-shadow: var(--details-left-section-box-shadow, 0 2px 30px 0 rgba(0, 0, 0, 0.1));
}
.iti-header {
    background-color: var(--secondry-color-light);
    padding: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.accordion-button{
    color:var(--secondry-color);
    font-weight:600
}




.accordion{
    width:100%
}


.accordion-button{
       width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s;
    font-family: var(--bs-body-font-family);
}

.arrow{
    font-size:20px;
    transition:transform .3s
}
.arrow.plus::before{
    content:'\002B'
}
.accordion-item.open .arrow,.arrow.minus::before{
    content:'\2212'
}
.accordion-content{
    display:none
}
.accordion-content p{
    margin:0
}
.accordion-item.open .accordion-content{
    display:block
}


.accordion-content {
    background-color: transparent;
    padding: 30px 20px;
}
.accordion-content img {
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    margin-bottom: 15px;
}
.accordion-button, .accordion-button:hover {
    background-color: transparent;
    border-top: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
    padding: 10px 20px;
}

.day-wrap {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    
}
.day-wrap p {
    color: var(--body-text-color);
    font-weight: 500;
    font-size: 14px;
}
.arrow {
    padding-right: 15px;
}

.accordion-button:hover .day {
    background-color: #e8ab06;
    transition: all .3s;
}
.accordion-content p {
    margin-bottom: 10px;
    padding-left: 17px;
    position: relative;
    font-size: 15px;
}
.accordion-content p:after{
    content: "";
    top: 8px;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    background-color: var(--secondry-color-hover);
    z-index: 1;
    background-position: center;
    border-radius: 50%;
    background-repeat: no-repeat;
}
.hotel-detail-page-wrap{
        margin-top: 123px;
}
.call-action {
    display: none;
}


@media only screen and (max-width: 767px) {
    
    
        .call-action {
        display: block !important;
        background: #e79e1d;
        padding: 5px 0px 17px 0px;
        position: relative;
        z-index: 99;
    }
     .call-action .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
        .call-action .content {
        text-align: center;
    }
        .call-action .content a.tel {
        display: block;
        margin-bottom: 10px;
                font-size: 14px;
    }
        .call-action .content a {
        color: #000;
    }
        .call-action .content a.button {
        background: #00bd68;
        padding: 7px 18px;
        border-radius: 5px;
        font-weight: bold;
        color: #fff;
    }
        .call-action .content {
        text-align: center;
    }
        .call-action .col-md-6+.col-md-6 .content a.button {
        background: #dc3545;
    }
    #safaripage {
    margin-top: 115px !important;
}
}

