@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --text-color: #757783;
    --heading-font-family: "Marcellus", serif;
    --text-font-family:'Satoshi';
     --text-bold-font-family:'Satoshibold';
      --text-bold2-font-family:'Satoshibold2';
    /* --text-font-family:"Jost", sans-serif; */
    --theme-color1: #dc834e;
  --theme-color2: #9E5D36;
  --theme-color3: #202F59;
  --theme-color4: #121D39;
    --bs-breadcrumb-divider: '\e628';
    }

body{
  overflow-x:hidden;
  font-family: var(--text-font-family);
}


@font-face {
font-family:'Satoshi';
src: url('../fonts/Satoshi-Regular.otf')
}

@font-face {
font-family:'Satoshibold';
src: url('../fonts/Satoshi-Medium.otf')
}

@font-face {
font-family:'Satoshibold2';
src: url('../fonts/Satoshi-Bold.otf')
}





.offcanvas{
transition: all .7s ease;
-webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
}


header{
  width: 100%;
  position: absolute;
  z-index: 99;
  background: linear-gradient(360deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.logo{
  background: #fdfdfd;
  padding: 8px;
  border-radius: 0 0 12px 12px;
}

.logo img{
  width: 290px;
}

.navbar{
padding: 0;
}

.nav-link {
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
font-family: var(--text-bold-font-family);
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 18px 15px;
position: relative;
font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link.active::before, .nav-link:hover::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -30px;
	margin-left: -10px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	animation: nav_growAndFade 3s infinite ease-out;
  animation-delay: 0.1s;
}

.nav-link.active::after, .nav-link:hover::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -30px;
	margin-left: -10px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	animation: nav_growAndFade 3s infinite ease-out;
  animation-delay: 1s;
}


/* @keyframes tz_menu_growAndFade{0%{opacity:0.5;transform:scale(0)}100%{opacity:0;transform:scale(1)}} */
@keyframes nav_growAndFade{0%{opacity:0.5;transform:scale(0)}100%{opacity:0;transform:scale(1)}}
/* @keyframes tz_menu_growAndFade{0%{opacity:0.15;transform:scale(0.3)}100%{opacity:0;transform:scale(1)}} */
/* @keyframes tz_growAndFade{0%{opacity:0.15;transform:scale(0)}100%{opacity:0;transform:scale(1)}} */

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
color: var(--theme-color1);
}

.dropdown-item {
font-family: var(--text-font-family);
color: var(--text-color);
padding: 8px 15px;
  letter-spacing: 0.2px;
}

.dropdown-toggle::after{
  display: none;
}

.top-btn a{
text-decoration: none;
  background-color: var(--theme-color1);
  color: var(--bs-white);
  font-family: var(--heading-font-family);
  font-weight: 600;
  padding: 10px 18px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  z-index: 9;
  gap: 8px;
  align-items: center;
  margin-left: 10px;
  margin-top: 4px;
  font-size: 17px;
}

.top-btn a::before {
    content: "";
    position: absolute;
    transition-duration: .8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--theme-color3);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.top-btn a:hover::before {
    top: -40%;
}

.top-btn a img{
  width: 32px;
  filter: invert(100%);
}

.top-call{
display: flex;
color: #fff;
align-items: center;
gap: 8px;
}

.top-call i{
  font-size: 32px;
}

.top-call p{
  font-size: 15px;
}

.carousel-caption h2{
font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 38px;
}

.carousel-caption p{
font-family: var(--text-font-family); 
}

.carousel-caption a{
  font-family: var(--text-font-family);
}

.carousel-caption{
right: 38%;
  left: 12%;
  color: #fff;
  padding: 15px;
  text-align: left;
  bottom: 5%
}

.ban2{
  right: 10%;
  left: 50%;
}
.carousel-item{
  z-index: 9;
}

.carousel-item::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
   background: linear-gradient(360deg, rgba(0, 0, 0, 0.8)  20%, transparent 50%);
   z-index: 0;
}


