@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fasthand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block
}
ol, ul {
list-style:none;
margin:0;
padding:0
}
blockquote, q {
quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
content:'';
content:none
}
.mtop {
margin-top:3em;
}
table {
border-collapse:collapse;
border-spacing:0
}
.txt-rt {
text-align:right
}
.txt-lt {
text-align:left
}
.txt-center {
text-align:center
}
.float-rt {
float:right
}
.float-lt {
float:left
}
.clear {
clear:both
}
.pos-relative {
position:relative
}
.pos-absolute {
position:absolute!important;
}
.vertical-base {
vertical-align:baseline
}
.vertical-top {
vertical-align:top
}
nav.vertical ul li {
display:block
}
nav.horizontal ul li {
display:inline-block
}
img {
max-width:100%
}
body {
margin:0;
font-family: 'Playfair Display', serif;
}
#main {
width: 100%;
position: absolute;
top: 0;
right: 0;
opacity: 1
}
/* ===== Home Banners (2-up) ===== */
.home-banners { padding-top: 0; padding-bottom: 50px; }

/* Tight, consistent gutters (works alongside Bootstrap) */
.hb-gutters { margin-left: -8px; margin-right: -8px; }
.hb-gutters > [class*="col-"] { padding-left: 8px; padding-right: 8px; }

/* Card container + subtle hover */
.hb-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hb-card:hover,
.hb-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  outline: none;
}

/* Image fits the box */
.hb-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional: maintain a gentle aspect ratio if your images vary in height */
/*
.hb-card::before {
  content: "";
  display: block;
  padding-top: 36%; 
}
.hb-card > picture, .hb-card > img { 
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; 
}
*/

.title-content {
position:absolute;
bottom:0vw;
left:12vw;
width:100%;
}
.title-content h1 {
font-family: 'Playfair Display', serif;
color: #ffe476;
display: block;
height: auto;
font-size:1.5vw;
font-weight:600;
line-height:1.4;
text-align:left;
text-shadow: 2px 2px 5px #000;
text-transform: none;
letter-spacing:0;
}
.title-content h1 span {
font-weight:600;
color:#f67901;
}
.title-content p {
font-family: 'Playfair Display', serif;
color:#FFF;
font-size:3vw;
font-weight:bold;
line-height:1.1em;
text-align:left;
color:#FFF;
text-shadow: 2px 2px 5px #000;
letter-spacing:0;
text-transform: none;
padding-top:0;
padding-bottom:1vw;
}
.title-content h5 a {
font-family: 'Playfair Display', serif;
background-color:#0c3390;
font-size: 1vw;
font-weight:400;
color: #FFF;
padding-top: 0;
float: left;
text-decoration: none;
padding:15px 20px;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.title-content h5 a:hover {
color: #fff;
background-color:#df6d0d;
}
.title-content h5 a i {
position: relative;
top:3px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index:9999;
}
#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 13px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}
#wrapper, .content-holder {
float: left;
width: 100%;
position: relative;
height: 100%
}
#wrapper {
z-index: 4
}
.content-holder {
vertical-align: top;
left: 0;
top: 0;
right: 0;
z-index: 2
}
section {
position: relative;
width:100%;
display:block;
}
.logoimg, .respimg {
height: auto;
float: left;
-webkit-transform: translate3d(0, 0, 0)
}
.logoimg {
width:100%
}
.mobile-show {
display:none;
}
.desktop-show {
display:block;
}
header {
position: fixed;
width: 100%;
z-index: 22;
top:2.3vw;
left: 0;
background: rgba(255, 255, 255, 1)
}
.top-section {
display:block;
background-color:#027d46;
position: fixed;
width: 100%;
z-index: 23;
top:0;
left: 0;
}
.top-section-box li {
font-family:calibri;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1vw;
font-weight:700;
line-height:1.5em;
text-align:left;
text-decoration:none;
padding:.3vw .5vw .5vw .5vw;
border-right:.1vw solid rgba(255, 255, 255, 0.2);
vertical-align:middle;
}
.top-section li a {
color:#FFF;
text-decoration:none;
}
.top-section li a:hover {
color:#e4bb01;
text-decoration:none;
}
.top-section li:nth-last-child(1) {
border-right:0;
}
.top-section li i {
font-size:1.1vw;
font-weight:400;
text-decoration:none;
margin-right:.2vw;
vertical-align:middle;
}
.tr-header {
background: rgba(255, 255, 255, 1);
height: auto;
-webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .1);
box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .1);
padding:.6vw 1vw;
}
header.tr-header.sticky {
background: rgba(255, 255, 255, 1);
margin-top:0;
border-bottom:1px solid#e7e7e7;
}
.nav-holder {
position: relative;
top:0;
left: 0;
width: 100%
}
.logo-holder {
z-index: 10;
width:20%;
float:left;
padding:0 1vw;
}
.top-menu {
z-index: 10;
width:60%;
float: right;
margin-top:1vw;
}
.menu-holder {
z-index: 10;
width:100%;
float:left;
margin-top:0.5vw;
border-top:.1vw solid#f7f7f7;
padding-left:0;
}
.logo-holder img {
width:100%;
}
header.sticky img.logo-vis {
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
transform: scale(.2);
opacity: 0
}
header.sticky img.logo-notvis {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1
}
.transition {
-webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-o-transition: all .5s linear;
-ms-transition: all .5s linear;
transition: all .5s linear
}
header.tr-header.sticky {
position: fixed;
left: 0;
right: 0;
top:-3.8vw;
z-index: 9999999;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.button-box {
width:46%;
margin:0 auto;
}
.get-btn {
font-size:1.1vw;
display: inline-block;
padding:1vw 1.5vw;
z-index: 0;
color: #FFF;
text-align: center;
text-transform: uppercase;
font-weight:700;
border-radius:0;
text-decoration: none;
background-color:#027d46;
margin-top:1vw;
line-height:1.3em;
padding-top:1vw;
}
.get-btn:hover {
color: #027d46;
background-color:#fabd14;
text-decoration: none;
}
.get-btn i {
background-color:#FFF;
width:1.5vw;
height:1.5vw;
line-height:1.5vw;
border-radius:2vw;
color:#444;
margin-left:1vw;
font-size:1.2vw;
}
.book-btn {
font-size:1.1vw;
display: inline-block;
padding:1vw 1.5vw;
z-index: 0;
color: #027d46;
text-align: center;
text-transform: uppercase;
font-weight:400;
border-radius:0;
text-decoration: none;
background-color:#FFF;
margin-top:0;
line-height:1.3em;
padding-top:1vw;
vertical-align:middle;
}
.book-btn:hover {
color: #FFF;
background-color:#027d46;
text-decoration: none;
}
.call-btn {
font-size:1.8vw;
display: inline-block;
padding:.7vw 1vw .7vw 1vw;
z-index: 0;
color: #fff;
text-align: center;
text-transform: uppercase;
font-weight:400;
border-radius:0;
text-decoration: none;
background-color:#027d46;
margin-top:0;
line-height:1.5em;
padding-top:0;
}
.call-btn:hover {
color: #FFF;
background-color:#333;
text-decoration: none;
}
.call-btn i {
vertical-align:middle;
}
.banner__slider {
z-index:0;
margin-top:110px;
}
.top-menu {
z-index: 10;
width:75%;
float: right;
margin-top:.7vw;
margin-right:0;
}
.why-choose {
width:100%;
padding:2vw 1vw;
background:#027d46;
}
.why-choose h2 {
font-family: 'Playfair Display', serif;
font-size:1.6vw;
color:#fff;
font-weight:400;
padding-top:1vw;
text-transform:capitalize;
}
.why-choose-border {
border-right:.1vw solid rgba(0, 0, 0, 0.05);
}
.why-choose h3 {
font-family: 'Roboto', sans-serif;
font-size:1.3vw;
color:#fff;
font-weight:700;
padding-top:1.5vw;
text-transform:capitalize;
}
.why-choose p {
font-size:1.4vw;
color:#FFF;
font-weight:400;
padding-top:1.5vw;
text-transform:capitalize;
}
.why-choose img {
width:25%;
}
.taxi-booking {
width:100%;
padding:1vw 1vw 1vw 1vw;
background: #efc41a;
}
.booking-bg {
background-image:url(../images/shape-bg.webp);
background-size:60%;
background-repeat:no-repeat;
}
.booking-bg1 {
background-image:url(../images/shape-bg-1.webp);
background-size:100%;
background-repeat:no-repeat;
padding-bottom:5vw;
}
.circle-bg {
background-image:url(../images/shape-circle.webp);
background-size:80%;
background-repeat:no-repeat;
padding-bottom:5vw;
background-position:right;
}
/* ===== Gallery ===== */
.gallery-section { padding-top: 60px; padding-bottom: 60px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
}
.gallery-item {
  grid-column: span 2; /* 4 per row on desktop */
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #e9ecef;
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform .35s ease, filter .35s ease;
}
.gallery-item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,.25));
  opacity: 0; transition: opacity .35s ease;
}
.gallery-item:hover img { transform: scale(1.05); filter: saturate(1.05); }
.gallery-item:hover::after { opacity: 1; }

/* Breakpoints */
@media (max-width: 1199.98px) { .gallery-item { grid-column: span 4; } } /* 3 per row */
@media (max-width: 767.98px)  { .gallery-item { grid-column: span 6; } } /* 2 per row */
@media (max-width: 479.98px)  { .gallery-item { grid-column: span 12; } } /* 1 per row */

