@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


img {
    object-fit: cover;
}

body {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6{
 font-family: "Montserrat", sans-serif;
  font-style: normal;
      font-weight: 700 !important;
      text-transform: capitalize;
          line-height: 45px !important;
}

.hero-section-bg{
    min-height: 40rem;
    align-items: center;
    background-image: url('../images/hero-image-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
        /*background-attachment: fixed;*/
            background-color: #0000002b;
    background-blend-mode: multiply;
        background-position: center;
}

.top-navigation-bar-links{
    padding: 0.5em 0.8em;
    /* box-shadow: 0.4em 0.4em 1em rgb(198, 255, 201); */
    margin: 0.3em;
}


/* Hide scrollbar */
.trips-filter::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Optionally, you can also hide scrollbar track and buttons */
.trips-filter::-webkit-scrollbar-track {
    display: none;
}

.trips-filter::-webkit-scrollbar-button {
    display: none;
}

/* Optionally, you can style the scrollbar thumb */
.trips-filter::-webkit-scrollbar-thumb {
    display: none; /* This hides the thumb */
    /* You can also apply other styles if needed */
}





.transition-very-sm{
    transition: all ease-in-out 1s;
}

.display-none{
    display: none;
}



/* Selecting Manually */
/* Selecting Manually */

@media (max-width: 950px) {
    .on-mobile-w-full{
        min-width: 100%;
    }
    
    .on-mobile-w-full{
        min-width: 100%;
    }

    .on-mobile-flex-wrap{
        flex-wrap: wrap;
    }

    .on-mobile-flex-wrap-reverse{
        flex-wrap: wrap-reverse;
    }
    
    .on-mobile-align-nm{
        align-items: normal;
    }
    
    .on-mobile-text-align-center{
        text-align: center;
    }
    
    .on-mobile-text-justify-center{
        justify-content: center;
    }
    .on-mobile-justify-between{
        justify-content: space-between;
    }

    .on-mobile-justify-center{
        justify-content: center;
    }
    
    .on-mobile-text-vs{
        font-size: 0.8em;
    }
    
    .on-mobile-display-none{
        display: none;
    }

    .on-mobile-display-block{
        display: block;
    }

    .on-mobile-high-m{
        margin-top: 150%;
    }



    .mobile-navs{
        display: none;
        position: fixed;
        top: 5.6em;
        background-color: white;
        left: 0;
        width: 100%;
    }
    
    .mobile-navs a{
        display: block;
    }
    
    
    .on-mobile-position-static{
        position: static;
    }



    /* Enquire form Responsiveness */
    .on-mobile-w-auto{
        width: auto;
    }
    .on-mobile-m-none{
        margin: 0px 0px 0px 0px;
    }


    .on-mobile-h1{
        font-size: 2em;
    }
    
    .on-mobile-h2{
        font-size: 1.2em;
    }
    
    .on-mobile-p{
        font-size: 1em;
    }

}


@media (max-width: 980px){
    .medium-flex-wrap{
        flex-wrap: wrap;
    }

    /* .medium-w-35ps{
        width: 35%;
    } */
}


@media (max-width: 550px) {
    .on-small-mobile-w-full{
        width: 100%;
    }
    .on-small-mobile-w-half{
        width: 40%;
    }
    .on-small-mobile-h-half{
        height: 100px;
    }
    .on-small-mobile-categary-card{
        width: 42.5%;
        height: 200px;
    }

    .on-small-mobile-categary-card span{
        font-size: 0.8em;
    }
    
    .on-small-mobile-categary-card p{
        font-size: 0.7em;
    }
}


/* Testmonial Section */
.home-testimonial{background-color: #231834;height: 380px}.home-testimonial-bottom{background-color: #f8f8f8;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top: 20px;margin-bottom: 100px;position: relative;height: 130px;top: 190px}.home-testimonial h3{color: var(--black);font-size: 14px;font-weight: 500;text-transform: uppercase}.home-testimonial h2{color: white;font-size: 28px;font-weight: 700}.testimonial-inner{position: relative;top: -174px}.testimonial-pos{position: relative;top: 24px}.testimonial-inner .tour-desc{border-radius: 5px;padding: 40px}.color-grey-3{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}.testimonial-inner img.tm-people{width: 60px;height: 60px;-webkit-border-radius: 50%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;max-width: none}.link-name{font-family: "Montserrat", Sans-serif;font-size: 14px;color: #6c83a2}.link-position{font-family: "Montserrat", Sans-serif;font-size: 12px;color: #6c83a2}



/* Popup Form Css */
.card {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    border-radius: 20px;
  }
  
  .card > * {
    margin: 0;
  }
  
  .card__title {
    font-size: 23px;
    /*font-weight: 900;*/
    color: #333;
  }
  
  .card__content {
    font-size: 13px;
    line-height: 18px;
    color: #333;
  }
  
  .card__form {
    /* display: flex; */
  }
  
  .card__form input {
    width: 90%;
    margin-top: 10px;
    outline: 0;
    background: rgb(255, 255, 255);
    box-shadow: transparent 0px 0px 0px 1px inset;
    padding: 0.6em;
    border-radius: 14px;
    border: 1px solid #333;
    color: black;
  }
  
  .card__form input[type="submit"] {
    color: white;
    border: none;
  }

  .sign-up:hover {
    opacity: 0.8;
  } 
  
  
  
a.top-navigation-bar-links {
    color: black;
    text-decoration: none;
}
a.block.my-2 {
    text-decoration: none;
    color: black;
}
.w-full.flex.justify-between.on-mobile-text-vs.items-center h1 {
    font-size: 15px;
}
.w-full.flex.justify-between.on-mobile-text-vs.items-center a {
    text-decoration: none;
    color: black;
}

.inner-baner-container {
    background-color: #00000029;
    background-blend-mode: multiply;
    color: white;
    padding: 90px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
div#search-results {
    background: white;
}
  div#replyForm {
    display: none;
}
span.posted-on a {
    color: #377d2b;
}

.top-navigation-bar-links a {
    color: black;
    text-decoration: none;
}


div#mobileMenu {
    display: none;
}
.dropdoenmenumobile button {
    width: 100%;
    background: white;
    border-top: 1px solid #0000003b;
}
ul#dropdownMenu {
    margin: 0px;
    border-radius: 0px;
    width: 100%;
}