.carousel-caption a {
  font-family: var(--text-font-family);
  background-color: var(--theme-color1);
  color: var(--bs-white);
  text-decoration: none;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 9;
  transition: .4s;
    -webkit-transition: .4s;
      -moz-transition: .4s;
}

.carousel-caption a:hover{
  color: var(--theme-color1);
}

.carousel-caption a span{
padding-right: 4px;
font-size: 17px;
}
.carousel-caption a i{
  padding-left: 4px;
  position: relative;
  top: 1px;
}


.carousel-caption a::before {
  content: "";
  position: absolute;
  transition-duration: .8s;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.carousel-caption a:hover::before {
  top: -40%;
}

.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}


.carousel-caption {
transition: opacity 500ms;
}

.carousel .carousel-item img{
  width: 100%;
}


.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.sec-1{
padding: 60px 0;
/* background-color:#f9f4f0 ; */
background: url(../images/sec1-bg.png) top no-repeat;
}

.subheading{
  color:var(--theme-color1);
  position: relative;
}

.subheading::before, .subheading::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -1px;
	margin-left: -25px;
	border-radius: 50%;
	background-color: var(--theme-color1);
	opacity: 0;
	animation: nav_growAndFade 3s infinite ease-out;
}

.subheading::after{
	top: 0;
	left: 0;
  animation-delay: 1s;
}
.subheading::before{
    animation-delay: 0.1s;
}

.sec1-title h2{
font-family: var(--heading-font-family);
font-size: 42px;
color: var(--theme-color4);
}

.sec1-bx{
  text-align: center;
  padding: 25px;
}

.sec1-bx img{
  width: 90px;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
}