/* ===== Lightbox ===== */
.lb.hidden { display: none; }
.lb {
  position: fixed; inset: 0; z-index: 1080;
  background: rgba(0,0,0,.85);
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  align-items: center; justify-items: center;
  padding: 24px;
}
.lb-stage {
  grid-column: 2; grid-row: 2;
  width: min(96vw, 1200px);
  max-height: 82vh;
  display: flex; flex-direction: column; align-items: center;
}
#lbImage {
  max-width: 100%;
  max-height: 72vh;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,.45);
}
.lb-caption {
  color: #fff; font-size: 15px; margin-top: 12px; text-align: center;
  max-width: 90%;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

/* Controls */
.lb-btn {
  position: relative;
  border: 0; outline: none; cursor: pointer; user-select: none;
  color: #fff; background: rgba(255,255,255,.12);
  backdrop-filter: saturate(120%) blur(2px);
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  transition: background .2s ease, transform .1s ease;
}
.lb-btn:hover { background: rgba(255,255,255,.25); }
.lb-btn:active { transform: scale(.98); }

/* Prev / Next */
.lb-prev { grid-column: 1; grid-row: 2; }
.lb-next { grid-column: 3; grid-row: 2; }

/* Close */
.lb-close {
  grid-column: 3; grid-row: 1;
  width: 46px; height: 46px; font-size: 34px; line-height: 0.8;
}

/* Touch hint (optional) */
@media (hover: none) {
  .gallery-item:hover img { transform: none; filter: none; }
  .gallery-item:hover::after { opacity: 0; }
}
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
overflow: hidden;
position: relative;
}
.main-slider .swiper-slide {
position: relative;
background-color: #151414;
}
.main-slider .image-layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
transform-origin: top center;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 7000ms ease;
transition: -webkit-transform 7000ms ease;
transition: transform 7000ms ease;
transition: transform 7000ms ease, -webkit-transform 7000ms ease;
z-index: -1;
}
.main-slider .image-layer-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(var(--thm-black-rgb), .6);
}
.main-slider .swiper-slide-inner {
position: relative;
display: block;
text-align: center;
padding-top: 280px;
padding-bottom: 255px;
}
.main-slider h2 {
position: relative;
display: inline-block;
margin: 0;
color: var(--thm-primary);
font-size: 80px;
line-height: 90px;
font-weight: 400;
font-family: var(--thm-reey-font);
margin-bottom: 25px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-90px);
transform: translateY(-90px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease,  -webkit-transform 2000ms ease;
z-index: 2;
}
.main-slider h2:before {
position: absolute;
bottom: 7px;
right: -8px;
background-image: url(../images/shapes/main-slider-shape-1.webp);
background-repeat: no-repeat;
width: 409px;
height: 24px;
content: "";
}
.main-slider p {
position: relative;
display: inline-block;
margin: 0;
font-size: 40px;
color: var(--thm-base);
font-weight: 500;
opacity: 0;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 0;
transition-delay: 0;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease,  -webkit-transform 2000ms ease;
z-index: 3;
}
.main-slider .swiper-slide-active .image-layer {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.main-slider .swiper-slide-active h2, .main-slider .swiper-slide-active p {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
.main-slider-nav {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.main-slider-button-next {
position: relative;
width: 65px;
height: 65px;
line-height: 65px;
border-radius: 50%;
text-align: center;
color: #fff;
cursor: pointer;
z-index: 9;
margin-right: 100px;
font-size: 25px;
border: 2px solid #fff;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.2;
transition: 0.5s;
}
.main-slider-button-prev {
position: relative;
width: 65px;
height: 65px;
line-height: 65px;
border-radius: 50%;
text-align: center;
color: #ffff;
cursor: pointer;
z-index: 9;
margin-left: 100px;
font-size: 25px;
border: 2px solid #fff;
transform: rotate(-180deg);
opacity: 0.2;
transition: 0.5s;
display: flex;
align-items: center;
justify-content: center;
}
.main-slider-button-prev, .main-slider-button-next:focus {
outline: none;
}
.main-slider-button-prev:hover, .main-slider-button-next:hover {
opacity: 1;
}
.taxi-header {
width:100%;
padding:2vw 1vw 1vw 1vw;
background:#027d46;
}
.taxi-header img {
width:100%;
}
.taxi-header h2 {
font-size:2.5vw;
color:#000;
font-weight:bold;
text-transform:capitalize;
letter-spacing:0vw;
margin-top:8vw;
}
.taxi-header h2 span {
font-family: 'Arizonia', cursive;
font-weight:200;
color:#FF0;
font-size:3.5vw;
}
.taxi-header h3 {
font-size:2vw;
color:#000;
font-weight:400;
padding-top:1.5vw;
text-transform: none;
}
.taxi-header h3 span {
font-family: 'Arizonia', cursive;
font-weight:200;
color:#FF0;
font-size:2.5vw;
}
.taxi-header p {
font-size:1.3vw;
color:#000;
font-weight:400;
padding-top:1vw;
}
.taxi-booking img {
width:100%;
}
.taxi-booking h2 {
font-family: 'Playfair Display', serif;
font-size:3vw;
color:#027d46;
font-weight:bold;
margin-top:5vw;
text-transform:capitalize;
line-height:1em;
}
.taxi-booking h2 span {
font-family: 'Arizonia', cursive;
font-weight:200;
color:#333;
font-size:3.5vw;
}
.taxi-booking h3 {
font-size:2.2vw;
color:#000;
font-weight:700;
text-transform: none;
line-height:1.1em;
}
.taxi-booking h3 span {
font-family: 'Arizonia', cursive;
font-weight:200;
color:#333;
font-size:2.5vw;
}
.taxi-booking p {
font-size:1.2vw;
color:#000;
font-weight:400;
padding:0 0% 0 0%;
}
.taxi-booking li {
list-style:none;
font-size:1.2vw;
color:#FFF;
font-weight:600;
padding-bottom:.5vw;
}
.no-padding-left {
padding-left:0!important;
}
.margin-top {
margin-top:1vw;
}
.grey-bg {
background:#e9e9e9;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #f6f3e5 4px, #e4f0eb 6px);
}
.reviews-section { padding-top: 60px; padding-bottom: 60px; }
.review-card {
  background:#fff;
  border-radius:16px;
  padding:24px;
  margin-bottom:30px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.review-stars { margin-bottom:10px; font-size:18px; line-height:1; }
.review-stars .fa { margin-right:3px; }
.review-title { font-size:18px; margin:8px 0 10px; font-weight:700;  }
.review-text { color:#444; font-size:15px; line-height:1.6; margin-bottom:18px; }
.review-author {
  display:flex; align-items:center; gap:10px; margin-top:0;
  border-top:1px dashed #eee; padding-top:12px;
}
.review-author img {
  width:40px; height:40px; border-radius:50%; object-fit:cover; background:#f2f2f2;
}
.review-author span { font-weight:600; }
.badge-source {
  margin-left:auto; font-weight:600; font-size:13px; display:flex; align-items:center; gap:6px;
}
.badge-source .fa { font-size:16px; }
@media (max-width: 991px){
  .review-card { padding:20px; }
}
.mt-30{ margin-top:30px; }

.tour-packages {
width:100%;
padding:3vw 6vw;
}
.tour-packages h2 {
font-family: 'Playfair Display', serif;
font-weight:800;
font-size: 40px;
line-height: 50px;
color: #000;
margin-bottom: 15px;
}
.tour-packages h2 span {
font-size:4vw;
font-family: 'Arizonia', cursive;
font-weight:200;
color:#e4bb01;
}
.tour-packages h3 {
font-family: 'Playfair Display', serif;
font-weight: 800;
font-size: 40px;
line-height: 50px;
color: #000;
margin-bottom: 15px;
}
.tour-packages h5 {
font-size:1vw;
color:#027d46;
font-weight:700;
padding:0;
margin-bottom:0;
}
.tour-packages p {
font-size: 18px;
color:#000;
font-weight:400;
padding:0;
text-decoration:none;
line-height:1.5em;
}
.tour-packages p a {
font-size:1.5vw;
color:#000;
font-weight:700;
line-height:1em;
text-decoration:none;
}
.tour-packages p a:hover {
color:#027d46;
text-decoration:none;
}
.tour-packages img {
width:100%;
}
.sightseeing img {
width:100%!important;
border-radius:20px!important;
border:1px solid #dddddd!important;
}
.daytours img {
width:100%!important;
border-radius:20px 20px 0 0!important;
}
.sightseeing iframe {
width:100%!important;
border-radius:20px!important;
height:30vw;
border:1vw solid#FFF;
box-shadow: 0 2px 4px #ddd;
}
.tour-packages-grid {
background-color:#027d46;
text-decoration:none;
margin-top:1.5vw;
border-radius: 20px;
}
.tour-packages-grid img {
width:100%;
border-radius: 20px 20px 0 0;
}
.tour-packages-grid p {
font-size:1.2vw;
color:#FFF;
font-weight:400;
padding-top:0.5vw;
padding-bottom:1vw;
line-height:1.5em;
text-decoration:none;
}
.day-tour-bg {
background-image:url(../images/day-tour-bg.jpg)!important;
background-position:center bottom;
background-repeat:no-repeat;
height:47vw;
border-bottom:.2vw solid rgba(0, 0, 0, 0.05);
}
.tour-bg {
background-image:url(../images/tour-bg.webp)!important;
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
height:55vw;
}
.taxi-page-bg {
background-image:url(../images/tour-bg.webp)!important;
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
height:auto;
}
.tour-multi-packages {
width:100%;
padding:4vw 6vw;
}
.tour-multi-packages h2 {
font-size:1.5vw;
color:#027d46;
font-weight:700;
padding-bottom:1vw;
}
.tour-multi-packages h2 span {
font-family: 'Satisfy', cursive;
color: #e4bb01;
margin-bottom: 0;
font-weight: 600;
font-size: 30px;
letter-spacing: 1px;
}
.tour-multi-packages h3 {
font-size:1.6vw;
color:#000;
font-weight:600;
letter-spacing:0vw;
}
.tour-multi-packages h4 {
font-size:.9vw;
color:#FFF;
font-weight:400;
padding:.3vw;
text-align:center;
background-color:#444;
border-radius:.5vw;
line-height:1.3em;
width:45%;
}
.read-btn {
font-size:1vw;
color: #FFF;
text-align: center;
text-transform: uppercase;
font-weight:400;
border-radius:.5vw;
text-decoration: none;
background-color:#027d46;
line-height:1.5em;
padding:.6vw 1vw;
}
.read-btn:hover {
color: #FFF;
background-color:#fabd14;
text-decoration: none;
}
.tour-multi-packages p {
font-size:1.1vw;
color:#000;
font-weight:400;
padding-top:0;
}
.tour-multi-packages img {
width:100%;
}
.itnerary-section ul {
list-style-type: none;
position: relative;
float: left;
margin-top: 20px;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0;
margin-inline-end: 0;
padding-inline-start: 0
}
.itnerary-section ul:before {
height: 100%;
border-left: .1vw solid#e8e8e8!important;
width: 1px;
position: absolute;
content: '';
top: 0;
left: 26px
}
.itnerary-section ul li {
float: left;
padding-bottom: 40px;
width: 100%;
padding-top: 20px
}
.itnerary-section ul li figure {
float: left;
width: 100%;
position: relative
}
.day-circle {
width:45px;
height: 45px;
line-height: 45px;
background-color:#e4bb01;
border-radius: 50%;
float: left;
}
.day-circle:hover {
background-color: #027d46;
}
.day-circle h3 {
font-size: 23px;
font-weight: 600;
color: #fff;
text-align: center;
padding-top: 0;
text-transform: uppercase
}
.day-circle h3 span {
font-size: 12px;
font-weight: 400
}
.day-circle h3 i {
font-size:26px;
}
.itnerary-section-left {
margin-top:1vw;
}
.itnerary-section ul li figcaption {
float: left;
width: 80%;
padding-top: 10px;
padding-left: 15px
}
figcaption h4 {
font-size: 1.4vw;
font-weight: 700;
padding-top:.3vw;
color:#e4bb01;
margin-bottom: 5px;
}
figcaption p {
font-size: 20px!important;
font-weight:400;
font-style:italic;
padding-bottom:15px;
}
figure {
margin:0!important;
}
figcaption {
margin-left:4.5vw;
}
.why-booking {
width:100%;
padding:3vw 2vw 0 2vw;
}
.why-booking h2 {
font-family: 'Playfair Display', serif;
font-weight: 700;
font-size: 40px;
padding-bottom: 0;
}
.why-booking p {
font-family: 'Roboto', sans-serif;
font-size:18px;
color:#000;
font-weight:400;
padding-top:0;
line-height:1.4em;
padding-right:18em;
padding-bottom:1em;
font-size:20px;
}
.why-booking img {
width:100%;
}
.orange {
color:#e4bb01;
}
.booking-features {
background: #FFFFFF;
padding: 30px 0;
letter-spacing:0px;
-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
position: relative;
z-index: 1;
}
.yellow-bg {
background: #efc41a;
background-image:url(../images/shape-bg-1.webp);
background-size:100%;
background-repeat:no-repeat;
}
.taxi-bg {
background-image:url(../images/taxi-bg.webp)!important;
background-position:center bottom;
background-repeat:no-repeat;
background-size:100%;
}
.ftr-nav {
background-color: #027d46;
padding:2vw 3vw;
}
.contact-grid h5 {
font-family: 'Roboto', sans-serif;
color: #fff;
font-size:1.2vw;
padding-bottom:0;
margin-top:1vw;
margin-bottom:0.5vw;
font-weight:700;
}
.footer-read {
display: inline-block;
padding:.5vw 1vw;
z-index: 0;
color: #000;
text-align: center;
font-size:1vw;
text-transform: lowercase;
font-weight:400;
border: .1vw solid #28588f;
text-decoration: none;
}
.footer-read:hover {
color: #FFF;
background-color:#e07f0d;
border: .1vw solid #e59332;
text-decoration: none;
}
.footernav p {
font-size: 17px;
color: #fff;
line-height:1.5em;
text-decoration:none;
font-weight:400;
padding-bottom:.5vw;
margin-bottom:0!important;
letter-spacing:0;
}
.footernav p a {
color: #fff;
text-decoration:none;
}
.footernav p a:hover {
color: #e3e3e3;
text-decoration:none;
}
@media (max-width: 1499px) {
.footernav p {
font-size: 13px;
}
}
.footernav li {
font-size: 16px;
color: #fff;
list-style: none;
line-height:1.8em;
padding-left: 0;
text-decoration: none;
font-weight:400;
letter-spacing:0;
}
.footernav li a {
font-family: 'Roboto', sans-serif;
color: #fff;
text-decoration: none;

}
.footernav li a:hover {
color: #e3e3e3;
text-decoration: none;
}
.footer {
background-color:#027d46;
padding:.5%;
}
.footer-left {
margin-left:1vw;
}
.footer-right {
margin-right:1vw;
}
.monogram {
float:left;
width:2%;
height:auto;
}
.monogram img {
width:100%;
height:100%;
}
.weblink {
font-family: Poppins, sans-serif;
font-size:0.8vw;
color:#FFF;
padding-top:.0vw;
float:left;
margin-left:.5vw;
text-decoration:none
}
.weblink a {
font-size:0.8vw;
color:#FFF;
text-decoration:none
}
.weblink a:hover {
color:#e3e8f6;
text-decoration:none
}
.copyright {
font-family: Poppins, sans-serif;
font-size:0.8vw;
float:right;
color:#FFF;
padding-top:.0vw;
}
.btn1 {
font-family: 'Roboto', sans-serif;
font-size:1.2vw;
font-weight:400;
background: #027d46;
text-align:center;
color: #fff;
-webkit-transition: all .5s ease;
transition: all .5s ease;
border: 0;
border-radius:0;
padding:.8vw 1vw;
margin-top:1vw;
text-transform:uppercase;
}
.btn1:hover {
background: #e4bb01;
color: #fff;
text-decoration:none;
}
.inner-header {
height: 550px;
}
.inner-header h2 {
font-size:1.2vw;
color: #fff;
font-weight:700;
font-family: 'Playfair Display', serif;
}
.inner-header h2 span {
font-size: 2vw;
font-family: 'Playfair Display', serif;
font-weight: 700;
color: #efc41a;
}
.padding-bottom {
padding-bottom:5vw!important;
}
.banner1 {
margin-top:7em;
}
.taxi-top {
margin-top:6vw;
}
.packages-box {
padding:0 1.5vw 1.5vw 1.5vw;
}
.taxi-packages-grid {
background-color: #FFF;
box-shadow: 0 2px 4px #ddd;
border: .1vw solid#f1f1f1;
margin-bottom:1vw;
margin-top:2vw;
margin-bottom:2vw;
border-radius:15px!important;
}
.taxi-packages-grid h2 {
font-size:1.4vw;
color: #000;
font-weight:600;
padding:1vw 2vw;
text-align:center;
}
.taxi-pic-space {
margin-top:12vw;
}
.coaches-pic-space {
margin-top:8vw;
}
.packages-box-grid {
background-color: #FFF;
margin-bottom:1vw;
margin-top:2vw;
border-radius:0!important;
box-shadow: 0 2px 4px #ddd;
border: .1vw solid#f1f1f1;
}
.packages-box-grid h2 {
font-size:1.8vw;
color: #000;
font-weight:600;
padding:2vw 0 0 0;
text-align:left;
margin-top:0;
}
.packages-box-grid p {
font-size:1.2vw;
color: #000;
font-weight:400;
padding:0;
text-align:left;
margin-top:0;
}
.bg-grey {
background: #eaf4f0;
}
.no-padding {
padding:0!important;
}
.page-top-space {
margin-top:6vw;
}
figure {
position: relative;
}
figure img {
width: 100%;
}
figcaptions {
display: block;
}
figcaptions {
margin-left: 0;
}
.shad {
background: rgba(0, 0, 0, 0) url(../images/shadow.webp) repeat scroll 0 0;
bottom: 0;
position: absolute;
width: 100%;
height: 120px;
}
.gold {
float: left;
padding: 40px 0 10px 30px;
width: 100%;
}
.gold h3 {
color:#FFF;
font-size:1.3vw;
line-height:1em;
font-weight:700;
}
.gold h4 {
color:#e4bb01;
font-size:1vw;
line-height:1em;
font-weight:700;
}
.play {
float: right;
padding: 80px 20px 10px 0;
width: 50px;
position: relative;
display: inline-block;
}
.tour-box {
width:100%;
padding:1.6vw;
background-color:#FFF;
box-shadow: 2px 7px 18px 0 rgb(103 103 103 / 10%);
}
.tour-box li {
float: left;
width: 90px;
margin: 0 9px;
text-align:center;
padding: 0;
list-style:none;
margin-right:15px;
}
.cir {
border: 1px solid #c7c7cc;
border-radius: 50%;
height: 49px;
width: 49px;
margin: 0 auto;
margin-bottom:.5vw;
}
.cir i {
font-size:1.5vw;
line-height:49px;
}
.tour-box p {
color: #000;
font-weight: 400;
padding: 0;
text-decoration: none;
margin-bottom: 5px;
}
.tour-box h3 {
font-family: 'Roboto', sans-serif;
color:#000;
font-size:22px;
line-height:1em;
padding:0.5vw 0;
border-bottom:.1vw solid rgba(0, 0, 0, 0.08);
text-transform:uppercase;
font-weight:600;
}
.tour-box h4 {
font-family: 'Roboto', sans-serif;
color:#e4bb01;
font-size:20px;
line-height:1em;
padding-bottom:0.5vw;
font-weight:600;
}
.know-more {
display:inline-flex;
background-color:#027d46;
padding:10px 25px;
border-radius:50px;
color:#fff;
text-decoration: none;
font-weight:700;
justify-content:center;
text-align:center;
font-size:0.8vw;
line-height:1.3em;
text-transform: uppercase;
margin-top:10px;
}
.know-more:hover {
background-color:#e4bb01;
color:#fff;
/*font-size:1vw;*/
text-decoration:none;
}
/*---------------*/
.rmm.style {
float:right;
}
#main {
position:static;
}
#mobile-show {
display:none;
}
.day-tour-bg {
height:inherit
}
#cd-timeline::before {
left: 50% !important;
margin-left: -0.5vw !important;
}
.cd-timeline-img {
width: 2vw !important;
height: 2vw !important;
left: 114% !important;
margin-left: -1.8vw;
}
.cd-timeline-img1 {
width: 2vw !important;
height: 2vw !important;
left: -3.4vw !important;
margin-left: 0px
}
@media only screen and (min-width : 1081px) and (max-width : 1280px) {
.banner__slider {
margin-top: 40px;
}
.slider, .slide {
height: 65vh!important;
}
}
@media only screen and (min-width : 900px) and (max-width : 1080px) {
.mobile-show {
display: block!important;
}
.top-section-mobile {
background-color:#027d46;
display:block!important;
padding:5px;
text-align:center
}
.bg-white, .packages, .packages-grid {
padding:0!important
}
.top-section-left-mobile {
width:80%;
margin:0 auto
}
.top-section-left-mobile li {
font-family:Poppins, sans-serif;
display:inline-block;
color:#fff;
z-index:1000;
font-size:1.3em;
font-weight:300;
text-align:left;
margin-right:2%;
padding-top:0;
padding-bottom:2px;
padding-left:5px;
text-decoration:none;
text-transform:none
}
.top-section-left-mobile li a {
color:#fff
}
.top-section {
position: relative!important;
}
#wrapper {
display: none!important;
}
.nav-wrap ul li a {
font-family: 'Roboto', sans-serif;
color: #000!important;
text-decoration: none;
font-size: 15px!important;
padding: 28px 5px;
font-weight:600;
}
.nav-wrap>ul>li:not(:last-child) {
margin-right: 5px!important;
}
.nav-wrap ul.top_nav {
margin-right: 15px!important;
}
.mobile-logo {
width: 15%!important;
}
.page-title.style-three {
margin-top: 0px!important;
}
.desktop-show {
display: none!important;
}
.rmm.style ul {
position:relative !important;
}
.rmm.style ul li ul {
position:absolute !important;
top:29px;
}
.why-booking p {
font-size: 16px;
line-height:1.3em;
}
.contact-grid h5 {
font-size: 16px;
}
.weblink {
font-size: 13px;
}
.weblink a {
font-size: 13px;
}
.copyright {
font-size: 13px;
}
.taxi-booking p {
font-size: 16px;
line-height:1.3em;
}
.tour-packages p {
font-size: 16px;
line-height:1.4em;
}
figcaption {
margin-left: 3.8em;
}
figcaption p {
font-size: 14px!important;
}
figcaption h4 {
font-size: 16px;
}
.banner1 {
margin-top: 0em!important;
}
.why-choose h2 {
font-size: 16px;
}
.why-choose h3 {
font-size: 13px;
}
.btn1 {
font-size: 14px;
}
.tour-packages h5 {
font-size: 12px;
}
.top-menu {
width: 78%;
}
.book-btn {
font-size: 16px;
font-weight:700;
}
.call-btn {
font-size: 21px;
}
.top-section-box li {
font-size: 13px;
}
header {
position: relative!important;
top:14px!important;
}
.top-menu {
margin-top: 3px;
}
.taxi-booking p {
font-size: 14px;
line-height:1.3em;
}
.cir i {
font-size: inherit;
}
.know-more {
font-size: inherit;
}
.tour-multi-packages h2 {
font-size: 21px;
}
.tour-multi-packages h2 span {
font-size: 37px;
}
.tour-multi-packages p {
font-size: 16px;
}
.banner__slider {
margin-top: 28px !important;
}
.rmm.style {
font-size: 1.05em;
cursor: pointer;
margin-top: 5px;
}
.mg-body {
width:auto !important;
}
.mg-navigate-left, .mg-navigate-right {
width: 23px !important;
height: 23px !important;
}
.mg-navigate-left {
left:23px !important;
}
.mg-navigate-right {
right: 13px !important;
}
.mg-item:nth-child(3) {
left: 0 !important;
width: 100%;
}
.mg-item-teaser {
width: 50% !important;
right: 3px !important;
}
.mg-item:nth-child(3) .mg-item-image {
width: 41em !important;
}
.explore1 h1 {
font-size: 3.5vw!important;
}
.explore1 {
padding: 4vw!important;
margin-top: 2vw!important;
}
}
@media only screen and (min-width : 768px) and (max-width : 899px) {
.mobile-show {
display: block!important;
}
.top-section-mobile {
background-color:#001525;
display:block!important;
padding:5px;
text-align:center
}
.top-section-left-mobile {
width:80%;
margin:0 auto
}
.top-section-left-mobile li {
font-family:Poppins, sans-serif;
display:inline-block;
color:#fff;
z-index:1000;
font-size:1.3em;
font-weight:300;
text-align:left;
margin-right:2%;
padding-top:0;
padding-bottom:2px;
padding-left:5px;
text-decoration:none;
text-transform:none
}
.top-section-left-mobile li a {
color:#fff
}
.top-section {
display: none;
}
.rmm.style ul {
position:relative !important;
}
.rmm.style ul li ul {
position:absolute !important;
top:33px;
}
.why-booking h2 {
font-size: 20px;
}
.why-booking h2 span {
font-size: 32px;
}
.why-booking p {
font-size: 14px;
}
.banner1 {
margin-top: 4em!important;
}
.banner__slider {
margin-top: 10px!important;
}
#wrapper {
display: none!important;
}
.page-title.style-three {
margin-top: 115px!important;
}
figcaption {
margin-left: 3.8em;
}
figcaption p {
font-size: 14px!important;
}
figcaption h4 {
font-size: 16px;
}
.tour-packages p {
font-size: 16px;
line-height: 1.4em;
}
.why-choose h3 {
font-size: 13px;
}
.btn1 {
font-size: 14px;
}
.taxi-booking p {
font-size: 14px;
line-height:1.3em;
}

/*------------*/
.contact-grid h5 {
font-size: 16px;
}
.footer-left, .footer-right {
padding-left:0;
padding-right:0;
}
.weblink {
font-size: 18px;
text-align:center;
width:100%;
margin-left:0;
}
.weblink a {
font-size: 18px;
}
.copyright {
font-size: 18px;
text-align:center;
width:100%;
}
.cir i {
font-size: inherit;
}
.know-more {
font-size: inherit;
}
.tour-multi-packages h2 {
font-size: 21px;
}
.tour-multi-packages h2 span {
font-size: 37px;
}
.tour-multi-packages p {
font-size: 16px;
}
.cd-timeline-content .boxs {
/*padding-top:0px !important;*/
}
.cd-timeline-content h5 {
padding:13px 20px 0;
margin-bottom: 0px;
}
.banner__slider {
margin-top: 0px;
}
.mg-body {
width: auto !important;
}
.mg-navigate-left, .mg-navigate-right {
width: 20px !important;
height: 20px !important;
}
.mg-navigate-left {
left: 26px !important;
}
.mg-navigate-right {
right: 16px !important;
}
.mg-item:nth-child(3) {
left: 0 !important;
width: 100%;
}
.mg-item-teaser {
width: 50% !important;
right: 3px !important;
}
.mg-item:nth-child(3) .mg-item-image {
width: 41em !important;
}
.explore1 h1 {
font-size: 6.5vw!important;
}
.explore1 {
padding: 4vw!important;
margin-top: 20vw!important;
}
}
@media only screen and (max-width : 812px) {
.page-title.style-three {
margin-top: 0px!important;
}
.tour-packages h2 span {
font-size: 36px;
}
.tour-packages h2 {
font-size: 40px;
}
.banner__slider {
margin-top: 0;
}
.why-choose img {
width: 60%;
}
.pad {
padding: 0!important;
}
.anim-icon {
display:none!important;
}
.tour-packages {
padding: 25px;
}
.wrap-contact100 {
padding: 30px 15px 30px 15px!important;
}
.tour-multi-packages {
padding: 2em;
}
.sightseeing iframe {
height: 400px;
}
.tour-packages h5 {
font-size: 16px;
line-height:24px
}
.tour-packages h3 {
font-size: 25px;
padding: 0;
border-bottom: 0vw solid rgba(0, 0, 0, 0.08);
line-height: 30px;
}
.tour-packages p {
font-size: 16px;
line-height: 1.4em;
font-weight:400;
padding: 0;
}
.tour-packages p a {
font-size: 16px;
line-height: 1.4em;
}
.gold h4 {
font-size: 14px;
}
.tour-box {
padding: 20px;
margin-bottom:10px;
}
.desktop-show {
display: none;
}
.mobile-show {
display: block;
}
/*------head section--------*/
header {
position:static;
}
.logo-holder {
width:30%;
}
.logo-holder img {
float:none;
}
.tr-header {
/*padding:10px;*/
display: inline-block;
box-shadow: none;
}
.top-section-mobile {
background-color:#027d46;
display:block;
padding:5px;
z-index:9999;
}
.top-section-left {
width: 100%;
background: #027d46;
float: left;
}
.top-section-right {
width: 100%;
background: #f67901;
float:none;
margin:0 auto;
}
.top-section-right li {
font-size: 1.1em;
}
.top-section-left-mobile {
width:100%;
margin:0 auto;
text-align:center;
}
.top-section-left-mobile li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1.5em;
font-weight:300;
text-align:left;
margin-right:2%;
padding-top:0;
padding-bottom:2px;
padding-left:5px;
text-decoration:none;
text-transform:none;
}
.top-section-left-mobile li a {
color:#FFF;
}
.top-section {
display:none;
}
.top-section-left li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
font-size:1.vw;
font-weight:400;
text-align:left;
margin-right:1vw;
padding-top:-15vw;
text-decoration:none;
text-transform:none;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left li:nth-child(1) {
background-color:#f67901;
padding:.5vw 1vw;
}
.why-booking h2 span {
font-size: 35px;
}
.why-booking p {
font-size: 15px;
padding-right: 0;
}
figcaption {
margin-left: 3.8em;
}
.why-booking p {
font-size: 15px;
line-height:18px;
}
figcaption p {
font-size: 14px!important;
}
figcaption h4 {
font-size: 16px;
}
.contact-grid h5 {
font-size: 16px;
}
.footer-left, .footer-right {
padding-left:0;
padding-right:0;
}
.weblink {
font-size: 15px;
text-align:center;
width:100%;
margin-left:0;
}
.weblink a {
font-size: 15px;
}
.copyright {
font-size: 15px;
text-align:center;
width:100%;
}
.taxi-booking p {
font-size: 15px;
line-height:18px;
}
figcaption {
margin-left: 3.8em;
}
figcaption p {
font-size: 16px!important;
}
figcaption h4 {
font-size: 16px;
}
.why-choose h2 {
font-size: 16px;
}
.why-choose h3 {
font-size: 13px;
}
.btn1 {
font-size: 13px;
}
.book-btn {
font-size: 15px;
font-weight:700;
}
.call-btn {
font-size: 20px;
}
.top-section-box li {
font-size: 13px;
}
.taxi-booking p {
font-size: 15px;
line-height:20px;
}
.cir i {
font-size: inherit;
}
.know-more {
font-size: inherit;
}
.shad {
height:inherit;
}
.inner-header {
margin-top:0 !important;
}
.page-top-space {
margin-top:0
}
.tour-multi-packages h2 {
font-size: 21px;
}
.tour-multi-packages h2 span {
font-size: 37px;
}
.tour-multi-packages p {
font-size: 16px;
}
.cd-timeline-content .boxs {
/*padding-top:0px !important;*/
}
.cd-timeline-content h5 {
padding:22px 20px 0;
margin-bottom: 0px;
color: #027d46;
font-weight:800;
font-size:22px;
text-transform:uppercase;
}
.creambg {
padding-top: 52px!important;
}
.explore1 h1 {
font-size: 4vw!important;
}
.explore1 {
padding: 4vw!important;
margin-top: 3vw!important;
}
.banner1 {
margin-top: 0em!important;
}
}
@media only screen and (min-width : 600px) and (max-width : 767px) {
.desktop-show {
/*display: none;*/
}
.mobile-show {
/*display: block;*/
}
.logo-holder {
width: 25%;
}
.banner__slider {
margin-top: 10px!important;
}
.anim-icon {
display:none!important;
}
#wrapper {
display: none!important;
}
.tour-sidebar .form-widget {
padding: 41px 0px 30px 0px!important;
}
.common-sec {
padding-top:20px!important;
padding-bottom: 40px!important;
}
.why-choose img {
width: 25%;
}
.tour-packages {
padding: 2em 0;
}
.inner-header {
height: 8em;
padding: 3em;
}
.explore1 h1 {
font-size:5.5vw!important;
}
.explore1 {
padding: 4vw 0vw 0vw 0vw!important;
margin-top: 3vw!important;
}
.explore1 p {
padding: 1vw 3vw 3vw 3vw!important;
}
.to input[type="text"] {
padding: 15px!important;
}
.contact-section-left {
margin-top: 0em!important;
}
.inner-header h2 span {
font-size: 18px;
}
.inner-header h2 {
font-size: 14px;
}
.why-booking {
padding: 30px 20px 0 20px;
}
.taxi-booking {
padding: 20px;
}
.taxi-booking h2 {
font-size: 30px;
}
.taxi-booking h2 span {
font-size: 30px;
}
.taxi-booking h3 {
font-size: 25px;
}
.tour-packages h2 span {
font-size: 45px;
}
.tour-packages h2 {
font-size: 25px;
}
.taxi-booking h3 span {
font-size: 30px;
}
.logo-holder {
/*width: 30%;*/
}
.tr-header {
padding:10px;
}
.top-section-mobile {
background-color:#027d46;
display:block;
padding:5px;
z-index:9999;
}
.top-section-left {
width: 100%;
background: #027d46;
float: left;
}
.top-section-right {
width: 100%;
background: #f67901;
float:none;
margin:0 auto;
}
.top-section-right li {
font-size: 1.1em;
}
.top-section-left-mobile {
/*width:52%;*/
/*margin:0 auto;*/
}
.top-section-left-mobile li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1.5em;
font-weight:300;
text-align:left;
margin-right:2%;
padding-top:0;
padding-bottom:2px;
padding-left:5px;
text-decoration:none;
text-transform:none;
}
.top-section-left-mobile li a {
color:#FFF;
}
.top-section {
display:none;
}
.top-section-left li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
font-size:1.vw;
font-weight:400;
text-align:left;
margin-right:1vw;
padding-top:-15vw;
text-decoration:none;
text-transform:none;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left li:nth-child(1) {
background-color:#f67901;
padding:.5vw 1vw;
}
.why-booking h2 span {
font-size: 35px;
}
.why-booking h2 {
font-size: 22px;
}
.ftr-nav {
padding: 1.5em 1em;
}
.why-booking p {
font-size: 16px;
line-height:1.3em;
}
.contact-grid h5 {
font-size: 16px;
}
.weblink {
/*font-size: 12px;*/
/*line-height:1.3em;*/
}
.weblink a {
/*font-size: 12px;*/
}
.copyright {
/*display:none;*/
}
.taxi-booking p {
font-size: 16px;
line-height:1.3em;
}
.sightseeing {
margin:20px 0 20px 0;
}
figcaption {
/*margin-left: 3.8em;*/
}
figcaption h4 {
font-size: 16px;
}
.why-choose {
padding: 20px 10px;
}
.why-choose h2 {
font-size: 30px;
line-height:33px;
}
.why-choose h3 {
font-size: 16px;
}
.btn1 {
font-size: 14px;
padding: 8px 14px;
}
.top-menu {
width: 78%;
}
.book-btn {
font-size: 16px;
font-weight:700;
padding: 10px 13px;
line-height: 20px;
}
.call-btn {
font-size: 24px;
padding: 5px 10px;
line-height: 20px;
}
.top-section-box li {
font-size: 13px;
}
.top-menu {
margin-top: 3px;
}
.taxi-booking p {
font-size: 16px;
line-height:1.3em;
}
.contact-grid h5 {
font-size: 14px;
}
.creambg {
padding-top: 52px!important;
}
}
@media only screen and (min-width : 480px) and (max-width : 599px) {
.desktop-show {
/*display: none;*/
}
.mobile-show {
/*display: block;*/
}
.banner__slider {
margin-top: 10px!important;
}
.why-choose img {
width: 20%;
}
.logo-holder {
width: 40%;
}
.tour-packages {
padding: 2em 0;
}
.anim-icon {
display:none!important;
}
.common-sec {
padding-top:20px!important;
padding-bottom: 40px!important;
}
.tour-sidebar .form-widget {
padding: 41px 0px 30px 0px!important;
}
.explore1 h1 {
font-size: 6.5vw!important;
}
.explore1 {
padding: 4vw 0vw 0vw 0vw!important;
margin-top: 3vw!important;
}
.explore1 p {
padding: 1vw 3vw 3vw 3vw!important;
}
.to input[type="text"] {
padding: 15px!important;
}
.contact-section-left {
margin-top: 0em!important;
}
.inner-header {
height: 8em;
padding: 3em;
}
.inner-header h2 span {
font-size: 18px;
}
.inner-header h2 {
font-size: 14px;
}
.why-booking {
padding: 30px 20px 0 20px;
}
.taxi-booking {
padding: 20px;
}
.taxi-booking h2 {
font-size: 30px;
}
.taxi-booking h2 span {
font-size: 30px;
}
.taxi-booking h3 {
font-size: 25px;
}
.tour-packages h2 span {
font-size: 45px;
}
.tour-packages h2 {
font-size: 25px;
}
.taxi-booking h3 span {
font-size: 30px;
}
.logo-holder {
/*width: 30%;*/
}
.tr-header {
padding:10px;
}
.top-section-mobile {
background-color:#027d46;
display:block;
padding:5px;
z-index:9999;
}
.top-section-left {
width: 100%;
background: #027d46;
float: left;
}
.top-section-right {
width: 100%;
background: #f67901;
float:none;
margin:0 auto;
}
.top-section-right li {
font-size: 1.1em;
}
.top-section-left-mobile {
/*width:52%;*/
/*margin:0 auto;*/
}
.top-section-left-mobile li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1.5em;
font-weight:300;
text-align:left;
margin-right:2%;
padding-top:0;
padding-bottom:2px;
padding-left:5px;
text-decoration:none;
text-transform:none;
}
.top-section-left-mobile li a {
color:#FFF;
}
.top-section {
display:none;
}
.top-section-left li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
font-size:1.vw;
font-weight:400;
text-align:left;
margin-right:1vw;
padding-top:-15vw;
text-decoration:none;
text-transform:none;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left li:nth-child(1) {
background-color:#f67901;
padding:.5vw 1vw;
}
.why-booking h2 span {
font-size: 35px;
}
.why-booking h2 {
font-size: 22px;
}
.ftr-nav {
padding: 1.5em 1em;
}
.why-booking p {
font-size: 16px;
line-height:1.3em;
}
.contact-grid h5 {
font-size: 16px;
}
.weblink {
/*font-size: 12px;*/
/*line-height:1.3em;*/
}
.weblink a {
/*font-size: 12px;*/
}
.copyright {
/*display:none;*/
}
.taxi-booking p {
font-size: 16px;
line-height:1.3em;
}
.tour-packages p {
font-size: 16px;
line-height:1.4em;
}
.sightseeing {
margin:20px 0 20px 0;
}
figcaption {
/*margin-left: 3.8em;*/
}
figcaption p {
font-size: 14px!important;
}
figcaption h4 {
font-size: 16px;
}
.why-choose {
padding: 20px 10px;
}
.why-choose h2 {
font-size: 30px;
line-height:33px;
}
.why-choose h3 {
font-size: 16px;
margin-bottom: 40px;
}
.creambg {
padding-top: 52px!important;
}
.btn1 {
font-size: 14px;
padding: 8px 14px;
}
.top-menu {
width: 78%;
}
.book-btn {
font-size: 16px;
font-weight:700;
padding: 10px 13px;
line-height: 20px;
}
.call-btn {
font-size: 24px;
padding: 5px 10px;
line-height: 20px;
}
.top-section-box li {
font-size: 13px;
}
.top-menu {
margin-top: 3px;
}
.taxi-booking p {
font-size: 16px;
line-height:1.3em;
}
.contact-grid h5 {
font-size: 14px;
}
}
@media only screen and (min-width : 320px) and (max-width : 479px) {
.desktop-show {
/*display: none;*/
}
.mobile-show {
/*display: block;*/
}
.banner__slider {
margin-top:8px!important;
}
.why-choose img {
margin-top: 25px;
width:22%;
margin-bottom: 15px;
}
.tour-sidebar .form-widget {
padding: 41px 0px 30px 0px!important;
}
.anim-icon {
display:none!important;
}
.creambg {
padding-top: 52px!important;
}
.col-sm-6 {
-webkit-box-flex: 0!important;
-ms-flex: 0 0 100%!important;
flex: 0 0 100%!important;
max-width: 100%!important;
}
.common-sec {
padding-top:20px!important;
padding-bottom: 40px!important;
}
.tour-packages {
padding: 2em 0;
}
.inner-header {
height: 8em;
padding: 3em;
}
.inner-header h2 span {
font-size: 18px;
}
.inner-header h2 {
font-size: 14px;
}
.why-booking {
padding: 20px 0px 0 0px;
}
.taxi-booking {
padding: 20px;
}
.taxi-booking h2 {
font-size: 30px;
}
.taxi-booking h2 span {
font-size: 30px;
}
.taxi-booking h3 {
font-size: 25px;
}
.tour-packages h2 span {
font-size: 45px;
}
.tour-packages h2 {
font-size:40px;
}
.taxi-booking h3 span {
font-size: 30px;
}
.logo-holder {
/*width: 30%;*/
}
.tr-header {
padding:10px;
}
.top-section-mobile {
background-color:#027d46;
display:block;
padding:5px;
z-index:9999;
}
.top-section-left {
width: 100%;
background: #027d46;
float: left;
}
.top-section-right {
width: 100%;
background: #f67901;
float:none;
margin:0 auto;
}
.top-section-right li {
font-size: 1.1em;
}
.top-section-left-mobile {
/*width:52%;*/
/*margin:0 auto;*/
}
.top-section-left-mobile li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
z-index:1000;
font-size:1.5em;
font-weight:300;
text-align:left;
margin-right:2%;
padding-top:0;
padding-bottom:2px;
padding-left:5px;
text-decoration:none;
text-transform:none;
}
.top-section-left-mobile li a {
color:#FFF;
}
.top-section {
display:none;
}
.top-section-left li {
font-family: 'Playfair Display', serif;
display:inline-block;
color:#FFF;
font-size:1.vw;
font-weight:400;
text-align:left;
margin-right:1vw;
padding-top:-15vw;
text-decoration:none;
text-transform:none;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left li:nth-child(1) {
background-color:#f67901;
padding:.5vw 1vw;
}
.why-booking h2 span {
font-size: 26px;
}
.why-booking h2 {
font-size: 26px;
}
.ftr-nav {
padding: 1.5em 0em;
}
.why-booking p {
font-size: 16px;
line-height:1.3em;
}
.contact-grid h5 {
font-size: 16px;
}
.weblink {
/*font-size: 12px;*/
/*line-height:1.3em;*/
}
.weblink a {
/*font-size: 12px;*/
}
.copyright {
/*display:none;*/
}
.taxi-booking p {
font-size: 16px;
line-height:1.3em;
}
.tour-packages p {
font-size: 18px;
line-height:1.4em;
}
.sightseeing {
margin:20px 0 20px 0;
}
figcaption {
/*margin-left: 3.8em;*/
}
figcaption p {
font-size: 14px!important;
}
figcaption h4 {
font-size: 16px;
}
.why-choose {
padding: 20px 10px;
}
.why-choose h2 {
font-size: 40px;
line-height:45px;
}
.why-choose h3 {
font-size: 25px;
margin-bottom: 35px;
}
.btn1 {
font-size: 13px;
padding: 12px 14px;
}
.top-menu {
width: 78%;
}
.book-btn {
font-size: 16px;
font-weight:700;
padding: 10px 13px;
line-height: 20px;
}
.call-btn {
font-size: 24px;
padding: 5px 10px;
line-height: 20px;
}
.top-section-box li {
font-size: 20px;
}
.top-menu {
margin-top: 3px;
}
.taxi-booking p {
font-size: 16px;
line-height:1.3em;
}
.contact-grid h5 {
font-size: 18px;
}
.explore1 h1 {
font-size: 6.5vw!important;
}
.explore1 {
padding: 4vw 0vw 0vw 0vw!important;
margin-top: 3vw!important;
}
.explore1 p {
padding: 1vw 3vw 3vw 3vw!important;
}
.to input[type="text"] {
padding: 15px!important;
}
.contact-section-left {
margin-top: 0em!important;
}
}
/*--------------------------------------------------------------
# Destinations One
--------------------------------------------------------------*/
.destinations-one {
position: relative;
display: block;
padding: 120px 0 0;
}
.destinations-one .row {
--bs-gutter-x: 10px;
}
.destinations-one__single {
position: relative;
display: block;
margin-bottom: 10px;
}
.destinations-one__img {
position: relative;
display: block;
border-radius: var(--thm-border-radius);
overflow: hidden;
z-index: 1;
}
.destinations-one__img:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
border-radius: var(--thm-border-radius);
background-color: rgba(var(--thm-black-rgb), .50);
transform: scale(1, 0);
transition: transform 500ms ease;
transform-origin: top center;
z-index: 1;
}
.destinations-one__single:hover .destinations-one__img:before {
transform: scale(1, 1);
transform-origin: bottom center;
}
.destinations-one__img img {
width: 100%;
border-radius: var(--thm-border-radius);
transform: scale(1);
transition: transform 500ms ease;
}
.destinations-one__single:hover .destinations-one__img img {
transform: scale(1.05);
}
.destinations-one__content {
position: absolute;
bottom: 43px;
left: 50px;
z-index: 2;
}
.destinations-one__sub-title {
font-size: 20px;
color: var(--thm-primary);
font-family: var(--thm-reey-font);
margin: 0;
line-height: 30px;
letter-spacing: var(--thm-letter-spacing);
position: relative;
z-index: 1;
}
.destinations-one__title {
font-size: 30px;
font-weight: 700;
line-height: 34px;
letter-spacing: var(--thm-letter-spacing);
position: relative;
display: block;
z-index: 1;
}
.destinations-one__title>a {
color: var(--thm-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.destinations-one__title>a:hover {
color: var(--thm-primary);
}
.destinations-one__button {
position: absolute;
top: 20px;
right: 20px;
line-height: 30px;
transition: all 500ms ease;
transform: scaleX(0);
z-index: 2;
}
.destinations-one__single:hover .destinations-one__button {
transform: scaleX(1);
}
.destinations-one__button>a {
font-size: 11px;
font-weight: 700;
color: var(--thm-base);
text-transform: uppercase;
letter-spacing: 0.1em;
background-color: var(--thm-primary);
display: inline-block;
border-radius: var(--thm-border-radius);
padding: 0 15px 0;
transition: all 500ms ease;
}
.destinations-one__button>a:hover {
background-color: var(--thm-base);
color: var(--thm-primary);
}
.common-sec {
padding-top: 50px;
padding-bottom: 45px;
position: relative;
}
.back-image {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.sec-wp {
position: relative;
}
.sec-title {
margin-bottom: 30px;
}
.sec-btn {
height: 50px;
background: #e4bb01;
border: none;
outline: none;
border-radius: 5px;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
line-height: 26px;
padding: 0 20px;
color: #000;
font-weight: bold;
text-transform: uppercase;
position: relative;
cursor: pointer;
overflow: hidden;
transition: var(--transition);
z-index: 2;
}
.sec-btn span {
position: relative;
z-index: 1;
}
.sec-btn:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:#027d46;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
z-index: -1;
}
.sec-btn:hover {
color: #fff;
box-shadow: var(--box-shadow);
}
.sec-btn:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: top;
transform-origin: top;
}
/*==========About CSS Start==========*/

.about-image-wp {
position: relative;
padding-right: 0px;
padding-bottom: 0px;
display: block;
font-size: 0;
line-height: 0;
}
.about-image-box.big {
width: 100%;
height: 440px;
padding: 7px;
border: 3px solid #e4bb01;
background: #fff;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.about-image {
width: 100%;
height: 100%;
}
.about-image-box.small {
width: 270px;
height: 200px;
padding: 7px;
border: 3px solid #e4bb01;
background: #fff;
--box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
position: absolute;
bottom: 0;
right: 0;
}
.about-content .sec-btn {
margin-top: 10px;
}
.about-content {
padding-right: 26px;
padding-top: 30px;
}
.h1-title {
font-weight: bold;
font-size: 80px;
line-height: 90px;
color: var(--white-color);
margin-bottom: 20px;
}
.h1-title span {
background: var(--yellow-color);
padding: 5px 10px;
margin-top: 10px;
display: inline-block;
}
.h2-title {
font-family: 'Playfair Display', serif;
font-weight: 800;
font-size: 40px;
line-height: 50px;
color: #000;
margin-bottom: 15px;
position: relative;
}
.h2-title span {
font-weight: bold;
}
.h3-title {
font-family: Poppins, sans-serif;
font-size: 25px;
line-height: 40px;
color: #000;
position: relative;
margin-bottom: 0;
}
.h4-title {
font-size: 20px;
line-height: 30px;
color: #000;
font-weight: bold;
margin-bottom: 5px;
}
.h5-title {
font-size: 18px;
line-height: 28px;
font-weight: bold;
color: var(--dark-color);
margin-bottom: 5px;
}
.h6-title {
font-size: 16px;
line-height: 26px;
font-weight: bold;
color: var(--dark-color);
margin-bottom: 5px;
}
.line-title {
padding-left: 0;
border-left: 0px solid #fff;
margin-bottom: 5px;
}
.line-title .h4-title {
font-family: 'Satisfy', cursive;
color: #027d46;
margin-bottom: 0;
font-weight: 600;
font-size:30px;
letter-spacing: 1px;
}
.line-title1 {
padding-left: 10px;
}
.line-title1 .h4-title1 {
font-family: 'Satisfy', cursive;
color: #e4bb01;
margin-bottom: 0;
font-weight: 600;
font-size:30px;
letter-spacing: 1px;
}
.about-content-text p {
	font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 20px;
}
/*==========Destination CSS Start==========*/

.destination-box {
margin-bottom: 40px;
}
.destination-box a {
display: block;
}
.destination-box:hover .destination-box-image {
transform: scale(1.1);
}
.destination-box:hover .destination-box-content-inner:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
.destination-box:hover .destination-box-content .h3-title {
color: var(--white-color);
}
.destination-box .destination-box-image-wp {
overflow: hidden;
}
.destination-box .destination-box-image {
width: 100%;
height: 370px;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.destination-box-content {
margin: -27px 30px 0 30px;
position: relative;
z-index: 2;
}
.destination-box-content-inner {
width: auto;
display: inline-block;
padding: 7px 15px;
background: #fff;
border-left: 3px solid #e4bb01;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
min-width: 150px;
text-align: center;
position: relative;
z-index: 2;
color: #fff;
}
.destination-box-content-inner:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #e4bb01;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
-webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
z-index: -1;
}
.destination-box-content .h3-title {
font-family: 'Playfair Display', serif;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.destination-box.big-height .destination-box-image {
height: 807px;
}
.destination-see-more {
text-align: center;
width: 100%;
margin-top: 10px;
}
/*==========Destination CSS End==========*/


/*==========Tour Offer CSS Start==========*/

.tour-offer-box a {
display: block;
}
.tour-offer-box .tour-offer-box-image-wp {
padding-right: 30px;
}
.tour-offer-box .tour-offer-box-image {
width: 100%;
height: 400px;
position: relative;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.discount-label {
position: absolute;
top: 0;
left: 20px;
transform: rotate(270deg) translateX(-100%);
transform-origin: 0 0;
background-color: #e4bb01;
color: #fff;
padding: 5px 10px;
font-size: 15px;
line-height: 25px;
box-sizing: border-box;
transition: 0.8s;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.tour-offer-box:hover .discount-label, .tour-box:hover .discount-label {
padding: 5px 20px;
}
.tour-offer-box-content {
background: #fff;
display: flex;
justify-content: space-between;
border-left: 3px solid #e4bb01;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
margin-left: 30px;
margin-top: -30px;
position: relative;
z-index: 2;
}
.tour-offer-box-content .h4-title {
margin-bottom: 0;
margin: 15px 18px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.tour-offer-box-content .price-label {
display: flex;
align-items: center;
justify-content: center;
background: #e4bb01;
color: #fff;
padding: 18px 9px;
font-size: 20px;
transition: var(--transition);
min-width: 60px;
}
.tour-offer-box a:hover .price-label {
background: #e4bb01;
}
.tour-offer-top {
padding-bottom: 216px;
}
.tour-offer-slider-wp {
margin-top: -226px;
}
.tour-offer-slider .slick-list {
width: calc(100% + 400px);
padding-right: 400px;
padding-top: 10px;
padding-bottom: 10px;
}
.tour-offer-slider .slick-dots {
text-align: left;
padding-left: 15px;
bottom: -45px;
}
.tour-offer-slider.slick-slider {
margin-bottom: 45px;
}
.tour-offer-slider .slick-arrow {
left: -85px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-110 {
padding-bottom: 110px;
}
.pb-90 {
padding-bottom: 90px;
}
.banner__slider {
z-index:0;
margin-top:120px;
}
.tour-offer-slider .slick-arrow.prev-arrow {
top: calc(50% - 30px);
}
.tour-offer-slider .slick-arrow.next-arrow {
top: calc(50% + 30px);
right: auto;
}
@media only screen and (min-width : 1081px) and (max-width : 1280px) {
.banner__slider {
margin-top: 90px;
}
.slider, .slide {
height: 65vh!important;
}
}

/*==========Tour Offer CSS End==========*/


@media (max-width: 1499px) {
.tour-offer-slider .slick-arrow.prev-arrow {
left: auto!important;
right: 15px!important;
transform: unset!important;
top: -115px!important;
}
.tour-offer-slider .slick-arrow.next-arrow {
right: 15px !important;
top: -40px !important;
left: auto !important;
}
.instagram-icon {
font-size: 100px;
left: 3%;
}
.tour-short-info-box ul {
padding: 19px 40px;
}
.tour-detail-tabbing .nav-tabs li.nav-item .nav-link {
padding: 12px 5px;
}
}
.tour-offer-slider .slick-arrow.prev-arrow {
top: calc(50% - 30px);
}
.tour-offer-slider .slick-arrow.next-arrow {
top: calc(50% + 30px);
right: auto;
}
.bg-f6 {
background-color: #fbf8e8;
background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #f6f3e5 4px, #e4f0eb 6px);
padding: 0 3em;
}
.pt-70 {
padding-top: 70px;
}
.bgblack {
background-color:#000;
}
.slick-slide {
outline: none !important;
}
.slick-slide:focus {
outline: none !important;
}
.slick-dots li button:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
display: none;
}
.slick-dots li {
width: auto;
height: auto;
margin: 0;
margin-right: 15px;
}
.slick-dots li:last-child {
margin-right: 0;
}
.slick-dots li button {
width: 15px;
height: 15px;
background: transparent;
border-radius: 50%;
border: 2px solid #e4bb01;
transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
background: #e4bb01;
}
.slick-arrow {
position: absolute;
top: 50%;
transform: translate(0, -50%);
width: 70px;
height: 40px;
background: #e4bb01;
border: none;
outline: none;
border-radius: 0;
box-shadow: var(--box-shadow);
font-size: 18px;
font-family: var(--primary-font-family);
letter-spacing: 2px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
transition: var(--transition);
}
.slick-arrow.next-arrow {
right: 0;
}
.slick-arrow span {
position: relative;
z-index: 2;
}
.slick-arrow:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--dark-color);
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: bottom;
transform-origin: bottom;
-webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
z-index: 1;
}
.slick-arrow:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: top;
transform-origin: top;
}
.back-image {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.overlay {
position: relative;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
}
select:focus {
outline: none;
}
.form-control-span {
position: relative;
width: 100%;
display: block;
}
.label-input {
margin-bottom: 5px;
display: block;
font-weight: bold;
font-size: 18px;
line-height: 28px;
}
/*==========Tour Offer CSS End==========*/

.pt-115 {
padding-top: 115px;
}
.pb-160 {
padding-bottom: 160px;
}
.cta-section .cta-inner {
padding-top: 65px;
position: relative;
z-index: 1;
padding-bottom: 20px;
}
.mb-20 {
margin-bottom: 20px;
}
.section-title span.title-tag {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding-bottom: 20px;
}
.section-title h2 {
font-family: 'Roboto', sans-serif;
font-size: 70px;
line-height: 1em;
font-weight: 700;
color:#fff;
}
.cta-section .cta-inner .cta-text p {
font-family: 'Roboto', sans-serif;
font-size: 18px!important;
color: #fff;
padding-bottom:0;
line-height: 26px;
font-weight:400;
}
.cta-desc p {
font-family: 'Roboto', sans-serif;
font-size: 18px!important;
color: #fff;
font-weight: 400;
padding-bottom: 2em;
line-height: 28px;
}
.cta-section .cta-inner .cta-text a.main-btn.btn-filled {
font-family: 'Playfair Display', serif;
background-color: #1c305c;
color: #fff;
margin-top: 40px;
box-shadow: 0px 14px 24px 0px rgb(190)
}
.main-btn {
display: inline-block;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 0 48px;
font-size: 16px;
line-height: 60px;
border-radius: 0px;
cursor: pointer;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
text-transform: uppercase;
letter-spacing: 2px;
}
.main-btn:hover {
background-color: #f76c05!important;
}
.cta-section .cta-inner .cta-features .single-feature {
display: -ms-grid;
display: grid;
-ms-grid-rows: 1fr;
grid-template-rows: 1fr;
-ms-grid-columns: 120px 1fr;
grid-template-columns: 120px 1fr;
margin-bottom: 0px;
}
.cta-section .cta-inner .cta-features .single-feature .icon {
width: 120px;
height: 120px;
border-radius: 50%;
background-color: #fff;
-webkit-box-shadow: 0px 8px 16px 0px rgb(190 173 142 / 20%);
box-shadow: 0px 8px 16px 0px rgb(190 173 142 / 20%);
text-align: center;
line-height: 104px;
font-size: 60px;
color: #f79838;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
position: relative;
z-index: 2;
}
.icon:hover {
background-color: #f1f1f1!important;
}
.cta-section .cta-inner .cta-features .single-feature .cta-desc {
position: relative;
padding-left: 40px;
z-index: 1;
font-size: 14px;
}
.cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
font-family: 'Roboto', sans-serif;
font-size: 24px;
color: #fff;
margin-bottom: 8px;
font-weight:600;
}
.padding1 {
padding-right:35px;
}
.more-btn1 {
font-family: 'Roboto', sans-serif;
font-size:18px;
font-weight:600;
background: #e4bb01;
text-align:center;
color: #fff;
-webkit-transition: all .5s ease;
transition: all .5s ease;
border-radius:0;
padding:.8vw 1.5vw;
margin-top:0;
text-transform:uppercase;
}
.more-btn1:hover {
background: #fff;
color: #e4bb01;
}
.bgblack1 {
background-color:#027d46;
}
/*==========Highlight CSS Start==========*/

.main-highlight {
padding-top: 200px;
padding-bottom: 200px;
}
.main-highlight:after {
content: '';
position: absolute;
top: 45px;
left: 45px;
right: 45px;
bottom: 45px;
border: 5px solid #e4bb01;
}
.highlight-bg-video {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
width: 100%;
height: 100%;
overflow: hidden;
}
.highlight-bg-video video {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.main-highlight .sec-title {
text-align: center;
}
.main-highlight .sec-title .h2-title {
color: #fff;
font-size: 50px;
line-height: 60px;
}
.main-highlight .sec-title .h3-title {
color: #e4bb01;
;
}
.overlay {
position: relative;
}
.back-image {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background:#eaf4f0;
}
/*==========Highlight CSS End==========*/



/*==========Tour CSS Start==========*/


/*--- Tour services Start ---*/

.tour-services-row {
width: 100%;
padding: 40px 50px;
background: #027d46;
position: relative;
z-index: 2;
}
.tour-service-box {
display: flex;
align-items: flex-start;
}
.tour-service-box .tour-service-icon {
width: 50px;
flex: 0 0 50px;
margin-right: 15px;
}
.tour-service-content .h4-title {
font-family: Poppins, sans-serif;
font-size: 20px;
color: #fff;
text-transform:uppercase;
}
.tour-service-content p {
margin-bottom: 0;
color: #fff;
}
.tour-services {
margin-top: -50px;
position: relative;
z-index: 2;
}
/*--- Tour services End ---*/

/*===================================================== 08.Choose us strat section css goes here =======================================================*/
.trabble-bg {
background: transparent url("../images/choose-bg.webp") no-repeat scroll center center/cover;
position: relative;
}
.trabble-bg:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.7);
}
.single-travel {
background: #ffffff none repeat scroll 0 0;
padding: 20px;
margin-bottom: 40px;
border-radius: 3px;
position: relative;
z-index: 2;
transition: all ease-in-out 0.5s;
margin-bottom: 30px;
}
.single-travel .travel-number {
float: left;
margin-right: 5px;
margin-top: -5px;
}
.single-travel .travel-number span {
color: #e4bb01;
font-weight:700;
font-size: 30px;
}
.single-travel .travel-content h4 {
font-family: 'Roboto', sans-serif;
font-size: 25px;
color: #027d46;
font-weight: 600;
}
.single-travel .travel-content p {
margin: 0;
width: 90%;
line-height: 24px;
}
.single-travel:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
cursor: pointer;
}
.image-bg-padding-100 {
padding: 80px 0;
}
.section-title-white h2 {
font-family: 'Playfair Display', serif;
font-weight: 800;
font-size: 40px;
line-height: 50px;
color: #fff;
margin-bottom: 15px;
}
/** place-section **/

