/* Reset + Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
}

/* HEADER */
header {
    background: #fff;
    /* padding: 20px 40px; */
    display: flex;
    /* justify-content: center; */
    /* border-bottom: 1px solid #eee; */
    /* z-index: 100; */
    position: relative;
}

.nav {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .logo {
  display: flex;
  align-items: center;
  gap: 10px;
} */
.logo img {
    /* height: 40px; */
    height: 76px;
    width: 120px;
}


.logo span {
    font-size: 20px;
    font-weight: bold;
    color: #0077b6;
    line-height: 1.2;
}

.logo small {
    font-weight: normal;
    font-size: 12px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin-bottom: 0px;
}

nav ul li,
.nav-link,
.nav-link .dropdown-menu .dropdown-item {
    cursor: pointer;

    color: #333;
    font-family: 'Manrope', sans-serif;

    font-weight: 400;
    /* font-style: Regular; */
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: capitalize;
}

/* HERO SECTION */
.hero {
    position: relative;
    height: 100vh;
    /* height: 80vh; */

    /* background: url('../img/Taj.png') center center/cover no-repeat; */
     /* background: url('../img/tajmahalbanner.jpg') center center/cover no-repeat; */
    /* background: url('../img/taj\ banner\ girl.jpg') center center/cover no-repeat; */
    background: url('../img/1.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background-size: contain; */
    /* width: 100%; */
 }

.overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.4); */
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: 200px !important;
}

