/*
Theme Name: C2 Developer Zone
Author: Team C2 Developer Zone
Version: 0.2
Author URI: https://c2developerzone.com/
Description: A modern and responsive WordPress travel theme designed for tour operators, travel agencies, and bloggers. Featuring clean layouts, destination showcases, booking integration, and customizable options, this theme helps create engaging travel websites that inspire and convert visitors into travelers.
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: #444444;
	font-family: "Urbanist", sans-serif;
    background: #faf9ff;
}
p {
    color: #373535;
    font-family: "Urbanist", sans-serif;
    font-size: 15.7px;
    letter-spacing: 0.40px;
}
a {
  color: #fff;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #07132b;
	font-family: "Barlow", sans-serif;
}
a.theme-btn {
    margin: 2rem auto 0.5rem;
    display: inline-flex;
    color: #ffffff;
    padding: 0.7rem 1.2rem 0.7rem 1.2rem;
    border-radius: 100px;
    border: solid 1px rgb(255 255 255 / 64%);
    transition: 0.3s ease;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    background: #00073b00;
    font-size: 15px;
    font-family: "Barlow", sans-serif;
}
section{
  position:relative;
}
.pd{
  padding: 0;
}
.pd-left{
  padding-left:0;
}
.pd-right{
  padding-right:0;
}
.owl-nav {
    display: flex;
    gap: 8px;
    justify-content: left;
    margin: 14px 0 0;
}
button.owl-prev, button.owl-next {
    border-radius: 0 12px;
    width: 35px;
    height: 35px;
    background: #0f1a6b !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-size: 30px !important;
    position: relative;
    border: solid 1px #f3f3f3c2 !important;
}
button.owl-prev span, button.owl-next span {
  position:relative;
  line-height: 5px;
  font-weight: 400;
}
button.owl-prev:hover, button.owl-next:hover {
    background: #ff8600 !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

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

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47579a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

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

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


/*Topbar Sec*/

/* section.topbar-sec {
    padding: 10px 0;
    background: #4C4AB2;
    width: 90%;
    margin: auto;
    border-radius: 0 0 20px 20px;
}
.topbar-left a {
    padding: 2px 5px;
    display: inline-block;
    margin-right: 8px;
    font-family: "Monda", sans-serif;
}
.topbar-left a img {
    margin-right: 5px;
    height: 20px;
}
.topbar-left a:first-child {
    border-right: solid 1px #fff;
    padding-right: 16px;
}
.social-link {
    text-align: right;
}
.social-link a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4c4ab2;
    border: solid 1px #fff;
    margin: 0 3px;
    background: #fff;
    border-radius: 7px;
    font-size: 20px;
}
.topbar-left {
    display: flex;
    align-items: center;
    height: 100%;
} */


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 8px 0;
    background: rgb(255 255 255 / 0%);
    position: sticky;
    width: 100%;
    box-shadow: 0px 3px 34px -17px hsl(228.43deg 36.89% 44.12% / 26%);
    height: 85px;
    display: flex;
    align-items: center;
}
.header-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.2rem;
}
#header.header-scrolled, #header.header-inner-pages {
  background: rgb(255 255 255);
  top: 0;
  width: 100%;
  border-radius: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}
#header .logo img {
  width: 245px;
}
.header-right {
    display: flex;
    align-items: center;
}
.search-button {
    border-radius: 100px;
    padding: 12px 24px 13px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    background: #291f76;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 5px 12px -1px #2839da5c;
    z-index: 1;
}
.search-button:after {
    content: "";
    background: #ff8600;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: 0.7s ease;
    border-radius: 100px;
}
.search-button:hover:after{
  width: 100%;
}
.search-button i {
    background: #00DCED;
    width: 49px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 39px;
}

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

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