.place-section {
position: relative;
padding-bottom: 90px;
}
.place-block-one .inner-box {
position: relative;
display: block;
background: #ffffff;
padding: 15px;
border-radius: 10px;
box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.place-block-one .inner-box .image-box {
position: relative;
display: block;
overflow: hidden;
}
.place-block-one .inner-box .image-box:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.0) 100%);
bottom: 0px;
right: 0px;
z-index: 1;
}
.place-block-one .inner-box .image-box img {
width: 100%;
transition: all 500ms ease;
}
.place-block-one .inner-box:hover .image-box img {
transform: scale(1.05);
}
.place-block-one .inner-box .text {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
padding-left: 45px;
padding-bottom: 40px;
z-index: 2;
}
.place-block-one .inner-box .text h3 {
font-family: 'Playfair Display', serif;
display: block;
font-size: 24px;
line-height: 32px;
color: #ffffff;
font-weight: 600;
}
.place-block-one .inner-box .text h3 a {
display: inline-block;
color: #ffffff;
}
.place-block-one .inner-box .text h3 a:hover {
}
.place-section .link-box {
position: relative;
background: #f5f6f6;
padding: 48px 0px 44px 0px;
border-radius: 50%;
width: 100%;
}
.place-section .link-box h3 {
font-family: 'Playfair Display', serif;
display: block;
font-size: 28px;
line-height: 35px;
font-weight: 700;
text-align: center;
}
.place-section .link-box .theme-btn {
padding: 17.5px 60px;
}
.place-section .link-column {
position: relative;
display: flex;
align-items: center;
}
.place-section .sec-title {
margin-bottom: 22px;
}
.anim-icon {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
max-width: 1920px;
width: 100%;
height: 100%;
margin: 0 auto;
}
.anim-icon .icon {
position: absolute;
background-repeat: no-repeat;
}
.place-section .anim-icon .anim-icon-1 {
right: 250px;
top: 230px;
width: 276px;
height: 346px;
}
.place-section .anim-icon .anim-icon-2 {
left: 310px;
top: 47%;
width: 102px;
height: 96px;
}
.place-section .anim-icon .anim-icon-3 {
right: 300px;
top: 46%;
width: 102px;
height: 96px;
}
.sec-pad {
padding: 60px 0px 60px 0px;
}
.title-column h2 {
font-family: 'Playfair Display', serif;
font-weight: 800;
font-size: 40px;
line-height: 50px;
color: #000;
margin-bottom: 15px;
}
.yellowbg {
background-image:url(../images/wave-design.webp);
}
/** tour-section **/

