:root {
    /* Font */
    --font-Main: "Montserrat", sans-serif;
    --font-calligraphic: "Rouge Script", cursive;
    
    /* Colors */
    --green :#2cafa4;
    --blue: #5096b9;
    --blue-xlight:#e8f2f7;
    --white: #FFFFFF;
    --black: #3f3f3f;
    --gray: #a9b0b7;
    --gray-xlight:#f9f9f9;
    --plyr-color-main: #C9C8B3;
    interpolate-size: allow-keywords;
}

/* General */
.form-control:focus,
.form-select: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(--blue);
  text-decoration: none;
}

a:hover {
  color: var(--blue);
}
img {
    width: 100%;
    height: auto;
}
body {
    font-family: var( --font-Main);
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    padding-top: 100px;
}
/*
@media (max-width: 1199px) {
    body {
        padding-top: 90px;
    }
}*/
@media (max-width: 767px) {
    body {
      font-size: 16px;
    }
}

/**START OF HEADINGS
=====================================**/
h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: var(--font-Main);
  margin-bottom: 10px;
  line-height: 1.2;
  color: var(--blue);
  font-weight: 600;
  word-wrap: break-word;
}
.calligraphy {
   font-family: var(--font-calligraphic);  
   line-height: 1;
}
h1, .h1 {
  font-size: 38px;
}
h2, .h2 {
  font-size: 34px;
}
h1.calligraphy, .h1.calligraphy {
    font-size: 48px;
}
h2.calligraphy, .h2.calligraphy {
    font-size: 38px;
}
h3, .h3 {
  font-size: 18px;
}
h4, .h4 {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
    h2, .h2 {
      font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    h2, .h2 {
      font-size: 34px;
    }
}
@media screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 38px;
    }
    h2, .h2 {
      font-size: 28px;
    }

}
.subtitle{
    padding-top: 16px;
    display: block;
    font-size: 20px;
    font-family: var(--font-Main);
    line-height: 1.2;
    font-weight: 600;
    color: var(--gray);
    background: rgba(0, 0, 0, 0.005);
}


/** START OF MARGIN  
============================== **/
.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;
}

@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;
    }
}
@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;
    }
}
@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;
    }
}

.container-spacing {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
@media (min-width: 1200px) {
    .container-spacing {
        padding-left:5rem!important;  
        padding-right:5rem!important;  
    }  
}

/* START OF BUTTONS  
====================================*/
.button,
.btn-more,
.submit {
    position: relative;
    display: inline-block;
    font-family: var(--font-Main);
    text-align: center;
    background: rgba(0, 0, 0, 0.005);
}
.button {
    padding: .8em 2em;
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
    border-radius: 30px;
    border: 1px solid var(--blue);
    background: transparent;
    transition: all 0.3s ease-in-out;
}
.button:hover {
  color: var(--white)!important;
  background: var(--blue)!important;
  transition: all 0.3s ease-in-out;
}
.button.text-blue:not(:hover) {
    color: var(--blue)!important;
}

.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(--blue);*/
    z-index: -1;
    border: solid 1px var(--blue);
}
.more-link:after {
    background: url(/images/arrow-line.svg) no-repeat center center;
    background-size:20px;
    /*filter:brightness(0) invert(1);*/
    filter: brightness(0) saturate(100%) invert(54%) sepia(50%) saturate(467%) hue-rotate(155deg) brightness(92%) contrast(82%);
    z-index: 0;
}
.more-link:hover:before {
    width:100%;
}
.more-link:hover:after {
    background-position: 1.5rem;
}
.button-holder {
    padding-top:15px;
}
.btn-more{
    font-weight: 600;
    padding-bottom: 2px;
    transition: 0.3s ease-in-out;
}
.btn-more:after{
    content:"";
    width:40px;
    height: 2px;
    background: var(--blue);
    position: absolute;
    bottom:0;
    left:0;
}
.btn-more:hover:after{
    width:100%;
}

