/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Header
13. Intro
14. About
15. Excursions
16. FAQ
17. Footer
18. Tours Page
19. About Page
20. Contact Page

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none !important;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #0b6fac;  color: #fff; }  
::selection { background-color: #0b6fac; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}

/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 600;line-height:1.4;}
.title h1, .title h2{ font-size: 1.8rem; margin: 0;text-transform: uppercase;color: #0b6fac;}
p { margin-bottom: 2rem; }
.title{ margin-bottom:3rem; }
.title img{
  display: block;
  width: 3rem;
  height: auto;
  margin-bottom: 1rem;
}
.title-center{text-align: center;}
.title-pages h1{
  font-size: 3rem;
}
.title-pages.title-center img{
  margin-left: auto;
  margin-right: auto;
}
.title-pages{
  margin-bottom: 5rem;
}

/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 600;
  text-transform: uppercase;
  border:1px solid transparent
}
.btn-primary{
  background-color: #0b6fac;
  color: #fff;
  border-color: #0b6fac;
}
.btn-primary:hover{
  background-color: #fff;
  color: #0b6fac;
}
/* ================================================================================== 
7. Form
===================================================================================== */
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid #a9ddf7;
  background-color: #eef8fd;
  padding: 0.8rem 1rem;
  outline: none;


}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #0b6fac;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #0b6fac;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  background-color: #eef8fd;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;
  color: #0b6fac;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
  color: #000;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Header
===================================================================================== */
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.header-bottom{
  display: flex;
   justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}

header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);

}
header nav li{
  display: block;
  position: relative;
}
header nav li::before{
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #a9ddf7;
  border-radius: 50%;
}