.tour-section {
position: relative;
}
.tour-block-one .inner-box {
position: relative;
display: block;
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.05);
margin-bottom: 40px;
}
.tour-block-one .inner-box .image-box {
position: relative;
display: block;
overflow: hidden;
}
.tour-block-one .inner-box .image-box:before {
position: absolute;
content: '';
width: 100%;
height: 0%;
left: 0px;
top: 0px;
opacity: 0.8;
transition: all 500ms ease;
}
.tour-block-one .inner-box:hover .image-box:before {
height: 100%;
}
.tour-block-one .inner-box .image-box a {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
font-size: 0px;
color: #fff;
z-index: 1;
}
.tour-block-one .inner-box .lower-content {
position: relative;
padding: 33px 35px 40px 40px;
}
.tour-block-one .inner-box .lower-content .rating span {
position: relative;
display: block;
font-size: 15px;
font-weight: 500;
padding-left: 23px;
margin-bottom: 0px;
}
.tour-block-one .inner-box .lower-content .rating span i {
position: absolute;
left: 0px;
top: 6px;
font-size: 13px;
}
.tour-block-one .inner-box .lower-content h3 {
font-family: 'Roboto', sans-serif;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
margin-bottom: 5px;
}
.tour-block-one .inner-box .lower-content h3 a {
display: inline-block;
color: #061a3a;
}
.tour-block-one .inner-box .lower-content h3 a:hover {
}
.tour-block-one .inner-box .lower-content h4 {
display: block;
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin-bottom: 22px;
}
.tour-block-one .inner-box .lower-content h4 span {
font-size: 15px;
font-weight: 500;
color: #808080;
}
.tour-block-one .inner-box .lower-content .info {
position: relative;
display: block;
background: #f5f7f8;
padding: 10px 10px 9px 14px;
border-radius: 5px;
margin-bottom: 22px;
}
.tour-block-one .inner-box .lower-content .info li {
font-family: 'Roboto', sans-serif;
position: relative;
float: left;
display: inline-block;
font-size: 15px;
color: #808080;
font-weight: 500;
margin-right: 35px;
}
.tour-block-one .inner-box .lower-content .info li:last-child {
margin: 0px !important;
}
.tour-block-one .inner-box .lower-content .info li i {
position: absolute;
left: 0px;
top: 6px;
color: #c7c7c7;
}
.tour-block-one .inner-box .lower-content .info li img {
width:50px;
}
.tour-block-one .inner-box .lower-content .info li:last-child:before {
display: none;
}
.tour-block-one .inner-box .lower-content p {
margin-bottom: 21px;
}
.tour-block-one .inner-box .lower-content .btn-box a {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 26px;
color: #061a3a;
font-weight: 500;
border: 1px solid #e4e8e9;
border-radius: 4px;
padding: 11px 28px;
text-align: center;
}
.tour-block-one .inner-box .lower-content .btn-box a:hover {
color: #ffffff;
box-shadow: 0px 15px 25px 0px rgba(255, 124, 91, 0.3);
}
.tour-section .pattern-layer {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 830px;
background-repeat: repeat-x;
animation: slide 100s linear infinite;
-webkit-animation: slide 100s linear infinite;
}
.bg-color-1 {
background: #fff5f4;
}
.sec-title h2 {
font-family: 'Playfair Display', serif;
font-weight: 800;
font-size: 40px;
line-height: 50px;
color: #000;
margin-bottom: 15px;
margin-top: 10px;
}
/*==========Tour CSS Start==========*/