ul#dropdownMenu li {
    border-bottom: 1px solid #0000001c;
}

.mywhychoose .relative.space-y-8 h5 {
    color: #5d2cbe !important;
    background: transparent !important;
}
 
.mywhychoose .relative.space-y-8 span,.mywhychoose .relative.space-y-8 p  {
    color: grey !important;
    background: transparent !important;
}

.mywhychoose svg,.mywhychoose svg *{
        fill: #5d2cbe !important;
}
 
@media screen and (max-width: 600px) {
 .dropdoenmenumobile ul {
    z-index: 999;
    width: 100%;
}
}



  /* Custom Scrollbar */
  /* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  
  
.bg-green-500, .bg-green-400, .bg-green-600 {
    background-color: black  !important ;
}

.border-green-500,.border-green-400,.border-green-600,.border-r-green-400 {
    border-color: rgb(58 32 175)  !important ;
}

.text-green-500{
    color: black  !important ;
}

 .bg-black {
 
    background-color: black !important ;
}


.mysearchbar>div {
    background: white;
    border-radius: 10px;
}
.mysearchbar span#search-icon {
    width: fit-content;
    min-width: max-content;
    padding: 0px 15px !important;
    background: #ae4ae2;
    color: white;
}
input#search-input {
    background: white;
}

.mysearchbar>div>span {
    border-radius: 10px;
}
input#search-input {
    background: white;
    border-radius: 10px;
}
div#header {
    background: black;
}
/*.hero-section-bg {*/
/*    margin-top: -100px;*/
/*    padding-top: 160px;*/
/*    padding-bottom: 100px;*/
/*}*/
.main-menu a {
    color: white;
}

.nav-link.book_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    min-width: 160px;
    height: 52px;
    padding: 18px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: black;
    background: white;
    transition: all 0.3s ease-in-out;
}

