/** START OF GENERAL SETTINGS  **/
:root {
  --fontMain: "Manrope", sans-serif;
  --white: #ffffff;  
  --off-white:#F3F1F1;
  --burgundy: #720D00;
  --black: #000000;
  --yellow:#FDC600;
  --grey:#282828;
  --light-grey: #F6F6F6;
  --row-bg: #FEF8E0;
  --border: #2b2b2b;

  --letter-spacing:3px;
  --letterSpacingBtn:2px;
 --transition3s:  0.3s ease-in-out;
  interpolate-size: allow-keywords;


    /*==========Font Size=========*/
  --step--2: clamp(0.8681rem, 0.7915rem + 0.3405vw, 1.2rem);
  --step--1: clamp(1.0417rem, 0.9359rem + 0.4701vw, 1.5rem);
  --step-0: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem);
  --step-1: clamp(1.5rem, 1.3053rem + 0.8654vw, 2.3438rem);
  --step-2: clamp(1.8rem, 1.5393rem + 1.1587vw, 2.9297rem);
  --step-3: clamp(2.16rem, 1.8134rem + 1.5406vw, 3.6621rem);
  --step-4: clamp(2.592rem, 2.1338rem + 2.0366vw, 4.5776rem);
  --step-5: clamp(3.1104rem, 2.5077rem + 2.6786vw, 5.722rem);

    /*==========Font Size=========*/
} 

.white{
    color: #ffffff;
}
.white-bg {
    background-color:var(--white);
}
.burgundy-bg{
    background-color:var(--burgundy);
} 
.grey-bg{
    background-color:var(--light-grey);
}
.text-blue{
    color: var(--blue);
}

.form-control:focus,
.form-select:focus,
button:focus,
a:focus {
  outline: none;
  box-shadow: none;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
   scroll-behavior: smooth;
}
button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
a,
a:hover {
  color: var(--burgundy);
  text-decoration: none;
}

a:hover {
  color: var(--burgundy);
}


/**START OF BODY AND HEADINGS
=====================================**/
body {
    font-family: var(--fontMain);
    color: var(--grey);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    background: #ffffff;
    text-align: left;
    padding-top:0px;
}
@media (max-width: 1199px) {
    body {
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: var(--white);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--blue);
}

/**START OF HEADINGS
=====================================**/
h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: var(--fontMain);
  margin-bottom: 30px;
  line-height: 1.2;
  color: var(--burgundy);
  font-weight: 800;
  word-wrap: break-word
}
h1, .h1 {
  font-size:var(--step-3);
}
h2, .h2 {
  font-size:var(--step-2);
}
h3, .h3 {
  font-size:var(--step-1);
}
h4, .h4 {
  font-size:var(--step-1);
}
/** START OF MARGIN  
============================== **/

@media (min-width: 992px) {
    .max-width-text {
        width: 50%;   
        margin:auto;
    }   
}
@media (min-width: 1400px) {
    .max-width-text {
        width: 40%;   
    }
}

