/*!
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. About
17. Winery
18. Home Sections
19. Accommodations
20. Banner
21. News
22. Footer
23. About Page
24. Accommodation Page
25. Wellness Pages
26. Contact Page
27. Location Page
28. Products Page
29. Pages
30. Animations

=============================================================*/
/* ================================================================================== 
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;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;

}
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: #ec5b44;  color: #fff; }  
::selection { background-color: #ec5b44; 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: 120rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

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


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

.btn {
	display: inline-block;
	padding: 1rem 2.6rem;
	font-weight: 400;
  background-color: transparent;
  border:1px solid #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn:hover{
  background-color: #000;
  color: #fff;
}
.btn-black{
  background-color: #000;
  color: #fff;
}
.btn-black:hover{
  background-color: transparent;
  color: #000;
}
.btn-white{
  border-color: #fff;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
.btn-primary{
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  padding-left: 10rem;
  margin-top: 3rem;
}
.btn-primary::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width:8rem;
  height: 2px;
  background-color: #000;
  transition: all .4s ease-in-out;

}
.btn-primary:hover{
  padding-left: 12rem;
}
.btn-primary:hover::before{
  width: 10rem;
}
.btn-secondary{
 display: inline-block;
 font-weight: 500;
 color: #ec5b44;
 text-transform: uppercase;
 letter-spacing: 1px;
}
.btn-secondary:hover{
  color: #000;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid transparent;
	border-bottom: 1px solid #ccc;
	padding: 0.8rem 1rem;
	outline: none;
	background-color: transparent;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-bottom:1px solid #ec5b44;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
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{
  background-color: #e1e1e1;
  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(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. 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%);
}
.custom-arrow{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem;
  cursor: pointer;
  z-index: 1;
}
.swiper-button-next{
  background-image: url(images/next.svg);
}
.swiper-button-prev{
  background-image: url(images/prev.svg);
}
.acc-prev{
  background-image: url(images/prev.svg);
  filter: brightness(0) invert(100);
  position: absolute;
  left:5rem;
  top: 50%;
  transform: translateY(-50%);

}
.acc-next{
  background-image: url(images/next.svg);
  position: absolute;
  filter: brightness(0) invert(100);
  right:5rem;
  top: 50%;
  transform: translateY(-50%);
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #fff;
  z-index: 3;
  margin-left: auto;
  font-weight: 400;
  background-image: url(images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 2rem;
  background-size: 1rem;
  letter-spacing: 1px;
}
.scrolled .lang{
  color: #000;
  background-image: url(images/arrow-down.svg);
}
.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: 4rem;
  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: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}
.scrolled .toggle.activate .line-toggle, .toggle.activate .line-toggle,.scrolled  .line-toggle{
  background: #000;
}
.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;
  color: #fff;
  transition: all .4s ease-in-out;
}
header.scrolled{
  background-color: #fff;
  color: #000;
}
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;
  width: 6.8rem;
  height: 8.4rem;
  position: relative;
}
.header-logo img{
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .4s ease-in-out;
}
.header-logo img.logo-scrolled{
  opacity: 0;
  visibility: hidden;
}
.scrolled .header-logo img.logo-scrolled{
  opacity: 1;
  visibility: visible;
}
.scrolled .header-logo img.logo-default{
  opacity: 0;
  visibility: hidden;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 2rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 5;
  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.4rem;
  font-weight: 400;
  letter-spacing: 1px;
}

nav li a:hover, nav li.current_page_item a{
  color: #ec5b44;
}



.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;
}
.reservation-header{
  position: relative;
  margin-left: auto;
}
.reservation-sub{
  position: absolute;
  left: 0;
  top: 4.7;
  width: 20rem;
  background-color: #fff;
  color: #000;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.reservation-header:hover .reservation-sub{
  opacity: 1;
  visibility: visible;
}
.reservation-header:hover .btn{
  background-color: #fff;
  color: #000;
}
.reservation-sub a{
  display: block;
  font-weight: 400;
}
.scrolled .reservation-header .btn{
  border-color: #000;
}
.reservation-sub a:hover{
  color: #ec5b44;
}
.reservation-sub a:not(:last-child){
  margin-bottom: 1rem;
}
.header-mail, .header-phone{
  display: none;
}
.header-mail img, .header-phone img{
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  display: block;
  transition: all  .4s ease-in-out;
  filter: brightness(0) invert(100);
}

.header-mail{
  margin-left: auto;
  margin-right: 2rem;
}
.scrolled .header-mail img, .scrolled .header-phone img{
  filter: none;
}
.reservation-desktop{
  display: none;
}
.reservation-mobile{
  margin-bottom: 3rem;
}
@media only screen and (max-width: 75em) {
  /*1200px*/