/* START OF HEADER  
============================*/
.header {
  height: 100px;
  background-color: var(--white);
  color: var(--blue);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position:fixed;
  top:0px;
  width:100%;
   z-index: 1034;
}
header .container{
  height:100%;
}
header .wrapper{
    padding:15px 0;
    position: relative;
    display:flex;
    justify-content: space-between;
    align-items:center;
    height:100%;
}

.header .place-logo  {
  /*width: 100%;*/
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-open .header .place-logo {
    z-index: 1037;
}
.header-right {
  display: flex;
}
/*MAIN NAV -- OPEN DESKTOP
=============================*/
body.menu-open, .site__body--noscroll {
    overflow: hidden;
}
@media (min-width: 992px) {
    .main-nav ul{
        list-style-type: none;
        padding:0;
        margin: 0;
    }
    .main-nav a{
        color:var(--black);
        padding: 2px 16px;
        font-weight: 400;
    }

    .main-nav > ul > li:not(:last-child){
        border-right: solid 1px var(--gray);
    }
    .main-nav a:hover,
    .main-nav a.active{
        color:var(--green);
    }
}
@media (max-width: 991px) { 
 .main-nav {
    display: none;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .menu-open .main-nav {
       position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition: 0s;
    padding-top: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1035;
    transition: .5s;
    text-align: left;
    font-weight: 500; 
    display: block;
    background: #fff;
  }
    .menu-open .main-nav ul {
        margin-top:150px;
        display: flex;
        flex-direction: column;
        list-style: none;
        text-align: left;
        font-size: 22px;
    }
    .menu-open .main-nav ul li{
        padding-bottom: 10px;
    }
}
/*Mobile Menu
=============================*/
@media (min-width: 992px) {
    .menuButton-placement{
        display: none;
    }
}
.nav_burger_icon {
    position: relative;
    display: block;
    vertical-align: middle;
      z-index: 1036;
}
.nav_burger_icon .bar {
    height: 3px;
    border-radius: 3px;
    width: 35px;
    display: block;
    margin: 7px auto;
    position: relative;
    background-color: var(--blue);
    transition: .5s cubic-bezier(.5, .2, .2, 1);
}
.nav_burger_icon .bar:last-child {
    margin-bottom: 0;
}
.nav_burger_text {
    display: none;
}
/*
.nav_burger_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: var(--primary-color);
    width: 40px;
}
.nav_burger_text:last-child, 
.menu-open .nav_burger_text {
    display: none;
}
.menu-open .nav_burger_text:last-child {
    display: inline-block;
}*/

.menu-open .nav_burger_icon .bar:first-of-type {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.menu-open .nav_burger_icon .bar:nth-of-type(2) {
    opacity: 0;
}

.menu-open .nav_burger_icon .bar:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/* LANGUAGES  
-----------------------*/
.languagesDrop {
    position:relative;
    margin-left: 10px;
    line-height: 15px;
}
.languagesDrop .dropdown-toggle {
    color: var(--blue)!important; 
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
        background-color: var(--blue-xlight);
    border-radius: 25px;
    padding:8px;
        text-transform: uppercase;
}
.languagesDrop .dropdown-toggle.show {
  background-color: var(--white); 
}
.languagesDrop .dropdown-toggle::after {
  display:none;
}
.languagesDrop .dropdown-toggle img{
    width: 24px;
    margin-right: 5px;
}
.languagesDrop .dropdown-menu {
    min-width: 30px;
    padding: 5px 0px;
    font-size: 14px;
    left: 5px !important;
    top: 0px !important;
    background-color: var(--white); 
    border: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    
}
.languagesDrop .dropdown-menu a{
    color: var(--black);
    text-align: left;
    text-transform: capitalize;
    padding:5px 10px;
    text-transform: uppercase;
}
.languagesDrop .dropdown-menu a:hover,
.languagesDrop .dropdown-menu a.active{
    background: none;
    color: var(--blue);
}
@media (max-width: 360px) {
    .languagesDrop {
        margin-left: 6px;
        padding-right: 6px;
    }
}
/* HERO SECTION
=============================*/
.hero-section {
  background:var(--blue-xlight);
  padding-top:30px;
  padding-bottom:30px;
}
.hero-section  .text-space  {
  padding-bottom:30px;
}
@media (min-width: 992px) {
  .hero-section {
      height: calc(100vh - 100px);
      display: flex;
      flex-direction: column;
      justify-content: end;
  }
  .hero-section  .text-space  {
    display: flex;
    padding-bottom: 5%;
  }
  .text-space .text-holder,
  .text-space .search-holder {
    width: 50%;
  }
  .text-space .text-holder {
    margin-right:50px;    
  }
}
@media (min-width: 1200px) {
  .text-space .text-holder {
    margin-right:120px;    
  }
  .text-space .text-holder h1{
      font-size:60px;
  }
}
/*Search Box
---------------------*/
.searchbox {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 60px;
}
@media (min-width: 1200px) {
  .text-space .search-holder {
    display: flex;
  }
  .searchbox {
      margin-top: auto;
  }
}
@media (max-width: 991px) {
  .searchbox {
      margin-top: 30px;
  }
}
.searchbox .column:first-child{
    /*width:40%;*/
    width: calc(50% - 37px);
    border-right:solid 1px rgba(0,0,0,0.10);
}
.searchbox .column:nth-child(2){
    width: calc(50% - 37px);
       /* width:calc(30%);
        border-right:solid 1px rgba(0,0,0,0.10);*/
}
/*
.searchbox .column:nth-child(3){
    width:calc(30% - 73px);
}*/
.searchbox .column:last-child{
    width:73px;
    align-items: center;
    display: flex;
}

@media (max-width: 1199px) {
    .searchbox {
        padding: 20px 40px;
        border-radius: 30px;
    }
    .searchbox .column {
        padding:0;
        border-right: none !important;
    }
    .searchbox .column:last-child{
        border-bottom: 0px;
    }
    .searchbox .column:first-child{
        width:100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.10);
    }
    .searchbox .column:nth-child(2){
        width:calc(100%);
       /* width:calc(50%);*/
        padding-top:10px;
    }
    /*
    .searchbox .column:nth-child(3){
        width:calc(40%);
        padding-left:10%;
        padding-top:10px;
    }*/
    .searchbox .column:last-child{
        width:100%;
    }
}
@media (max-width: 767px) {
    .searchbox {
        margin-top: 30px;
    }
}
.searchbox .form-label {
    color: var(--blue);
    font-size: 16px;
    font-weight: 800;
    padding: 3px 4px;
    margin-bottom: 0;
}
.searchbox .form-control {
    padding: 3px 4px;
    border-color: transparent;
}
.searchbox .form-control:focus {
  outline: 0;
}
.searchbox .search-btn { 
    border-radius: 50px;
    background: var(--blue);
    padding: 9px;
}
.searchbox .search-btn img { 
    width: 30px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(65deg) brightness(105%) contrast(104%);
}
@media (max-width: 1199px) {
    .searchbox .search-btn {
        margin-top: 12px;
        color: var(--white);
        padding: 10px;
        width: 100%;
        border-radius: 20px !important;
    }
     .searchbox .search-btn img {
        width: 27px;
        height: 27px;
    }
}

.autocomplete {
    position: relative;
}
.autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block; /* ensure itâ€™s not hidden */
}
.autocomplete-items li {
    padding: 0.5rem;
    cursor: pointer;
    color: var(--blue);
}
.autocomplete-items li:hover {
    background-color: #007bff;
    color: white;
}

/*HERO SWIPER 
====================================*/
.hero-section .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-section .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;    
  transition-timing-function:linear!important; 
  position: relative;
}
.hero-section .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
}
.hero-section .swiper-slide img {
  border-radius: 25px;
}