.mt-offset{
    margin-top:120px;
}
.mb-offset{
    margin-bottom:120px;
}
.mt-offset-half{
    margin-top:60px;
}
.pt-offset {
    padding-top: 120px;
}
.pb-offset{
    padding-bottom: 120px!important;
}
.py-offset {
    padding-top: 120px;
    padding-bottom: 120px;
}
.py-offset-half {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 1199px) { 
    .mt-offset{
        margin-top:90px;
    }
    .mb-offset{
        margin-bottom:90px;
    }
    .mt-offset-half{
        margin-top:45px;
    }
    .pt-offset {
        padding-top: 90px;
    }
    .pb-offset{
        padding-bottom: 90px!important;
    }
    .py-offset {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .py-offset-half {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
@media (max-width: 991px) {
    .mt-offset{
        margin-top:70px;
    }
    .mt-offset-half{
        margin-top:40px;
    }
    .mb-offset{
        margin-bottom:70px;
    }
    .pb-offset{
        padding-bottom: 70px!important;
    }
    .pt-offset {
        padding-top: 70px;
    }
    .py-offset {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .py-offset-half {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 575px) {
   .mt-offset{
        margin-top:50px;
    } 
    .mt-offset-half{
        margin-top:25px;
    }
    .mb-offset{
    margin-bottom:50px;
}
    .pb-offset{
        padding-bottom: 50px!important;
    }
    .pt-offset {
        padding-top: 50px;
    }
    .py-offset {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .py-offset-half {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}



.container-spacing {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
@media (min-width: 1200px) {
    .container-spacing {
        padding-left:7rem!important;  
        padding-right:7rem!important;  
    }  
}


/* START OF BUTTONS  
====================================*/
.button {
    position: relative;
    display: inline-block;
    font-family: var(--fontMain);
    text-align: center;
    background: rgba(0, 0, 0, 0.005);
}
.button {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    border: 3px solid var(--burgundy);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    transition: all 0.3s ease;
    background-color: var(--burgundy);
}
.button:hover {
  color: var(--burgundy)!important;
  background: var(--white);
  border: 3px solid var(--burgundy);
  transition: all 0.3s ease-in-out;
}

.button.bordered {
    color: var(--burgundy);
    background-color: var(--white);
}
.button.bordered:hover {
    color: var(--white) !important;
    background-color: var(--burgundy);
}

/* White Buttons 
.button.whiteBTN,
.button.submit  {
    color: var(--burgundy);
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    border: 3px solid var(--white);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    transition: all 0.3s ease;
    background-color: var(--white);
}
.button.submit{
    padding: 9px 30px;
}

.button:hover {
  color: var(--white)!important;
  background: var(--burgundy);
  border: 3px solid var(--white);
  transition: all 0.3s ease-in-out;
}*/


.more-link {
    margin-top:20px;
    position:relative;
    padding-left: 4rem;
    padding-right: 1rem;
    transition: all 0.4s cubic-bezier(0.1, 0.3, 0.7, 1);
    font-weight: 600;
    text-align: center;
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}
.more-link:hover {
    color:#fff;
}
.more-link:before,
.more-link:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 1.625rem;
    transition: all 0.4s cubic-bezier(0.1, 0.3, 0.7, 1);
}
.more-link:before {
    background: var(--burgundy);
    z-index: -1;
}
.more-link:after {
    background: url(/images/arrow-line.svg) no-repeat center center;
    background-size:20px;
    filter:brightness(0) invert(1);
    z-index: 0;
}
.more-link:hover:before {
    width:100%;
}
.more-link:hover:after {
    background-position: 1.5rem;
}

.more-link.white:before {
    background: var(--white);
}
.more-link.white:after {
    filter:none;
}
.more-link.white:hover {
    color:var(--burgundy);
}
/*button learn-more
=======================
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: var(--burgundy);
  border-radius: 1.625rem;
}
button.learn-more.whiteMore .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: var(--white);
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more.whiteMore .circle .icon {
    background: #720D00!important;
}
button.learn-more.whiteMore .circle .icon.arrow::before {
    border-top: 0.125rem solid #720D00;
    border-right: 0.125rem solid #720D00;
}


button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.90rem;
  width: 1.125rem;
  height: 0.125rem;
  background: #fff;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: var(--burgundy);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
 }

button.learn-more.whiteMore .button-text {
    color: var(--white);
}

button:hover .circle,
button.learn-more.whiteMore:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}
button.learn-more.whiteMore:hover .button-text {
  color: var(--burgundy);
}


*/


/* START OF HEADER  
============================*/
.header {
  color: var(--black);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size:18px;
  font-weight: 600;
}
.scrolled .header,
.no-slider header {
    background-color: var(--white);
    width: 100%;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(216, 216, 216, 1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(216, 216, 216, 1);
    box-shadow: 0px 0px 11px 0px rgba(216, 216, 216, 1);
}
@media (max-width:480px) {
    .header {
        font-size:14px;
    }
}
.header-container {
    display:flex;
    justify-content: space-between !important;
    align-items: center !important; 
    padding-top: 0.7rem  !important;
    padding-bottom: 0.7rem  !important;
    height: calc(60px + 1.4rem);
}
.header-col {
    width:33.333%;
    position:relative;
    z-index:1040;
}
.header-container .left-col{
    z-index:1030!important;
}
.header-container .space-left-container {
    margin-left:5rem; 
    display: flex;
    align-items: center;
    position:relative;
    z-index:1040;
    transition: 0.3s ease-in-out;
}
.scrolled .header-container .space-left-container {
    margin-left:5.5rem;  
}
@media (min-width: 768px) {
    .header-container .space-left-container {
        margin-left:6.5rem; 
    }
}
@media (min-width: 992px) {
    .header-container .space-left-container{
         margin-left:7rem; 
    }
    .scrolled .header-container .space-left-container {
        margin-left:6rem;  
    }
}
@media (min-width: 1400px) {
    .header-container .space-left-container,
    .scrolled .header-container .space-left-container {
        margin-left:7rem;  
    }
}

.header-container .space-right-container{
    margin-right:15px;
    display: flex;
    justify-content: end;
    align-items: center;
}
@media (min-width: 992px) {
    .header-container .space-right-container{
        margin-right:2rem;  
    }
}
@media (min-width:1400px) {
  .header-container .space-right-container{
    margin-right:3rem;
  }  
}
/*WEATHER
---------------------------------*/
.weather{
    margin-left:15px;
    padding-right: 10px;
    font-size:16px;
    visibility: visible;
    opacity: 1;
}
.menu-opened .weather{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.weather img{
    width: 30px;
    height: 30px;
   /* filter: brightness(0) saturate(100%) invert(8%) sepia(73%) saturate(5169%) hue-rotate(5deg) brightness(96%) contrast(102%);*/
}
@media (max-width:1199px) {
    .weather{
       display:none;
   }
}
/*meteotrend*/
.weather .mt_current {
    font-size: 16px!important;
    border:none;
}
.weather .mt_current .mt_tr1_current {
    background-color:transparent!important;
}
.weather .mt_current .mt_c_icon img {
    width: 30px;
    height: 30px;
}
.weather .mt_c_temp {
    color:var(--black)!important;
} 
.weather .mt_c_temp .mt_temp_mark {
    font-size:16px;
    vertical-align: baseline;
}
.mt_c_name {
    display:none;
}
.mt_dc_current,
.mt_tr_current td{
    padding: 0px!important;
}

/*LOGO
---------------------------------*/
.header .img-logo {
  height: 70px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.scrolled .header .img-logo {
    height: 50px;
}
@media (max-width: 991px) {
    .header .img-logo {
       height: 60px;
    }
    .scrolled .header .img-logo {
        height: 45px;
    }
}
@media (max-width: 575px) {
    .header .img-logo {
       height: 50px;
    }
    .scrolled .header .img-logo {
        height: 40px;
    }
}
.menu-opened .header .img-logo {
   -webkit-transition: 0.0s ease-in-out;
    -o-transition: 0.0s ease-in-out;
    transition: 0.0s ease-in-out;
    filter: brightness(0) saturate(100%) invert(9%) sepia(77%) saturate(4265%) hue-rotate(9deg) brightness(97%) contrast(106%);
}

/*Header - Right Column
---------------------------------*/
.homepage .header .button{
    display: none;
    transition: all 0.3s ease;
}
.homepage .menu-opened .header .button,
.homepage.scrolled .header .button{
    display: block;
}

/* LANGUAGES  
-----------------------*/
.languagesDrop {
    position:relative;
    padding-right: 10px;
    line-height: 15px;
}
.languagesDrop .dropdown-toggle {
    color: var(--burgundy)!important; 
    font-weight: 600;
    font-size: 18px;
}
.languagesDrop .dropdown-toggle::after{
    position: relative;
    top: 5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--burgundy);
    border-bottom: 2px solid var(--burgundy);
    border-left: 0px;
    border-top: 0px;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.35s ease;
}
.languagesDrop .dropdown-menu {
    min-width: 40px;
    border-radius: 0;
    padding: 5px 0px;
    font-size: 14px;
    left: 0px !important;
    top: 10px !important;
    background-color: var(--burgundy);
    border: 0;
}
.languagesDrop .dropdown-menu a{
    color: var(--white);
    text-align: left;
    font-weight: 600;
    font-size: 18px;
}
.languagesDrop .dropdown-menu a:hover{
    background: none;
    color: var(--white);
}
@media (max-width: 360px) {
    .languagesDrop {
        margin-left: 6px;
        padding-right: 6px;
    }
}

/*Responsive header
---------------------------------*/
@media (max-width: 991px) {
    .languagesDrop .dropdown-menu a,
    .languagesDrop .dropdown-toggle,
    .header .button {
        font-size: 16px;
    }
    .header .button{
        padding:10px 15px;
        line-height: 1;
    }
}
@media (max-width: 420px) {
    .header .button{
        font-size:14px;
        width:100px;
    }
}


/*=== NAVIGATION DESKTOP OPEN
=====================================*/
/*
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
  margin: 0 5px;
  position:relative;
}
.nav-links li a{
  color: var(--blue);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 1px solid var(--white);
}
.nav-links li a:hover,
.nav-links li a.active,
.nav-links li a::selection{
    color: var(--gold);
    border-radius: 10px;
    background: transparent;
    border: 1px solid var(--gold);
}
.nav-links label.mobile-item{
  display: none;
}*/

body.menu-opened {
    overflow:hidden;
}


/*Circle-Menu
=======================*/
.Circle-Menu{
    position: fixed;
    top: 0;
    z-index: 1031;
    transition: .5s ease-in-out;
}
.Circle-Menu.open{
    width: 100%;
    height: 100%;
}
.Circle-Menu .menu {
  position: absolute;
  left: -100px;
  top: -100px;
  width: 200px;
  height: 200px;
  background: var(--yellow);
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1035;
}
.Circle-Menu.open .menu {
    box-shadow: 0 0 0 100vw var(--yellow), 0 0 0 100vh var(--yellow);
    border-radius: 0; 
}
.scrolled .Circle-Menu .menu {
    left: 15px;
    top: 10px;
    width: 60px;
    height: 60px;
}
@media (min-width: 992px) {
    .scrolled .Circle-Menu .menu {
        left: 20px;
    }
}
@media (min-width: 1400px) {
    .scrolled .Circle-Menu .menu {
        left: 30px;
    }
}
.Circle-Menu .hamburger {
  position: absolute;
  top: 135px;
  right: 50px;
  width: 30px;
  height: 2px;
  background: var(--burgundy);
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.scrolled .Circle-Menu .hamburger {   
    top: 29px;
    right: 15px;
}
.Circle-Menu .hamburger:after,
.Circle-Menu .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--burgundy);
}
.Circle-Menu .hamburger:before { top: -10px; }
.Circle-Menu .hamburger:after { bottom: -10px; }

.Circle-Menu.open .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Circle-Menu.open .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}
.Circle-Menu.open .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
@media (max-width: 767px) {
    .Circle-Menu .menu {
        width: 180px;
        height: 180px;
    }
    .Circle-Menu .hamburger {
        top: 130px;
        right: 35px;
    }
}

.Circle-Menu ul.main-nav-links,
.Circle-Menu .social {
  z-index: 1032;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
  list-style-type: none;
  display: none;
}
.Circle-Menu .social {
    top: unset;
    bottom: 10%;
}
.Circle-Menu.open .social,
.Circle-Menu.open ul.main-nav-links {
    display: block;
    opacity: 1;
    z-index: 1036;
}
.Circle-Menu .main-nav-links a {
  margin-bottom: .5em;
  display: block;
  color: var(--burgundy);
  text-decoration: none;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  transition: var( --transition3s);
}
.Circle-Menu .main-nav-links a:hover {
    color: var(--black);
}
.Circle-Menu .social a{
    display: inline-block;
    padding: 0px;
    margin:0 10px;
}
.Circle-Menu .social img{
  width: 30px;
  height: 30px;
filter: brightness(0) saturate(100%) invert(10%) sepia(6%) saturate(13%) hue-rotate(334deg) brightness(92%) contrast(83%);
}


/*HERO SECTON
====================================*/

/*Big Slider Btn
------------------------*/
.hero-map{
    height: 60vh;
    display: flex;
    align-items: end;
    justify-content: center;
}
.hero-map:before{
    content: "";
    background: url(/images/map-hero.svg) no-repeat left bottom;
    /*background-size: contain;*/
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
}
.Big-Button{
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 1029;
  transform: translate(-50%, -50%);
}
.Big-Button .button {
    font-size: 26px;
    font-weight: 500;
    padding: 18px 40px;
}
.Big-Button .button:hover {
  color: var(--burgundy)!important;
  background: var(--white);
  border: 3px solid var(--burgundy);
  transition: all 0.3s ease-in-out;
}

@media (max-width:575px) {
    .Big-Button .button {
        font-size: 12px;
        padding: 14px 14px;
    }
}

/* Carousel Slider
-----------------------------------*/
.heroSection {
    position: relative;
}
#bigCarousel .carousel-item,
#bigCarousel {
    position: relative;
    height: 70vh;
}
.homepage #bigCarousel .carousel-item,
.homepage #bigCarousel {
    height: 60vh;
} 
#bigCarousel .carousel-control-prev,
#bigCarousel .carousel-control-next {
    visibility: hidden; }
#bigCarousel:hover .carousel-control-prev,
#bigCarousel:hover .carousel-control-next {
    visibility: visible; }
    
#bigCarousel img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.visually-hidden{
    background: rgba(0, 0, 0, 0.05);
}
.carousel-control-next, .carousel-control-prev {
    width:10%;
}
#bigCarousel .carousel-control-next-icon {
  background-image: url(/images/arrow-circle-left.svg)!important;

}
#bigCarousel .carousel-control-prev-icon {
  background-image: url(/images/arrow-circle-left.svg)!important;
    transform:          rotate(180deg);
  -ms-transform:      rotate(180deg);
  -moz-transform:     rotate(180deg);
  -webkit-transform:  rotate(180deg);
  -o-transform:       rotate(180deg);

}
#bigCarousel .carousel-control-next-icon, 
#bigCarousel .carousel-control-prev-icon {
  display: inline-block;
  width: 50px!important;
  height: 50px!important;
  background: no-repeat 50%/100% 100%;
}
@media screen and (max-width: 991px) {
      #bigCarousel .carousel-item,
      #bigCarousel {
        height: 500px !important;
      }
}
@media screen and (max-width: 575px) {
  #bigCarousel .carousel-item,
  #bigCarousel {
    height: 350px;
  }
}
.contentOverSlider {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    left: 10%;
    right: 10%;
    font-size: 34px;
}