header.header-top {
    padding: 10px 0px;
}
header.header-top ul.list-unstyled.mb-0.d-flex {
    gap: 20px;
    display: flex;
}
header.header-top .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.header-top .container {
    max-width: 1140px;
    margin: auto;
}
.submenuitem > div {
    background: white;
    padding: 0px;
}
div#home-banner {
    background-image: url(/public/assets/img/tigerback.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00000045;
    background-blend-mode: darken;
    height: 450px;
    align-items: center;
}
header .book_now {
    padding: 14px 15px !important;
    font-size: 14px !important;
    height: auto !important;
}
.nav-link.book_now svg {
    width: 20px;
    fill: white !important;
    margin-left: 20px;
    color: white;
    float: right;
    height: auto;
}
header.header-top ul.list-unstyled.mb-0.d-flex li.text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
        color: white;
}
.value.zone.social-media.flex.justify-center svg {
    fill: white;
}
header.header-top ul.list-unstyled.mb-0.d-flex li.text svg {
    width: 20px;
    height: auto;
      fill: white;
}
.mysearchbar>div {
    width: 70%;
    margin: auto;
    margin-top: 30px;
}

.banner-box {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: left;
    background-color:#f5f4f1;
        position: relative;
}
  .banner-box h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
    /*font-weight: 600;*/
}
    .banner-box form {
    margin-top: 0px;
}
.banner-box input, .banner-box select {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 6px 20px;
    width: 100%;
    height: 37px;
    position: relative;
    color: #4c4c4c;
    background-color: #ffffff;
    border: 1px solid #00000038;
    border-radius: 5px;
    overflow: visible;
    outline: none;
}
.banner-box .form-group {
    width: 47%;
    margin: 6px;
}
.banner-box button {
    font-size: 20px;
    width: 150px;
    height: 50px;
    border: none;
    text-align: center;
    color: white;
    background-color: #9b4922;
    border-radius: 8px;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
    margin-top: 0px;
}
.formtext {
    background: white;
    padding: 40px;
    border-radius: 12px;
    color: black;
}.servicebox h1 {
    line-height: 24px !important;
}div#topimg {
    margin-top: -120px;
}
.formtext a {
    background: #9b4922;
    color: white;
}
div#formbox {
    background: #f1e5e0;
}.datetime {
    background: #f1e5e0 !important;
}
.mysearchbar>div {
    background: white;
    border-radius: 10px;
}
.mysearchbar span#search-icon {
    background: black;
}
.packagebox h1 {
    font-size: 20px;
    font-weight: 700;
}
section.about-con.position-relative .row.align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.about-image img {
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
section.about-con.position-relative .row.align-items-center .col-xl-7.col-lg-6.col-md-12.col-sm-12.col-12.text-lg-left.text-center {
    width: 50%;
}
section.about-con.position-relative .row.align-items-center .col-xl-5.col-lg-6.col-md-12.col-sm-12.col-12 {
    width: 50%;
}
.value.zone.social-media.flex.justify-center {
    gap: 10px;
}
/*.about-con .about_content li {*/
/*    width: 134px;*/
/*    height: 139px;*/
/*    padding: 28px 32px;*/
/*    margin: 0 8px;*/
/*    border-radius: 8px;*/
/*    display: inline-block;*/
/*    background-color: #ffffff;*/
/*    border-bottom: 2px solid black;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
.about-con .about_content li .value {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    color: black;
}
.login-form h2 {
    color: black !important;
}
.login-form .form-control {
    border: 2px solid black !important;
}
.login-form .btn-primary {
    background: black !important;
}
.mywhychoose svg, .mywhychoose svg * {
    width: 80px;
    background: #9b4922;
    height: 80px;
    padding: 20px;
    border-radius: 12px;
    margin: auto;
    fill: #9b4922 !important;
}
.mywhychoose .relative.space-y-8 h5 {
    color: #44322e !important;
    background: transparent !important;
}
.mywhychoose .relative.space-y-8 span, .mywhychoose .relative.space-y-8 p {
    display: none;
}

div#footersec {
    background: #000000b8;
    color: white;
}
div#footersec img {
    width: 160px;
}
div#footersec a.block.my-2 {
    color: white;
}

div#popup-home {
      display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #0000001c;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
    /*transform: translate(-50%, -50%) scale(0.8);*/
}
/* Popup visible state */
#popup-home.show {
  display: flex;
  opacity: 1;
  /*transform: translate(-50%, -50%) scale(1);*/
}