/*
@media (min-width: 768px) {
    .swiper-gallery .swiper-slide {
    width: auto !important;
    max-width: 100%;
    }
    .swiper-gallery .swiper-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    }
}
@media (max-width: 767px) {
    .swiper-gallery .swiper-slide {
        width: auto !important;
        flex: 0 0 auto !important;
    }

    .swiper-gallery .swiper-slide img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}*/

.swiper-gallery .swiper-slide {
    width: auto !important;
    flex: 0 0 auto !important;
}

.swiper-gallery .swiper-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {
.swiper-gallery .swiper-slide img {
    max-height: 260px;
}
}
/* Hero Section 
======================================== */
.hero-section-slider {
    position: relative;
    text-align: center;
    height: fit-content;
}
@media (min-width: 768px) {
    body:not(.no-hero-slider) .hero-section-slider {
        height: 70vh;
        position: relative; 
    }
}
#bigCarousel {
    position: relative;
    filter: brightness(0.6);
}
#bigCarousel::after {
    content: "";
    background: var(--radial-gradient);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#bigCarousel .carousel-item:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.1) 100%
  );
}
@media (min-width: 768px) {
    #bigCarousel img{
        height: 100% !important;
        width: 100%;
      object-fit: cover;
    }
    #bigCarousel.carousel,
	#bigCarousel .carousel-inner,
	#bigCarousel .carousel-item {
	  height: inherit;
	}
}
#bigCarousel .carousel-indicators {
  position: absolute;
  left: 5%;
  bottom: 3%;
  right: unset;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