/*Sidenav - call icons
=======================*/
.sidenav{
    position: fixed;
    bottom: 80px;
    right: 0px;
    z-index: 2;
}
#callSidenav a {
    position: absolute;
    right: -94px;
    transition: 0.3s;
    padding: 10px 10px 10px 14px;
    width: 140px;
    text-decoration: none;
    font-size: 12px;
    color: white;
    border-radius: 30px 0px 0px 30px;
}
#callSidenav a span{
   background-color: rgba(0, 0, 0, 0.005);
}
#callSidenav a:hover {
  right: 0;
}
#callSidenav a img{
    height:24px;
}
#what {
  bottom: 216px;
  background-color: #25D366;
}
#viber {
  bottom: 162px;
  background-color: #7360F2;
}
#messenger {
  bottom: 108px;
  background: #006AFF;
  background: linear-gradient(180deg, rgba(0, 106, 255, 1) 2%, rgba(0, 140, 255, 1) 54%, rgba(0, 178, 255, 1) 100%);
}
#call {
  bottom: 54px;
  background-color: #919191
}
#addButton {
  bottom: 0px;
  background-color: var(--yellow)
}
#addButton {
  display: none;
}
@media (max-width: 767px) {
    #addButton {
        display: block;
    }
    #callSidenav a {
        transition: right 0.3s ease;
    }
    #callSidenav a:hover {
        right: -94px;
    }
    #callSidenav a:not(#addButton) {
        right: -143px;
        pointer-events: none;
    }
    #callSidenav.active a:hover {
        right: -94px;
    }
    #callSidenav.active a:not(#addButton) {
        right: -94px;
        pointer-events: auto;
    }
    #callSidenav.active #what {
        transition-delay: 0.1s;
    }
    #callSidenav.active #viber {
        transition-delay: 0.2s;
    }
    #callSidenav.active #messenger {
        transition-delay: 0.3s;
    }
    #callSidenav.active #call {
        transition-delay: 0.4s;
    }
    #callSidenav:not(.active) #call {
        transition-delay: 0.1s;
    }
    #callSidenav:not(.active) #messenger {
        transition-delay: 0.2s;
    }
    #callSidenav:not(.active) #viber {
        transition-delay: 0.3s;
    }
    #callSidenav:not(.active) #what {
        transition-delay: 0.4s;
    }
}