/*--- Tour services Start ---*/

.tour-services-row {
width: 100%;
padding: 40px 50px;
background: var(--yellow-color);
position: relative;
z-index: 2;
}
.tour-services-row:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
z-index: -1;
}
.tour-service-box {
display: flex;
align-items: flex-start;
}
.tour-service-box .tour-service-icon {
width: 50px;
flex: 0 0 50px;
margin-right: 15px;
}
.tour-service-content .h4-title {
font-family: var(--primary-font-family);
color: var(--white-color);
}
.tour-service-content p {
margin-bottom: 0;
color: var(--white-color);
}
.tour-services {
margin-top: -50px;
position: relative;
z-index: 2;
}
/*--- Tour services End ---*/

.tour-box {
background: #fff;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
margin-bottom: 40px;
}
.tour-box .tour-box-image {
width: 100%;
height: 250px;
position: relative;
}
.tour-box-content {
border-left: 3px solid var(--yellow-color);
padding: 30px 20px 15px 20px;
position: relative;
}
.tour-box-label .h4-title {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 0;
color: var(--white-color);
text-transform: uppercase;
}
.tour-box-label {
display: inline-block;
position: absolute;
top: -20px;
left: 20px;
right: 20px;
}
.tour-box-inner-label {
background: var(--yellow-color);
display: inline-block;
padding: 5px 10px;
}
.tour-box-title .h4-title {
font-family: 'Playfair Display', serif;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 10px;
font-size:32px;
font-weight:800;
color:#000;
}
.tour-box-description {
margin-bottom: 15px;
}
.tour-box-description p {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
opacity: 0.6;
}
.tour-info-box {
padding: 15px 0;
border-top: 1px solid rgb(43 43 43 / 0.1);
border-bottom: 1px solid rgb(43 43 43 / 0.1);
}
.tour-info {
display: flex;
align-items: flex-start;
}
.tour-info-icon i {
font-size: 25px;
color: var(--yellow-color);
}
.tour-info-icon {
margin-right: 10px;
}
.tour-info-content {
flex: 1;
}
.tour-info-content .h6-title {
font-family: 'Roboto', sans-serif;
margin-bottom: 0;
}
.tour-info-content p {
font-size: 12px;
line-height: 14px;
opacity: 0.6;
}
.tour-box-bottom {
display: flex;
align-items: flex-end;
justify-content: space-between;
padding-top: 15px;
}
.book-now-button .sec-btn {
width: 120px;
}
.tour-slider .slick-list {
padding-top: 10px;
padding-bottom: 10px;
}
.tour-slider.slick-slider {
margin-bottom: 0;
}
.tour-slider .slick-arrow {
top: -115px;
right: 15px;
left: auto;
transform: unset;
}
.tour-slider .next-arrow.slick-arrow {
top: -60px;
}
.tour-sec {
padding-bottom: 50px;
}
.tour-slider .slick-dots {
bottom: -45px;
}
.bg-f6 {
background-color:#F6F6F6;
}