#bigCarousel .carousel-indicators [data-bs-target] {
    background: var(--black);
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  vertical-align: middle;
}
#bigCarousel .carousel-indicators .active {
  height: 22px;
}
#bigCarousel .carousel-control-next,
#bigCarousel .carousel-control-prev {
  width: 100px;
  z-index:2;
}
@media screen and (max-width: 575px) {
  #bigCarousel .carousel-control-next,
  #bigCarousel .carousel-control-prev {
    width: 40px;
  }
}
#bigCarousel  .carousel-control-next-icon, 
#bigCarousel  .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}
.content-over-hero {
    position: absolute;
    z-index: 9;
    color: white;
    top: 0;
    width: 100%;
    font-weight: 200;
    color: var(--white);
    text-align: center;
    /* background: rgba(0, 0, 0, 0.001); */
    margin-top: 150px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.content-over-hero h1 {
    color: var(--white)!important;
}
@media (max-width: 575px) {
 /*   #bigCarousel {
        position: absolute;
        top: 0;
        margin: 0;
    }*/
    .content-over-hero {
        position: relative;
        margin-top: 0;
        padding-top: 150px;
    }
}


/*FOOTER 
====================================*/
footer {
    background:var(--blue-xlight);
    padding-top:60px;
}
footer .place-logo {
    width:200px;
}
footer .social {
       margin-top:60px; 
}

footer .social ul {
  list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
footer .social ul li a{
    display: inline-block;
    background-color: var(--blue);
    border-radius: 25px;
    padding: 5px;
    width: 38px;
    height: 38px;
    text-align: center;
        display: flex;
    align-items: center;
    justify-content: center;
}
footer .social img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.copyright {
    border-top: 1px solid var(--gray);
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
/*=========== To Top =========== */
.toTop {
    text-align: right;
}

a.scrollup {
    background: url(/images/arrow-line.svg) no-repeat center center;
    bottom: 20px;
    display: none;
    position: fixed;
    right: 30px;
    text-indent: -9999px;
    width: 33px;
    height: 40px;
    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);
}

.scrollup.is-visible {
    display: inline;
    opacity: 1;
}

/* START OF SWIPER CAROUSELS 
====================================*/
.swiper-button-next svg, 
.swiper-button-prev svg{
    display:none;
}
.swiper.arrows-above {
  padding-top: 70px;
}
.swiper.arrows-below {
  padding-bottom: 70px;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev{
    background:var(--blue) url(/images/arrowR-white.svg) no-repeat center center !important;
    width:43px!important;
    height:43px!important;
    border-radius: 30px;
    border: 1px solid var(--blue);
}
.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 url(/images/arrowR.svg) no-repeat center center !important;
}
.swiper.arrows-space-between .swiper-button-next{
    right: 20px; 
    visibility: hidden;
}
.swiper.arrows-space-between .swiper-button-prev{
    left: 20px !important;
    visibility: hidden;
}
.swiper.arrows-space-between:hover .swiper-button-next,
.swiper.arrows-space-between:hover .swiper-button-prev{
    visibility: visible;
}
.swiper:not(.arrows-space-between) .swiper-button-next{
    right: 0px; 
}
.swiper:not(.arrows-space-between) .swiper-button-prev{
    left: unset !important;
    right: calc(0% + 53px) !important;
}

.swiper.arrows-above .swiper-button-next,
.swiper.arrows-above .swiper-button-prev{
    top: 40px !important;
    bottom: unset !important;
}
.swiper.arrows-below .swiper-button-next,
.swiper.arrows-below .swiper-button-prev{
    top: unset !important;
    bottom: 0px!important;
}
@media (max-width: 767px) { /*display top on mobile*/
     .swiper.arrows-below {
      padding-top: 70px;
      padding-bottom: unset;
    }

    .swiper.arrows-below .swiper-button-next,
    .swiper.arrows-below .swiper-button-prev{
        top: 40px !important;
        bottom: unset !important;
    }
}
.swiper .swiper-scrollbar{
    background: var(--gray);
    bottom: 20px;
    /* width: calc(100% - 130px); */
    height: 1px;
    max-width: 1024px;
    left: 0;
    right: 0;
    margin: auto;
}
.swiper .swiper-scrollbar-drag{
    background: var(--blue);
        height:3px;
        margin-top:-1px;
}
@media (max-width: 767px) {
    .swiper .swiper-scrollbar{
        display: none;
    }
}
.swiper-pagination-bullet {
    background: var(--light-grey);
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    background: var(--gold);
}
/*Carousel fullscreen
===============================*/
.swiper-container .text-holder{
    padding:0 0.75rem;  
}
.swiper-container .boxes-holder{
    padding-left: 0.75rem; 
}
.swiper-container-full .swiper .swiper-button-next,
.swiper-container-full .swiper .swiper-button-prev {
    top:25px!important;
}
.swiper-container .swiper .swiper-button-next {
    right: 0.75rem; 
}
.swiper-container .swiper .swiper-button-prev {
    right: calc(0.75rem + 53px) !important;
}
@media (min-width: 576px) {
    .swiper-container{
         margin-left: calc((100% - 540px) / 2);
    } 
    .swiper-container .swiper .swiper-button-next {
        right:  calc((100vw - 540px) / 2); 
    }
    .swiper-container .swiper .swiper-button-prev {
        right: calc(calc((100vw - 540px) / 2) + 53px) !important;
    }
}
@media (min-width: 768px) {
    .swiper-container{
         margin-left: calc((100% - 720px) / 2);
    } 
    .swiper-container .swiper .swiper-button-next {
        right:  calc((100vw - 720px) / 2); 
    }
    .swiper-container .swiper .swiper-button-prev {
        right: calc(calc((100vw - 720px) / 2) + 53px) !important;
    }
}
@media (min-width: 992px) {
    .swiper-container{
         margin-left: calc((100% - 960px) / 2);
    }    
    .swiper-container .text-holder{
        padding-right: 15px;
    }
    .swiper-container .boxes-holder{
        padding-left: 15px;
    }
    .swiper-container .swiper .swiper-button-next {
        right:  calc((100vw - 960px) / 2); 
    }
    .swiper-container .swiper .swiper-button-prev {
        right: calc(calc((100vw - 960px) / 2) + 53px) !important;
    }
}
@media (min-width: 1200px) {
    .swiper-container{
            margin-left: calc((100% - 1140px) / 2);
    }  
    .swiper-container .swiper .swiper-button-next {
        right:  calc((100vw - 1140px) / 2); 
    }
    .swiper-container .swiper .swiper-button-prev {
        right: calc(calc((100vw - 1140px) / 2) + 53px) !important;
    }
}
@media (min-width: 1400px) {
    .swiper-container{
            margin-left: calc((100% - 1320px) / 2);
    }
    .swiper-container .text-holder{
        padding-right: 30px;
    }
    .swiper-container .boxes-holder{
        padding-left: 30px;
    }
    .swiper-container .swiper .swiper-button-next {
        right:  calc((100vw - 1320px) / 2); 
    }
    .swiper-container .swiper .swiper-button-prev {
        right: calc(calc((100vw - 1320px) / 2) + 53px) !important;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .swiper-container .text-holder{
        width:70%;   
    }
}
@media (max-width: 767px) {
    .swiper-container{
        position:relative;
        padding-bottom:100px;
    }
    .relative-container{
        position:relative;
        padding-bottom:80px;
    }
    .position-bottom-mob {
        position: absolute;
        bottom: 0px;
        text-align: center;
        width: 100%;
        left: 0;
    }
}
@media (max-width: 575px) {
    .swiper-container-mob {
        width:100%;
        padding-left: 0.75rem; 
    }
}


/*BLOCKLIST Sections
-----------------------------*/
/*
.section-boxes {
    padding-top:60px;
    padding-bottom:60px;
    background-color: #f9f9ef;
}*/
.bg-image-holder {
        position:relative;
}
.bg-image-holder picture{
    position:relative;
    z-index:0;
}
@media (min-width: 1200px){
    .bg-image-holder img{
        max-height:720px;
    }
}
.bg-image-holder picture img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;  
 /*   filter: grayscale(1);
    opacity: 0.7;*/
}
.text-over-holder{
    position: absolute;
    z-index: 1;
    width: 100%;
    height:100%;
    padding-bottom: 50px;
   /* background-color: rgb(1 41 13 / 82%);*/
   background-color: rgb(0 0 0 / 50%);
    z-index:1;
    top:0;
    color:var(--white);
    display: flex;
}
.text-over-holder h2{
    color:var(--white);
}
@media (max-width: 767px) {
    .text-over-holder{
        padding-bottom: 20px;
        padding-left: calc(5%) !important;
    }
}
.text-over-holder .text-container {
    width: 40%;
    padding: 5%;
    align-self: end;
}
@media (max-width: 767px) {
    .text-over-holder .text-container {
        width: 80%;
    }
}
/*Boxes
===========================*/
.contentAsBox{
    background: var(--gray-xlight);
    border: 1px solid var(--blue-xlight);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.contentAsBox .img-holder{
    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;
}
.contentAsBox h2 {
    margin-bottom:15px;
}
.location-holder {
    background:url(/images/point.svg) no-repeat left 2px;
    padding-left: 20px;
    font-weight: 400;
    background-size: 15px;
    margin-bottom:15px;
}
.price-holder{
    color: var(--blue);
    font-weight: 600;
}
.price-holder span{
    font-weight: 800;
    display: inline;
}
.price-holder:before{
    content:"From";
}
/*Boxes - Text Above
===========================*/
.contentAsBox.text-above .box-text{
    position:absolute;
    bottom: 0px;
    z-index: 1;
    color:var(--white);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .7);
}
.contentAsBox.text-above .box-text h3{
    color:var(--white);
    margin-bottom:5px;
}

/*BEST PLACES
============================*/
.round-img img {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.best-places .text-holder {
    padding-top:20px;
}
.best-places > div {
  padding-bottom:30px;  
}
.best-places h3{
    margin-bottom:12px;
}
@media (min-width: 992px) {
    .best-places .text-holder {
        padding-left:20px;
        padding-right:20px;
    }
}


/* LISTING PAGE - hotels template
====================================*/
@media (min-width: 992px) {
    .listingSection {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }
    .listingSection .left-col {
        width: 25%;
    }
    .listingSection .right-col {
        width: calc(75% - 40px);
    }
}
@media (max-width: 991px){
    .listingSection {
        margin-top:50px!important;
    } 
}

/*Filters
------------------------------*/
.toggleFiltersBtn,
.filter-title {
    display: none;
}
@media (max-width: 991px){
    .filter-title {
        padding-bottom:20px;
        display:block;
        font-weight:500;
        font-size: 18px;
        color: var(--blue);
        text-transform: uppercase;
    }
    .toggleFiltersBtn{
        display:block;
        position: sticky;
        z-index: 1000;
        padding: 10px;
        cursor: pointer;
        background-color: var(--blue);
        color: var(--white);
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
        left:0;
        top: 80px;
        width:48px;
        height:48px;
        user-select: none;
        transition: left 0.3s ease; 
        margin-bottom:30px;
    }
    .toggleFiltersBtn img{
        width: 28px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(65deg) brightness(108%) contrast(101%);
    }
    .closeFiltersBtn::after {
        content: "✖";
        line-height: 0;
        padding: 10px 0;
        display: block;
        text-align: center;
        font-size: 22px;
        font-weight: 100;
        color: var(--black);
        text-align: end;
        position: absolute;
        right: 18px;
    }
    #filtersOffcanvas {
        position: fixed;
        top: 80px;
        left: 0;
        right: auto;
        bottom: 0;
        width: min(90vw, 360px);
        height: calc(100vh - 80px);
        background-color: var(--white);
        box-shadow: none;
        transform: translateX(-100%);
        transition: transform .3s ease;
        z-index: 1001;
        overflow: auto;
        padding:20px;
    }
    #filtersOffcanvas.open {
        transform: translateX(0);
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.40);
    }
    #filters.accordion {
        border-top: 1px solid var(--blue-xlight);
    }
}
#filters.accordion {
  color: var(--gray);
  border-radius: 0px;
  overflow: hidden;
}
#filters.accordion .tab {
  position: relative;
}
#filters.accordion .tab:not(:first-child) {
  border-top: 1px solid var(--blue-xlight);
}
#filters.accordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/*title of accordion
---------------------------*/
#filters .tab__label {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: var(--blue);
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}
#filters .tab__label::after {
  content: "\276F";
  width:22px;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