/*FOOTER
=====================*/
.footer {
    color:var(--white);
    font-weight: 400;
    text-align:center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.footer .h4{
    color:var(--white); 
    text-align: left;
    font-size:18px;
    font-weight:600;
    margin-bottom: 1rem;
}
.footer a{
    color:var(--white);
}
.footer a:hover{
    color:var(--gold);
}
.FooterLogo { 
    padding-bottom: 3rem !important;
    text-align:center;
}
.FooterLogo img{ 
    width:180px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(8%) hue-rotate(182deg) brightness(104%) contrast(104%);
}
@media (min-width: 992px) {
    .FooterLogo img{ 
        width:220px;
    }
}

@media (max-width: 767px) {
    footer .newsletter {
        border-top: 1px solid #ffffff;
        margin-top:40px;
        padding-top:40px;
    }
}
@media (min-width: 768px) {
    .contact,
    .newsletter{
        width: 50%;
        padding: 1rem 3rem !important;
        line-height:2;
    }
    .contact {
        text-align:end;
    }
    footer .newsletter {
        border-left: 1px solid #ffffff;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .newsletterform {
        width:80%;
    }
}
@media (min-width: 1200px) {
    .newsletterform {
        width:70%;
    }
}
.newsletterform .form-control {
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 18px;
    color: var(--white);
    border: 3px solid #8B1B0D;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.newsletterform  .form-control::placeholder {
    color: var(--white);
}
.newsletterform .button{
    padding: 8px 20px;
}
.newsletterform .v-no {
    display:none;
}
.newsletterform .status-busy img {
    filter: invert(1);
}
.contact a{
    display: contents;
}
footer .social a{
    display: inline-block;
    padding: 0px;
    margin:0 10px;
}
footer .social img{
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(8%) hue-rotate(182deg) brightness(104%) contrast(104%);
}
.footer-nav{
    padding-top: 1rem;
    padding-bottom: 1.3rem;
    margin-top: 40px;
    border-top: 1px solid #fff;
}
.footer-nav ul{
    margin: 0 auto;
    text-align: center;
}
.footer-nav li{
    display: inline-block;
    list-style-type: none;
}
.footer-nav li a{
    color: var(--white);
    padding: 0 15px;
}
.footer-nav li a:hover{
    color:var(--yellow);
}
.copyright {
    padding-top: 1rem;
    padding-bottom: 1.3rem;
    font-size: 14px;
}
.copyright a {
    font-size: 14px;
    text-decoration: none;
}
.copyright a:hover {
    text-decoration:underline;
}

    /*=========== To Top =========== */
.toTop {
  text-align: right; }
      
a.scrollup {
    background:var(--burgundy);
    display: none;
    position: fixed;
    bottom: 20px;
    right: 1px;
    bottom: 15px !important;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    padding: 0px 0px 0;
    z-index: 10000;
    transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    background-size: 100% auto;
    border-radius: 30px;
    border: 2px solid var(--white);

 }
 a.scrollup:after {
    position:absolute;
    content:"";
    left:0;
    top:0;
    bottom:0;
    right:0;
    z-index: 1;
    background:url(/images/arrow-left.svg) center center no-repeat!important;
    filter:brightness(0) invert(1);
 }
.scrollup.is-visible {
	display: inline;
  	opacity: 1;
}

@media (min-width: 992px){
    a.scrollup {
         bottom: 90px;
    }
}


/*GENERAL 
===========================*/
.Radius-Corner img{
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

/*BREADCRUM
========================================*/
.breadcrumb {
    color: var(--burgundy);
    font-size: 18px;
    font-weight: 600;
    padding-left:15px;
    padding-right:15px;
    margin:0px;
}
@media (min-width: 992px) {
    .breadcrumb {
        padding-left:20px;
        padding-right:20px;
    }
}
@media (min-width: 1400px) {
    .breadcrumb {
        padding-left:30px;
        padding-right:30px;
    }
}


.breadcrumb li+li:before {
    padding: 8px;
    color: var(--grey);
    content: "\2192";
}
.breadcrumb a {
    color: var(--grey);
    font-weight: 600;
    text-decoration: none;
 }
.breadcrumb a:hover {
    color: var(--burgundy);
}
@media screen and (max-width: 767px) {
    .breadcrumb {
        font-size:14px;
    }    
}

/* START OF SWIPER CAROUSELS 
====================================*/
.swiper-button-next svg, 
.swiper-button-prev svg{
    display:none;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev{
    background:var(--burgundy);
    width:43px!important;
    height:43px!important;
    border-radius: 30px;
    border: 2px solid var(--burgundy);
    z-index: 10;

}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    background:url("/images/arrow-left.svg") no-repeat center center !important;
    filter:brightness(0) invert(1);
}
.swiper .swiper-button-prev{
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled{
    background:transparent!important;
}
.swiper .swiper-button-next.swiper-button-disabled:after,
.swiper .swiper-button-prev.swiper-button-disabled:after{
     filter:none;
}
.swiper-button-disabled {
    opacity: 1!important;
}
.swiper-button-lock {
    display:none!important;
}

.swiper.arrows-below {
  padding-bottom: 80px!important;
} 
/*Arrows Below Centered*/
.swiper.arrows-below .swiper-button-next,
.swiper.arrows-below .swiper-button-prev{
    top: unset !important;
    bottom: 0px!important;
}
.swiper.arrows-below .swiper-button-prev{
    left:calc(50% - 53px);
}
.swiper.arrows-below .swiper-button-next {
    right:calc(50% - 53px);
}

/*
.swiper:not(.arrows-space-between) .swiper-button-next{
    right: 0px; 
}*/
/*Arrows && bullets below
--------------------------*/
.control-options {
    margin-top:60px;
}
.swiper-pagination-wrapper {
    display: flex;                
    z-index: 10;
    justify-content: center;
}
.swiper.arrows-bullets-below .swiper-pagination-wrapper .swiper-button-prev,
.swiper.arrows-bullets-below .swiper-pagination-wrapper .swiper-button-next {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    top: unset !important;
    bottom: unset!important;
    position: relative;
    left: unset;
    right: unset;
    margin: 0 10px;
}
/* pagination inline */
.swiper-pagination-wrapper .swiper-pagination {
    position: relative;
    width: auto;
    bottom: unset;
    top: unset;
    left: unset;
    right: unset;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background: transparent;
    width: 25px;
    height: 25px;
    opacity:1;
}
.swiper-pagination-bullet-active {
    background: var(--yellow);
}
 @media (max-width: 767px) {
    .swiper-pagination-wrapper .swiper-pagination {
        display: none;
    }
 }

/*INTRO - Main Section 
===========================*/
.intro-main-container{
    position: relative;
    padding-top: 60px;
}
.intro-main-container:before {
    content: "";
    width: 100%;
    height: 80%;
    background: var(--light-grey);
    position: absolute;
    top: 0;
    z-index: -1;
}
.intro-main-container h1{
    color: var(--burgundy);
 }
.Text-Photo-container{
    text-align: center;
    background-color: rgba(0, 0, 0, 0.005);
}
 @media (min-width: 992px) {
    .Text-Photo-container{
        width: 80%;
        margin-left: auto;
        margin-right: 5%;
        text-align: left;
        max-width: unset;
    }
}
.BigTitle{
    color: var(--yellow);
    font-size: var(--step-3);
    font-weight: 600;
    padding: 0 15px;
}
.BigTitle p:last-child{
    margin-bottom:0px
}


/*Why? INTRO Swiper
=======================*/
.WhySwiper .swiper-slide {
    color: var(--burgundy);
    font-size: var(--step-0);
    font-weight: 600;
    transition: all 0.4s ease;
    transform: scale(0.85);
    opacity: 0.5;
}
.WhySwiper .swiper-slide-active {
    transform: scale(1.1);
    opacity: 1;
    padding: 9px 0;
}

.WhySwiper .swiper-slide-prev,
.WhySwiper .swiper-slide-next {
    transform: scale(0.95);
    opacity: 0.8;
    padding: 9px 0;
}
.whyBox{
    position: relative;
    z-index: 0;
    padding: 40px;
    text-align: left;
    background-color: #FEE380;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

 .whyBox::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 190px;
    height: 130px;
    background: url("/images/logo-point.svg") no-repeat center;
    background-size: contain;
    filter: brightness(0) invert(1); 
} 


/*Transfers INTRO Swiper
=======================*/
@media (min-width: 768px) {
    .exp-container{
         margin-left: calc((100% - 720px) / 2);
    } 
    .exp-container .control-options{
        width: calc(100% - calc((100vw - 720px) / 2));
    } 
}
@media (min-width: 992px) {
    .exp-container{
         margin-left: calc((100% - 960px) / 2);
    }
    .exp-container .control-options{
        width: calc(100% - calc((100vw - 960px) / 2));

    }    
}
@media (min-width: 1200px) {
    .exp-container{
        margin-left: calc((100% - 1140px) / 2);
    } 
    .exp-container .control-options{
        width: calc(100% - calc((100vw - 1140px) / 2));
    }  
}
@media (min-width: 1400px) {
    .exp-container{
        margin-left: calc((100% - 1320px) / 2);
    }
    .exp-container .control-options{
        width: calc(100% - calc((100vw - 1320px) / 2));
    }
}
@media (max-width: 767px) {
    .exp-container{
        position:relative;
        padding-bottom:100px;
        margin-left: calc((100% - 520px) / 2);
    }
    .exp-container .control-options{
        width: calc(100% - calc((100vw - 520px) / 2));
    }
}
@media (max-width: 575px) {
    .exp-container{
         margin-left: 1rem;
    } 
    .exp-container .control-options{
        width: calc(100% - 1rem);
    }
}

/*Boxes
===========================*/
.contentAsBox{
    background: var(--white);
    border: 1px solid #EDEDED;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.contentAsBox h3{
    font-size: var(--step-0);
    font-weight: 600;
    margin-bottom: 10px;
}
.contentAsBox .img-holder{
    position: relative;
    overflow: hidden;
}
.contentAsBox .img-holder img{
    transition: transform .5s ease;
}
.contentAsBox .img-holder:hover img{
    transform: scale(1.2);
}
.contentAsBox .box-text {
    padding: 1rem !important;
    color: var(--grey);
}
.contentAsBox h2 {
    margin-bottom:15px;
}
.price-holder:not(.tour) {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.005);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    padding: 16px;
}
.price-holder:not(.tour):before{
    content:"";
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--yellow);
    border-top-left-radius: 0px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.price-holder .labelFrom {
    font-size:12px;
    background-color: rgba(0, 0, 0, 0.005);
}

.price-holder.tour{
    background: url(/images/tag.svg) no-repeat left center;
    background-size:20px;
    padding-left:25px;
}
.boxes-bg .price-holder.tour{
    filter:brightness(0) invert(1);
}
.date-holder{
    color: #595959;
    padding: 10px 0;
}
.contentAsBox .description {
    padding-bottom:20px;
    font-weight:500;
}
.box-buttons{
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top:15px
}
.box-buttons .more-link {
    margin-top: 10px;
}

.boxes-bg .contentAsBox{
    background: var(--burgundy);
    color: var(--white);
}
.boxes-bg .contentAsBox h3{
    padding: 18px 20px;
    color: var(--white) !important;
    position: absolute;
    top: 0px;
    left:1px;
    right:1px;
    background: var(--burgundy);
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
}
.boxes-bg .contentAsBox .box-text,
.boxes-bg .contentAsBox h3 a{
    color: var(--white) !important;
}

/* Awards
========================== */
.awards-section h2,
.AwardSwiper .swiper-slide{
    text-align:center;
}
.AwardSwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
}
/* INNER PAGES
========================== */

.Price-Inner{
    text-align: center;
    color: var(--burgundy);
    font-size: 22px;
    font-weight: 600;
    padding: 15px 20px;
    border: 3px solid var(--burgundy);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: var(--white);
}
.Price-Inner span{
    color: #9E9E9E;
    font-size: 18px;
    font-weight: 600;
}

.details-holder{
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #F3F3F3;
}
.details-holder img{
    width: 40px;
    height: 40px;
}
.detail-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #D7D7D7;
}
.detail-box:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #D7D7D7;
}