nav, .scrolled nav{
  color: #000;
}
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .reservation-desktop{
    display: block;
  }
  .lang{
    margin-left: 2rem;
  }
  nav{
    width: 40rem;
  }
  .header-logo{
    width: 7.8rem;
    height: 9.4rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .reservation-header{
    margin-left: 2rem;
  }

  .toggle{
    display: none;
  }
  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 1rem;
  }
  .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: 85.4375em) {
  /*1367px*/
  .header-logo{
    width: 9.8rem;
    height: 11.4rem;
  }
  nav li a{
    padding: 2rem 1.3rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  /*1441x*/
  .header-mail, .header-phone{
    display: inline-block;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  nav li a{
    padding: 2rem;
  }
  .reservation-header{
    margin-left: 4rem;
  }
  
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  height: 100vh;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.intro-text{
  height: 100%;
}
.intro .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color:#fff;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
16. About
===================================================================================== */
.about-text{
  width: 100%;
  padding: 0 0 5rem 0;
}
.about-image{
  width: 100%;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-text{
    width: 60%;
    padding: 0  5rem 5rem 5rem;
  }
  .about-image{
    width: 40%;
  }

}

@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-text{
    padding: 0  20rem 0 30rem;
  }

}
/*----------*/
.about2-wrapper{
  display: flex;
  flex-direction: column-reverse;
  margin-top: 5rem;
  overflow: hidden;
}
.about2-image{
  width: 100%;
}
.about2-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about2-text{
  width: 100%;
  padding: 5rem 2rem; 
}
.about-icon-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icon img{
  display: block;
  width: 5.1rem;
  height: 4.5rem;
  object-fit: contain;
}
.icon-text{
  width: calc(100% - 8rem);
}
.about-icon-row:not(:last-child){
  margin-bottom: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .icon img{
    width: 7.1rem;
    height: 6.5rem;
  }
  .icon-text{
    width: calc(100% - 10rem);
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about2-wrapper{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about2-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  .about2-image{
    width: 50%;
  }
  .about2-text{
    width: 50%;
    padding: 10rem;
  }

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-icon-row{
    width: 70%;
  }
}
/* ================================================================================== 
17. Winery
===================================================================================== */
.winery{
  position: relative;
}


.winery-bg {
  display: none;
}
.winery-text{
  width: 100%;
  margin-bottom: 5rem;
}
.winery-content {
	width: 100%;
  position: relative;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;

}
.winery-slider{
  overflow: hidden;

  height: 70rem;
}
.winery-arrows {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	z-index: 1;
}
.w-prev{
  background-image: url(images/prev.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.w-next{
  background-image: url(images/next.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.winery-content h3{
  font-size: 4rem;
}
.winery-content h4 {
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	font-weight: 300;
}
.item-image{
  display: block;
  margin-bottom: 2rem;
}
.item-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/17;
}

@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .winery-content::before{
    content: '';
    position: absolute;
    width: 20rem;
    height: 3px;
    background-color: #000;
    left: -20rem;
    top: 20rem;
  
  }
  .winery-arrows {
    flex-direction: column;

    position: absolute;
    right: 10rem;
    top: 5rem;
  }
  .w-prev{
    transform: rotate(90deg);
    top: auto;
    left: auto;
    right: auto;
    position: relative;
  }
  .w-next{
    transform: rotate(90deg);
    position: relative;
    top: auto;

    left: auto;
    right: auto;
  }
  .winery-content::after{
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #000;
    left: -20rem;
    top: 19.4rem;
  
  }
  .winery-bg {
    display: block;
    position: absolute;
    right: 49rem;
    bottom: -45rem;
    width: 49rem;
    height: 100%;
    background-image: url(images/map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .winery-content {
    margin: 0;
    text-align: left;
    margin-left: auto;
  
  }
  .item-image img{
    object-position: left;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .winery-bg {
    right: 60rem;
    bottom: auto;
    top: 59%;
    transform: translateY(-50%);
    width: 49rem;
    height: 100%;
  }
  .winery-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .winery-slider{
    height: 70rem;
  }
  .winery-content {
    max-width: 50rem;
  }
  .winery-text{
    max-width: 50rem;
    margin-bottom: 0;
  }

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .winery-content {
    padding-right: 14rem;
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .winery-bg{
    right:54rem;
    top: 50%;
    width: 70rem;
  }
}
/* ================================================================================== 
18. Home Sections
===================================================================================== */

.home-text{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 2rem;
}
.home-image{
  width: 100%;
  position: relative;
}
.home-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
}
.home-wrapper:nth-child(2n+2){
  flex-direction: row;
}

.home-slider, .home-slider2{
  overflow: hidden;
}
.home-section .custom-arrows{
  display: flex;
  flex-direction: row;
  gap:2rem;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}
.home-section .custom-arrow{
  filter: brightness(0) invert(100%);
  z-index: 1;
}
.home-next, .home-next2{
  background-image: url(images/next.svg);
}
.home-prev, .home-prev2{
  background-image: url(images/prev.svg);
}
.home-slider2 .custom-arrows{
  left: auto;
  right: 3rem;
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .home-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .home-text{
    width: 45%;
    padding: 0;
  }
  .home-image{
    width: 55%;
  }
  .home-inner{
    max-width: 40rem;
    width: 100%;
  }
  .home-section .custom-arrows{
    bottom: 5rem;
  }
}
/* ================================================================================== 
19. Accommodations
===================================================================================== */
.accommodation-slider{
  overflow: hidden;
}
.text-center{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.accommodation-box{
  display: flex;
  flex-direction: column;
}
.accommodation-box h3{
  margin-bottom: 1rem;
}
.accommodation-box h4{
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 300;
}
.accommodation-image{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.accommodation-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.accommodation-image:hover img{
  transform: scale(1.1);
}
.accommodation-btns{
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* ================================================================================== 
20. Banner
===================================================================================== */
.banner{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.banner-text{
  width: 100%;
  max-width: 80rem;
  color: #fff; 
}
.banner-text .btn{
  margin-top: 3rem;
}
.banner-text .title{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
21. News
===================================================================================== */
.news{
  background-color: #f7f7f7;
}

.news-box{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 3rem;
}
.news-image{
  width: 100%;
  display: block;
} 
.news-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/11;
}

.news-text{
  width: 100%;
  padding: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .news-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-image{
    width: 50%;
  } 
  .news-text{
    width: 50%;
    padding: 5rem 3rem;
  }
  .news-image img{
    aspect-ratio: 16/20;
  }
  
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .news-image img{
    aspect-ratio: 16/17;
  }

}
/* ================================================================================== 
22. Footer
===================================================================================== */
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-logo{
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.footer-logo img{
  display: block;
  width: 11rem;
  height: auto;
}
.footer-box{
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.footer-box:last-child{
  margin-bottom: 0;
}

.copyright{
  padding: 2rem 0;
  font-size: 1.4rem;
  background-color: #ec5b44;
  color: #fff;
}
.copyright  .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .social{
  justify-content: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-logo img{
    width: 14.6rem;
  }
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright  .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  footer ul{
    column-count: 2;
    column-gap: 3rem;
  }
  .footer-contact-wrap{
    display: flex;
    flex-direction: row;
    gap:6rem
  }
}
/* ================================================================================== 
23. About Page
===================================================================================== */
.top-image {
	height: 46rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
}

.top-image .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.top-image .title{
  margin-bottom: 0;
  padding-top: 10rem;
}
.about-page-text{
  width: 100%;
  margin-bottom: 5rem;
}

.about-page-image{
  width: 100%;
}
.bg{
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-slider{
  overflow: hidden;
}
.gallery-slider a{
  display: block;
  overflow: hidden;
}
.gallery-slider a img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/12;
  transition: all .4s ease-in-out;
}
.gallery-slider a:hover img{
  transform: scale(1.1);
}
.gal-prev, .gal-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  filter: brightness(0)  invert(100);
}
.gal-prev{
  background-image: url(images/prev.svg);
  left: 2rem;
}
.gal-next{
  background-image: url(images/next.svg);
  right: 2rem;
}

.icons-about .about-icon-row{
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
}
.icons-about .about-icon-row .icon-text{
  width: 100%;
}
.about-icon-row .icon{
  margin-bottom: 2rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .icons-about .about-icon-row{
    width: 48.5%;
  }
  .icons-about{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .about-content{
    column-count: 2;
    column-gap: 10rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text{
    width: 48%;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 48%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .icons-about .about-icon-row{
    width: 22.7%;
  }
  .top-image{
    background-attachment: fixed;
  }
}
/* ================================================================================== 
24. Accommodation Page
===================================================================================== */

.accommodation-wrapper .accommodation-box{
  width:100%;
  margin-bottom: 5rem;
}
.accommodation-wrapper .accommodation-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .accommodation-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    justify-content: center;
  }
  .accommodation-wrapper .accommodation-box{
    width: 48.5%;
  }
  .accommodation-wrapper .accommodation-box:last-child{
    margin-bottom: 5rem;
  }
}
/*------------*/


.single-room-text{
  width: 100%;
  padding: 5rem  2rem;
}
.single-room-image{
  width: 100%;
}
.single-room-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
}

.single-content h3{
  margin-bottom: 4rem;
}
.single-content-left{
  width: 100%;
  margin-bottom: 5rem;
}
.single-content-right{
  width: 100%;
}

.single-icon{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;

}
.single-icon img {
	display: block;
	width: 6rem;
	height: 5rem;
	object-fit: contain;
}
.single-icon span{
  display: block;
  width: calc(100% - 9rem);
}
.single-content-left  .btn{
  margin-top: 3rem;
}
.title-wrap{
  margin-bottom: 5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5rem;
}
.title-wrap .title{
  margin-bottom: 0;
}
.title-text{
  padding: 2rem;
  background-color: #f7f7f7;
}
.title-text p{
  font-weight: 400;
  font-size: 1.8rem;
  color: #ec5b44;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .single-icons-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
    
  }
  .single-icon{
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .title-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .single-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }

  .single-content-left{
    width: 45%;
    margin-bottom: 0;
  }
  .single-content-right{
    width: 45%;
  }
  .single-room-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  
  }
  .single-room-text{
    width: 50%;
    padding: 5rem;
  }
  .single-room-image{
    width: 50%;
  }
  .single-room-image img{
    height: 100%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .single-room-text{
    padding: 10rem;
  }

}
/* ================================================================================== 
25. Wellness Page
===================================================================================== */
.wellness-box{
  display: flex;
  width: 100%;
  flex-direction: column;
  color: #fff;

}
.wellness-box h3{
  color: #fff;
  font-size: 2.1rem;
}
.wellness-box img{
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: -2;
  transition: all .4s ease-in-out;


}
.wellness-text{
  background-color: #121212;
  padding: 2rem;
  position: relative;
  transition: all .4s ease-in-out;
}
.btn-arrow{
  border-radius: 0;
  width: 100%;
  position: absolute;
  bottom: -5.6rem;
  left: 0;

  display: block;
}

.wellness-box:hover .btn-arrow{
  opacity: 1;
}
img.image-active{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -2;
  transition: all .4s ease-in-out;
  opacity: 1;
  display: none;

}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .wellness-box{
    width: 50%;
  }
  .wellness-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  
  
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .wellness-box{
    width: 25%;
   
    height: 60rem;
    justify-content: flex-end;
    border-right: 1px solid rgba(255,255,255,.2);
  
  }
  .wellness-box img{

    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  
  }
  img.image-active{
    display: block;
  }
  .wellness-box:hover img{
    opacity: 1;
  }
  .wellness-text{
    transform: translateY(5rem);
    background-color: transparent;
  }
  .wellness-box:hover .wellness-text{
    background-color: #121212;
    transform: translateY(0);
  }
  .wellness-text p{
    transition: all  .4s ease-in-out;
    opacity: 0;
  }
  
  .wellness-box:hover p{
    opacity: 1;
  }
  .wellness-box .btn-arrow{
    opacity: 0;
  }
  .wellness-box:hover .btn-arrow{
    opacity: 1;
  }

  .wellness-wrapper::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
  }


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

    font-size: 2.6rem;
  }
}
/*---------*/
.wellness-page-text{
  width: 100%;
  padding: 5rem  2rem;
}
.wellness-page-image{
  width: 100%;
}
.wellness-page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .wellness-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  
  }
  .wellness-page-text{
    width: 50%;
    padding: 5rem;
  }
  .wellness-page-image{
    width: 50%;
  }
  .wellness-page-image img{
    height: 100%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .wellness-page-text{
    padding: 10rem;
  }

}
/*-----*/
.text-lg{
  max-width: 120rem;
  margin-bottom: 0;
}
.text-lg .btn{
  margin-top: 5rem;
}
.btn-wrapper{
  display: flex;
  flex-direction: row;
  gap:2rem;
  flex-wrap: wrap;
  justify-content: center;
}
/*----*/
.responsive-table{
  margin-bottom: 5rem;
}
th,td{
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
table{
  width: 100%;
}
tr td:first-child{
  font-weight: 600;
}
.responsive-table tr td, .responsive-table tr th{
  width: 33.333%;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  th,td{
    padding: 1rem;
  }
}
/* ================================================================================== 
26. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
  background-color: #f7f7f7;
  padding: 5rem 2rem;
  max-width: 80rem;
  margin: 0 auto;

}
.contact-btn input {
	width: auto;
	transition: all .4s ease-in-out;
}
.map iframe{
  width: 100%;
  height: 40rem;
  display: block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/


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

}
/* ================================================================================== 
27. Location Page
===================================================================================== */

.location-text{
  width: 100%;
  margin-bottom: 5rem;
}
.location-image{
  width: 100%;
}
.location-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .location-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:3%;
  }
  .location-text{
    width: 45%;
    margin-bottom: 0;
  }
  .location-image{
    width: 45%;
  }
}
/* ================================================================================== 
28. Products Page
===================================================================================== */

.item-box{
  width: 100%;
  margin-bottom: 3rem;
  background-color: #f7f7f7;
  padding:3rem;
  text-align: center;
  transition: all .4s ease-in-out;
}
.item-box:hover{
  background-color: #fff;
}
.item-box:last-child{
  margin-bottom: 0;
}
.item-box .item-image img {
	aspect-ratio: 16/11;
  object-position: center;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .items-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;

  }
  .item-box{
    width: 48.5%;
  }
  .item-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .item-box{
    width: 31.3%
  }
}
/*----------*/
.single-product-text{
  width: 100%;
  padding: 5rem 3rem;
  background-color: #f7f7f7;
}
.single-product-image{
  width: 100%;
  margin-bottom: 5rem;
}
.single-product-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 16/11;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-product-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .single-product-text{
    width: 50%;
    padding: 5rem;
  }
  .single-product-image{
    width: 50%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
29. Pages
===================================================================================== */
.page-text{
  width: 100%;
  margin-bottom: 5rem;
}
.page-image{
  width: 100%;
}
.page-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/13;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-text{
    width: 40%;
    margin-bottom: 0;
  }
  .page-image{
    width: 50%;
  }
}
/* ================================================================================== 
30. Animations
===================================================================================== */
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}


@keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
.langl .wpml-ls-legacy-dropdown a {
    background-color: transparent !important;
    color: #fff !important;
    padding: 0px 10px !important;
}