.logo {
    background-image: url("../img/bg_logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 317px;
    height: 92px;
    display: flex;
    justify-content: center;
}

.hero-content .tagline {
    letter-spacing: 10px;

    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    /* leading-trim: NONE; */
    line-height: 100%;
    letter-spacing: 46%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.hero-content h1 {
    /* font-size: 48px;
  font-weight: 700;
  margin: 10px 0 30px; */
    margin: 10px 0 30px;

    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    /* font-style: ExtraBold; */
    font-size: 56px;
    /* leading-trim: NONE; */
    line-height: 100%;
    /* letter-spacing: 11%; */
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;

}

/* SEARCH BAR & SLIDER */
.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* border-radius: 40px; */
    border-radius: 116px;
    overflow: hidden;
    padding: 5px;
    /* width: 500px; */
    width: 580px;
    max-width: 100%;
    height: 50px;
    gap: 10px;

}

.search-container input {
    border: none;
    padding: 12px 20px;
    flex: 1;
    outline: none;


    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    /* font-style: Regular; */
    font-size: 15px;
    /* leading-trim: NONE; */
    line-height: 100%;
    letter-spacing: 0%;
    /* text-align: center; */
    text-transform: capitalize;
    color: #A4A4A4;

}

.search-container .slider-box {
    background: #333;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 14px;
    gap: 10px;
}

.slider-box button {
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.search-container .search-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}


.top-strip {
    font-family: 'Manrope', sans-serif;
    /* background-color: #f8f9fa; */
}

.top-strip a:hover {
    color: #ea2d04 !important;
}


.strip_text {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    /* font-style: Regular; */
    font-size: 14px !important;
    /* leading-trim: NONE; */
    line-height: 100% !important;
    letter-spacing: 0% !important;
    text-transform: lowercase !important;
    color: #3C3C3C !important;

}

.strip_email_icon {
    width: 15px;
    height: 11px;
}

.strip_phone_icon {
    width: 11px;
    height: 11px;
}

.language_btn {
    border: 0.5px solid #E5E5E5 !important;
    gap: 10px !important;
    border-radius: 50px !important;
}

.top-strip {
    background-color: #FFFFFF;
    border-bottom: 0.5px solid #CFCFCF;
    height: 40px;
}


.tour-btn {

    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    /* leading-trim: NONE; */
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;

    background-color: #1CA8CB !important;
    font-family: 'Barlow Condensed', sans-serif;
    /* width: 162;
height: 47; */
    margin-top: 30px;



}


.heading {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    /* leading-trim: NONE; */
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;

}

.subheading {

    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;

    color: #1CA8CB;

}

.para {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #5A6A6E;
    /* margin-left: 5rem !important;
    margin-right: 5rem !important; */

}


.dropdown-item {
    display: flex !important;
    justify-content: start !important;
    padding-bottom: 10px !important;
    /* gap:2rem !important; */
}


.container {
    width: 100% !important;
}

@media screen and (min-width: 1150px) {
    .container {
        max-width: 1250px !important;
    }
}

@media screen and (min-width: 1250px) {
    .container {
        max-width: 1300px !important;
    }

}

.nav-link .dropdown-toggle {
    display: flex;
    align-items: center !important;
    gap: 5px !important;
}


.nav-link.dropdown-toggle::after {
    background-image: url("../img/icon/dropdown_logo.svg") !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    height: 8px;
    width: 8px;

    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    vertical-align: .011em;
    margin-left: .444em;
}


/* ----------------------------------------card style -------------------------------- */

/* .slider-wrapper {
  width: 100%;
  overflow: hidden;
}

#sliderTrack {
  transition: transform 0.5s ease-in-out;
} */



.review-card {
    /* border-radius: 10px;
  height: 100%;
  font-family: 'Barlow Condensed', sans-serif; */

    border: 0.5px solid #F0F0F0 !important;
    /* width: 383px !important; */
    width: 32% !important;
    /* height: 155px !important; */



    /* angle: 0 deg; */
    opacity: 1;
    border-radius: 16px;
    border-width: 0.5px;
    background: #FFFFFF;
    ;
}

.review-card p {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    text-transform: capitalize;
    color: #1D4955;

}

.stars {
    font-size: 18px;
    letter-spacing: 2px;
}

/* .arrow-btn {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  font-size: 22px;
  border-radius: 50%;
} */

.transition {
    transition: transform 0.4s ease;
}


.travel_rating {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 7px;
    leading-trim: NONE;
    /* line-height: 28px; */
    letter-spacing: 0%;
    text-align: justify;
    vertical-align: middle;
    text-transform: capitalize;
    color: #1D4955;

}

.review_cardTitle {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    vertical-align: middle;
    text-transform: capitalize;
    color: #1D4955;

}

.review_content {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    color: #1D4955;


}

.review_date {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    /* text-align: right; */
    vertical-align: middle;
    text-transform: capitalize;
    color: #1D4955;


}

.stars {
    color: #1CA8CB;
    /* width: 13.999343872070312;
height: 13.998468399047852; */

}

.write_btn {
    background-color: #1D4955 !important;
}

.review_left_arrow {
    border: 0.5px solid #B4B4B4 !important;
    color: #CFCFCF !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;

    ;
}

.left_arrow {
    width: 15.00000190734869 !important;
    height: 19.999998092651442 !important;

    /* angle: 180 deg; */
    color: #CFCFCF !important;

}

.review_right_arrow {
    border: 0.5px solid #1CA8CB !important;
    color: #1CA8CB !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px !important;

}


/* ----------------------------review slider responsive ----------------- */

.review-card {
    border: 0.5px solid #F0F0F0 !important;
    border-radius: 16px;
    background: #FFFFFF;
    flex: 0 0 calc(33.333% -20px) !important;
    /* 3 per row default */
}

@media (max-width: 992px) {

    /* tablet */
    .review-card {
        flex: 0 0 calc(50%) !important;
        /* 2 per row */
    }
}

@media (max-width: 576px) {

    /* mobile */
    .review-card {
        flex: 0 0 calc(100%) !important;
        /* 1 per row */
    }

    .read-review {
        margin-right: 10px !important;
    }
}



/* -------------------------------------image slider --------------------- */

.destination-card {
    /* height: 350px; */
    height: 438.7742919921875px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.destination-overlay {
    position: absolute;
    bottom: 20px;
    /* left: 20px; */
    /* left: 100px; */
    color: white;
    font-size: 20px;
    font-weight: bold;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,0.6); */
    font-family: 'Barlow Condensed', sans-serif;
    display: flex;
    justify-content: center !important;
    width: 100%;
}

.arrow-btn {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
    z-index: 99;
}

.transition {
    transition: transform 0.4s ease;
}


.destination_text {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
}

.desti_arrow {
    width: 50px !important;
    height: 50px !important;

    /* angle: 0 deg; */
    opacity: 1;
    /* border-width: 0.5px; */
    border: 0.5px solid #FFFFFF !important;
    border-radius: 50px !important;
}


/* ----------------------responsive destination ----------- */

.destination-card {
    height: 438.77px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
    /* Let media queries handle the width */
}

@media (min-width: 1200px) {
    .destination-card:nth-child(2n) {
        width: 600px;
    }

    .destination-card:nth-child(odd) {
        width: 315px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .destination-card {
        width: 50% !important;
    }
}

@media (max-width: 767.98px) {
    .destination-card {
        width: 100% !important;
    }
}

/* -------------------------------expereience card -------------------- */

.exp_main {
    background: #F8F8F8;
}

.experience-card {
    /* border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.08);
      transition: transform 0.3s ease;
      background: #fff; */

    /* border: 1px solid #D8D8D8; */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.experience-card:hover {
    transform: translateY(-5px);
}

.experience-image {
    /* height: 240px; */
    object-fit: cover;
    width: 100%;

    /* width: 376.1372985839844; */
    height: 324.23419189453125;


}

.experience-body {
    padding: 20px;
    text-align: center;
}

.experience-title {
    /* font-weight: 500;
      font-size: 1rem;
      margin-bottom: 15px; */
    margin-bottom: 15px;

    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;
    text-decoration: none;

}

.callback-btn {
    background-color: #1CA8CB;
    border: none;
    color: #fff;

    border-radius: 71px;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.callback-btn:hover {
    background-color: #009ba6;
}

.callback-btn i {
    font-size: 16px;
}



/* ---------------------------------tour card -------------------- */

.letter-space {
    letter-spacing: 2px;
}

/* .carousel-indicators {
  position: relative;
  margin-top: 1rem;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1f4f54;
  opacity: 0.5;
  margin: 0 4px;
  border: none;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #00bcd4;  
} */


.heading_light {
    font-family: 'Barlow Condensed', sans-serif;
    color: #1CA8CB;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 21%;
    text-align: center;
    text-transform: uppercase;

}

.category_heading {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;
}

.category_text {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #374143;

}


.car_col {
    padding-left: 0px !important;
    padding-right: 0px !important;

}

.car_content {
    background: #F8F8F8;
}

.car_head {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;

}

.car_para {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: justify;
    color: #1D4955;

}

.car_heighlight {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: justify;
    color: #1D4955;


}



/* --------------------------------elplore india ------------------------ */

.car_subheading {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1CA8CB;

}

.explor_text {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: Static/Display Medium/Line Height;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #1D4955 !important;
    /* border-bottom: 1px solid #D9D9D9; */

}

.explor-list {

    border-bottom: 1px solid #D9D9D9;

}

/* .nav-link.active {
    background-color: #f1f1f1;
    border-left: 3px solid #0d6efd;
    color: #0d6efd !important;
  } */

.nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 1px solid #dee2e6;
}

/* .card .row div {
    font-size: 0.9rem;
    color: #333;
  } */

.list-group-item a:hover {
    /* color: #0d6efd; */
}

.card img {
    /* max-height: 220px; */
    object-fit: cover;
    /* width: 100%; */
}



.car_list_text {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 52px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;

}

.explore-card {
    border: 1px solid #E5E5E5;

    border-width: 1px;
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;


}

.view_detail {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    color: #1CA8CB;

}



/* h2 {
    font-size: 2rem;
  } */

.form-control::placeholder {
    font-size: 0.9rem;
}

.btn-info {
    background-color: #0cb1d3;
    border: none;
}

.btn-info:hover {
    background-color: #0999b6;
}

.map_bg {
    background-image: url("../img/map_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}



.form-control::placeholder,
.form-select,
.my-date::placeholder,
.form-control {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 15px !important;
    leading-trim: NONE;
    line-height: 100% !important;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #707677 !important;

}


.form-control,
.form-select {
    height: 44px !important;
    border: 0.5px solid #C8DCE2 !important;
    /* color:#FFFFFF !important; */
}


/* ---------------------------testimonial section ------------------------------- */


.quote-icon {
    font-size: 1.5rem;
    transform: translateY(50%);
    transform: translate(-50%, 40%) !important;

    width: 64px;
    height: 64px;
    border-width: 2px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;



}

/* .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0cb1d3;
  }
  .carousel-indicators .active {
    background-color: #0c9abb;
  } */


.client-name {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    text-transform: capitalize;
    color: #1D4955;

}

.client-place {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    text-transform: capitalize;
    color: #5A6A6E;

}

.client-para,
.client-para p {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: justify;
    color: #5A6A6E;

}


.client-card {
    border: 0.5px solid #A6C3CA !important;
    background: #F8F8F8 !important;
    /* height: 261px; */
    /* width: 383px; */
    border-radius: 16px;
    /* margin-bottom: 3rem; */
}

.client-rating {
    color: #1CA8CB;
    /* width: 11.071429252624512;
  height: 10.74666690826416; */
}

.vehicle-tab.active {
    color: #1ca8cb !important;
}


.client-bg {
    background-color: url("../img/client-bg.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;

}

/* ------------------------------------letest news----------------- */


.letter-space {
    letter-spacing: 1px;
}

.btn-info {
    background-color: #0cb1d3;
    border: none;
}

.btn-info:hover {
    background-color: #0a94b2;
}


.news-text {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: justify;
    text-transform: capitalize;
    color: #1D4955;

}

.news-date {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #1CA8CB;

}


.brand-bg {
    background-image: url('../img/Brand-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Brand-card {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: 100px !important;
    width: 224px !important;


    /* flex: 0 0 20%;  
  max-width: 20%;
  box-sizing: border-box; */

}

.holiday-text {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955 !important;

}

.num-text {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.num-desc {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.num-box {
    border: 1px solid #C8DCE2;
    border-radius: 15px;
}

.num-inner {
    background-color: #F8F8F8;
    border-radius: 15px;
}


/* --------------------------------footer--------------------------- */

.footer-main {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;

}

.footer-bg {
    background: #424B4D !important;
}

.footer-sub {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;

}

.footer-text {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;

}

.footer-input {
    background: #424B4D !important;
    border: 0.5px solid #757B7C !important;
    border-radius: 4px !important;
}

.agree-text {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    /* line-height: 33px; */
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;

}

.blue-col {
    color: #1CA8CB;
}

.footer-email {
    background: #424B4D !important;
    border: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

/* .carousel-indicators [data-bs-target]{
  height: unset !important;
  width: unset !important;
  width: 12px !important;
  height: 12px !important;
border: 1px solid #5B6C71 !important;
 background-color: #FFFFFF !important;
 padding: 0px !important;
 
}

.carousel-indicators{
  position:  unset !important;
  position: relative !important;
   

}


.carousel-indicators [data-bs-target]:active , .carousel-indicators [data-bs-target]:focus ,
.carousel-indicators [data-bs-target]:focus-visible{
  width: 12px !important;
  height: 12px !important;
  background-color: #1CA8CB !important;
 border:none !important;
 transition: none !important;
 translate :none !important;
 opacity: 1 !important;
} */

.carousel-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #5B6C71 !important;
    background-color: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 1 !important;
    transition: background-color 0.3s ease;
}

.carousel-indicators .active {
    background-color: #1CA8CB !important;
    border: none !important;
}

.carousel-indicators {
    position: relative !important;
}


.holiday-des {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    /* letter-spacing: 0%; */
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;

}


/* #sliderTrack
 {
  transform: translateX(-1230px) !important;
} */



.list-group-flush ul li {
    background-color: #F8F8F8 !important;
}


.explore-list {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* detination page */


.desination-bg {
    /* background-image: url("../img/destination/destination-bg.png") !important; */
    /* background-image: url("../img/destination/destination.jpg") !important; */
    /* background-image: url("../img/destination/des.jpg") !important; */
    background-image: url("../img/india/Destination\ banner.jpg") !important;
    background-size: cover;
    height: 75vh;

}

.india-bg {
    background-image: url("/img/india.png") !important;
    background-size: cover;

}

.desti-card {
    /* height: 350px; */
    height: 438.7742919921875px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.desti-overlay {
    position: absolute;
    bottom: 20px;
    /* left: 20px; */
    /* left: 100px; */
    color: white;
    font-size: 20px;
    font-weight: bold;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,0.6); */
    font-family: 'Barlow Condensed', sans-serif;
    display: flex;
    justify-content: center !important;
    width: 100%;
}

.main-border {
    width: 89px;
    height: 1px;
    color: #FFFFFF;
    opacity: 1;
    margin: 0.5rem 0 0;
    border-top: 2px solid #FFFFFF;
}

.arrow-btn {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
    z-index: 99;
}

.transition {
    transition: transform 0.4s ease;
}


.desti_text {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.desti_arrow {
    width: 50px !important;
    height: 50px !important;

    /* angle: 0 deg; */
    opacity: 1;
    /* border-width: 0.5px; */
    border: 0.5px solid #FFFFFF !important;
    border-radius: 50px !important;
}

.heritage-bg {
    /* background-image: url("../img/heritage/heritage_tour.png") !important; */
    /* background-image: url("../img/heritage/tour-banner.jpeg") !important; */
    /* background-image: url("../img/heritage/budh.jpg") !important; */
    background-image: url("../img/india/interset\ banner.jpg") !important;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 75vh;
}

.filter-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;

}

.tour-listing {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;
    background: #F2F5F6;

}

.lsiting-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #6D6D6D;

}


.rental-bg {
    background-image: url("/img/carRental/car-rental.png");
    background-size: cover;
    height: 75vh;
}

.rental-tab {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    /* color: #1D4955; */
    color: #78A0AA;
}

.rental-tab:hover {
    color: #1D4955;
}

.car-div {
    border-bottom: 1px solid #E5E5E5;
    border-radius: 26px;
}

.car-card {
    border: 1px solid #E5E5E5 !important;
    border-radius: 27px !important;
}

.car-text {
    font-family: 'Manrope', sans-serif;
    ;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;

}

.view_detailBtn {

    /* background-color: #1CA8CB; */
    border: 1px solid #1CA8CB;
    background-color: #FFFFFF;
    color: #fff;
    border-radius: 71px;
    padding: 10px 25px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    color: #1CA8CB;

    padding-left: 4rem;
    padding-right: 4rem;
    text-decoration: none !important;


}

.testimonal-TopMargin {
    margin-top: 100px !important;
}

.btn-outline-secondary:hover {
    background-color: #1CA8CB !important;
    color: #FFFFFF !important;
    border: 0 !important;
}

.rental-tab {
    background: none !important;
    color: #78A0AA !important;
    border-color: none !important;
    box-shadow: none !important;
    border: 0 !important
}

.rental-tab.active,
.rental-tab:hover {
    background: none !important;
    color: #1D4955 !important;
    border-color: none !important;
    box-shadow: none !important;
    border: 0 !important
}

.festival-bg {
    /* background-image: url("/img/festival/festival.png") !important; */
    /* background-image: url("/img/festival/cam.jpg") !important; */
    background-image: url("/img/india/Festive banner.jpg") !important;
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-size: 100% 100%;
    height: 70vh;
}

.fest-subtext {

    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;

    color: #5A6A6E;
}

.lsiting-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #6D6D6D;

}

.festi-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;


}

.festi_text {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.main-border {
    width: 89px;
    height: 1px;
    color: #FFFFFF;
    opacity: 1;
    margin: 0.5rem 0 0;
    border-top: 2px solid #FFFFFF;
}

.exclusive-bg {
    /* background-image: url("/img/exclusive.png") !important; */
    background-size: cover;
    height: 75vh;

}

.custom-tabs {
    position: relative;
    z-index: 2;
    /* keep above overlay */
}

.custom-tabs .nav-link {

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 50px;
    letter-spacing: 0%;
    color: #FFFFFF;


    border-radius: 12px;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 10px 18px;
    color: #fff;
    background: transparent;
    text-align: left;
    transition: all 0.3s ease;
    border: none;
}

.custom-tabs .nav-link:hover {
    color: #FFFFFF;
}

.custom-tabs .nav-link.active {


    /* width: 207px;   
  height: 63px;    */
    width: 208px !important;
    /* height:73px !important; */

    /* background: #1CA8CB !important; */
    background-image: url("/img/logo/expand-bg.svg") !important;
    color: #fff !important;
    /* border-top-left-radius: 55px !important;
  border-bottom-left-radius: 55px !important; */
    background-color: unset !important;
    background-color: none !important;

    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;

    /* position: absolute;
  left:20px;
  right: 20px; */
}

.exclusive-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #6D6D6D;

}

.sideTabs {
    background:
        linear-gradient(rgba(29, 73, 85, 0.9), rgba(29, 73, 85, 0.9)),
        /* overlay color */
        url("/img/exclusive/Tour-image.png");
    /* background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    /* so text looks good */
    border-radius: 12px;
}

.tab-bg {
    background: url("/img/exclusive/Tour-image.png") center/cover no-repeat;
    border-radius: 20px;
    padding: 25px 15px;
    position: relative;
    /* overflow: hidden; */
}

.tab-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(29, 73, 85, 0.9), rgba(29, 73, 85, 0.9));
    /* adjust darkness */
    border-radius: 20px;
    z-index: 1;
}

.exclusive-card {
    background: #F8F8F8 !important;
}

.sub-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: justify;
    color: #1D4955;

}

.sub-content {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #6D6D6D;

}

.expend {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: justify;
    color: #1D4955;

}

.form-check-input:checked {
    background-color: #1CA8CB !important;
    border-color: #1CA8CB !important;
}

.day-main {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: justify;
    color: #1D4955;

}

.day-content {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    color: #6D6D6D;

}

.border-bottom-dashed {
    border-bottom: 1px dashed #D9D9D9 !important;

}

.map-images {
    z-index: 100;
}


.vr {
    position: absolute;
    /* top: 1755px;
  left: 7223px; */
    left: 20;

    /* height: 699px; */
    height: 125%;
    width: 0;
    justify-content: center;

    /* Set width to 0 to only show the border */

    border: 0.5px dashed #D9D9D9 !important;
    opacity: 1;

    transform: rotate(0deg);
    left: 50%;
    z-index: 0;
}



/* ---------------------------slide up annimation ------------------- */

/* Slide-up animation */
.slide-up {
    animation: slideUp 0.4s ease both;
    will-change: transform, opacity;
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.desti-detail-card {
    /* height: 350px; */
    height: 242px;
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    /* border-radius: 16px; */
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid white;
    border-top-left-radius: 30px;
    /* round top-left */
    border-top-right-radius: 30px;
    /* round top-right */
    border-bottom-left-radius: 0;
    /* keep straight */
    border-bottom-right-radius: 0;
    /* keep straight */
}

.desti-detail-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;

    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    /* border-bottom: 2px solid #FFFFFF; */


}

.desti-detail-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF !important;
}


.india-subheading {

    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1CA8CB;
}


/* --------------------------------------car-detail Carousal css---------- */


.owl-nav {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;

}

.owl-nav button {
    /* background: white !important;
  border: 0.5px solid #1CA8CB !important; */
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    pointer-events: all;


}

.owl-prev {
    position: absolute;
    left: -3%;
    color: #B4B4B4 !important;
    display: flex;
    align-items: center;
}


.owl-next {
    position: absolute;
    right: -3%;
    color: #1CA8CB !important;
}


.owl-nav button span {


    font-size: 3rem !important;
    color: #FFFFFF;


}

.item.img {
    pointer-events: none;
}


.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;

}


/* ----------------------------------------------about us page css---------------- */

.about-bg {
    background-image: url("../img/about/Group\ 2.png");
    /* height: 30vmax;  */
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.heading {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;
}

.mission {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;
}

.para {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #5A6A6E;
}

.about {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 108%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;
}

.aboutPara {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: justify;
    color: #5A6A6E;
}

.MeetTeam {
    font-family: 'Manrope' sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;
}

.crouselhead {
    font-family: 'Manrope' sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;
}

.crouselpara {
    font-family: 'Manrope' sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;
}


about-stack {
    max-width: 520px;
    min-height: 360px;
}

.about-one {
    width: 50%;
}

.about-two {
    width: 50%;
    top: 12%;
    left: 40%;
}

.about-three {
    width: 60%;
    bottom: -12%;
    left: 10%;
}

@media (min-width: 992px) {
    .about-stack {
        min-height: 420px;
    }
}

.profile-bg {
    background-image: url("/img/about/profile_bg.png") !important;
    background-size: cover;
    background-repeat: no-repeat;
}


.profile-card {
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    border: 0.5px solid #A6C3CA;

}

/* .profile-card:hover {
      box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
    } */
.profile-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -120px;
    /* border: 4px solid #fff; */
}

.card-header-bg {
    height: 220px;
    background: url("/img/about/profile_bg.png") center/cover no-repeat;
    border-radius: 12px 12px 0 0;
}

.profile-name {
    font-family: 'Manrope' sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;

}

.profile-desc {
    font-family: 'Manrope' sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;

}

/*  Reviews Page */
.ReviewcardSize {
    opacity: 1;
    border-radius: 19px !important;
    border-width: 0.5px;
    border: 0.5px solid #A6C3CA;
    background-color: #F8F8F8;
}

.ReviewcardName {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;
}

.Reviewcardlow {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 21px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;
}

.Reviewcardpara {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: justify;
    text-transform: capitalize;
    color: #5A6A6E;
}

.Reviewitag {
    color: #1CA8CB;
}

.Reviewbutton {
    font-family: 'Barlow', Condensed;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    background-color: #1CA8CB;
    opacity: 1;

}

.Reviewbtnlow {
    font-family: 'Barlow', Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 21%;
    text-align: center;
    text-transform: uppercase;
    color: #1CA8CB;
}

.Reviewvideohead {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1D4955;
}

.Reviewitem {
    /* width: 370px; */
    height: 275px;
    opacity: 1;
    /* background-image: url(Rectangle\ 29\ \(2\).png); */
    position: relative;
    border: 0.5px solid #A6C3CA;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Reviewitemimg {
    width: 101px !important;
    height: 101px !important;
    opacity: 1;
}


/* -------------------------------carousal css------------------------ */



.owl-dot span {
    display: inline-block !important;

    width: 12px !important;
    height: 12px !important;
    border: 1px solid #5B6C71 !important;
    background-color: #FFFFFF !important;
    padding: 0 !important;
    /* margin: 0 5px; */
    border-radius: 50%;
    opacity: 1 !important;
    /* transition: background-color 0.3s ease; */
}

.owl-dot.active span {

    background-color: #1CA8CB !important;
    border: none !important;


}


.owl-dot {
    margin: 3px !important;
}


.Testimonial-carousal .owl-item img {
    width: auto !important;
}

.quote-icon img {
    display: flex !important;
    width: 22px;
    height: 22px;
    position: absolute !important;
    justify-content: center;
    align-items: center;
    left: 30% !important;
    top: 35% !important;
}


.newbrand-carousel .owl-item img {
    width: 97px !important;
    height: 70px !important;
    object-fit: cover !important;
}

/* .owl-nav{
  display: flex;
   justify-content: space-between;
  position:relative;
   
  z-index: 100 !important;

  position: absolute;
  display: flex;
  top: 20%;
  width: 89%;
} */



.owl-prev {
    border: 0.5px solid #B4B4B4 !important;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: -70px !important; */
}

.owl-next {
    border: 0.5px solid #1CA8CB !important;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: -70px !important; */
}

.owl-prev span,
.owl-next span {
    display: block;
    /* keep span visible as container */
    width: 15px;
    /* control image size */
    height: 20px;
    text-indent: -9999px;
    /* hides the "‹ ›" text */
    overflow: hidden;
    background-size: contain;
    /* make sure image fits */
    background-repeat: no-repeat;
    background-position: center;

}

/* left arrow */
.owl-prev span {
    background-image: url("/img/icon/left_arrow.svg") !important;


}

/* right arrow */
.owl-next span {
    background-image: url("/img/icon/right_arrow.svg") !important;

}


/* .newbrand-carousel .owl-stage-outer {
  overflow: hidden !important;
} */


/* .newbrand-carousel , .newreview-carousel{

  padding-left: 70px !important;
  padding-right: 70px !important;
} */

/* .newreview-carousel .owl-nav{

  top: 35%; 
} */

.newreview-carousel .owl-item img {
    width: auto !important;
}

.newreview-carousel .owl-item .card {
    height: 200px !important;
}



/* @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .container {
        width: 1180px !important;
    }
} */


/* start blog page styles */

.blog-bg {
    background-image: url("../img/blogs/ladkh.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 75vh;
}

.luxury-img {


    /* background-color: #1D4955;
        opacity: 49%; */

    background-color: rgba(29, 73, 85, 0.49) !important;



}

.blogs-sub {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    /* leading-trim: NONE; */
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;

}

.luxury-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;

}

.luxury-sub {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;

}

.luxury-date {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    /* text-align: center; */
    text-transform: capitalize;
    color: #FFFFFF;


}

/* ----------------------------- */

.luxury-img {
    width: 100%;
    height: auto;
    display: block;
}



/* Overlay */
.luxury-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 73, 85, 0.49);
    /* #1D4955 with 49% opacity */
    z-index: 1;
}