/*BLOG
-------------------------------*/
/*.blog-posts-list .pagination ul {*/
.pagination ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin-top: 15px;
    list-style-type: none;
}

.pagination li {
    padding: 5px;
    background: none;
}

.pagination li a {
    text-decoration: none;
    color: var(--burgundy);
}

.pagination li a:hover {
    text-decoration: underline;
}

.pagination li.active a {
    color: var(--black) !important;
    text-decoration: underline;
}

.prevNextWrap {
    display: flex;
    padding-top: 30px;
    font-weight: 600;
}
.prevNextWrap a {
    color: var(--burgundy);
    text-decoration: none;
    text-transform: uppercase;
}
.prevNextWrap .next {
    margin-left: 15px;
}
@media (min-width: 576px) {
    .prevNextWrap .next {
        margin-left: 30px;
    }
}
.prevNextWrap .disabled {
    opacity: .5;
    cursor: default;
}

/*Block Sections
---------------------------------------*/
.section-row > .row {
    align-items:center;
}
.section-row h2 {
    color:var(--yellow);
    background-color: rgba(0, 0, 0, 0.005);
}
@media (min-width: 768px) {
    .simpleSectionSwiper .swiper-button-prev,
    .simpleSectionSwiper .swiper-button-next {
        display:none;
    }
    .simpleSectionSwiper:hover .swiper-button-prev,
    .simpleSectionSwiper:hover .swiper-button-next {
        display:block;
    }
}

