/*!
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. Pagination
13. Slider
14. Header
15. Intro
16. Travels
17. Home Section
18. Home Video
19. Footer
20. About Page
21. Download Page
22. Offer Page
23. Single Page
24. Custom CSS

=============================================================*/
/* ================================================================================== 
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; color: #2d3281;}
.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: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color:#131313;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: #b8b8b8; opacity: 1 !important; }
:-moz-placeholder { color: #b8b8b8; opacity: 1; }
::-moz-placeholder { color: #b8b8b8; opacity: 1; }
:-ms-input-placeholder { color: #b8b8b8; }
::-moz-selection { background-color: #2d3281;  color: #fff; }  
::selection { background-color: #2d3281; 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: 110rem;
}

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

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 500;line-height:1.4;color: #2d3281; }
.title h1, .title h2{ font-size: 2.8rem; color: #2d3281;}
p { margin-bottom: 2rem; }
.title{ margin-bottom:3rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}


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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 500;
  border-radius: 10rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.btn-primary {
	background-color: #2d3281;
	color: #fff;
	background-image: url(images/btn-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: left 2.6rem center;
	background-size: 1.5rem;
	padding-left: 5rem;
}
.btn-primary:hover{
  opacity: 0.6;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #ffff;
	padding: 1.5rem 2.9rem;
	outline: none;
	background-color: #ffffff;
	border-radius: 10rem;
	font-size: 1.7rem;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #2d3281;

}

label {
  display: block;
  margin-bottom: 0.5rem;
}
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;
}
/*-----------*/
.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{
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #fff;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.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(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #2d3281 !important;
	border: 2px solid #2d3281 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #2d3281 !important;
	border: 2px solid #2d3281 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #2d3281 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #2d3281 !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: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
/* -----swiper--- */
.slider-arrows{
  display: flex;
  flex-direction: column;
  gap:3rem;
  position: absolute;
  left: 30rem;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next, .swiper-button-prev{
  width: 6.5rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #2d3281;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.7rem;
  cursor: pointer;
}
.swiper-button-next{
  background-image: url(images/next-white.svg);
}
.swiper-button-prev{
  background-image: url(images/prev-white.svg);
}
.swiper-pagination{
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:2rem
}
.swiper-pagination span{
  width: 3rem;
  height: 3rem;
  border:0.5rem solid #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.swiper-pagination span::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;

}
.swiper-pagination span.swiper-pagination-bullet-active::before{
  opacity: 1;
}
.travels-arrows{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:3rem;
  margin-top: 5rem;

}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 2;
  margin-left: auto;
  position: relative;
  padding-left: 4rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  height: 3.5rem;
  color: #fff;
  font-weight: 500;
  /* background-image: url(images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem; */

}
.lang::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #2d3281;
  background-image: url(images/lang-white.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.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: 1;
    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 nav .toggle.activate{
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 10;
}
header nav .toggle.activate .line-toggle{
  background-color: #050517;

}
/*-----------*/
header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

header nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
header nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header nav li{
  display: block;
}
header nav li a{
  display: block;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2d3281;
}

header nav li a:hover, header nav li.current_page_item a{
  opacity: 0.5;
}

header nav .menu-item-has-children{
  background-image: url(images/arrow-down.svg);
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: top 1rem right;
}

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

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

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.mobile-info .btn-r{
  display: inline-block;
  margin-top: 3rem;
  width: auto;
  font-size: 1.3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  header nav{
    width: 60rem;
  }
  .mobile-info .btn-r{
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .toggle{
    display: none;
  }
  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: 0 1rem;
    border-right: 1px solid #e5e5e5;
  }
  .mobile-info{display: none;}
  ul.sub-menu{
    position: absolute;
    left: 0;
    top: 4rem;
    width: 50rem;
    background-color: #2d3281;
    padding: 2rem;
    display: block;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    opacity: 0;
    visibility: hidden;

  }
 
  .header-main ul.sub-menu{
    width: 30rem;
    display: block;
  }
 
  .header-main ul.sub-menu  .menu-item-has-children{
    background-image: url(images/arrow-right-white.svg);
    background-size: 0.7rem;
  }
  .header-main ul.sub-menu .sub-menu{
    left: 100%;
    top: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
  .menu-item-has-children ul.sub-menu .sub-menu{
    opacity: 0;
    visibility: hidden;
  }
  .header-main ul.sub-menu li{
    display: block;
  }
  .sub-menu .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;

  }

  header nav li a{
    padding: 0 1rem;

  }
  header nav li:last-child a{
    border-right: 0;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  header nav li a{
    padding: 0 2rem;
  }
}
/*------*/
.header-top{
  background-color: transparent;
  padding: 2rem 0; 
  font-size: 1.5rem;
  color: #fff;
}
.header-top .container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-info{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:2rem;
}
.header-info a{
  display: flex;
  align-items: center;
  flex-direction: row;
}
.info-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  background-color: #2d3281;
  border-radius: 50%;
  margin-right: 1rem;
}
.info-icon img{
  display: block;
  width: 1.5rem;
  height: 2rem;
  object-fit: contain;
  filter: brightness(0) invert(100);
}
.header-top .social{
  margin-left: auto;
}
.header-top .social img{
  filter: brightness(0) invert(100);
}
.header-top .container{
  padding: 0  3rem;
}
.header-top .social{
  display: none;
}
.header-top .header-info span{
  display: none;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .header-top .header-info span{
    display: inline-block;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .header-top .social{
    display: flex;
  }
}
/*------------*/
.mobile-info .header-info{
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.header-bottom .container {
	padding: 2rem 3rem;
	background-color: #fff;
	border-radius: 2rem;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 17rem;
}

.btn-r{
  background-image: url(images/mail-white.svg);
  margin-left: auto;
  display: none;
}
.mobile-nav{
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #000;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .btn-r{
    display: block;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .mobile-nav{
    display: none;
  }
  .btn-r{
    margin-left: 3rem;
  }

}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .header-logo img{
   width: 27rem;
  }

}
/*--------*/
.header-main{
  position: relative;
  display: none;
}
.header-main .container::before{
  content: '';
  position: absolute;
  left: 0;
  top: -5rem;
  width: 100%;
  height: 5rem;
  background-color: #2d3281;
  z-index: -1;
}
.header-main  .container{
  padding: 2rem 3rem;
  background-color: #2d3281;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;

}
.header-main ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.header-main ul li{
  display: inline-block;
}
.header-main ul li a{
  display: inline-block;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
}
.header-main ul li.current_page_item a,  .header-main ul li a:hover{
  opacity: 0.4;
}
.header-main ul li.menu-item-has-children{
  background-image: url(images/arrow-down2-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .header-main{
    display: block;
  }
}
/*---------*/
.header-scroll{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .4s ease-in-out;
}
.header-scroll .container::before{
  content: none;
}
.header-scroll.scrolled{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-bottom.scrolled{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;

}
.header-bottom.scrolled .container{
  border-radius: 0;
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  overflow: hidden;
  position: relative;
}
.intro-slider img{
  display: block;
  width: 100%;
  height: 80rem;
  object-fit: cover;
}
.intro-slider .swper-slide{
 position: relative;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-inner{
  text-align: center;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 0 2rem;
  padding-top: 5rem;
}
.intro-inner h1{
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
.intro-search{
  position: absolute;
  left: 0;
  bottom: 12rem;
  width: 100%;
  z-index: 1;
  padding: 0 2rem;
}
.intro-search form{
  max-width: 77rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.search-btn{
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);

}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .intro-inner h1{
    font-size: 3.6rem;
  }
  .intro-inner{
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro-inner h1{
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .intro-inner h1{
    font-size: 5rem;
  }
}
/* ================================================================================== 
16. Travels
===================================================================================== */
.text-center{
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}
.travels-slider{
  max-width: 136rem;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  padding: 0 2rem;
}
.travel-box{
  border-radius: 2rem;
  display: block;
  overflow: hidden;
  position: relative;
  height: 41rem;
}
.travel-box img{
  transition: all .4s ease-in-out;
}

.travel-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0,rgba(0,0,0,0) 50%);
  z-index: 1;
}
.travel-box img{
  display: block;
  width: 100%;
  inset: 0 0 0 0;
  height: 100%;
  object-fit: cover;
}
.stickers{
  position: absolute;
  left: 2rem;
  top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  gap:1rem
}
.sticker {
	display: inline-block;
	background-color: #2d3281;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 1rem;
	padding: 0.5rem 1.3rem;
}
.sticker.sticker-sale{
  background-color: #ef0000;
}
.travel-text{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  z-index: 1;
  color: #fff;
}
.travel-text h3{
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #fff;
}
.stars{
  color: #ede234;
  font-size: 2.1rem;
}


@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .text-center{
    margin-bottom: 7rem;
  }
  .travel-box:hover img{
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .travels-slider{
    max-width: 168rem;
    padding: 0;
  }
}
/*---------*/
.travels-wrapper{
  margin-top: 5rem;
}
.travels-wrapper .travel-box{
  width: 100%;
  margin-bottom: 3rem;
}
.btn-bottom{
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.travels-wrapper .travel-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .travels-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:2%;
  }
  .travels-wrapper .travel-box{
    width: 49%;
  }
  .travels-wrapper .travel-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .travels-wrapper .travel-box{
    width: 32%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .travels-wrapper .travel-box{
    width: 23.5%;
  }
}
/* ================================================================================== 
17. Home Section
===================================================================================== */
.home-section{
  background-color: #f9f9f9;
}
.home-content{
  border-radius: 2rem;
  overflow: hidden;

}
.home-thumbs-slider{
  width: 100%;
  background-color: #2d3281;
}
.home-slider{
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.home-slider img{
  display: block;
  width: 100%;
  height:40rem;
  object-fit: cover;

}
.home-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem;
  color: #fff;
  box-sizing: border-box;
}
.home-slider a{
  display: block;
}
.home-slider .sticker{
  position: absolute;
  left: 3rem;
  top: 3rem;
}
.home-text h3{
  font-size: 2.4rem;
  max-width: 60rem;
  width: 100%;
  margin-bottom: 1rem;

}
.home-date{
  font-size: 1.4rem;
  color: #ede234;
}
.home-slider .home-slide{
  box-sizing: border-box;
}
.home-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0,rgba(0,0,0,0) 50%);
}
.home-thumbs-slider .swiper-slide{
  background: linear-gradient(to bottom,  rgba(45,50,129,1) 0%,rgba(25,29,83,1) 100%);
  color: #fff;
  box-sizing: border-box;
  padding: 3rem;
  cursor: pointer;
  height: auto;
}
.home-thumbs-slider .swiper-slide h3{
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #fff;
}
.home-thumbs-slider .swiper-slide.swiper-slide-thumb-active{
  opacity: 0.7;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .home-content{
    display: flex;
    flex-direction: row;
  
  }
  .home-thumbs-slider{
    width: 40rem;
  }
  .home-slider{
    width: calc(100% - 40rem);
  }
  .home-thumbs-slider .swiper-slide{
    height: calc(40rem / 3) !important;
  }
  .home-thumbs-slider .swiper-slide::before {
    content: '';
    position: absolute;
    left: -10rem;
    width: 10rem;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    background: linear-gradient(to bottom,  rgba(45,50,129,1) 0%,rgba(25,29,83,1) 100%);
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .home-thumbs-slider .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
  }
  .home-thumbs-slider .swiper-slide.swiper-slide-thumb-active::before{
    opacity: 1;
    visibility: visible;
  }
}
/* ================================================================================== 
18. Home Video
===================================================================================== */
.home-video video{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2rem;
  aspect-ratio: 2/1;
}
/* ================================================================================== 
19. Footer
===================================================================================== */
footer{
  background-color: #2d3281;
  color: #fff;
  font-size: 1.4rem;
}
.footer-left{
  width: 100%;
  margin-bottom: 5rem;
}
.footer-right{
  width: 100%;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li{
  margin-bottom: 1rem;
}
footer h3{
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.3;
  color: #fff;
}
footer .social{
  margin-top: 3rem;
}
footer .social a img{
  filter: brightness(0) invert(100);
}

.footer-box{
  width: 100%;
}
.footer-box:first-child{
  margin-bottom: 5rem;
}
.footer-newsletter{
  margin-top: 5rem;
}
.footer-newsletter form{
  position: relative;
  overflow: hidden;

}
.footer-newsletter input{
  width: calc(100% - 5rem);
}
.btn-newsletter{
  background: linear-gradient(to bottom,  rgba(45,50,129,1) 0%,rgba(25,29,83,1) 100%);
  width: 11rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
 

}
.btn-newsletter::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/newsletter-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
}
.copyright{
  padding: 2rem 0;
  font-size: 1.4rem;
  color: #7a7a7a;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap:2rem
}
.copyright ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap:1rem
}
.copyright ul li a{
  text-decoration: underline;
}
.copyright ul{
  display: flex;
  align-items: center;
}
.copyright ul li:not(:last-child)::after{
  content: '|';
  display: inline-block;
  margin-left: 1rem;
}
.copy-text{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap:1rem
}
.copy-logos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap:3rem
}
.copy-logos img{
  display: block;
  width: 5rem;
  height: auto;
  object-fit: contain;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-left{
    width: 35%;
    padding-right: 5rem;
    border-right: 1px solid rgba(255,255,255,.2);
    margin-bottom: 0;
  }
  .footer-right{
    width: 65%;
    padding-left: 5rem;
  }
  .copy-text{
    flex-direction: row;

  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-left{
    width: 30%;
  }
  .footer-right{
    width: 70%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .right-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
  .footer-box{
    width: 50%;
    padding-left: 10rem;
    margin-bottom: 0;
  }
  .footer-box:first-child{
    margin-bottom: 0;
  }
  .footer-box:first-child{
    border-right: 1px solid rgba(255,255,255,.2);
    padding-right: 10rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 0;
  }
}
/* ================================================================================== 
20. About Page
===================================================================================== */
.top-image img{
  display: block;
  width: 100%;
  height: 70rem;
  object-fit: cover;
}
.top-image{
  position: relative;
}


.top-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-inner{
  max-width: 70rem;
  width: 100%;
  text-align: center;
  padding-top: 20rem;
}
.top-inner h1, .top-inner h2{
  color: #fff;
}
.about-text{
  margin-top: 5rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-box{
    width: 45%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-text{
    margin-top: 8rem;
  }
}
/* ================================================================================== 
21. Download Page
===================================================================================== */
.download-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.download-wrapper a {
	display: flex;
	border-radius: 2rem;
	padding: 2rem;
	width: 48.5%;
	margin-bottom: 3rem;
	border: 1px solid #e7e7e7;
	align-items: center;
	justify-content: center;
}
.download-wrapper a img {
	display: block;
	width: 6rem;
	height: auto;
	margin: 0 auto;
}
.download-wrapper a:hover{
  border-color: #2d3281;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .download-wrapper a {
    width: 22.7%;
  }
}
/* ================================================================================== 
22. Offer Page
===================================================================================== */
.offer-aside{
  width: 100%;
  padding: 2rem 3rem;
  border-radius: 3rem;
  background-color: #f9f9f9;
}
.offer-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.offer-aside ul li{
  margin-bottom: 1rem;
  font-size: 1.6rem;
  display: block;
}
.offer-aside ul li a{
  display: block;
  padding: 0 !important;
}
.offer-aside ul li a:hover, .offer-aside ul li.current_page_item a {
  color: #2d3281;
}
.offer-aside ul li.menu-item-has-children{
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: top 1rem right;
  background-size: 1rem;
}
.offer-content{
  width: 100%;
  margin-top: 3rem;
}
.offer-content .travels-wrapper{
  margin-top: 0;
}
.offer-aside ul ul.sub-menu{
  background-color: transparent;
  border: 0;
  padding: 0;
  position: static;
  left: auto;
  top: auto;
  width: 100%;
  color: #050517;
  opacity: 1;
  visibility: visible;
  padding-left: 2rem;
display: none;
}

.offer-aside ul ul.sub-menu .sub-menu{
  opacity: 1;
  visibility: visible;
}
.offer-nav{
  display: none;
  margin-top: 3rem;
}
.offer-aside h3{
  cursor: pointer;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 1rem;
  margin-bottom: 0;

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .offer-nav{
    display: block;
  }
  .offer-aside{
    padding:  3rem;
  }
  .offer-aside h3{
    background-image: none;
  }
  .offer-content .travel-box{
    width: 32%;
  }
  .offer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .offer-aside{
    width: 30rem;
    position: sticky;
    top: 15rem;
  }
  .offer-content{
    width: calc(100% - 35rem);
    margin-top: 0;
  }
}
/* ================================================================================== 
23. Single Page
===================================================================================== */

.single-text{
  width: 100%;
  margin-top: 5rem;
}
.single-image{
  width: 100%;
  position: relative;
}
.single-image img{
  display: block;
  width: 100%;
  height: 60rem;
  object-fit: cover;
}
.desc2{
  margin-bottom: 3rem;
}
.single-text-full{
  width: 100%;
  padding: 5rem 2.5rem;
  background-color: #f9f9f9;
  margin-top: 5rem;
}
.single-slider{
  overflow: hidden;
}
.single-slider .swiper-button-next, .single-slider .swiper-button-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.single-slider .swiper-button-next{
  right: 2rem;
}
.single-slider .swiper-button-prev{
  left: 2rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .single-text-full{
    padding: 5rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .single-text{
    width: 50%;
    margin-top: 0;
  }
  .single-image{
    width: 45%;
    position: relative;
  }
}
/* ================================================================================== 
24. Custom CSS
===================================================================================== */
/*---------------------------------FORMA OPCIJE START---------------------------------*/
.contact-form {
  display: block;
  /* margin: 4rem 0 0 0; */
}
.contact-form > h3 {
  margin: 2rem 0rem;
}
#url, #naziv {
  display: none;
}
.contact-form > .wpcf7> form > fieldset {
  margin-top: 1rem;
}
.contact-form > .wpcf7> form > fieldset > p > span > input,
.contact-form > .wpcf7> form > fieldset > p > span > textarea {
  border-radius: 4rem;
  border-color: #2d3281;
  min-height: 6rem;
}
#wpcf7-f6-o1 > form > fieldset:nth-child(7) > p > input {
  min-height: 6rem;
}
/*---------------------------------FORMA OPCIJE END-----------------------------------*/
.kartice img {
  object-fit: fill;
  margin-right: 6px;
}
.kartice-naslov {
  margin-top: 2rem;
}
.offer100 {
  width: 100%;
}
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.grid-gallery a img {
  height: 30rem;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}