header nav li a{
  display: block;
  padding: 1rem 1.6rem;
  font-weight: 700;
  color: #0b6fac;
  position: relative;
  font-size: 2rem;

}
header nav li a::after{
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  background-color: #a9ddf7;
  height: 2px;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

header nav li a:hover, header nav li.current_page_item a{
  color: #a9ddf7;
}
header nav li a:hover::after, header nav li.current_page_item a::after{
  width: 100%;
  opacity: 1;
visibility: visible;
}


.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #30373e;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}


.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-top{
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.lang{
  background-color: #f7f7f7;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding: 1rem 1rem  1rem 3rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #949494;
  font-weight: 500;

}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  background-color: transparent;
}
.lang img{
  display: block;
  width: 1.5rem;
  height: auto;
  margin-left: 1rem;
}
.lang-content{
  color: #0b6fac;
  position: relative;
  padding: 0  1rem;
}
.lang-content > a{
  display: block;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
  padding-right: 2rem;
}
.lang-sub {
	position: absolute;
	top: 1.7rem;
	left: 0;
	background-color: #f7f7f7;
	width: 100%;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.lang-content:hover .lang-sub{
  opacity: 1;
  visibility: visible;
}
.lang-sub a{
  display: block;
  padding: 1rem;
}
.header-middle{
  padding: 1rem 0;
  display: none;
}
.header-middle .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo{
  display: block;

}
.header-logo img{
  display: block;
  width: 8rem;
  height: auto;
}

header .header-logo{
  display: block;
}
header .container{
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.lang-mobile{
margin-left: auto;
border-radius: 1.5rem;
padding: 1rem;
}
.lang-mobile span{
  display: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .lang-mobile{
    padding: 1rem 1rem 1rem 3rem;
  }
  .lang-mobile span{
    display: inline-block;
  }
}

@media only screen and (min-width: 61.3125em) {
  /*981px*/
  header .container{
    padding-bottom: 2.5rem;
    padding-top: 0;
  }
  .lang-mobile{
    display: none;
  }
  .toggle{
    display: none;
  }
  .header-logo{
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
  
  }
  .header-top{
    display: flex;
  }
  header nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-left: auto;

  }
  header nav li{
    display: inline-block;
  }
  header nav li a{
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }

 
  header nav li::before{
    right: -0.5rem;
    left: auto;
  }
  header nav li:last-child::before{
    content: none;
  }
}

/* ================================================================================== 
13. Intro
===================================================================================== */
.intro{
  position: relative;
}
.intro::before, .intro::after {
	content: '';
	position: absolute;
	left: 0;
	background-repeat: repeat-x;
	background-size: 110rem;
	background-image: url(images/pattern-white.svg);
	width: 100%;
	height: 3rem;
	z-index: 1;
}
.intro::before{
 top: 0;
}
.intro::after{
  bottom: 0;
}
.intro-slide img{
  display: block;
  width: 100%;
  height: 70rem;
  object-fit: cover;
}
.intro-slide{
  position: relative;
}
.intro-slide::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 100rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
.intro-text h1{
  font-size: 3.6rem;
  line-height: 1.3;
}
.slick-dots{
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items:center;
  justify-content: center;
  gap:1rem;
  font-size: 0;
}
.slick-dots button{
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.slick-dots button::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #a9ddf7;
  width: 1.2rem;
  height: 1.2rem;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
} 
.slick-dots .slick-active button::after{
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .intro-text h1{
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro::before, .intro::after {
    background-size: contain;
  }
  .intro-slide img{
    height: 100rem;
  }
} 
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .intro-text h1{
    font-size: 6.5rem;
  }
}
/* ================================================================================== 
14. About
===================================================================================== */
blockquote {
	font-size: 3rem;
	color: #0b6fac;
	font-weight: 500;
	line-height: 1.2;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  blockquote {
    padding: 0 0 2rem 4rem;
    float: right;
    max-width: 50rem;
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  blockquote {
    max-width: 70rem;
    font-size: 3.9rem;
  }

}
/* ================================================================================== 
15. Excursions
===================================================================================== */
.excursion-box{
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
.excursion-box:last-child{
  margin-bottom: 0;
}
.excursion-box .btn{
  margin-top: 2rem;
  align-self: flex-start;
}
.excursion-box h3{
  transition: all .4s ease-in-out;
  color: #0b6fac;
  text-transform: uppercase;
  font-size: 2.1rem;

}
.excursion-box h4{
  font-size: 1.7rem;
}
.excursion-image{
  display: block;
  margin-bottom: 3rem;
  overflow: hidden;
}
.excursion-image img{
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
  transition: all  .4s ease-in-out;
}
.excursion-image:hover img{
  transform: scale(1.2);
}

.excursion-btns{
  display: flex;

  justify-content: center;
  margin-top: auto;
  flex-direction: column-reverse;
}
.excursion-duration{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.excursion-duration img{
  display: block;
  width: 2rem;
  margin-right: 1rem;
}





.excursions{
  position: relative;
  padding-bottom: 0;
}
.excursions2{
  padding-top: 0;
}

@media only screen and (min-width: 33.75em) {
  /*540px*/
  .excursions-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .excursion-box{
    width: 48.5%;

  }
  .excursion-box h3{
    font-size: 2.4rem;
  
  }
  .excursion-box h4{
    font-size: 1.7rem;
  }
  .excursion-box:last-child{
    margin-bottom: 5rem;
  }
  .excursions .excursion-box:first-child{
    padding-right: 3%;
    border-right:1px solid #dce5e9;
  }
  .excursions .excursion-box:last-child{
    padding-left: 3%;
  }
  .excursions .excursions-wrapper{
    gap: 0;
  }
  .excursions .excursion-box{
    width: 48.5%;
    margin-bottom: 0;
  }
  .excursions  .excursion-box:last-child{
    margin-bottom: 0;
  }
  .excursions::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:60%;
    background-color: #eef8fd;
    z-index: -1;
  }
  .excursions{
    padding-bottom: 5rem;
  }
  .excursions2{
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .excursion-btns{
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .excursion-box .btn{
    margin-top: 0;

  }
  .excursions  .excursion-box h3{
    font-size: 3rem;
  
  }
  .excursions  .excursion-box h4{
    font-size: 2.1rem;
  }
  .excursion-btns{
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .excursion-image img{
    height: 35rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .excursion-box{
    width: 31.3%;
  }
  .excursion-image img{
    height: 25rem;
  }
  .excursions .excursion-box .excursion-image img{
    height: 35rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .excursions{
    padding-bottom: 10rem;
  }
  .excursions2{
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 48em) {
  /*768px*/
  .home-excursions{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .home-excursions .excursion-box{
    width: 48.5%;
    margin-bottom: 3rem;
  }
  .home-excursions .excursion-box h4,   .home-excursions .excursion-box p, .home-excursions .excursion-box .excursion-duration{
    display: none;
  }
  .home-excursions  .excursion-image{
    margin-bottom: 1rem;
  }
  .home-excursions .excursion-box h3{
    font-size: 1.6rem;
  }
  .home-excursions  .excursion-btns .btn{
    margin-top: 0;
  }
  .home-excursions  .excursion-image img {
  
    height: 22rem;

  }
  .e-test  .excursion-box{
    width: 31.3%;

  }
  .e-test .excursion-image img {
    height: 12rem;
  }
  .e-test .btn{
    padding: 0.6rem 1.3rem;
    font-size: 1.3rem;
  }
  .e-test .excursion-box h3{
    font-size: 1.4rem;
  }
  .all-tours   .home-excursions .excursion-box h4,  .all-tours  .home-excursions .excursion-box p{
    display: block;
  }
  .all-tours   .home-excursions .excursion-box{
    width: 100%;
  }
  .all-tours .home-excursions .excursion-box .excursion-duration{
    display: flex;
    margin-bottom: 2rem;
  }
}
/* ================================================================================== 
16. FAQ
===================================================================================== */
.faq{
  border-top: 1px solid #dce5e9;
}
.accordion-wrapper {
  counter-reset: accordion-counter;
  /* margin-top: 10rem; */
}

.accordion {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  counter-increment: accordion-counter;
  background-color: #eef8fd;
  padding: 2rem;
  margin-bottom: 2rem;
}
.accordion:last-child{
  margin-bottom: 0;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-size: 1.7rem;
  color: #0b6fac;
  font-weight: 700;
  width: 80%;
}

.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  background-image: url(images/arrow-down2.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.accordion--active .accordion__head_btn {
  background-image: url(images/arrow-top2.svg);
}

.accordion--active .accordion__body {
  margin-top: 3rem;
}
/* ================================================================================== 
17. Footer
===================================================================================== */
footer{
  background-color: #a9ddf7;

}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
  color: #0b6fac;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;

}

footer ul li{
  padding: 0 2rem;
  display: inline-block;
}
footer ul li a{
  display: block;
  position: relative;
  padding-bottom: 5px;
  text-align: center;
}

footer li a::after{
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  background-color: #fff;
  height: 2px;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

footer li a:hover, footer li.current_page_item a{
  color: #fff;
}
footer li a:hover::after, footer li.current_page_item a::after{
  width: 100%;
  opacity: 1;
visibility: visible;
}
.footer-logo{
  margin: 5rem  0;
  display: flex;
  justify-content: center
}
.footer-logo a{
  display: inline-block;
  margin: 0 auto;
}
.footer-logo  img{
  display: block;
  width: 10rem;
  height: auto;
}
.copyright{
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.copy-text a{
  margin-left: 1rem;
  padding-left: 1rem;
  display: inline-block;
}
.copy-text a:last-child{
  border-left: 1px solid #fff;
}
.footer-bg{
  width: 100%;
  height: 3rem;
  background-size:110rem;
  background-repeat: repeat-x;
  background-image: url(images/pattern.svg);
}
.fixed-btns{
  position: fixed;
  bottom: 8rem;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.fixed-btns a{
  width: 5rem;
  height: 5rem;
  background-color: #0b6fac;
  display: flex;
  align-items: center;
  justify-content: center;

}
.fixed-btns img{
  display: block;
  width: 2rem;
  height: auto;

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  footer ul{
    display: flex;
    align-items: center;
    justify-content: center; 
    flex-direction: row;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .footer-bg{

    height: 3rem;

  }
}
/* ================================================================================== 
18. Tours Page
===================================================================================== */
.top-image{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 50rem;
}
.top-image img{
  display: none;
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
.tour-info{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.tour-info-box{
  width: 48.5%;
  margin-bottom: 3rem;
  padding: 2rem;
  border:1px solid #e7e7e7;
}
.tour-info-box p{
  margin-bottom: 0;
}
.tour-info-box .title img {
	display: block;
	width: 3rem;
	height: 3.2rem;
	margin-bottom: 1rem;
	object-fit: contain;
}
.tour-price{
  display: flex;
  align-items: center;
}
.tour-price .title{
  margin-bottom: 0;
  margin-right: 1rem;
}
.tour-price p{
  margin: 0;
}
.tour-top{
  margin-bottom: 5rem;
}
.tour-right{
  margin-top: 2rem;
}
.tour-top .title-pages{
  margin-bottom: 2rem;
}

.single-aside{
  background-color: #eef8fd;
  padding: 2rem;
}
.tour-image{
  margin: 5rem 0;
}
.tour-image img{
  display: block;
  width: 100%;
  height: auto;
}
.tour-map{
  margin: 5rem 0;
}
.tour-map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
.tour-location{
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #e7e7e7;
}
.aside-contact a{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.aside-contact img{
  display: block;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  margin-right: 1rem;
}

.gallery-wrapper a{
  width: 100%;
  margin-bottom: 3rem;
  overflow: hidden;
  display: block;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.2);
}
.tour-gallery{
  margin-top: 5rem;
}
.tour-gallery-slide img{
  display: block;
  width: 100%;
  height: 60rem;
  object-fit: cover;
}
.tour-gallery-slide {
  margin-bottom: 5rem;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-color: #0b6fac;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  font-size: 0;
  cursor: pointer;
  z-index: 2;

}
.slick-prev{
  left: 2rem;
  background-image: url(images/prev-white.svg);
}
.slick-next{
  right: 2rem;
  background-image: url(images/next-white.svg);
}
.tour-video{
  background-color: #dce5e9;
  padding: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery-wrapper a{
    width: 48.5%;
  }
  .gallery-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .tour-info-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .tour-top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .tour-left{
    width: 50%;
  }
  .tour-right{
    width: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .tour-info-box{
    padding: 3rem;
  }
  .gallery-wrapper a{
    width: 31.3%;
  }
.single-aside{
  padding: 3rem;
}

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .single-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .single-content{
    width: calc(100% - 50rem);
  }
  .single-aside{
    width: 42rem;
    position: sticky;
    top: 15rem;
    right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tour-gallery{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .gallery-wrapper a img{
    height: 40rem;
  }
}
/* ================================================================================== 
19. About Page
===================================================================================== */
.about{
  background-color: #eef8fd;
}
.about-page-wrapper{
  margin: 5rem 0;
}
.about-page-text{
  width: 100%;
  background-color: #eef8fd;
  padding: 5rem 2rem;
}
.about-page-image{
  width: 100%;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.text-center{
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .about-page-text{
    width: 50%;
    padding: 2rem;
  }
  .about-page-image{
    width: 50%;
  }
  .about-page-image img{
    height: 100%;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-text{
    padding: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-wrapper{
    margin: 10rem 0;
  }
}
/* ================================================================================== 
20. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text{
    width: 48%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 48%;
  }
}