.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #38393c;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
  color: #ffb300;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ea1826;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

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

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

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #13192b;
    letter-spacing: -0.2px;
}

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

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

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

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

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

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

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

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    background: #ff8600;
    padding: 9px;
    border-radius: 100px;
    margin-left: 6px;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
    z-index: 999;
    position: relative;
}

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

  .navbar ul {
    display: none;
  }
}
@media (max-width: 767px) {
.navbar {
    width: 86%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: -100%;
    transition: 1s ease;
}
.navbar-mobile {
    width: 86%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s ease;
}
}

/* .navbar-mobile:before {
content:"";
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
} */

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    height: 100%;
    width: 100%;
}

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

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

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

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

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

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

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

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

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}



@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 75px 0 70px;
    overflow: hidden;
}
.theme-heading-sec {
  margin-bottom: 3.8rem;
  text-align: center;
}
.theme-heading-sec h2 {
    text-transform: capitalize;
    font-size: 47px;
    font-weight: 600;
    margin-bottom: 0.3rem;
    letter-spacing: -0.7px;
    font-family: "Playfair Display", serif;
    color: #191d38;
}
.theme-heading-sec h5 {
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: "Montez", cursive;
    color: #ff5000;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 2px;
}
.cstm-btn {
    border-radius: 100px;
    padding: 12px 24px 13px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    background: #291f76;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 5px 12px -1px #2839da5c;
    z-index: 1;
    margin-left: auto;
}
.cstm-btn:before {
	background-color:#483773;
}
  .search-button:before, .cstm-btn:before {
    content:"";
    width: 55px;
    height: 55px;
    background-color: #ff8600;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 45'><g transform='translate(0,45) scale(0.1,-0.1)'><path d='M0 234c0-152 3-213 11-208 6 3 31 50 55 103 60 128 87 155 189 186 98 30 144 59 162 103l13 32H215H0V234z'/></g></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 45'><g transform='translate(0,45) scale(0.1,-0.1)'><path d='M0 234c0-152 3-213 11-208 6 3 31 50 55 103 60 128 87 155 189 186 98 30 144 59 162 103l13 32H215H0V234z'/></g></svg>");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    border: none;
    cursor: pointer;
    position: absolute;
    top:0;
    left:-8px;
  }


/*Banner*/

#demo {
  background: linear-gradient(51deg, rgba(55, 52, 169, 1) 24%, rgba(255, 255, 255, 1) 127%);
  border-radius: 0 0 0 150px;
  position: relative;
  /* overflow: hidden; */
  background: #fff;
}
.carousel-item:before {
    content: "";
    background: hsl(253.04deg 18.51% 3.89% / 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(73deg, rgba(15, 26, 107, 1) 0%, rgb(70 78 141 / 56%) 39%, rgb(255 255 255 / 0%) 100%);
    background: linear-gradient(89deg, rgb(15 26 107) 10%, rgba(255, 255, 255, 0) 90%);
}
div#demo:after {
    content: "";
    width: 100%;
    height: 246px;
    position: absolute;
    bottom: -25px;
    background-image: url(assets/img/cloud.png);
    left: 0;
    z-index: 1;
    background-position: right;
    display: none;
}
.carousel-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.carousel-item {
    padding: 0rem 0 0rem;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
}
div#demo .container{
    padding: 0;
    position: relative;
    z-index: 9;
    height: 100%;
}
div#demo .container .row {
    height: 100%;
}
.shape1 {
    position: absolute;
    top: 16%;
    filter: brightness(0) invert(1);
    left: -31%;
    width: 307px;
}
.banner-heading {
    padding: 0rem 4rem 1rem 0;
    position: relative;
}