.blog-card {
    border: 0.5px solid #A6C3CA;
}

.blog-card img {
    height: 260px;
    width: 100%;
    object-fit: cover !important;
}

.luxury-text {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: justify;
    text-transform: capitalize;
    color: #5A6A6E;

}

.category-text {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: #1CA8CB;

}

.category-content,
li.border-bottom::marker {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: Static/Display Medium/Line Height;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;

}



.category-num {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: Static/Display Medium/Line Height;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;

}

.durga-text {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    /* line-height: 100%; */
    letter-spacing: 0%;
    text-transform: capitalize;

}

.durga-num {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;

}

/* end blog page styles */




/* ---------------------desti middle content bigger ------------- */

/* .newdesti-carousel .owl-item{
   transform: scale(1); 
 } */

.newdesti-carousel .owl-item.center {
    transform: scale(1.5);
    z-index: 5;
    transition: transform 0.4s ease;
}

.newdesti-carousel .owl-item {
    transform: scale(0.8);
    transition: transform 0.4s ease;
}


.newdesti-carousel .item {
    /* background: #4dc0b5; */
    padding: 40px 0;
    /* text-align: center;
      color: white;
      border-radius: 10px;
      font-size: 24px; */
}


/* .newdesti-carousel .owl-item img {
  width: 300px !important;   
  height: auto;
  transition: all 0.4s ease;
}

 .newdesti-carousel .owl-item.center img {
  width: 600px !important;    
  height: auto;
} */