.section-team {
    position: relative;
}
.section-team h2{
    text-align: center;
}
.section-team:before {
    content: "";
    width: 100%;
    height: 70vh;
    background: var(--light-grey);
    position: absolute;
    top: 0;
    z-index: -1;
}
.box-person-column {
    margin-bottom:40px;
}
@media (min-width: 768px) {
    .box-person-column:nth-child(even){
        margin-top:80px;
    }
    .box-person-column:nth-child(even) .box-padding {
        padding-right:15px;
    }
    .box-person-column:nth-child(odd) .box-padding {
        padding-left:15px;
    }
}
.person-name {
    margin-bottom:10px;
}

.m-more-less-content .m-show-more,
.m-more-less-content .m-show-less {
    color: var(--burgundy) !important;
    cursor: pointer;
    font-weight: 600;
}
.m-more-less-content span {
    display: inline;
}
.el .m-more-less-content .m-show-more:before {
    content: " ... περισσότερα";
}
.m-more-less-content .m-show-more:before {
    content: " ... more";
}
.m-more-less-content .m-show-less {
    display: none;
}
.el .m-more-less-content .m-show-less:before {
    content: " λιγότερα";
}
.m-more-less-content .m-show-less:before {
    content: " less";
}
.m-more-less-content .m-more-text {
    overflow: hidden;
    display: none;
}
.m-more-less-content.m-display-more .m-show-more {
    display: none;
}
.m-more-less-content.m-display-more .m-more-text,
.m-more-less-content.m-display-more .m-show-less {
    display: inline;
}