#close-popup {
    margin-top: 20px;
    background-color: #00446d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 4px;
    color: white;
    fill: white;
    width: 18px;
    height: 18px;
    padding: 3px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formtext h6 {
    color: white !important;
}
.popupfrm {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#close-popup:hover {
  background-color: #00334a;
}
.logobox img {
    width: 100px !important;
    height: auto !important;
}
.header-content.m-auto {
    padding: 40px;
    color: white;
}
.header-content.m-auto h1 {
    font-size: 60px;
    font-weight: 600;
    text-align:center;
}
nav ol.breadcrumb {
    display: flex;
    gap: 5px;
}
div#footersec {
    padding-top: 70px;
}
div#home-banner h3 {
    font-size: 18px;
    text-align: left !important;
    width: 100%;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.fontsty {
    color: #9b4922 !important;
    letter-spacing: 5px;
    text-transform: uppercase;
}
div#mainhero {
    width: 50%;
    max-width: 100%;
    margin-right: auto !important;
}
div#mainhero h1 {
    font-size: 35px;
    line-height: 48px;
}
div#searchbar {
    margin-right: auto;
}
a.book-safari {
    background: #9b4922;
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    margin-right: auto;
    border-radius: 50px;
}
.w-full.flex-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: white;
}
.formtext a {
    background: #9b4922;
    color: white;
}
.hero-section-bg {
    position: relative;
}
.text-3xl {
    font-size: 2rem !important;
    line-height: 2.25rem;
    /*font-weight: 700 !important;*/
}
.servicebox {
    height: 20rem;
}
.more-detail {
    background: white !important;
    color: black !important;
}
.whychooseus {
    background: #F2ECE4;
}
.on-small-mobile-categary-card {
    height: 300px;
    overflow: visible;
}
.servcecontent {
    background: black;
    text-align: center;
    bottom: -14%;
}
.servcecontent {
    background: #00000061;
    text-align: center;
    bottom: 0% !important;
    width: 100% !important;
    border-radius: 0px 0px 8px 8px;
    margin: auto;
    left: 0px !important;
    color: #ffffff !important;
}
.servcecontent a {
    background: #9b4922;
    color: white;
    font-size: 12px;
    padding: 0px !important;
    line-height: 22px;
    padding: 0px 6px !important;
    font-weight: 700;
}
.on-small-mobile-categary-card {
    height: 20rem !important;
}
.menu-iconm {
    display: none !important;
}
header.header-top {
    background: black;
}

div#main-slider {
    margin-top: -110px;
}
div#mid-header {
    background: transparent;
    border: none;
}
div#mid-header span {
    color: #9b4922 !important;
    text-shadow: none;
    font-weight: 600;
    font-size: 15px;
}
.menu-open-icon svg {
    background: white;
}
div#mobileMenu span {
    color: black !important;
}
.menu-iconm {
    background: white;
}
div#mobileMenu a.top-navigation-bar-links {
    border-top: 1px solid #0000002e;
}
.mywhychoose {
    text-align: center;
    border: none !important;
}
.group.relative.bg-white-800 {
    border: none;
}
header.inner-page-header {
    /*padding-top: 120px;*/
    /*padding-bottom: 120px;*/
    background-position: center;
    background-size: cover;
}

.value.zone.whatsapp a i {
    background: #9b4922;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: white;
}
.more-button-top-nav-arrow svg path {
    stroke: #9b4922;
}
.value.zone.whatsapp {
    display: flex;
    gap: 13px;
}
/*#videobox {*/
/*    margin-top: -111px;*/
/*}*/

.topbannersec {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin-top: -111px;*/
    background-color: #00000061;
    background-blend-mode: multiply;
}

.serviceDetails {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: white;
    padding-left: 80px !important;
}

.serviceDetails .mainheading {
    font-size: 50px !important;
    /*font-weight: 900 !important;*/
    margin-bottom: 20px;
}
button#search-icon {
    background: #9b4922;
    color: white;
}
input#search-input {
    border-radius: 50px 0px 0px 50px;
}
div#normltxt {
    color: black;
    background-color: white;
        text-align: center;
}

div#normltxt h6 {
    color: white !important;
}
div#popup-form {
    background: #0000007a !important;
}