.newdesti-carousel .owl-item img {
    display: block;
    /* fixes inline rendering */
    width: 100%;
    /* let OwlCarousel control size */
    /* height: auto; */
    border-radius: 10px;
    /* normal radius */
    transition: all 0.4s ease;
    /* height: 400px !important; */
}

/* Center item image */
.newdesti-carousel .owl-item.center img {
    border-radius: 30px !important;
    /* bigger radius */
    overflow: hidden;
    /* force clipping */
    object-fit: contain;
    /* padding-bottom: 3rem; */
}


.newdesti-carousel .owl-item.center .destination-overlay {
    margin-bottom: 6rem !important;
    font-size: 32px !important;
}




.range-rover-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1D4955;
}

.extras-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #5A6A6E;
}

.contact-bg {
    /* background-image: url("/img/about/Group\ 2.png"); */
    background-image: url("/img/india/Contact us.jpg");
    /* height: 30vmax;  */
    background-size: cover;
    background-position: center;
    height: 75vh;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.blogdetail-color {
    color: #1D4955;
}

.blog-detail-title {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: justify;
    text-transform: capitalize;
    color: #1D4955;

}

.luxury-bg{
    /* background-image: url("/img/heritage/luxury tour.jpg"); */
    background-image: url("/img/india/luxury banner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 75vh;
}

.reviews-bg{
     background-image: url("/img/india/Review.jpg") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 75vh !important;

}