#filters .tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
#filters .tab:not(:first-child) {
   border-top: 1px solid var(--grey-border);   
}
#filters .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
#filters .tab input:checked ~ .tab__content{
  padding: 10px 0 20px;
}
#filters .tab input:checked ~ .tab__content {
  max-height: fit-content;
}
#filters .tab .tab__content input[type="checkbox"]{
    position: relative;
    opacity: 1;
    z-index: 999;
    margin-right: 10px;
    width: 15px;
    height: 15px;
} 
#filters .tab .tab__content label{
    color: var(--black);
    font-size: 16px;
    margin-bottom: 6px;
    display: flex;
    line-height: 1;
    margin-bottom: 10px;
    position:relative;
}
/* Arrow animation */
#filters .tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

.tab__content input[data-order="4"] { 
    margin-left:25px;
}
.tab__content input[data-order="5"] { 
    margin-left:50px;
}
.toggle-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-45deg);
    cursor: pointer;
    transition: transform 0.2s ease;
    margin-top: 5px;
}

.toggle-arrow.open {
      transform: rotate(45deg);
}
/*
.filter-rating:after {
    content: "stars";
    padding-left: 40px;
}*/
.hCount {
    position:absolute;
    right:10px;
    display: none;
}

/* Tabs GENERAL
=================================*/
.listingSection .tab-nav-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 576px) {
    .listingSection .tab-nav-container {
        flex-direction: column;
    }
}
ul.tabNavigation {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top:0px;
    padding-bottom: 30px;
    list-style: none;
    margin-left: auto;
}
.tabNavigation .nav-link {
    position: relative;
}
.tabNavigation .nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: var(--blue);
    bottom: 0;
    left: 0;
    transition: width .3s ease;
}
.tabNavigation .nav-link:hover::after,
.tabNavigation .nav-link.active::after {
    width: 100%;
}
.tab-nav-container .tab-content {
    width: 100%;
}
.tab-nav-container #sort {
    margin-bottom: 30px;
    outline: none;
    border: none;
    color: var(--black);
    cursor: pointer;
}
@media (max-width: 576px) {
    .tab-nav-container #sort {
        width: max-content;
    }
}
/*Accordion Filters Results
===============================*/
#loading { display:none; font-weight:bold; }
.no-results { font-style:italic; padding:20px; 
    opacity: 0;
    transition: opacity 0.4s ease;
}
.no-results.visible {
    opacity: 1;
}
.no-results:after {
    content:"No results found";
}
.el .no-results:after {
    content:"Δεν βρέθηκαν αποτελέσματα";
}
.num-results {
    padding-bottom:20px;
    font-style:italic;
    font-size: 16px;
}