/** CONTACT FORM
=======================================**/
.contact-page-details {
    list-style: none;
    display:flex;
    margin-top:60px;
}
@media (min-width: 576px) {
    .contact-page-details {
     flex-direction: row;
     justify-content: space-between;
    }
}
.contact-page-details li {
    content:"";
    background-size: 60px!important;
    padding-top:90px;
}
.contact-page-details li:first-child{
    background: url("/images/logo-point.svg") no-repeat center top;
}
.contact-page-details li:nth-child(2){
    background: url("/images/tel.svg") no-repeat center top;
}
.contact-page-details li:nth-child(3){
    background: url("/images/email.svg") no-repeat center top;
}

.info-holder {
    font-size: 18px;
    font-weight: 600;
    padding: 40px 40px 30px 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: rgba(253, 198, 0, .3);
}
.info-holder ul {
    list-style: none;
}
.info-holder li{
    border-left: 3px solid var(--burgundy);
    padding-left:20px;
    min-height: 75px;
    align-items: center;
    display: flex;
}
.info-holder li:not(:last-child){
    margin-bottom: 40px;
}
.info-holder li p{
    margin-bottom: 0px;
}
.info-holder li strong {
    font-size:20px;
}


.contactForm .form-control {
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 18px;
    color: var(--black);
    border: 3px solid var(--burgundy);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.contactForm .form-control::placeholder {
    color: var(--black);
}
.contactForm .form-control:active,
.contactForm .form-control:focus {
    border: none;
    box-shadow: none;
}
.field-validation-valid {
    display: none;
    color: red;
}
.field-validation-error {
    display: block;
    color: red;
    text-align: left;
    font-size: 12px;
}
.field-validation-error:empty {
    display: none;
}
.asterisk span {
    display: inline;
    font-size: 14px;
}
.form-agree label {
    display: inline;
}

.form-agree .field-validation-error {
    display: inline-block;
}
.form-agree {
    font-size:16px;
}
.form-agree a {
    text-decoration: underline;
    padding-bottom: 0px;
    border-bottom: 0px solid var(--black);
}
.form-agree a:hover {
    text-decoration: none;
}
#json-msg {
    padding-top: 20px;
}
.status-failure,
.status-busy {
    margin: 6px 0 0 0;
}
.status-busy img {
    height: 10px;
}