.sec1-bx:hover img{
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.sec1-bx h4{
font-family: var(--heading-font-family);
margin-top: 15px;
}

.sec-1 p{
color: var(--text-color);
line-height: 26px;
}



.sec-2{
  padding: 60px 0;
  background: #F9F4F0 url(../images/sec2-bg.png) no-repeat center;
  background-size: cover;
}

.sec2-bx{
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(6, 30, 98, 0.1);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  margin: 20px 15px 0 15px;
}

.sec2-bx a{
  text-decoration: none;
  display: block;
}

.sec2-img{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.sec2-img img{
border-radius: 20px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec2-bx:hover .sec2-img img{
transform: scale(1.06);
}

.sec2-time{
color: var(--text-color);
display: flex;
  gap: 30px;
}

.sec2-content {
	padding: 0 30px 25px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	z-index: 1;
}

.sec2-content .item_text {
	margin-top: -27px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0 0 60px 0 rgba(6, 30, 98, 0.08);
	padding: 13px 19px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
  justify-content: center;
	/* -webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center; */
	align-items: center;
	margin-bottom: 18px;
}

.sec2-content .review{
	font-family: var(--text-font-family);
	color: var(--text-color);
  padding-bottom: 8px;
}

.sec2-content .review i{
	color: #fbad17;
	font-size: 14px;
	padding-right: 2px;
}

.sec2-time i {
	padding: 0px 6px;
	color: var(--theme-color1);
}

.sec2-content h4{
font-family: var(--heading-font-family);
color: var(--theme-color3);
font-size: 28px;
height: 68px;
}

.sec2-content h6{
color: var(--text-color);
border-bottom: 1px solid #d1d1d1;
padding-bottom: 20px;
margin-bottom: 20px;
}

.sec2-content h6 i{
  padding-right: 4px;
  color: var(--theme-color1);
}

.sec2-btm{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec2-price h3{
color: var(--theme-color1);
  font-size: 30px;
  font-family: var(--text-bold2-font-family);
  margin: 0;
}

.sec2-ex{
color: #fff;
  font-family: var( --text-bold2-font-family);
  border-radius: 8px;
  padding: 12px 24px;
  background: var(--theme-color3);
  transition: .4s;
   -webkit-transition: .4s;
    -moz-transition: .4s;
}

.sec2-ex i{
  padding-left: 5px;
}

.sec2-bx:hover .sec2-ex{
background-color: var(--theme-color1);
}

.slick-prev, .slick-next {
	background-color: var(--theme-color1);
	border: none;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.slick-prev{
	left: -30px;
}

.slick-next{
	right: -30px;
}


.sec-3{
  padding: 60px 0;
}

.sec3-left, .sec3-right{
display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sec3-left, .sec3-right{
  align-items: end;
}

.sec3-right{
  align-items: start;
}

.sec3-mid h6{
text-transform: uppercase;
}


.sec3-mid h2{
font-family: var(--heading-font-family);
  font-size: 42px;
  color: var(--theme-color4);
}

.sec3-mid p {
	color: var(--text-color);
	line-height: 26px;
}

.sec3-mid a{
overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  z-index: 9;
}


.sec3-mid a::before{
	content: "";
	position: absolute;
	top: 0;
	left: -16px;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	margin: auto;
	transform: rotate(-45deg);
	background-color: var(--theme-color3);
	transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.sec3-mid a:hover::before{
	height: 550%;
}


.sec3-mid a:hover{
  border: 1px solid var(--theme-color3);
  color: #fff;
}


.sec-4{
padding: 60px 0;
background: url(../images/sec4-bg.png) 0% 35%;
background-color: #F9F4F0;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec4-bx{
display: flex;
  gap: 15px;
  background: rgba(255,255,255,0.5);
  border-radius: 18px;
  padding: 25px 20px;
  backdrop-filter: blur(10px);
}

.sec4-bx span{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--theme-color1);
  border-radius: 50%;
  font-size: 30px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec4-bx:hover span{
  background-color: var(--theme-color1);
  color:#fff;
}

.sec4-bx div{
  width: 75%;
}

.sec4-bx h4{
  color: var(--theme-color3);
  font-family: var(--heading-font-family);
}

.sec4-bx p{
  line-height: 26px;
  color: #333;
}



.sec-5{
  padding: 50px 0;
  background: url(../images/shape-map.png) no-repeat left center;
}

.sec5-bx{
border-radius: 20px;
position: relative;
overflow: hidden;
margin: 0 12px;
}



.sec5-bx::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(bottom, var(--theme-color4) 0%, transparent 100%);
	background: linear-gradient(0deg, var(--theme-color4) 0%, transparent 100%);
	z-index: 2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	height: 70%;
}

.sec5-bx::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 30px;
	right: 30px;
	background-color: var(--theme-color1);
	border-radius: 2em;
	height: 10px;
	-webkit-transition: all 0.25s ease 0.1s;
	transition: all 0.25s ease 0.1s;
  z-index: 9;
}

.sec5-bx:hover::after{
  bottom: -5px;
}

.sec5-bx img{
  border-radius: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sec5-bx .sec5-content{
  position: absolute;
  width: 100%;
  padding: 25px;
  bottom: 0;
  z-index: 9;
  color: #fff;
}
.sec5-bx:hover img{
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


.sec5-bx .sec5-content h6{
font-size: 15px;
border: 1px solid rgba(255, 255, 255, 0.5);
padding: 4px 12px;
border-radius: 30px;
display: inline-block;
}
.sec5-bx .sec5-content h3{
font-family: var(--heading-font-family);
margin: 0;
font-size: 24px;
}

.sec-6{
  position: relative;
  overflow: hidden;
}

.sec6-right{
  background: var(--theme-color3) url(../images/shape-1.png) center right no-repeat;
  padding: 45px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.sec6-right::before{
  	content: "";
	position: absolute;
	bottom: -5px;
	left: 50px;
	right: 50px;
	background-color: var(--theme-color1);
	border-radius: 2em;
	height: 10px;
	-webkit-transition: all 0.25s ease 0.1s;
	transition: all 0.25s ease 0.1s;
  z-index: 9;
}

.sec6-right h2{
font-family: var(--heading-font-family);
font-size: 46px;
}

.sec6-right h2 span{
  color: var(--theme-color1);
}

.t-tages{
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}

.t-tages span{
background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  border-radius: 30px;
  backdrop-filter: blur(5px);
}

.sec6-right h4{
font-family: var(--text-bold-font-family);
font-size: 30px;
  font-weight: 600;
}
.sec6-right h5{
font-family: var(--heading-font-family);
}


.sec6-right p strong{
  color: var(--theme-color1);
 font-size: 18px;
 letter-spacing: 0.5px;
}

.sec6-right ul li{
line-height: 32px;
}

.sec6-right ul li i{
  color: var(--theme-color1);
  padding-right: 5px;
}


.sec-7{
  padding: 60px 0;
background:url(../images/sec7-bg.jpg) center;
background-size: cover;
position: relative;
z-index: 9;
text-align: center;
color: #fff;
}

.sec-7::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color:var(--theme-color3);
  opacity: 0.85;
  z-index: -1;
}


.sec-7 h2 {
	font-family: var(--heading-font-family);
	color:#fff;
	font-size: 45px;
	font-weight: 700;
}
.sec-7 p{
  padding: 0 150px;
}

.sec-7 ul{
  display: flex;
  flex-wrap: wrap;
}

.sec-7 ul li{
list-style: none;
  padding: 12px 15px;
  border-radius: 12px;
  width: 30%;
  margin: 10px 15px;
  background: rgb(220, 131, 78);
}

.sec-7 a{
text-decoration: none;
border: 2px solid #fff;
display: inline-block;
padding: 12px 30px;
border-radius: 30px;
margin: 0 6px;
font-family: var(--text-bold-font-family);
color: #fff;
position: relative;
  overflow: hidden;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec-7 a i{
  padding-right: 5px;
}

.sec-7 a::before {
	content: "";
	position: absolute;
	transition-duration: .8s;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: var(--theme-color1);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.sec-7 a:hover::before {
	top: -40%;
}

.sec-7 a:hover{
  border: 2px solid var(--theme-color1);
}



.sec-9{
  background-color:#F9F4F0;
  padding: 60px 0;
}

.sec9-bx{
  text-align: center;
  margin:25px 20px 0;
}

.sec9-bx p {
	color: var(--text-color);
	line-height: 28px;
}

.testimonial-rate {
	color: #FFB300;
margin: 15px 0;
}

.sec9-bx h4{
color: var(--theme-color1);
  font-family: var(--heading-font-family);
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.sec9-bx h6{
color: var(--bs-gray-600);
  font-weight: 400;
   position: relative;
  z-index: 9;
}

.sec9-bx h4::before{
position: absolute;
  content: "\f10e";
  bottom: -48px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--bs-gray-100);
  font-size: 90px;
  margin: auto 12px;
  z-index: -1;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next, .attractions-slider .slick-prev, .attractions-slider .slick-next{
display: none !important;
}


.about-counter {
background-color: #F9F4F0;
  padding: 50px 0;
  text-align: center;
}

.sec8-box i{
background-color: var(--theme-color1);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  margin-bottom: 18px;
}

.sec8-box h2{
  font-size: 50px;
  font-family: var(--text-bold2-font-family);
  color: var(--theme-color3);
  font-weight: 800;
}

.sec8-box h2::after {
content: "\f067";
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  top: -25px;
  font-weight: 600;
  right: 0;
  font-size: 25px;
  position: relative;
}

.sec8-box p{
  margin: 0;
  color: var(--text-color);
}
.tour-banner{
  background: url(../images/tour-banner.jpg) 0% 50%;
  height: 200px;
  background-size: cover;
  position: relative;
}

.tour-banner::before{
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: var(--theme-color3);
opacity: 0.6;
}

.tour-top-sec{
background-color:#F9F4F0;
padding: 50px 0;
}

.tr-name h6{
color: var(--theme-color1);
text-transform: uppercase;
}

.tr-name h1{
  color: var(--theme-color3);
  font-family:var(--heading-font-family);
font-size: 44px;
  font-weight: 700;
  padding-bottom: 20px;
}

.tour-price small{
text-transform: uppercase;
color: var(--text-color);
}

.tour-price h3{
font-family: var(--text-bold2-font-family);
color: var(--theme-color1);
font-size: 42px;
}

.tour-price h3 span{
 font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--text-font-family);
}


.tr-review{
position: relative;
  background-color: var(--theme-color4);
  width: 100%;
  border-radius: 8px;
  padding: 25px 30px;
  color: #fff;
  margin-top: 30px;
}
.tr-review h6 {
	font-family: var(--text-bold-font-family);
}

.tr-review .review-content {
	display: flex;
	align-items: center;
}

.tr-review h4 {
	font-weight: 700;
	font-size: 3.5rem;
	margin-right: 1rem;
	line-height: 1;
	margin-bottom: .1rem;
	font-family: var(--text-bold2-font-family);
}

.tr-review .review-total {
	display: flex;
	flex-direction: column;
	color: #acacac;
	line-height: 1.35rem;
	font-family: var(--text-font-family);
}

.tr-review .review-total i{
	margin-bottom: .25rem;
	color: #fbad17;
	padding-right: 2px;
}

.mini-card {
	display: flex;
	gap: 10px;
  border-right: 1px dashed var(--theme-color1);
  margin-top: 38px;
  padding: 20px 0;
}

.mini-card i {
background: var(--theme-color1);
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.mini-card small {
	color: var(--text-color);
	display: block;
  	font-family: var(--heading-font-family);
}

.mini-card h5 {
	color: var(--theme-color3);
  font-family: var(--text-bold2-font-family);
}


.inner-matter{
padding: 60px 0;
}

.inner-matter p {
	color: var(--text-color);
	line-height: 26px;
}

.tour-overview{
/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.12); */
  padding: 25px 30px;
  border: 1px dashed var(--theme-color3);
}

.tour-overview h3{
font-family: var(--heading-font-family);
font-size: 32px;
color: var(--theme-color1);
}

.highlight-point{
background: #F1F7FF;
  text-align: center;
  padding: 25px 20px;
}

.highlight-point .icon-circle{
  background: #D3E3FA;
  color: var(--theme-color3);
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 22px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.highlight-point h5{
  font-family: var(--heading-font-family);
  font-size: 22px;
  color: var(--theme-color4);
}

.tour-highlight-bx{
  background: url(../images/tour-highlight-bg.jpg) right no-repeat;
  background-size: cover;
   padding: 40px 35px;
   margin: 0;
}

.tour-highlight-bx h3{
  font-family: var(--heading-font-family);
  color: var(--theme-color1);
}

.tour-highlight-bx ul li{
	color: #666;
	line-height: 26px;
  padding-bottom: 4px;
}

.tour-highlight-bx ul li i{
margin-right: 5px;
  border-radius: 50%;
  color: green;
  background-color: #d2f0d2;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
}

.wh-include ul li{
color: var(--text-color);
line-height: 26px;
}

.wh-include ul li i{
  color: var(--theme-color1);
  padding-right: 4px;
}

.stop-locations{
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.stop-locations span{
  background-color: #FFEEE3;
  border: 1px solid var(--theme-color1);
  border-radius: 30px;
  color: var(--theme-color2);
  padding:  2px 12px;
}


.side-booking {
/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.12); */
padding: 25px 30px;
position: relative;
overflow: hidden;
border: 1px dashed var(--theme-color1);
position: -webkit-sticky;
  position: sticky;
  top: 5px;
  z-index: 1020;
}

.side-booking::before{
  content: "";
  position: absolute;
  top: -6px;
  left: 30px;
  right: 30px;
  background-color: var(--theme-color1);
  border-radius: 2em;
  height: 10px;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
  z-index: 9;
}


.side-booking h3{
font-family: var(--heading-font-family);
color: var(--theme-color3);
font-size: 32px;
font-weight: 600;
text-align: center;
border-bottom: 1px solid #eee;
padding-bottom: 12px;
margin-bottom: 12px;
}

.side-booking .form-control.input{
  color: #777;
}

.side-booking .form-control:focus {
	outline: 0;
	box-shadow: none;
}

.side-booking .counter button{
border: 1px solid #d1d1d1;
  background: no-repeat;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
}

.side-booking .counter{
  display: flex;
  gap: 10px;
}

.side-booking .counter input{
  font-size: 14px;
  text-align: center;
  width: 80px;
}

.side-booking .btn{
background: var(--theme-color1);
  border: none;
  padding: 16px 10px;
  font-family: var(--text-bold2-font-family);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.side-booking .btn:hover{
  background: var(--theme-color4);
}

.side-booking h5{
font-family: var(--heading-font-family);
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color3);
}

.side-booking h4{
  font-family: var(--text-bold2-font-family);
  color: var(--theme-color1);
  font-size: 26px;
}

.tour-photo a {
	display: block;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.tour-photo a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
	z-index: 1;
	border-radius: var(--bs-border-radius-lg);
}

.tour-photo a img {
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.tour-photo a i {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	opacity: 0;
	color: #fff;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
	transform: translate(-50%,-50%);
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.55);
	border-radius: 50%;
	font-size: 1.25rem;
}

.tour-photo a:hover::before {
	opacity: 1;
}

.tour-photo a:hover img {
	transform: scale(1.05);
  	-webkit-transform: scale(1.05);
    	-moz-transform: scale(1.05);
}

.tour-photo a:hover i {
	opacity: 1;
}


.tour-details h2 {
	font-family: var(--heading-font-family);
	color: var(--theme-color1);
	font-weight: 600;
}

.tour-book label {
	padding-bottom: 3px;
	color: var(--theme-color3);
font-family: var(--text-bold-font-family);
}

.tour-book .form-control {
	padding: 11px 16px 11px 40px;
	margin-bottom: 15px;
	font-size: 15px;
}

.tour-book span {
	position: absolute;
	padding: 40px 13px;
	color: var(--bs-gray-600);
}

.tour-book i {
	font-size: 14px;
	color: var(--bs-gray-600);
}

.tour-book .btn {
	background: var(--theme-color1);
	color: var(--bs-white);
	text-transform: uppercase;
	font-family: var(--text-bold2-font-family);
	padding: 12px 30px;
	font-size: 15px;
	border-radius: 30px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	position: relative;
	overflow: hidden;
	z-index: 9;
	border: none;
	text-decoration: none;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}
.tour-book .btn:hover {
	background: var(--theme-color3);
}


.tour-book .form-select:focus, .tour-book .form-control:focus {
	border-color: var(--theme-color1);
	box-shadow: none;
}

.tour-details-sec h4{
  font-family: var(--heading-font-family);
  color: var(--theme-color1);
  font-weight: 600;
}

.tour-details-sec .review {
	color: #fbad17;
}

.tour-details-sec h5{
font-family: var(--heading-font-family);
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color3);
}

.tour-details-sec h3 {
	font-family: var(--text-bold2-font-family);
	color: var(--theme-color1);
	font-size: 28px;
}

.bk-side {
	display: flex;
	gap: 16px;
	margin-bottom: 15px;
}

.bk-side h5 {
	font-size: 17px;
}


.cnt-outter{
background-color: #F9F4F0;
  padding: 30px;
  border-radius: 20px;
}

.cnt-outter h2{
font-family: var(--heading-font-family);
color: var(--theme-color3);
font-size: 38px;
font-weight: 600;
}

.cnt-bx{
display: flex;
  padding: 35px 25px;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  margin: 20px 0;
  border: 1px solid #e9cfbf;
  background: #fff7f2;
}

.cnt-bx:hover{
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
}

.cnt-bx i{
background-color: var(--theme-color1);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}

.cnt-bx h4{
  color: var(--theme-color3);
  font-weight: 600;
}

.cnt-bx p{
margin: 0;
}

.enq-form{
  background: rgba(255,255,255,0.6);
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  margin: 0 10px;
}

.enq-form label{
  font-family: var(--text-bold-font-family);
  padding-bottom: 6px;
  color: var(--theme-color3)
}

.enq-form .form-control{
  height: 50px;
  margin-bottom: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.enq-form textarea.form-control{
  height: auto;
}

.form-control:focus {
	border: 1px solid var(--theme-color1);
	box-shadow: none;
}

.enq-form button{
  border: none;
  background-color: var(--theme-color4);
  color: #fff;
  display: inline-block;
padding: 14px 25px;
  border-radius: 8px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.enq-form button:hover{
  background-color: var(--theme-color1);
}

footer{
padding: 50px 0;
background:var(--theme-color3);
position: relative;
z-index: 9;
overflow: hidden;
}

footer::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  background: url(../images/ft-shape1.png) no-repeat;
 width: 280px;
  height: 210px;
  background-size: 280px;
  opacity: 0.75;
  z-index: -1;
}

footer::after{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  background: url(../images/ft-shape2.png) no-repeat;
 width: 280px;
  height: 210px;
  background-size: 280px;
  opacity: 0.75;
    z-index: -1;
}

.f-links h4{
color: var(--bs-white);
font-size: 23px;
position: relative;
margin-bottom: 15px;
font-family: var(--heading-font-family);
}


.f-links h4::before {
width: 40px;
left: 15px;
  content: '';
  height: 2px;
  background: var(--theme-color1);
  position: absolute;
  bottom: -4px;
}


.f-links h4::after {
width: 10px;
left: 0;
  content: '';
  height: 2px;
  background: var(--theme-color1);
  position: absolute;
  bottom: -4px;
}

.f-links ul{
  padding: 0;
}

.f-links ul li{
list-style: none;
line-height: 28px;
}

.f-links ul li a{
text-decoration: none;
color: rgba(255,255,255,0.7);
display: block;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
  line-height: 30px;
}

.f-links ul li a i{
  padding-right: 5px;
  color: var(--theme-color1);
}

.f-links ul li a:hover{
  padding-left: 4px;
  color: var(--theme-color1);
}

.f-links h2{
color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-family: var(--heading-font-family);
  letter-spacing: 1px;
}

.f-links p{
color: rgba(255,255,255,0.7);
  line-height: 28px;
}

.f-cnt i{
padding-right: 8px;
  color: var(--theme-color1);
  font-size: 18px;
}
.f-cnt h5{
  color: var(--bs-white);
  font-size: 18px;
}

.social-links {
  padding-left: 0;
  display: flex;
}

.social-links li a {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px !important;
  font-size: 14px !important; 
  margin-right: 8px;
  border-radius: 50%;
  display: block;
  background-color: #17254D;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.social-links li a:hover {
  background: var(--theme-color1);
  padding: 0 !important;
  color: var(--bs-white) !important;

}




@media only screen and (max-width: 576px){

header {
	position: relative;
  background: none;
  padding: 8px 0;
}

.carousel-caption h2 {
	font-size: 18px;
}
.carousel-caption p {
display: none;
}

.m-logo{
width: 250px;
}

.logo img {
	width: 200px;
}
.top-call {
display: none;
}

.top-btn a {
	padding: 10px 12px;
	border-radius: 50%;
	margin-left: 5px;
}


.carousel-caption a {
	padding: 7px 12px;
	font-size: 14px;
}

.navbar-toggler {
	background: var(--theme-color1);
	color: var(--bs-white);
	margin-left: 12px;
}


.slick-next, .slick-nex {
	right: 5px;
}

.sec-7 ul {
	padding: 0;
}

.sec-7 ul li {
	width: 45%;
	margin: 10px;
  font-size: 14px;
}

.sec3-left, .sec3-right {
	flex-direction: row;
}
.sec3-left img, .sec3-right img{
  margin: 15px 0;
}
.sec-7 p {
	padding: 0;
}

.tour-photo a i {
	width: 40px;
	height: 40px;
	font-size: 14px;
}

}

@media only screen and (min-width:576px) and (max-width:767px){

}


@media only screen and (min-width:768px) and (max-width:991px){

}

@media only screen and (max-width:991px){
.navbar-toggler {
	background: var(--theme-color4);
	color: var(--bs-white);
	margin-left: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px 16px;
  color: var(--text-color);
}

.m-logo {
width: 270px;
}

}





@media only screen and (max-width: 992px) {
 
}



@media only screen and (max-width:1024px){

}