.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 13px !important;
    background: #00000066;
    min-width: 45px !important;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: white;
}div#exploredes {
    background: #9b492212;
}
div#explorebutton button {
    width: 120px;
    background: black;
    color: white;
    border-radius: 4px;
}div#explorebutton button.tab-btn.active {
    background: #9b4922;
}div#testimonial {
    background: #f8f2ef;
}.servcecontent a {
    width: 100%;
    padding: 6px !important;
    border-radius: 4px;
    font-size: 15px;
}div#mid-header a, div#mid-header button {
    color: white;
    font-weight: 600;
}.menufont a {
    color: black !important;
}header.inner-page-header.inner-page-header-1 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}.perfecttravel {
    border-bottom: 1px solid #00000036;
    padding: 30px 0px;
}.leading-relaxed
 {
    height: 290px;
}div#testimonial img {
    object-fit: cover;
}div#enwuirynowfrm div {
    margin: 0px !important;
    width: 100%;
}div#enwuirynowfrm .flex {
    gap: 10px;
}form#msform input {
    border: 1px solid #00000017;
}.servicebox {
    border: 0px;
}div#related-package .blog-pack {
    width: 100%;
}.menufont a {
    font-size: 13px;
    text-transform: capitalize;
}a.book-safari {
    border-radius: 10px;
}div#image-gallery img {
    width: 600px !important;
    max-width: 100%;
}ol {
    list-style: auto !important;
    padding-left:25px !important;
}a.book-safari {
    text-transform: capitalize;
}.bg-gray-50 {
    background-color: #f8f2ef !important;
}.monthpack {
    right: 0;
    top: 0;
    height: auto;
    display: inline-table;
    border-radius: 0px !important;
    padding: 6px 20px !important;
        color: white !important;
}.mthtext {
    width: 70%;
}.wanttravel a {
    background: #9b4922;
}.bg-yellow-500 {
    background: #9b4922 !important;
}.bg-gray-100 {
    background: #f1e5e0;
}.from-yellow-400 {
    background: #f1e5e0 !important;
}


@media (min-width: 1000px) and (max-width: 1260px) {
  .spacenew {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
    
    .value.zone.whatsapp {
    display: none;
}
.col-lg-6.col-md-6.col-12.d-none.d-sm-block {
    display: none;
}
.value.zone.social-media.flex.justify-center {
    display: none;
}

.menu-iconm {
    display: block !important;
}
    .logobox img {
        height: auto !important;
        max-width: 150px !important;
    }
.bookbtn {
    display: none !important;
}
.hamburger svg {
    background: white;
}
.banner-box .form-group {
    width: 100%;
}
.banner-box {
    max-width: 100%;
    height: auto;
}
.banner-box input, .banner-box select {
    width: 100%;
}
.hero-section-bg {
    min-height: 36rem;
}
div#mainhero h1 {
    font-size: 24px !important;
    line-height: 36px !important;
}
.hero-section-bg {
    align-items: center;
}
section.about-con.position-relative .row.align-items-center {
    flex-direction: column;
}
section.about-con.position-relative .row.align-items-center .col-xl-7.col-lg-6.col-md-12.col-sm-12.col-12.text-lg-left.text-center, section.about-con.position-relative .row.align-items-center .col-xl-5.col-lg-6.col-md-12.col-sm-12.col-12 {
    width: 100%;
}
.mobile-navs {
    top: 8.6em;
}
header.header-top ul.list-unstyled.mb-0.d-flex li.text {
    gap: 2px;
}
div#videobox video {
    transform: scale(3);
}

div#videobox {
    height: 79vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.serviceDetails {
    padding-left: 20px !important;
}
div#home-banner h3 {
    text-align: center !important;
    line-height: 36px;
}
div#searchbar {
    max-width: 96% !important;
}
div#home-banner {
    height: 360px!important;
}
header.inner-page-header.inner-page-header-1 {
    height: 60vh;
}.servicebox {
    min-width: 100% !important;
}.mywhychoose {
    grid-template-columns: 1fr 1fr;
}div#topbar {
    padding: 10px !important;
}ol {
    list-style: auto !important;
    padding-left:25px !important;
}    div#image-gallery .flex.flex-wrap.items-center {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: 20px;
    }div#topimg {
    height: 65vh;
}div#topimg h3 {
    font-size: 20px !important;
}div#topimg h1 {
    font-size: 22px !important;
}
h1,h2,h3,h4,h5,h6{
          line-height: 30px !important;
}
}