/*FAQ
---------------------------*/
.faq {
    border-top: 1px solid #282828;
}
.faq:last-child{
    border-bottom: 1px solid #282828;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary { 
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    padding: 1rem 2.5rem 1rem 1rem; 
    position: relative;
    list-style: none;
}
@media (min-width: 576px) {
    .faq summary { 
        font-size: 24px;
    }
}
.faq summary::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 1.8rem;
  width:12px;
  height: 12px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.35s ease;
}
.faq[open] summary {
    color: var(--burgundy);   
}
.faq[open] summary::after {
  transform: translateY(-50%) rotate(225deg);
}
.faq .answer {
    padding:0px 30px 30px 12px;
}
.faq::details-content {
    transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
    height: 0;
    overflow: clip;
}
@supports (interpolate-size: allow-keywords) {
   .faq[open]::details-content {
    height: auto;
  }
}

/*PRICES PAGE
==============================*/
@media (min-width: 768px) {
    .prices-holder .prices-column {
        margin-bottom:40px;
    }
    .prices-holder .prices-column:nth-child(even) .table-controls{
        padding-left: 30px;
    }
    .prices-holder .prices-column:nth-child(odd) .table-controls{ 
        padding-right:30px;
    }
}


.gridjs-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.entries-select {
    order: 1;
    position: absolute;
}
.entries-select select{
    background-color: #fff;
    border: 1px solid #d2d6dc;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.45;
    outline: none;
    padding: 10px 0 10px 5px;
}
.gridjs-search {
  order: 2;
  margin-left: auto;
}
th.gridjs-th {
    color:var(--black);
    border: 1px solid var(--yellow);
    border-top: 1px solid #e5e7eb;
}
td.gridjs-td {
    border: 1px solid var(--yellow);
    box-sizing: content-box;
    padding: 18px 16px;
}
.gridjs-th[data-column-id="taxi"],
.gridjs-td[data-column-id="taxi"],
.gridjs-th[data-column-id="van"],
.gridjs-td[data-column-id="van"] {
    text-align: center;
}
.gridjs-wrapper .gridjs-table .gridjs-tbody .gridjs-tr:nth-child(odd) td.gridjs-td{
    background-color: var(--row-bg);
}