.bnr-pckg-container a.theme-btn img {
    transform: rotate(90deg);
    margin-left: 11px;
}
.banner-heading h5 {
    font-family: "Montez", cursive;
    color: #ffb300;
    font-size: 30px;
}
.banner-heading h1 {
    font-size: 59px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 66px;
    text-transform: uppercase;
    padding-left: 0px;
    color: #fff;
    font-family: "Barlow", sans-serif;
    word-spacing: 1px;
}
.banner-heading h1 span {
    color: #ee0d0d;
    display: block;
}
.banner-heading p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin: 1.7rem 0 2.7rem;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    display: none;
}
.ban-col{
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.banner-rt-col {
    position: relative;
}
.carousel-indicators {
    margin: auto;
    display: table;
    width: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 73px !important;
    left: unset;
    text-align: center;
    padding: 0;
    bottom: unset;
}
.carousel-indicators [data-bs-target] {
    width: 4px;
    height: 22px;
    opacity: 1;
    background: #ffffff;
    margin: 7px 0;
    display: block;
    border: none;
    border-radius: 100px;
}
.carousel-indicators .active {
  opacity: 1;
  background: #FFB74D;
}
.carousel-control-next, .carousel-control-prev {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background:rgb(80 68 51 / 89%);
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.carousel-control-prev {
    right: 50px;
    top: 35% !important;
    left: unset;
}
.carousel-control-next {
    right: 50px;
    top: 65% !important;
}
.bnr-carousel {
    margin: 1rem 0 0;
}
.bnr-pckg-wrapper {
    background: #f2f4ff;
    padding: 1rem;
    border-radius: 15px;
    display: flex;
}
.bnr-pckg-wrapper img {
    max-width: 42%;
    height: 100vh;
    object-fit: cover;
    max-height: 146px;
}
.bnr-pckg-slide {
    padding-left: 1rem;
}
.bnr-pckg-slide a.theme-btn {
    margin: 0;
    padding: 8px 20px;
    background: #291f76;
    font-size: 12px;
}
.bnr-pckg-slide h4 {
    margin-bottom: 4px;
}

.bnr-pckg-slide h4 a {
    margin-bottom: 4px;
    color: #07132b;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bnr-pckg-slide h4 a:hover  {
    color: #ff5000;
}
.bnr-pckg-slide span {
    color: #ff5000;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin: 0.4rem 0 0.7rem;
    display: inline-block;
}
.bnr-pckg-slide span b {
    color: #07132b;
    font-weight: 700;
}
.bnr-pckg-slide p {
    margin: 0.5rem 0 0.8rem;
    font-size: 15px;
    color: #3f3f3f;
}

/*Inner Banner*/


section.inner-banner-sec {
    max-height: 350px;
    height: 100vh;
    background: #171720;
    background-image: url(assets/img/dream-inner-banner.webp);
    background-size: cover;
    background-position: center right;
}
/* section.inner-banner-sec:before {
    content: "";
    background-image: url(assets/img/inner-bg-1.png);
    width: 328px;
    height: 460px;
    position: absolute;
    top: 0;
    left: 0;
}
section.inner-banner-sec:after {
    content: "";
    background-image: url(assets/img/inner-bg-2.png);
    width: 328px;
    height: 460px;
    position: absolute;
    top: 0;
    right: 0;
} */
section.inner-banner-sec h1 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.3px;
}
section.inner-banner-sec .container, section.inner-banner-sec .row {
    height: 100%;
}
 section.inner-banner-sec .row {
    align-items: center;
}
.inner-bg-wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-bg-wrapper h1 {
    color: #fff;
    font-weight: 500;
    font-size: 48px;
}



/**/

.search-sec {
    position: relative;
    z-index: 99999999999;
    margin-top: -5rem;
    padding: 100px 0;
}
.search-bg {
    background: #fff;
    border: solid 2px #feb200;
    height: 100px;
    border-radius: 15px;
    margin-top: -4rem;
    position: relative;
    z-index: 9999999;
}

/*About Section*/

section.about-sec {
  padding-bottom: 5rem;
}
section.about-sec:after {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 20px;
  right: -128px;
  background: #ffffff;
  font-weight: 700;
  content: "";
  border-radius: 100%;
  border: solid 62px #47579a1c;
}
.about-img{
  position: relative;
}
.about-img img {
  position: absolute;
  top: -3.5rem;
  left: -3rem;
}
section.about-sec p {
  margin: 0;
}
.row.exp-row {
  padding: 1.8rem 0;
}
.abt-exp {
  border: solid 1px #ddd;
  border-radius: 10px;
  padding: 1.3rem;
  display: flex;
  gap: 12px;
}
.abt-exp img {
  height: 56px;
}
.exp-content h6 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.exp-content p {
  margin: 0;
}




.category-area .container-fluid{
  width: 95%;
  margin: auto;
}

.categorySlider {
    overflow: hidden;
}
.th-slider.has-shadow .swiper-wrapper {
    padding: 0;
}
.category-area .swiper .swiper-slide {
    width: 312px;
    max-height: 352px;
}

.category-card {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.category-card .box-img {
    border-radius: 24px;
    margin-bottom: 0px;
}
.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.category-card .box-img img {
    border-radius: 24px;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}

.global-img img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
    max-height: 280px;
    height: 100vh;
}
a.box-title {
    width: 80%;
    margin: -1rem auto 0;
    background: #faf9ff;
    display: block;
    position: relative;
    padding: 0.4rem 0 0;
    border-radius: 50px;
}
a.box-title h3 {
    font-family: "Barlow", sans-serif;
    font-size: 21px;
    letter-spacing: -0.6px;
}
a.line-btn {
    color:#ff8600;
}
.swiper-pagination-horizontal {
    text-align: center;
}





section.destination-pckg {
    background-image: url(assets/img/bg1.png);
    background-size: 78%;
}
.dest-pckg-wrapper{
    display: flex;
    gap: 20px;
}
.dest-pckg-box {
    background: #322944bd;
    max-height: 460px;
    height: 100vh;
    flex: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.dest-pckg-box.active {
    -webkit-flex: 324%;
    -ms-flex: 324%;
    flex: 320%;
}
.dest-pckg-box img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.dest-pckg-head {
    position: absolute;
    left: 5px;
    bottom: 70px;
    transform: rotate(-90deg);
}
.dest-pckg-box.active .dest-pckg-head {
    left: 40px;
    bottom: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dest-pckg-head h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.dest-pckg-head h4 span{
    font-size: 18px;
    display: block;
}

.dest-pckg-box a {
    position: absolute;
    right: 40px;
    bottom: 40px;
    padding: 10px 30px;
    opacity: 0;
    visibility: hidden;
    border: solid 1px #fff;
    padding: 7px 16px;
    font-size: 15px;
    transition: 0.5s ease;
}
.dest-pckg-box.active a {
    opacity: 1;
    visibility: visible;
}
.dest-pckg-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, rgb(34 28 67 / 84%) 0%, rgba(255, 255, 255, 0) 57%);
}


/*------------------------------------------------
# Service Section
--------------------------------------------------*/
section.service-sec {
    background: #121a57;
}
section.service-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/bg2.png);
    opacity: 0.07;
    background-size: contain;
}
section.service-sec .container{
    position: relative;
    z-index: 1;
}
.service-sec .theme-heading-sec h2 {
    color: #ffffff;
}
.service-box {
    width: calc(100% / 5 - 5px);
    display: inline-block;
    background: #ffffff;
    padding: 3.7rem 1.5rem 1.5rem;
    text-align: center;
    position: relative;
    border-radius: 10px;
    top: 0;
    transition: 0.3s ease;
	border: solid 1px hsl(0deg 0% 100% / 42%);
}
.service-box:hover {
    top: -10px;
	background:#c95824;
	cursor:pointer;
}
.service-box:hover .srv-heading h4 {
    color: #f6f8ff;
}
.service-box:hover p{
    color: #f6f8ff;
}
.service-box span {
    background: #ff5000;
    padding: 0px 25px 2px;
    color: #fff;
    border-radius: 0 0 16px 16px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}
