/*!
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 CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset,.contact-form form.wpcf7-form.init p,form.wpcf7-form.init p {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* new-css-24/02/2025 */



/*===================== 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. Pagination
13. Slider
14. Header
15. Intro
16. Tours
17. About
18. Why us
19. Blog
20. Banner
21. Newsletter
22. Footer
23. Blog Page
24. About Page
25. Contact Page
26. Tour 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;
}
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: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
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: #d28f6c;  color: #fff; }  
::selection { background-color: #d28f6c; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  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;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 700;line-height:1.4;}
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:2rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 5rem; }
}


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

.btn {
	display: inline-block;
	padding: 1.2rem 4rem;
	font-weight: 500;
  border-radius: 10rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.btn-primary{
  background-color: #d28f6c;
  color: #fff !important;
}
.btn-secondary{
  background-color: rgba(255,255,255,.65);
  color: #000 !important;
}
li.menu-item a {
    color: #000 !important;
}
.btn-primary:hover{
  background-color: #000;
}
.btn-secondary:hover{
  background-color: rgba(255,255,255,1);

}
.btn-arrow{
  display: block;
  font-weight: 600;
  background-image: url(images/arrow-right.svg);
  background-position: right center;
  background-size: 1.54rem;
  background-repeat: no-repeat;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}

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

}
label {
  display: block;
  margin-bottom: 0.5rem;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset, .contact-form form.wpcf7-form.init p,form.wpcf7-form.init p{
  border: 0;
  margin-bottom: 2rem !important;
}
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;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
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: #eeeeee;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.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(/wp-content/uploads/2025/03/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. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #d28f6c;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #d28f6c;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
/* -----swiper--- */
.tours-arrows{
  display: flex;
  flex-direction: row;
  gap:2rem;

}
.swiper-button-next, .swiper-button-prev{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.3rem;
  cursor: pointer;
}
.swiper-button-next{
  background-image: url(/wp-content/uploads/2025/02/next.svg);
}
.swiper-button-prev{
  background-image: url(/wp-content/uploads/2025/02/prev.svg);
}
/* ================================================================================== 
14. Header
===================================================================================== */

.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.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;
}
/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 1.5rem 0;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-color: #fff;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
img.custom-logo, .header-logo img{
  display: block;
  width: 15rem;
}
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: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
}

nav li a:hover, nav li.current_page_item a{
  color: #d28f6c !important;
}

.btn-desktop{
  margin-left: auto;
  display: none;
}

.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;
}
.lang{
  color: #000;
  z-index: 3;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap:1rem
}
.lang a:hover{
  color: #d28f6c;
}
.btn-mobile{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .btn-desktop{
    display: inline-block;
  }
  .lang{
    margin-left: 3rem;
  }
	.header-logo img, a.custom-logo-link img.custom-logo{
    width: 18rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .toggle{
    display: none;
  }
  .lang{
    font-size: 1.4rem;
  }
	.header-logo img, a.custom-logo-link img.custom-logo{
    width: 22.9rem;
  }

  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;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
    font-size: 1.4rem;
  }
  .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;
  }
}