/*MAP
===============================*/
#map { height: 580px; touch-action: manipulation; }
#map h2{
    font-size: 20px;
    margin: 0 0 15px;
}
#map .button {
    margin-top:10px;
    font-size: 14px;
}
#map .leaflet-popup-content {
    margin:15px;
}
#map .leaflet-popup-content .hContent{
    display:flex;
}
#map .leaflet-popup-content .hContent .images{
    width:45%;
    padding-right:20px;
}
#map .leaflet-popup-content .hContent .desc{
        width:55%;
}
#map .leaflet-popup-content a.link{
    display:inline-block;
    font-family: var(--font-Geom);   
    padding: 8px 0;
    color: var(--blue);
    font-size: 14px;
}



/* GRID VIEW 
=======================*/
.hotel {
    opacity: 0;            
    transform: translateY(20px); 
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hotel.visible {
    opacity: 1;
    transform: translateY(0);
}/*
.contentAsBox,
.hotelCard {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
    border-bottom: 1px solid var(--gray-light);
    padding-bottom: 24px;
    margin-bottom: 24px;
    height: 100%;
}
.contentAsBox .content,
.hotelCard .content{
    color: var(--gray-dark);
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.contentAsBox .hotelImgSwiper.items-1  .swiper-button-prev,
.contentAsBox .hotelImgSwiper.items-1  .swiper-button-next{
    display:none;
}
.contentAsBox h2 {
    color:var(--blue); 
    text-transform:uppercase;
}*/
.rating {
    color: var(--yellow);
   height:12px;
   display:inline-block;    
   background: url(/images/star.svg) repeat-x left center; 
}

.hotel .location-holder,
.hotel .description,
.hotel .price{
    margin-top:8px;
}
.hotel .location-holder {
    font-size: 16px;
    font-style: italic;
    color: var(--blue);
}
.hotel .price {
    font-weight: 700;
    color: var(--black);  
}
.hotel .price:before,
.hotel .price span{
    color: var(--gray-dark);
    font-size: 16px;
    font-weight: 300;
}
.hotel .price:before {
    content: "From ";
}
.el .hotel .price:before {
    content: "Από ";
}
.hotel .primary-button {
    margin-top: auto;
}

#loadMore {
    color: var(--blue);
    padding: 8px 16px;
    background-color: var(--gray-light);
    transition: background-color .3s ease, color .3s ease;
    font-weight: 600;
}
#loadMore:hover{
    background-color: var(--white);
}

/*FOMRS
============================*/
.contactForm .form-control {
    background: transparent;
   /* font-size: 18px;
    font-weight: 600;*/
    padding: 14px 18px;
    color: var(--black);
    border:none;
    border-radius: 0;
    border-bottom: 2px solid var(--gray);
}
.contactForm .form-control::placeholder {
    color: var(--black);
}
.contactForm .form-control:active,
.contactForm .form-control:focus {
    /*border: none;*/
    border-bottom: 2px solid var(--blue-xlight);
    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;
}