.srv-img-sec {
    height: 80px;
    width: 80px;
    background: #ffffff;
    border-radius: 100%;
    border: dashed 1px hsl(18.82deg 100% 50% / 80%);
    box-shadow: 0px 0px 0px 12px #ffd4be47;
    margin: 0 auto 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.srv-img-sec img {
    width: 44px;
}
.srv-heading h4 {
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 22px;
    color: #191d38;
    margin: 1rem 0 0.8rem;
}
.srv-heading a {
    background: #291f76;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 100px;
    transform: rotate(225deg);
}


/*------------------------------------------------
# Cab Section
--------------------------------------------------*/

section.cab-section {
    background: linear-gradient(1deg, rgb(239 244 245 / 60%) 0%, rgb(255 255 255 / 0%) 100%);
}
.cab-carousel .item {
    display: block;
}
section.cab-section .owl-nav {
    justify-content: center;
    margin: 28px 0 0;
}
.cabBox {
    background: #ffffff;
    padding: 1rem;
    text-align: center;
    position: relative;
    border-radius: 10px;
    /* box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.2); */
    border: solid 1px rgb(243 236 236 / 78%);
}
.cabImg {
    position: relative;
    z-index: 1;
}
.cabImg:after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 64%);
    background: #ff8600;
    max-height: 150px;
    height: 100vh;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    top: 0.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.cabImg img {
    max-width: 240px;
    padding: 2rem 0 0.5rem 0rem;
}
span.seater {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    border-radius: 100px;
    font-size: 12px;
    padding: 4px 10px 2px;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.rentFeat {
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
    border-bottom: dashed 1px #0a0c1754;
    padding: 9px 0;
}
.rentFeat p {
    color: #07132b;
    margin: 0;
    font-family: "Urbanist", sans-serif;
}
.rentFeat p span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.rent-price h6 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    width: 64%;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
    background: #291f76;
    padding: 9px 9px;
    text-align: left;
    line-height: 19px;
        color: #fff;
}
.rent-price h6 span {
    color: #ff8600;
    text-align: left;
}
.rent-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0 0;
}
.rent-price a.theme-btn {
    padding: 0;
    font-size: 12px;
    margin: 0;
    color: #ffffff;
    border: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%);
    width: 36%;
    background: #ff8600;
    height: 37px;
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}
.rent-price a.theme-btn:hover {
    background: #291f76;
}