@media only screen and (min-width: 90em) {
  /*1440px*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  position: relative;
  overflow: hidden;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%);
}
.intro img{
  height: 100vh;
  object-fit: cover;
  width: 100%;
  display: block;
  position: relative;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 100rem;
  width: 100%;
  font-weight: 400;
}
.intro-inner p{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
.intro-btns{
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:2rem
}
.intro-inner strong{
  color: #d28f6c;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-btns{
    flex-direction: row;
  }
}
/* ================================================================================== 
16. Tours
===================================================================================== */
.tours-wrapper{
  margin-top: 5rem;
}
.tour-box{
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
.tour-box:last-child{
  margin-bottom: 0;
}
.tour-image{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.tour-box img{
  display: block;
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
  border-radius: 2rem;
  transition: all .4s ease-in-out;
}
.tour-image:hover img{
  transform: scale(1.1);
}
.tour-price{
  padding: 1.2rem 4rem;
	font-weight: 700;
  border-radius: 10rem;
  text-transform: uppercase;
  position: absolute;
  top: 3rem;
  right: 2rem;
  z-index: 2;
  background-color: rgba(210, 143, 108, .7);
  color: #fff;
  font-size: 1.4rem;
}
.tour-category{
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #d28f6c;
  font-weight: 600;
  opacity: 0.6;
}
.tour-box h3{
  font-size: 2.4rem;
}
.tour-btns{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.btn-more{
  display:inline-block;
  font-weight: 600;
}
.btn-more:hover{
  color: #d28f6c;
}
.btn-reservation{
  display:inline-block;
  font-weight: 600;
  color: #d28f6c;
}
.btn-reservation:hover{
  color: #000;
}
.title-row .title p{
  max-width: 60rem;
  width: 100%;
}
.title-row{
  margin-bottom: 5rem;
}
.title-row .title strong{
  color: #d28f6c;
}
.tours-sliders{
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .tours-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .tour-box{
    width: 48.5%;
  }
  .tour-box:last-child{
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .tours-sliders{
    display: block;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .tour-box{
    width: 31.3%;
  }
}
/*----------*/
.tours-slider, .tours-slider2{
  overflow: hidden;
  margin-top: 5rem;
}
.tours-slider .tour-box{
width: auto;
  margin: 0;
}
/* ================================================================================== 
17. About
===================================================================================== */
.about .container .container{
  position: static;
}


.about-image{
  display: none;
}

.about-left img {
	display: none;
	width: 80%;
	margin-left: auto;
	margin-top: 10.7rem;
	height: auto;
	aspect-ratio: 16/14;
	object-fit: cover;
}

.about-left-text .btn{
  margin-top: 3rem;
}
.about-right img{
  display: block;
  width: 100%;
  aspect-ratio: 16/14;
  height: auto;
  object-fit: cover;
}
.about-text-sm{
  position: relative;
  margin-top: 5rem;
}
.about-text-sm h3{
  font-size: 2.4rem;
}
.about-text-sm p{
  font-size: 2rem;
  font-weight: 600;
}

.about-left{
  margin-bottom: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-left img {
    display: block;
  }
  .about-left{
    width: 55%;
    margin-bottom: 0;
  }
  .about-right{
    width: 45%;
  }
  .about-left-text {
    padding-right: 10rem;
  }
  .about-inner-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .about-text-sm{
    padding: 5rem;
    margin-top: 0;
  }
  .about-text-sm::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30rem;
    height: 20rem;
    background-color: #d28f6c;
    z-index: -1;
  }
  .about-text-sm2{
    padding: 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-end;
  }
  .about-inner-wrapper{
    width: calc(100% - 30rem);
  }
  .about-image{
    width: 30rem;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
  .about-left-text {
    padding-left: 6rem;
  }

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .about-inner-wrapper{
    width: calc(100% - 20rem);
  }
  

}
/* ================================================================================== 
18. Why us
===================================================================================== */
.whyus{
  background-color: #1c1c1c;
  color: #fff;
}
.whyus-box{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.whyus-icon{
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  position: relative;
  /* background: linear-gradient(to right,  rgba(207,171,99,1) 0%,rgba(154,115,37,1) 100%); */
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: bg-pan-left 8s both;
  animation: bg-pan-left 8s both;
  margin-bottom: 2rem;


}
.whyus-icon::after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: 3;
	border-top: 2px solid rgba(210, 143, 108,1);
	animation: infiniteRotation 2s linear infinite;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
}
.whyus-icon::before {
	top: 0;
	left: 0;
	padding: 0;
	z-index: 2;
	border: 2px solid rgba(210, 143, 108,1);
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
}
@keyframes infiniteRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.rotating-element {
  animation: infiniteRotation 2s linear infinite;

}

.whyus-icon img{
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;

}

.bg-pan-left {
	-webkit-animation: bg-pan-left 8s both;
	        animation: bg-pan-left 8s both;
}
 @-webkit-keyframes bg-pan-left {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bg-pan-left {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.text-center{
  text-align: center;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .whyus-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:3%
  }
  .whyus-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .whyus-box{
    width: 22.7%;
    margin-bottom: 0;
  }
 
}
/* ================================================================================== 
19. Blog
===================================================================================== */

.blog-box{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.blog-box:last-child{
  margin-bottom: 0;
}
.blog-image{
  overflow: hidden;
  border-radius: 2rem;
  display: block;
  margin-bottom: 2rem;
}
.blog-box h3{
  font-size: 2.1rem;
}
.blog-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.blog-image:hover img{
  transform: scale(1.1);
}
.blog-box .btn-arrow{
  margin-top: auto;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .blog-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .blog-box{
    width: 48.5%;
  }
  .blog-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .blog-box h3{
    font-size: 2.4rem;
  }
  .blog-box{
    width: 31.3%;
  }

}
/* ================================================================================== 
20. Banner
===================================================================================== */
.banner{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 10rem 0;

}
.banner-overlay{
  position: absolute;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  width: 100%;
  left: 0;
  top: 0;
}
.banner-inner{
  max-width: 60rem;
  width: 100%;
}
.banner-inner .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    padding: 15rem 0;
    background-attachment: fixed;
  }
}

/* ================================================================================== 
21. Newsletter
===================================================================================== */
.newsletter{
  position: relative;
}

.newsletter-form{
  width: 100%;
  margin-top: 5rem;
  border-radius: 3rem;
  background-color: #d28f6c;
  color: #fff;
  padding: 2rem;


}

.newsletter-form h3{
  font-size: 2.1rem;
  margin-bottom: 4rem;
}
.newsletter-form input{
  width: 100%;
  border-radius: 10rem;
  background-color: rgba(255,255,255,.2);
  border:1px solid transparent;
  display: block;
  padding: 2rem 3rem;
}
.newsletter-form form{
  position: relative;
}
.newsletter-form input.btn-newsletter{
  width: 4rem;
  height: 4rem;
  background-image: url(/wp-content/uploads/2025/02/newsletter-arrow.svg);
  background-repeat: no-repeat;
  background-size: 4rem;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 38px;
  transform: translateY(-50%);
  right: 2rem;


}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .newsletter-form h3{
    font-size: 2.4rem;
    padding-right: 5rem;
  }
  .newsletter-form{
    background-image: url(/wp-content/uploads/2025/02/newsletter-icon.svg);
    background-repeat: no-repeat;
    background-position: top 3rem right 3rem;
    background-size: 5rem;
    padding: 5rem;
  }
 
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .newsletter-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .newsletter::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-color: #1c1c1c;
  }
  .newsletter-text{
    color: #fff;
    width: 35%;
  }
  .newsletter-form{
    width: 55%;
    margin-top: 0;
  
  }
  .newsletter-form h3{
    font-size: 3rem;
    padding-right: 10rem;
  }
  .newsletter-form{

    background-size: 10rem;
  
  }

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .newsletter-form{
    padding: 10rem 10rem;
  }
}
/* ================================================================================== 
22. Footer
===================================================================================== */

.footer-logo img{
  display: block;
  width: 23rem;
  height: auto;
  margin: 0 auto;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.copyright{
  background-color: #eeeeee;
  padding: 2rem 0;
  font-size: 1.4rem;

}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.footer-box:last-child{
  margin-bottom: 0;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .copyright .container{
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
  }
  footer ul{
    column-count: 2;
    column-gap: 5rem;
  }
  footer .social{
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .footer-logo img{
    width: 29rem;
  }
}
/* ================================================================================== 
23. Blog Page
===================================================================================== */
.top-height{
  height: 9.8rem;
  width: 100%;
}
.title-pages{
  margin-bottom: 5rem;
}
.article-image{
  margin: 5rem 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/11;
  object-fit: cover;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .top-height{
    height: 11.1rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .top-height{
    height: 13.46rem;
  }
}
/* ================================================================================== 
24. About Page
===================================================================================== */

.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-page-image{
  width: 100%;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
  object-fit: cover;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-page-text{
    width: 48%;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 48%;
  }
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
}
/* ================================================================================== 
25. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
  background-color: #eeeeee;
  padding: 5rem 2rem;
  max-width: 80rem;
  margin: 0 auto;

}
.contact-btn input {
	width: auto;
	border: 0;
	transition: all .4s ease-in-out;
}
.contact-form input, .contact-form select,  .contact-form textarea{
  width: 100%;
  border-radius: 10rem;
  padding: 2rem 3rem;
  border:1px solid #e7e7e7;
  background-color: #fff;
}
.contact-form textarea{
  border-radius: 2rem;
}
.contact-form label{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.contact-form .contact-btn input{
  width: auto;
  background-color: #d28f6c;
  border: 0;
  padding: 1.6rem 4rem;
  font-weight: 600;
  transition: all .4s ease-in-out;
}
.contact-form .contact-btn input:hover{
  background-color: #000;
}
.contact-map iframe{
  width: 100%;
  height: 60rem;
  display: block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/


  
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .contact-form{
    padding: 5rem;
  }

}
/* ================================================================================== 
26. Tour Page
===================================================================================== */
.top-nav {
	width: 100%;
	background-color: #fff;
	z-index: 1;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.top-nav ul{
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex;
 width: 100%;

 justify-content: center;
 flex-direction: column;
 text-align: center;

}
.top-nav ul li{
  display: block;
  width: 100%;
}
.top-nav ul li a{
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.top-nav ul li a:hover, .top-nav ul li a.active{
  background-color: #d28f6c;
  color: #fff;
}
/*--*/

.extras{
  background-color: #f6f6f6;
}

.extras-wrapper article{
  width: 100%;
  margin-bottom: 3rem;
}
.extras-wrapper article:last-child{
  margin-bottom: 0;
}
.extras-wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.extras-text{
  margin-top: 5rem;
}

.list.extras-included ul li::before {
	background-image: url(/wp-content/uploads/2025/03/included.svg);

}
.list.extras-not-included ul li::before {
	background-image: url(/wp-content/uploads/2025/03/not-included.svg);

}
.top-nav .container {
	display: flex;
	flex-direction: column;
  align-items: center;
}
.top-nav .btn{
  margin: 2rem 0;
}
@media only screen and (max-width: 30em) {
  /*480px*/

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .top-nav {
    position: sticky;
    top: 13.5rem;
    left: 0;
  
  }

.top-nav ul{
 flex-direction: row;
 text-align: left;
 align-items: center;
 width: auto;

}
.top-nav .btn{
  margin: 0;
}
.top-nav ul li{
  display: inline-block;
  width: auto;
}
.top-nav ul li a{
  display: inline-block;
  border-bottom: 0;
  padding: 2rem;
}
.top-nav .container {
  flex-direction: row;
	align-items: center;
	justify-content: center;
}

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .extras-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .extras-wrapper article{
    width: 45%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
 
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/

}
/*----------*/

.page-aside{
  width: 100;
  
  padding: 3rem;
  background-color: #eeeeee;
}
.page-content{
  width: 100%;
  margin-bottom: 5rem;
}
.page-table{
  margin-top: 3rem;
  max-width: 80%;
  width: 100%;
}
.table-row{
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
}
.table-row span{
  width: 50%;
}
.table-row span:first-child{
  font-weight: 700;
}
.page-row:not(:last-child){
  margin-bottom: 5rem;
}
.page-price{
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 600;
}

.desc-text{
  width: 100%;
  margin-bottom: 5rem
}
.desc-image{
  width: 100%;
}
.desc-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}


@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .desc-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .desc-text{
    width: 45%;
    margin-bottom: 0;
  }
  .desc-image{
    width: 45%;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .page-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page-aside{
    width: 45rem;
    position: sticky;
    top: 25rem;
    right: 0;
    padding: 5rem;
  }
  .page-content{
    width: calc(100% - 55rem);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page-row:not(:last-child){
    margin-bottom: 10rem;
  }

}
/*---*/
.gallery-wrapper{
  column-count: 2;
  column-gap: 1rem;
}
.gallery-wrapper a {
  display: block;
  margin-bottom: 1rem;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  height: auto;

  object-fit: cover;
}

.reservation-btn input {
	width: auto;
	border: 0;
	transition: all .4s ease-in-out;
}
.reservation-form input, .reservation-form select,  .reservation-form textarea{
  width: 100%;
  border-radius: 10rem;
  padding: 2rem 3rem;
  border:1px solid #ccc;
  background-color: #fff;
}
.reservation-form textarea{
  border-radius: 2rem;
}
.reservation-form label{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.reservation-form .contact-btn input{
  width: auto;
  background-color: #d28f6c;
  border: 0;
  padding: 1.6rem 4rem;
  font-weight: 600;
  transition: all .4s ease-in-out;
}
.reservation-form .contact-btn input:hover{
  background-color: #000;
}

.reservation-form{
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

section#dodatno ol li, section#dodatno ul li {
    margin-bottom: 15px;
}
/* new-css-24/02/2025 */


div#time_slots_wrap input[name="time_slot"] {
    width: auto;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qty-btn {
    padding: 5px 10px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #f5f5f5;
}

#qty-input {
          width: 40px;
    text-align: center;
    padding: 9px;
}
/* Chrome, Safari, Edge, Opera */
#qty-input::-webkit-outer-spin-button,
#qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#qty-input {
  -moz-appearance: textfield;
}

.w-50{
	width: 50%;
}
/* Reduce padding in each day cell */
.fc .fc-daygrid-day-frame {
  padding: 2px !important;
}

/* Reduce font-size of date number */
.fc .fc-daygrid-day-top {
    font-size: 13px;
    justify-content: center;
    height: 45px;
    align-items: center;
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(156, 204, 101);
}

/* Reduce font-size of events if any */
.fc .fc-daygrid-event {
  font-size: 15px;
  padding: 1px 2px;
}

/* Optional: limit the row height */
.fc .fc-daygrid-body {
  max-height: 400px; /* adjust this to make the view more compact */
}

/* Optional: shrink the overall calendar */
#full_calendar {
  font-size: 13px; /* base font size */
}


.fc-daygrid-day-events {
    display: none;
}

table.fc-col-header, table.fc-scrollgrid-sync-table {
    margin: 0;
}

.time-slot {
  display: inline-block;
  margin: 5px;
}

.time-slot input[type="radio"] {
  display: none;
}



.time-slot:hover {
  background-color: rgb(92, 182, 112);
    color: rgba(0, 0, 0, 0.87);
}
label.time-slot {
color: rgba(0, 0, 0, 0.87);
    background-color: rgb(156, 204, 101);
}
label.time-slot.active {
  background-color: rgb(92, 182, 112);
    color: rgba(0, 0, 0, 0.87);
  color: white;
}
.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    padding: 0 !important;
}

#tour_reservation .selected-date .fc-daygrid-day-top{
    background-color: rgb(92, 182, 112) !important;
    color: #fff !important;
}

.time-slot {
  padding: 10px 15px;
  background-color: #f1f1f1;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  user-select: none;
}
/*-----*/
.booking-content{
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 5rem;

}
.reservation-row{
  background-color: #eeeeee;

}
.re-ba-14v78a3.MuiAccordionSummary-root {
	background: transparent !important;

}
.re-ba-pud3z4 .regiondo-button{
  display: inline-block;
  padding: 1.2rem 4rem;
  font-weight: 500;
  border-radius: 10rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
  width: auto;
  background-color: #d28f6c;
  color: #fff !important;
}