/*==========Tour CSS End==========*/

====================================================================  Tours-Page ====================================================================  ***/  .tours-page-section {
position: relative;
background: #ffffff;
padding: 205px 0px 120px 0px;
}
.wrapper.list .tour-list-content {
display: block;
}
.wrapper.list .tour-grid-content {
display: none
}
.wrapper.grid .tour-list-content {
display: none;
}
.wrapper.grid .tour-grid-content {
display: block
}
.tours-page-section .item-shorting {
position: relative;
margin-bottom: 40px;
}
.tours-page-section .item-shorting .left-column h3 {
font-size: 26px;
line-height: 50px;
font-weight: 600;
}
.tours-page-section .item-shorting .right-column .short-box {
float: left;
width: 190px;
margin-right: 10px;
}
.tours-page-section .item-shorting .right-column .menu-box {
float: left;
}
.tours-page-section .nice-select .option {
float: none;
display: block;
margin: 0px;
}
.tours-page-section .item-shorting .right-column .nice-select {
height: 50px;
border: 1px solid #e5e7ec !important;
border-radius: 5px;
padding: 0px 20px;
line-height: 50px;
color: #808080;
font-size: 15px;
font-weight: 500;
}
.tours-page-section .item-shorting .right-column .nice-select:after {
position: absolute;
content: "\f107";
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
color: #848484;
top: 0px;
right: 30px;
margin: 0px;
margin: 0px;
border: none !important;
transform: rotate(0deg) !important;
}
.tours-page-section .item-shorting .right-column .menu-box button {
position: relative;
display: inline-block;
float: left;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 24px;
border: 1px solid #e5e6eb;
border-radius: 5px;
color: #94949d;
background: transparent;
cursor: pointer;
margin-right: 10px;
transition: all 500ms ease;
}
.tours-page-section .item-shorting .right-column .menu-box button:last-child {
margin-right: 0px !important;
font-size: 20px;
}
.tours-page-section .item-shorting .right-column .menu-box button.on {
color: #fff;
box-shadow: 0px 15px 25px 0px rgba(255, 124, 91, 0.3);
}
.tours-page-section .tour-block-one .inner-box {
margin-bottom: 30px;
}
/** tour-style-two **/