/*Footer*/

  footer {
    background: #1e213b;
    padding: 60px 0 20px;
    position: relative;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 0rem 1.5rem !important;
}
footer ul li a {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-size: 14.5px;
    padding: 5px 16px;
}

footer:before {
    content: "";
    background-image: url(assets/img/footer-bg1.png);
    width: 100%;
    height: 18px;
    position: absolute;
    top: -11px;
    left: 0;
    background-size: 280px;
    background-repeat: repeat-x;
}
.socialLink a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ff860057;
    border-radius: 5px;
    color: #ff8600;
}
.socialLink a:hover {
    border: solid 1px #f9f4ee57;
    color: #ffffff;
}
footer p {
    font-family: "Urbanist", sans-serif;
    color: #ffffff;
    font-size: 14.5px;
    letter-spacing: 0.5px;
    margin: 0;
}
.cstm-col{
  display: flex;
  align-items: center;
}
.text-end.cstm-col {
    justify-content: right;
}
.socialLink hr {
    width: 40%;
    border-color:#ff8600;
}

a.wpChat {
    animation: playBtn 2s infinite;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100px;
    position: fixed;
    bottom: 15px;
    z-index: 9999;
    right: 15px;
}
@keyframes playBtn {
  0% {box-shadow: 0px 0px 0px 0px rgb(172 40 177 / 100%);}
  100% {box-shadow: 0px 0px 0px 16px rgb(172 40 177 / 0%);}
}

/*Contact Page*/

section.contact-form-sec {
    background-image: url(assets/img/bg1.png);
    background-size: 78%;
    background-color: #ededf3;
    overflow: unset;
}
section.contact-form-sec form{
  padding: 0 16rem;
}
.form-col {
    padding: 10px;
}
.form-control {
    height: 60px;
    width: 100%;
    border-radius: 20px;
    padding: 10px 30px;
    font-family: "Urbanist", sans-serif;
    border: none;
}
textarea.form-control {
    height: auto;
}
.submitBtn{
    border-radius: 100px;
    padding: 12px 24px 13px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    background: #291f76;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 5px 12px -1px #2839da5c;
    z-index: 1;
    margin: 0rem auto 0;
}
/*Conatct Form wpcf7*/
.captcha-image {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #babfdf;
    border-radius: 20px;
    padding: 6px 30px;
    border: none;
    font-size: 15px;
}
form.wpcf7-form p {
    margin: 0;
}
.wpcf7-response-output {
    background: #ff8600;
    color: #fff;
    text-align: center;
    border: none !important;
    padding: 10px !important;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 0 !important;
    border-radius: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #8BC34A;
}

.address-row {
    background: #291f76;
    padding: 31px;
    width: 90%;
    margin: 2rem auto -6rem;
    position: relative;
    z-index: 9;
    border-radius: 15px;
}
.contact-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.contact-ic {
    width: 50px;
    height: 50px;
    background: #f1814d;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-details {
    flex: 1;
}
.contact-ic img{
    width: 24px;
    filter: blur(0) invert(1);
}
.contact-details span {
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    color: #f1814d;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.contact-details p {
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
section.map-sec{
  padding: 0;
  overflow: unset;
}

/*Blog Page*/

.blog-sec .theme-heading-sec {
    text-align: left;
}
section.blog-sec .search-button {
    display: inline-flex;
}
.blog-img {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.blog-img img{
    max-height: 285px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.blog-meta{
    display: flex;
    align-items: center;
    gap: 16px;
}
.blog-meta a {
    color: #434447;
    font-family: "Urbanist", sans-serif;
    margin: 18px 0 14px;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -0px;
}
.blog-meta a i{
  margin-right: 5px;
  color:#ff8600;
}
.blog-heading h4 a {
    color: #191d38;
    font-family: "Barlow", sans-serif;
    font-size: 22px;
    letter-spacing: -0.2px;
    font-weight: 600;
    text-transform: capitalize;
    word-spacing: 1px;
}
.blog-heading h4 a:hover {
    color: #ff8600;
}
.blog-wrapper a.theme-btn {
    margin: 0.9rem 0 0;
    color: #191d38;
    border: solid 1px #cac7da;
    background: #ebe8fc4d;
    font-family: "Barlow", sans-serif;
    padding: 0.5rem 1rem;
    font-size: 14px;
    letter-spacing: -0.2px;
}
.blog-wrapper a.theme-btn img {
    filter: brightness(1) invert(1);
    width: 18px;
    transform: rotate(45deg);
    margin-left: 5px;
}
/*Blog Details*/


.blog-dtls-img {
    margin-bottom: 2rem;
}
.blog-dtls-img img {
    max-height: 400px;
    height: 100vh;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}
.sidebar-widget {
    border: solid 1px #e1e4e5;
    border-radius: 8px;
    padding: 1.4rem;
    margin-bottom: 1rem;
}
h3.widget_title {
    letter-spacing: -1.1px;
    margin-bottom: 1.7rem;
    padding-bottom: 1rem;
    border-bottom: solid 3px #e2eff5;
}
.blog-dtls-img {
    margin-bottom: 0.5rem;
}
.recent-post {
    display: flex;
    margin-bottom: 20px;
}
.recent-post .media-img {
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.recent-post .media-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.media-body {
    flex: 1;
}
.media-body h4 a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom:0px;
    color: #191d38;
    font-family: "Playfair Display", serif;
    line-height: 26px;
    display: inline-block;
}
.recent-post-meta a {
    color: #191d38;
    font-size: 15px;
    letter-spacing: 0.1px;
}
.recent-post-meta i {
    margin-right: 5px;
    font-size: 14px;
}

.pagination {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: end;
}
.page-numbers {
    border: solid 1px #191d38;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    color: #191d38;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers.current {
    background: #ff8600;
    color: #fff;
    border-color: #ff8600;
}
.prev.page-numbers, .next.page-numbers {
    width: auto;
    border: none;
    height: auto;
}
.page-numbers:hover {
    background: #ff8600;
    color: #fff;
    border-color: #ff8600;
}
.prev.page-numbers:hover, .next.page-numbers:hover {
    background: transparent;
    color: #ff8600;
}

/*Package Details*/

.tour-dtls-rt-col {
    display: flex;
    align-items: center;
    padding-left: 2rem;
}
.tour-dtls-rt-col h1 {
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: -0.7px;
    font-family: "Playfair Display", serif;
    color: #191d38;
}
.price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 1.5rem;
    border: dashed 2px #dcdcef;
    border-radius: 12px;
    background: #f6f6f9;
}
.price-wrap h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.3px;
}
.tour-dtls-rt-col h4 {
    font-family: "Playfair Display", serif;
    color: #191d38;
    font-size: 23px;
    border-left: solid 4px #ff8600;
    padding-left: 0.5rem;
    margin-bottom: 12px;
}
.inclusion-sec .theme-heading-sec {
    margin-bottom: 2.5rem;
}
.inclusion-sec ul#myTab {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
	border: none;
}
.inclusion-sec .nav-tabs button {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    color: #191d38 !important;
    text-transform: capitalize;
    background: #ffffff;
    letter-spacing: 0.2px;
    border-radius: 8px;
    margin: 0 3px;
}
.inclusion-sec .tab-content {
    background: #faf9ff;
    padding: 1.2rem 1.5rem;
}
.inclusion-sec .nav-tabs .nav-item.show .nav-link, .inclusion-sec .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #291f76;
}
.inclusion-sec .tab-content ul {
    padding: 0;
    margin: 13px 0 0 0;
    list-style: none;
}
.inclusion-sec .tab-content ul li {
    position: relative;
    padding: 0 0 5px 25px;
    font-size: 15px;
}
.inclusion-sec .tab-content ul li:before {
    content: "\F26F";
    font-family: bootstrap-icons !important;
    color: red;
    position: absolute;
    left: 0;
    top: 0;
}
.inclusion-sec:before {
    background-image: url(assets/img/bg1.png);
    background-size: 78%;
    background-color: #ededf3;
    overflow: unset;
    max-height: 350px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inclusion-box ul {
    padding: 0;
    margin: 0 !important;
    list-style: none;
}
.inclusion-box ul li {
    width: calc(100% / 5 - 5px);
    display: inline-block;
    background: #ffffff;
    padding: 3.7rem 1.5rem 1.5rem !important;
    text-align: center;
    border-radius: 10px;
}
.inclusion-box ul li:before {
    display: none;
}
.inclusion-box ul li h4 {
    font-size: 18px;
}
.inclusion-img {
    height: 80px;
    width: 80px;
    background: #ffffff;
    border-radius: 100%;
    border: dashed 1px hsl(18.82deg 100% 50% / 80%);
    box-shadow: 0px 0px 0px 12px #ffd4be47;
    margin: 0 auto 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inclusion-img img{
    width: 44px;
}
.related-pckg-sec {
    padding-top: 40px;
}
.related-pckg-sec a.box-title {
    width: 88%;
    margin: -1rem auto 0;
    padding: 0.7rem 1.3rem 0;
}
.related-pckg-sec a.box-title h3 {
    font-size: 19px;
}
.related-pckg-sec .owl-nav {
    justify-content: center;
    margin: 0px 0 0;
}

/*Tour Listing*/

.tour-listing-section a.box-title h3 {
    font-size: 19px;
}
.tour-listing-section a.box-title {
    width: 88%;
    margin: -1rem auto 0;
    padding: 0.7rem 1.3rem 0;
}


/*404*/

section.error-page {
    padding: 60px 0;
}







/*Responsive*/

@media screen and (max-width: 767px) {

/*Header*/
#header .logo img {
    width: 205px;
}
/*Banner*/
	
.banner-heading {
    padding: 0rem 1rem 1rem 1rem;
	text-align:center;
}
.banner-heading h1 {
    font-size: 53px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 58px;
    word-spacing: -1px;
    text-transform: capitalize;
}
.carousel-item {
    height: 85vh;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
.bnr-carousel {
    padding: 0 1rem;
}
#demo a.theme-btn {
    display: table;
    margin: 1rem auto 0.5rem;
}
.carousel-indicators [data-bs-target] {
    display: none;
}
.carousel-item:before {
    background: linear-gradient(
120deg, rgb(9 15 64 / 90%) 10%, rgba(255, 255, 255, 0) 90%);
}
.owl-nav {
    justify-content: center;
    margin: 20px 0 0;
}
	
/*Destination*/
	.dest-pckg-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.dest-pckg-box {
    max-height: unset;
    height: auto;
}
.dest-pckg-head {
    left: 15px;
    bottom: 22px;
    transform: unset;
}
.dest-pckg-box.active .dest-pckg-head {
    left: 15px;
    bottom: 22px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dest-pckg-box.active {
    -webkit-flex: 165%;
    -ms-flex: 165%;
    flex: 165%;
}
.dest-pckg-box a {
    opacity: 1;
    visibility: visible;
	right: 15px;
    bottom: 35px;
}
.dest-pckg-box:before {
    background: linear-gradient(360deg, rgb(34 28 67 / 81%) 20%, rgba(255, 255, 255, 0) 78%);
}
/*Home Service Sec*/
	
.service-box {
		width: calc(100% / 2 - 5px);
        padding: 3.7rem 1.2rem 1.5rem;
        margin: 2px 1px;
        max-height: 330px;
        height: 100vh;
        vertical-align: top;
}
.srv-heading h4 {
    font-size: 22px;
}
	
/*Contact us*/

.theme-heading-sec h5 {
    font-size: 35px;
}
.theme-heading-sec h2 {
    font-size: 35px;
}
section.contact-form-sec form {
    padding: 0 0.7rem;
}
.address-row {
    padding: 18px;
    width: 95%;
    margin: 2rem auto 0rem;
    border-radius: 15px;
}
.contact-ic {
    width: 48px;
    height: 48px;
}
.contact-ic img {
    width: 22px;
}
.contact-wrapper {
    margin: 7px 0;
}
.map-sec .container-fluid{
  padding: 0;
}
/*Blog*/
	
.blog-wrapper {
    margin: 0.7rem 0;
}
.blog-sec .theme-heading-sec {
    text-align: center;
	margin-bottom: 2rem;
}
.blog-sec .text-end {
    text-align: center !important;
	margin: 0rem 0 2rem;
}
/*Footer*/

footer ul{
    display: block;
    text-align: left;
}

footer ul li {
    display: inline-block;
    width: calc(100% / 4 - -49px);
    margin: 13px 0px;
    text-align: left;
}
.copyright-row {
    flex-direction: column-reverse;
}
.copyright-row  .text-end {
    text-align: center !important;
}
.copyright-row p{
  text-align: center;
}
.socialLink {
    margin: 8px 0;
}
.cstm-col {
    justify-content: center;
    margin: 0.4rem 0;
}
.text-end.cstm-col {
    justify-content: center;
}
footer p {
    font-size: 16px;
}
	
	
/*Package Details*/
	
    .inclusion-box ul li {
        width: calc(100% / 2 - 6px);
        vertical-align: top;
        margin: 4px 2px;
        padding: 2.7rem 1rem 1.7rem;
    }
    .inclusion-sec {
        max-height: unset;
        padding: 50px 0;
    }
	
/*Related Packages*/
	
.related-pckg-sec {
    padding-top: 50px;
}
}