.tour-style-two {
position: relative;
padding: 114px 0px 90px 0px;
}
.tour-block-two .inner-box {
position: relative;
display: block;
background: #ffffff;
padding: 23px 20px 30px 250px;
border-radius: 10px;
margin-bottom: 30px;
min-height: 287px;
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.tour-block-two .inner-box .image-box {
position: absolute;
left: 30px;
border-radius: 10px;
overflow: hidden;
}
.tour-block-two .inner-box .image-box img {
width: 100%;
border-radius: 10px;
transition: all 500ms ease;
}
.tour-block-two .inner-box:hover .image-box img {
transform: scale(1.05);
}
.tour-block-two .inner-box .image-box:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
transform: scale(0, 0);
opacity: 0.8;
z-index: 1;
transition: all 500ms ease;
}
.tour-block-two .inner-box:hover .image-box:before {
transform: scale(1, 1);
}
.tour-block-two .inner-box .image-box a {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
font-size: 0px;
color: #ffffff;
z-index: 2;
}
.tour-block-two .inner-box .content-box .rating span {
position: relative;
display: block;
font-size: 15px;
font-weight: 500;
padding-left: 23px;
margin-bottom: 0px;
}
.tour-block-two .inner-box .content-box .rating span i {
position: absolute;
left: 0px;
top: 6px;
font-size: 13px;
}
.tour-block-two .inner-box .content-box h3 {
font-family: 'Playfair Display', serif;
font-size: 28px;
line-height: 30px;
font-weight: 800;
margin-bottom: 5px;
}
.tour-block-two .inner-box .content-box h3 a {
display: inline-block;
color: #061a3a;
}
.tour-block-two .inner-box .content-box h3 a:hover {
}
.tour-block-two .inner-box .content-box h4 {
display: block;
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin-bottom: 14px;
}
.tour-block-two .inner-box .content-box h4 span {
font-size: 15px;
font-weight: 500;
color: #808080;
}
.tour-block-two .inner-box .content-box p {
margin-bottom: 21px;
}
.tour-block-two .inner-box .content-box .btn-box a {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 26px;
color: #061a3a;
font-weight: 500;
border: 1px solid #e4e8e9;
border-radius: 4px;
padding: 11px 28px;
text-align: center;
}
.tour-block-two .inner-box .content-box .btn-box a:hover {
color: #ffffff;
box-shadow: 0px 15px 25px 0px rgba(255, 124, 91, 0.3);
}
.tours-page-section {
background-image:url(../images/cream-bg.webp);
padding-top:50px;
padding-bottom:50px;
}
.tour-info-box1 {
padding-top: 12px;
border-top: 1px solid rgb(43 43 43 / 0.1);
border-bottom: 1px solid rgb(43 43 43 / 0.1);
margin-bottom: 12px;
}
.tour-info1 {
display: flex;
align-items: flex-start;
}
.tour-info-icon1 {
margin-right: 10px;
}
.tour-info-content1 {
flex: 1;
}
.tour-info-content1 .h6-title {
font-family: 'Roboto', sans-serif;
margin-bottom: 0;
}
.tour-block-two1 .inner-box .content-box1 p {
margin-bottom: 21px;
}
.tour-info-content1 p {
font-size: 12px;
line-height: 14px;
opacity: 0.6;
}
.greybg1 {
background: #f1f1f1;
padding-top:80px;
padding-bottom:30px;
}
.packages {
width: 100%;
padding:50px;
}
.packages h1 {
font-size:1.8em;
color: #000;
font-weight:300;
text-transform:uppercase;
padding-bottom:15px;
}
.packages h2 {
font-family: 'Playfair Display', serif;
font-weight: 600;
font-size: 45px;
line-height: 50px;
color: #000;
margin-bottom: 30px;
}
.packages-grid {
margin-bottom:2em;
background-color: #FFF;
border:1px solid#ececec;
box-shadow: 0 2px 2px 2px rgba(247, 247, 247, 0.5), 2px 2px 2px rgba(247, 247, 247, 1);
}
.packages-grid h2 {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 22px;
line-height: 45px;
color: #000;
padding: 20px 30px 0 30px;
margin-bottom: 0px;
}
.packages-grid p {
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
color: #000;
margin-bottom: 20px;
font-weight:400;
padding: 0px 30px 0 30px;
}
.creambg {
padding-top:100px;
padding-bottom:50px;
background: #eaf4f0;
}
.page-title.style-three {
margin-top: 100px;
}
.page-title {
position: relative;
width: 100%;
padding: 96px 0px 102px 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.page-title.style-three:before {
opacity: 0.3;
}
.page-title:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
opacity: 0.5;
}
.page-title.style-three .inner-box h2 {
display: block;
font-family: 'Playfair Display', serif;
font-weight: 800;
font-size: 40px;
color:#fff;
margin-bottom: 20px;
}
.page-title.style-three .inner-box h3 {
font-family: 'Roboto', sans-serif;
display: block;
font-size: 18px;
line-height: 30px;
font-weight: 700;
color:#fff;
}
.page-title.style-three .inner-box h3 span {
font-size: 15px;
font-weight: 500;
color: #ffffff;
}
.page-title {
position: relative;
width: 100%;
padding: 120px 0px 102px 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
/** tour-details **/

.tour-details {
position: relative;
}
.tour-details-content {
position: relative;
padding: 50px 0px 30px 0px;
margin-right: 20px;
}
.tour-details-content h2 {
font-family: 'Roboto', sans-serif;
position: relative;
display: block;
font-size: 35px;
line-height: 38px;
font-weight: 600;
margin-bottom:15px;
color:#027d46;
}
.tour-details-content h3 {
font-family: 'Roboto', sans-serif;
font-size: 24px;
font-weight: 600;
color:#dd5c0a;
}
.tour-details-content li {
font-family: 'Roboto', sans-serif;
font-size: 17px;
font-weight: 400;
color:#000;
line-height:1.6em;
}
.tour-details-content .inner-box .text p {
margin-bottom: 28px;
}
.tour-details-content .tour-plan .single-box span {
background: #e4bb01;
}
.tour-details-content .inner-box .text .info-list {
position: relative;
display: block;
background: #f5f6f6;
border: 1px solid #e6ebeb;
border-radius: 5px;
padding: 15px 15px 15px 15px;
}
.tour-details-content .inner-box .text .info-list li {
position: relative;
display: inline-block;
float: left;
width: 30%;
font-size: 15px;
font-weight: 500;
text-align: center;
}
.tour-details-content .inner-box .text .info-list li:last-child {
width: 40%;
}
.tour-details-content .inner-box .text .info-list li i {
margin-right: 10px;
}
.tour-details-content .inner-box .text .info-list li:before {
position: absolute;
content: '';
background: #dce0e0;
width: 1px;
height: 20px;
top: 4px;
right: 0px;
}
.tour-details-content .inner-box .text .info-list li:last-child:before {
display: none;
}
.tour-details-content .inner-box {
position: relative;
margin-bottom: 40px;
}
.tour-details-content .overview-inner .overview-list {
position: relative;
display: block;
border: 1px solid #e4e8e9;
}
.tour-details-content .overview-inner .overview-list > li {
position: relative;
display: block;
padding: 0px 30px 0px 40px;
border-bottom: 1px solid #e4e8e9;
font-size: 17px;
font-weight: 500;
color: #888888;
}
.tour-details-content .overview-inner .overview-list > li:last-child {
border-bottom: none;
}
.tour-details-content .overview-inner .overview-list > li:before {
position: absolute;
content: '';
background: #e4e8e9;
width: 1px;
height: 100%;
left: 285px;
top: 0px;
}
.tour-details-content .overview-inner .overview-list > li span {
position: relative;
display: inline-block;
width: 215px;
font-size: 17px;
color: #061a3a;
padding: 25px 0px 24px 0px;
font-weight: 500;
margin-right: 70px;
}
.tour-details-content .overview-inner .overview-list li ul {
position: relative;
display: inline-block;
}
.tour-details-content .overview-inner .overview-list li ul li {
position: relative;
display: block;
font-size: 17px;
font-weight: 500;
padding-left: 30px;
margin-bottom: 9px;
}
.tour-details-content .overview-inner .overview-list li ul li:last-child {
margin-bottom: 0px;
}
.tour-details-content .overview-inner .overview-list li ul li:before {
position: absolute;
font-family: 'icomoon';
left: 0px;
top: 0px;
font-size: 15px;
}
.tour-details-content .overview-inner .overview-list li ul.included-list li:before {
content: "\e906";
}
.tour-details-content .overview-inner .overview-list li ul.excluded-list li:before {
content: "\e911";
}
.tour-details-content .overview-inner .overview-list > li.clearfix span {
float: left;
}
.tour-details-content .overview-inner .overview-list li ul {
padding: 24px 0px;
}
.tour-details-content .overview-inner {
position: relative;
margin-bottom: 92px;
}
.tour-details-content .tour-plan .text {
margin-bottom: 43px;
}
.tour-details-content .tour-plan .single-box {
position: relative;
padding-left: 110px;
padding-bottom: 30px;
}
.tour-details-content .tour-plan .single-box:last-child {
padding-bottom: 0px;
}
.tour-details-content .tour-plan .single-box:before {
position: absolute;
content: '';
background: #e4e8e9;
width: 1px;
height: 100%;
left: 35px;
top: 10px;
z-index: -1;
}
.tour-details-content .tour-plan .single-box:last-child:before {
display: none;
}
.tour-details-content .tour-plan .single-box span {
position: absolute;
display: inline-block;
left: 5px;
top: 3px;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 22px;
color: #ffffff;
font-weight: 600;
text-align: center;
border-radius: 50%;
}
.tour-details-content .tour-plan .single-box span:before {
position: absolute;
content: '';
background: #ffffff;
width: calc(100% + 10px);
height: calc(100% + 10px);
left: -5px;
top: -5px;
border-radius: 50%;
box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
z-index: -1;
}
.tour-details-content .tour-plan .single-box h4 {
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 500;
margin-bottom: 5px;
}
.tour-details-content .tour-plan .single-box h3 {
font-family: 'Roboto', sans-serif;
display: block;
font-size: 24px;
line-height: 34px;
font-weight: 600;
margin-bottom: 26px;
}
.tour-details-content .tour-plan .single-box p {
margin-bottom: 15px;
}
.tour-details-content .tour-plan .single-box .list li {
position: relative;
display: block;
padding-left: 20px;
font-size: 16px;
color: #061a3a;
margin-bottom: 9px;
}
.tour-details-content .tour-plan .single-box .list li:last-child {
margin-bottom: 0px;
}
.tour-details-content .tour-plan .single-box .list li:before {
position: absolute;
content: '';
border: 1px solid #cfd3d3;
width: 10px;
height: 10px;
left: 0px;
top: 9px;
border-radius: 50%;
}
.tour-details-content .tour-plan {
position: relative;
margin-bottom: 40px;
}
.tour-details-content .photo-gallery .image-box {
position: relative;
margin: 0px -5px;
}
.tour-details-content .photo-gallery .image-box .image {
position: relative;
float: left;
margin: 0px 5px;
border-radius: 10px;
margin-bottom: 10px;
overflow: hidden;
background: #000000;
}
.tour-details-content .photo-gallery .image-box .image img {
width: 100%;
border-radius: 10px;
}
.tour-details-content .photo-gallery .image-box .image:hover img {
opacity: 0.3;
}
.tour-details-content .photo-gallery .image-box .image .view-btn {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0, 0);
font-size: 40px;
color: #ffffff;
font-weight: 400;
z-index: 1;
}
.tour-details-content .photo-gallery .image-box .image:hover .view-btn {
transform: translate(-50%, -50%) scale(1, 1);
}
.tour-details-content .photo-gallery .text {
margin-bottom: 31px;
}
.tour-details-content .photo-gallery {
position: relative;
margin-bottom: 90px;
}
.tour-details-content .location-map .text {
margin-bottom: 30px;
}
.tour-details-content .location-map .map-inner {
position: relative;
border-radius: 10px;
overflow: hidden;
}
.tour-details-content .location-map #contact-google-map {
position: relative;
width: 100%;
height: 370px;
}
.tour-details-content .location-map {
position: relative;
margin-bottom: 91px;
}
.progress-box {
margin-bottom: 13px;
position: relative;
}
.progress-box:last-child {
margin-bottom: 0px;
}
.progress-box .bar {
position:relative;
width:100%;
height:7px;
background: #ebeded;
border-radius:3px;
}
.progress-box .bar-inner {
position:relative;
display:block;
width:0px;
height:7px;
border-radius:3px;
-webkit-transition:all 1500ms ease;
-ms-transition:all 1500ms ease;
-o-transition:all 1500ms ease;
-moz-transition:all 1500ms ease;
transition:all 1500ms ease;
}
.progress-box .bar-inner.counted .count-text {
opacity:1;
}
.progress-box p {
position: relative;
display: block;
font-weight: 500;
margin-bottom: 2px;
}
.progress-box .count-text {
position: absolute;
bottom: 9px;
right: 0px;
font-size: 15px;
font-weight: 500;
}
.tour-details-content .review-box {
position: relative;
display: block;
border: 1px solid #e6ebeb;
border-radius: 10px;
padding-left: 200px;
overflow: hidden;
}
.tour-details-content .review-box .text {
position: absolute;
left: 0px;
top: 0px;
width: 200px;
height: 100%;
background: #f5f6f6;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.tour-details-content .review-box .text h2 {
position: relative;
display: block;
font-size: 50px;
line-height: 50px;
font-weight: 600;
margin-bottom: 0px;
}
.tour-details-content .review-box .text span {
position: relative;
display: block;
font-size: 15px;
line-height: 26px;
font-weight: 500;
}
.tour-details-content .review-box .progress-content {
position: relative;
padding: 42px 50px 49px 50px;
}
.tour-details-content .review-box {
margin-bottom: 111px;
}
.tour-details-content .comment-box .comment-form {
position: relative;
display: block;
background: #f5f6f6;
padding: 50px 50px;
border-radius: 10px;
}
.tour-details-content .comment-box .comment-form .form-group {
position: relative;
margin-bottom: 30px;
}
.tour-details-content .comment-box .comment-form .form-group:last-child {
margin-bottom: 0px;
}
.tour-details-content .comment-box .comment-form .form-group input[type='text'], .tour-details-content .comment-box .comment-form .form-group input[type='email'], .tour-details-content .comment-box .comment-form .form-group textarea {
position: relative;
display: block;
width: 100%;
height: 60px;
background: #ffffff;
border: 1px solid #ffffff;
border-radius: 5px;
font-size: 15px;
color: #848484;
font-weight: 500;
padding: 10px 20px;
transition: all 500ms ease;
}
.tour-details-content .comment-box .comment-form .form-group textarea {
resize: none;
height: 170px;
}
.tour-details-content .comment-box .comment-form .form-group input:focus, .tour-details-content .comment-box .comment-form .form-group textarea:focus {
}
.tour-details-content .comment-box .text {
position: relative;
margin-bottom: 24px;
}
.tour-details-content .comment-box .text .list li {
position: relative;
display: inline-block;
float: left;
margin-right: 50px;
margin-bottom: 17px;
}
.tour-details-content .comment-box .text .list li h5 {
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 500;
margin-right: 10px;
}
.tour-details-content .comment-box .text .list li i {
font-size: 15px;
}
.tour-details-content .comment-box .text p {
margin-bottom: 37px;
}
.tour-details .tour-sidebar {
position: relative;
z-index: 1;
padding:3em;
}
.tour-sidebar .form-widget {
position: relative;
display: block;
background: #fff;
padding: 50px 30px 50px 30px;
border-radius: 10px;
}
.bg-grey1 {
background: #027d46;
}
.widget-title h3 {
font-family: 'Roboto', sans-serif;
margin-bottom: 25px;
font-weight:800;
font-size:40px;
text-align: center;
}
.tour-sidebar .tour-form .form-group {
position: relative;
margin-bottom: 20px;
}
.tour-sidebar .tour-form .form-group:last-child {
margin-bottom: 0px;
}
.tour-sidebar .tour-form .form-group input[type='text'], .tour-sidebar .tour-form .form-group input[type='email'], .tour-sidebar .tour-form .form-group input[type='fullname'], .tour-sidebar .tour-form .form-group input[type='mobile'], .tour-sidebar .tour-form .form-group textarea {
position: relative;
display: block;
width: 100%;
height: 60px;
background: #ffffff;
border: 1px solid #bdbdbd;
border-radius: 10px;
font-size: 15px;
font-weight:700;
color: #000;
padding: 10px 20px;
transition: all 500ms ease;
}
.tour-sidebar .tour-form .form-group input:focus, .tour-sidebar .tour-form .form-group textarea:focus {
}
.tour-sidebar .tour-form .form-group textarea {
resize: none;
height: 160px;
}
.tour-sidebar .tour-form .form-group button {
display: block;
width: 100%;
}
@media (max-width: 575px) {
.section-title h2 {
font-size: 45px;
}
.cta-section .cta-inner {
padding: 0px 0!important;
}
.pb-160 {
padding-bottom: 15px!important;
}
.padding1 {
padding-right: 0px!important;
padding-bottom: 42px;
}
.cta-section .cta-inner .cta-text {
margin-top: 60px;
}
.col-lg-6 {
flex: 0 0 100%!important;
max-width: 100%!important;
}
.more-btn1 {
font-size: 20px!important;
background: #f06d01;
color: #fff;
margin-bottom: 10px!important;
padding: 10px 20px!important;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%!important;
flex: 0 0 100%!important;
max-width: 100%!important;
}
.why-choose-border {
border-right: 0.1vw solid rgba(0, 0, 0, 0.05);
margin-bottom: 25px;
}
.tour-block-one .inner-box .lower-content {
position: relative;
padding: 33px 35px 40px 20px;
}
.sec-title h2 {
margin-top: 2px;
}
.packages {
width: 100%;
padding: 0px;
padding-top: 30px;
padding-bottom: 25px;
}
.packages h2 {
line-height: 38px;
font-size: 22px;
}
.single-travel .travel-content h4 {
font-size: 22px;
}
.tour-block-one .inner-box .lower-content h3 {
font-size: 26px;
}
.h2-title {
font-size: 28px;
line-height: 35px;
}
.tour-block-two .inner-box {
padding-left: 30px;
}
.tour-block-two .inner-box .image-box {
position: relative;
left: 0px;
top: 0px;
margin-bottom: 20px!important;
}
.tour-block-two .inner-box .image-box:before {
background: #ff7c5b;
}
.tour-info-content1 .h6-title {
margin-bottom: 10px;
line-height: 18px;
font-size: 17px;
}
.page-title.style-three .inner-box h2 {
font-size: 38px;
}
.tour-details-content .tour-plan .single-box {
padding-left: 90px;
}
.tour-block-two .inner-box .image-box img {
width: 60%;
}
.sec-btn {
margin-bottom: 10px!important;
}
#wrapper {
display: none;
}
.pt-5, .py-5 {
padding-top: 2rem !important;
}
}
@media (max-width: 991px) {
p {
font-size: 14px!important;
}
.bg-f6 {
padding: 30px 0;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%!important;
flex: 0 0 100%!important;
max-width: 100%!important;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%!important;
flex: 0 0 100%!important;
max-width: 100%!important;
}
.more-btn1 {
font-size: 25px;
}
.order-1 {
margin-top: 45px;
}
.section-title h2 {
font-size: 45px;
}
.taxi-bg {
padding-bottom: 22px;
}
.pt-5, .py-5 {
padding-top: 2rem !important;
}
}
.explore1 {
background: #efefef;
width: 100%;
padding: 4vw;
margin-top: 7vw;
}
.explore1 h1 {
font-family: 'Roboto', sans-serif;
color: #027d46;
display: block;
font-size: 2.5vw;
text-align: center;
text-transform: uppercase;
font-weight: bolder;
padding-bottom: 0vw;
margin: 0;
font-weight:700;
}
