:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --primary-color: #a74145;
  --secondary-color: #005f85;
  --tertiary-color: #81745b;
  --quaternary-color: #4d655c;
  --brown-color: #924c3f;
  --grey53-color: #535353;
  --greyCC-color: #cccccc;
  --grey67-color: #676767;
  --greyF7-color: #f7f7f6;
  --grey79-color: #797979;
  --greyF9-color: #f9f9f9;
  --greyAA-color: #aaaaaa;
  --greyAC-color: #acacac;
  --greyD3-color: #d3d3d3;
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
  --speed: 2s;
  --spring: #678566;
  --summer: #00758d;
  --autumn: #b9a888;
  --winter: #924c40;
  --transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);

  --font-size-xxl: 60px;
  --font-size-xl: 50px;
  --font-size-lg: 40px;
  --font-size-md: 30px;
  --font-size-sm: 28px;
  --font-size-base: 25px;
  --font-size-regular: 20px;
  --font-size-small: 18px;
  --font-size-xss:16px;
  --font-size-xs: 15px;
  --font-size-xxs: 14px;
}

@media (max-width: 1600px) {
  :root {
    --font-size-xxl: 50px;
    --font-size-xl: 42px;
    --font-size-lg: 34px;
    --font-size-md: 26px;
  }
}

@media (max-width: 992px) {
  :root {
    --font-size-xxl: 42px;
    --font-size-xl: 36px;
    --font-size-lg: 30px;
    --font-size-md: 24px;
    --font-size-sm: 22px;
    --font-size-base: 20px;
  }
}

@media (max-width: 576px) {
  :root {
    --font-size-xxl: 32px;
    --font-size-xl: 28px;
    --font-size-lg: 24px;
    --font-size-md: 20px;
    --font-size-sm: 18px;
    --font-size-base: 16px;
    --font-size-regular: 15px;
    --font-size-small: 14px;
    --font-size-xs: 13px;
    --font-size-xxs: 12px;
  }
}
@font-face {
  font-family: "Ubuntu";
  src:
    url("../fonts/Ubuntu/Ubuntu-Bold.woff2") format("woff2"),
    url("../fonts/Ubuntu/Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src:
    url("../fonts/Ubuntu/Ubuntu-Light.woff2") format("woff2"),
    url("../fonts/Ubuntu/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src:
    url("../fonts/Ubuntu/Ubuntu-Medium.woff2") format("woff2"),
    url("../fonts/Ubuntu/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu";
  src:
    url("../fonts/Ubuntu/Ubuntu-Regular.woff2") format("woff2"),
    url("../fonts/Ubuntu/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NF Takhie Pro";
  src: url("../fonts/NF-Takhie-Pro/NF-Takhie-Pro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NF Takhie Pro";
  src: url("../fonts/NF-Takhie-Pro/NF-Takhie-Pro-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: "Ubuntu";*/
  scroll-behavior: smooth;
}

body {
  font-family: "Ubuntu";
}

body.overflow-hidden {
  /*overflow: hidden;*/
}
body.lightbox-open {
    overflow: hidden;
}
.container {
  max-width: 1670px;
  width: 100%;
  margin-inline: auto;
  padding: 0px 15px;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

.d-none {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

h2 {
  font-size: var(--font-size-xl);
}

h3 {
  font-size: var(--font-size-lg);
}

h4 {
  font-size: var(--font-size-regular);
}

.btn {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-small);
  font-weight: 500;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s all;
  outline: none;
  padding: 17px 22px;
}

.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border: 2px solid var(--secondary-color);
}
#about-us .btn-secondary {
  background-color: var(--quaternary-color);
  color: var(--white-color);
  border: 2px solid var(--quaternary-color);
}
#about-us .btn-secondary:hover {
  background-color: var(--white-color);
  color: var(--quaternary-color);
  border: 2px solid var(--quaternary-color);
}
.btn-secondary:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
}

.icon {
  display: block;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: 0.2s all;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: var(--black-color);
  width: 24px;
  height: 24px;
}

.icon-go-down {
  mask-image: url("../images/icons/icon-go-down.svg");
  -webkit-mask-image: url("../images/icons/icon-go-down.svg");
}

.icon-go-right {
  mask-image: url("../images/icons/icon-go-down.svg");
  -webkit-mask-image: url("../images/icons/icon-go-down.svg");
  rotate: -90deg;
}

.icon-location {
  mask-image: url("../images/icons/icon-location.svg");
  -webkit-mask-image: url("../images/icons/icon-location.svg");
}

.icon-call {
  mask-image: url("../images/icons/icon-call.svg");
  -webkit-mask-image: url("../images/icons/icon-call.svg");
}

.icon-email {
  mask-image: url("../images/icons/icon-email.svg");
  -webkit-mask-image: url("../images/icons/icon-email.svg");
}

.icon-facebook {
  mask-image: url("../images/icons/icon-facebook.svg");
  -webkit-mask-image: url("../images/icons/icon-facebook.svg");
}

.icon-instagram {
  mask-image: url("../images/icons/icon-instagram.svg");
  -webkit-mask-image: url("../images/icons/icon-instagram.svg");
}

.icon-play {
  mask-image: url("../images/icons/icon-play.svg");
  -webkit-mask-image: url("../images/icons/icon-play.svg");
}

.icon-calendar {
  mask-image: url("../images/icons/icon-calendar.svg");
  -webkit-mask-image: url("../images/icons/icon-calendar.svg");
}

.icon-filter {
  mask-image: url("../images/icons/icon-filter.svg");
  -webkit-mask-image: url("../images/icons/icon-filter.svg");
}

.icon-arrow-right {
  mask-image: url("../images/icons/icon-arrow-right.svg");
  -webkit-mask-image: url("../images/icons/icon-arrow-right.svg");
}

.icon-arrow-left {
  mask-image: url("../images/icons/icon-arrow-left.svg");
  -webkit-mask-image: url("../images/icons/icon-arrow-left.svg");
}

.icon-clock {
  mask-image: url("../images/icons/icon-clock.svg");
  -webkit-mask-image: url("../images/icons/icon-clock.svg");
}

.icon-flower {
  mask-image: url("../images/icons/icon-flower.svg");
  -webkit-mask-image: url("../images/icons/icon-flower.svg");
}

.icon-sun {
  mask-image: url("../images/icons/icon-sun.svg");
  -webkit-mask-image: url("../images/icons/icon-sun.svg");
}

.icon-leaf {
  mask-image: url("../images/icons/icon-leaf.svg");
  -webkit-mask-image: url("../images/icons/icon-leaf.svg");
}

.icon-snow {
  mask-image: url("../images/icons/icon-snow.svg");
  -webkit-mask-image: url("../images/icons/icon-snow.svg");
}

.go-down-arrow {
  width: 68px;
  height: 68px;
}

.go-down-arrow a {
  width: 100%;
  display: block;
  padding: 1px;
}

.go-down-arrow a i {
  width: 68px;
  height: 68px;
}

.go-right-arrow {
  display: inline-block;
  width: 68px;
  height: 68px;
}

.go-right-arrow i {
  width: 68px;
  height: 68px;
}

.go-right-arrow:hover i {
  background-color: var(--primary-color);
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}
.place_box {
  margin-bottom: 90px !important;
}
header {
  width: 100%;
  min-height: 110px;
  background-color: rgba(10, 10, 10, 0.4784313725);
  position: fixed;
  top: 0;
  z-index: 99999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background-color 0.2s ease-in-out;
}

header.scrolled {
  background-color: var(--quaternary-color);
}

header .header-wrapper {
  position: relative;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .header-wrapper .logo,
header .header-wrapper .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 110px;
  padding: 30px 18px;
  flex-shrink: 0;
}

header .header-wrapper .logo {
  border-right: 1px solid var(--white-color);
}

header .header-wrapper .logo img {
  width: 72px;
  -o-object-fit: contain;
  object-fit: contain;
}

header .header-wrapper .middle-header-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  padding-right: 294px;
  background-color: red;
}

header .header-wrapper .middle-header-wrap .main-logo-wrap {
  display: inline-block;
  max-width: 297px;
  height: 69px;
  width: 100%;
  margin-inline: auto;
  position: absolute;
}

header .header-wrapper .middle-header-wrap .main-logo-wrap img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

header .header-wrapper .right-header-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .header-wrapper .right-header-wrap .header-icon-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 46px;
}

header .header-wrapper .right-header-wrap .header-icon-wrap .header-icon {
  width: 20px;
  transition: transform 0.3s ease;
}

header .header-wrapper .right-header-wrap .header-icon-wrap .header-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

header .header-wrapper .right-header-wrap .header-icon-wrap .languege-switcher {
  position: relative;
  flex-shrink: 0;
}

header
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .languege-switcher
  .lang-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--white-color);
  font-weight: 500;
  font-size: 16px;
}

header
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .languege-switcher
  .lang-btn
  img {
  flex-shrink: 0;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s ease;
}

header
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .languege-switcher
  .lang-dropdown {
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  padding: 10px 15px;
  z-index: 10;
  min-width: 80px;
  white-space: nowrap;
}

header
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .languege-switcher
  .lang-dropdown
  a {
  color: var(--grey53-color);
  text-decoration: none;
  font-size: 16px;
}

header
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .languege-switcher
  .lang-dropdown
  a.active {
  font-weight: bold;
  color: var(--secondary-color);
}

header
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .languege-switcher
  .lang-dropdown
  a:hover {
  color: var(--secondary-color);
}

header
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .languege-switcher:hover
  .lang-dropdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

header
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .languege-switcher:hover
  .lang-btn
  img {
  transform: rotate(180deg);
}

header .header-wrapper .right-header-wrap .menu-btn {
  position: relative;
  border-left: 1px solid var(--white-color);
}

header .header-wrapper .right-header-wrap .menu-btn .close-menu-icon {
  z-index: -1;
  opacity: 0;
}

header .header-wrapper .right-header-wrap .menu-btn .menu-icon,
header .header-wrapper .right-header-wrap .menu-btn .close-menu-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  width: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

header .header-wrapper .right-header-wrap .menu-btn.close-menu-btn .menu-icon {
  opacity: 0;
}

header
  .header-wrapper
  .right-header-wrap
  .menu-btn.close-menu-btn
  .close-menu-icon {
  opacity: 1;
  z-index: 1;
}

header .mega-menu-wrapper {
  width: 100%;
  background-color: var(--greyF7-color);
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 37px 0px;
  height: calc(100vh - 110px);
  overflow: auto;
  z-index: 0;
}

header .mega-menu-wrapper a {
  color: var(--grey67-color);
  transition: 0.2s all;
  text-decoration: none;
  display: inline-block;
}

header .mega-menu-wrapper a:hover,
header .mega-menu-wrapper a.active {
  color: var(--secondary-color);
}

header .mega-menu-wrapper .wrapper {
  max-width: 1515px;
  margin-inline: auto;
  padding: 0px 26px;
}

header .mega-menu-wrapper h3 {
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 22px;
  line-height: 1.1;
}

header .mega-menu-wrapper .top-menu-part {
  border-bottom: 1px solid var(--greyCC-color);
  padding-bottom: 35px;
}

header .mega-menu-wrapper .top-menu-part .top-menu-grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

header
  .mega-menu-wrapper
  .top-menu-part
  .top-menu-grid-wrap
  .top-menu-item
  .main-link {
  font-size: var(--font-size-small);
  font-weight: 500;
}

header
  .mega-menu-wrapper
  .top-menu-part
  .top-menu-grid-wrap
  .top-menu-item
  .main-link:hover {
  color: var(--secondary-color);
}

header
  .mega-menu-wrapper
  .top-menu-part
  .top-menu-grid-wrap
  .top-menu-item
  .sub-menu-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 35px;
  padding: 0;
  list-style: none;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
}

header
  .mega-menu-wrapper
  .top-menu-part
  .top-menu-grid-wrap
  .top-menu-item
  .sub-menu-list-wrap
  li {
  list-style-type: none;
}

header
  .mega-menu-wrapper
  .top-menu-part
  .top-menu-grid-wrap
  .top-menu-item
  .sub-menu-list-wrap
  li
  a {
  position: relative;
  font-size: 16px;
}

header
  .mega-menu-wrapper
  .top-menu-part
  .top-menu-grid-wrap
  .top-menu-item
  .sub-menu-list-wrap
  li
  a::after {
  content: "|";
  left: calc(100% + 9px);
  color: var(--grey67-color);
  position: absolute;
  top: 0;
  height: 100%;
}

header
  .mega-menu-wrapper
  .top-menu-part
  .top-menu-grid-wrap
  .top-menu-item
  .sub-menu-list-wrap
  li:last-child
  a::after {
  display: none;
}

header .mega-menu-wrapper .bottom-menu-part .bottom-menu-grid-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 30px;
}

header
  .mega-menu-wrapper
  .bottom-menu-part
  .bottom-menu-grid-wrap
  .bottom-menu-item {
  padding: 37px 50px 10px 50px;
  border-right: 1px solid var(--greyCC-color);
}

header
  .mega-menu-wrapper
  .bottom-menu-part
  .bottom-menu-grid-wrap
  .bottom-menu-item:first-child {
  padding-left: 0px;
  width: 270px;
}

header
  .mega-menu-wrapper
  .bottom-menu-part
  .bottom-menu-grid-wrap
  .bottom-menu-item:last-child {
  border-right: none;
}

header
  .mega-menu-wrapper
  .bottom-menu-part
  .bottom-menu-grid-wrap
  .bottom-menu-item:nth-child(2),
header
  .mega-menu-wrapper
  .bottom-menu-part
  .bottom-menu-grid-wrap
  .bottom-menu-item:nth-child(3) {
  width: 330px;
}

header
  .mega-menu-wrapper
  .bottom-menu-part
  .bottom-menu-grid-wrap
  .bottom-menu-item
  .sub-menu-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

header
  .mega-menu-wrapper
  .bottom-menu-part
  .bottom-menu-grid-wrap
  .bottom-menu-item
  .sub-menu-list-wrap
  li {
  list-style-type: none;
}

header
  .mega-menu-wrapper
  .bottom-menu-part
  .bottom-menu-grid-wrap
  .bottom-menu-item
  .sub-menu-list-wrap
  li
  a {
  font-size: var(--font-size-small);
}

header.menu-is-open {
  background-color: var(--greyF7-color);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

header.menu-is-open .header-wrapper .logo {
  background-color: var(--quaternary-color);
}

header.menu-is-open .header-wrapper .right-header-wrap .menu-btn {
  background-color: var(--quaternary-color);
}

header.menu-is-open .mega-menu-wrapper {
  bottom: inherit;
}

.hero-slider-wrapper {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
header.menu-is-open
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .header-icon
  img {
  display: none;
}
header.menu-is-open
  .header-wrapper
  .right-header-wrap
  .header-icon-wrap
  .languege-switcher {
  display: none;
}

.hero-slider-wrapper .hero-slider,
.hero-slider-wrapper .slick-list,
.hero-slider-wrapper .slick-track {
  height: 100vh;
}

.hero-slider-wrapper .go-down-arrow {
  animation: upDown 2s ease-in-out infinite;
}

.hero-slider-wrapper .go-down-arrow i {
  background-color: var(--white-color);
}

.hero-slider-wrapper .hero-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-slider-wrapper .hero-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider-wrapper .hero-slider .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white-color);
  text-align: center;
  z-index: 1;
}

.hero-slider-wrapper .hero-slider .hero-content .heading-wrap h1 {
  font-size: 100px;
  line-height: 1.1;
  margin-bottom: 0px;
  font-weight: 500;
}

/*.hero-slider-wrapper .hero-slider .hero-content .heading-wrap h1 span {*/
/*  font-size: var(--font-size-xl);*/
/*}*/

.hero-slider-wrapper .hero-slider .hero-content .heading-wrap h1 div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-slider-wrapper
  .hero-slider
  .hero-content
  .heading-wrap
  h1
  div.second-line {
  margin-left: -45px;
}

.hero-slider-wrapper
  .hero-slider
  .hero-content
  .heading-wrap
  h1
  div.third-line {
  margin-left: 25px;
}

.hero-slider-wrapper .custom-slide-nav {
  position: absolute;
  bottom: 122px;
  right: 85px;
}

.hero-slider-wrapper .custom-slide-nav .slide-counter {
  text-align: center;
}

.hero-slider-wrapper .custom-slide-nav .slide-counter .slide-number {
  position: relative;
  font-size: var(--font-size-xs);
  margin-bottom: 11px;
  color: var(--white-color);
  cursor: pointer;
}

.hero-slider-wrapper .custom-slide-nav .slide-counter .slide-number:last-child {
  margin-bottom: 0px;
}

.hero-slider-wrapper
  .custom-slide-nav
  .slide-counter
  .slide-number:last-child.active {
  padding-bottom: 0px;
}

.hero-slider-wrapper
  .custom-slide-nav
  .slide-counter
  .slide-number:last-child.active::after {
  display: none;
}

.hero-slider-wrapper .custom-slide-nav .slide-counter .slide-number.active {
  font-size: var(--font-size-regular);
  font-weight: bold;
  padding-bottom: 50px;
}

.hero-slider-wrapper
  .custom-slide-nav
  .slide-counter
  .slide-number.active::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: var(--white-color);
}

.hero-slider-wrapper .go-down-arrow {
  position: absolute;
  bottom: 93px;
  right: 50%;
  transform: translateX(-50%);
}

.about-us-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 130px 0px 235px 0px;
  background-color: var(--white-color);
}

.about-us-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background-image: url("../images/lines.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.about-us-wrapper .about-us-content-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.about-us-wrapper .about-us-content-grid .about-img-wrap {
  max-width: 465px;
  height: 545px;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
  background-color: var(--greyCC-color);
  flex-shrink: 0;
}

.about-us-wrapper .about-us-content-grid .about-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-us-wrapper .about-us-content-grid .about-us-content-wrap {
  width: 100%;
  text-align: right;
}

.about-us-wrapper .about-us-content-grid .about-us-content-wrap .title-wrap {
  margin-bottom: 80px;
}

.about-us-wrapper .about-us-content-grid .about-us-content-wrap .title-wrap h2 {
  font-size: 72px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "NF Takhie Pro";
}

.about-us-wrapper
  .about-us-content-grid
  .about-us-content-wrap
  .about-sub-content-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 63px;
}

.about-us-wrapper
  .about-us-content-grid
  .about-us-content-wrap
  .about-sub-content-grid
  .about-us-text-wrap
  p {
  font-size: var(--font-size-base);
  line-height: 1.5;
  color: var(--grey79-color);
  margin-bottom: 30px;
}

.map-wrapper {
  width: 100%;
}

.map-wrapper .map-content-grid {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.map-wrapper .map-content-grid .title-wrap {
  max-width: 315px;
  width: 100%;
  flex-shrink: 0;
  padding-top: 60px;
}

.map-wrapper .map-content-grid .title-wrap h2 {
  margin-bottom: 34px;
  font-weight: 300;
}

.map-wrapper .map-content-grid .map-svg-wrap {
  padding: 50px 0px 60px 0px;
  position: relative;
  max-width: 540px;
  margin-inline: auto;
}

.map-wrapper .map-content-grid .map-svg-wrap svg {
  display: block;
  width: 100%;
}

.map-wrapper .map-content-grid .map-svg-wrap svg .map-area {
  position: relative;
  z-index: -1;
}

.map-wrapper .map-content-grid .map-svg-wrap svg .map-area path {
  /*stroke: rgba(0, 0, 0, 0);*/
  stroke-width: 5;
  transition: all 0.3s ease;
  cursor: pointer;
  /*filter: brightness(0.5);*/
}
.map-wrapper .map-content-grid .map-svg-wrap svg .map-area .florina-map path {
  stroke: var(--primary-color);
}
.map-wrapper .map-content-grid .map-svg-wrap svg .map-area:hover {
  z-index: 1;
}

.map-wrapper .map-content-grid .map-svg-wrap svg .map-area:hover path {
  stroke-opacity: 1;
  filter: brightness(1.1);
}

.map-wrapper
  .map-content-grid
  .map-svg-wrap
  svg
  .map-area:hover.florina-map
  path {
  stroke: transparent;
}

.map-wrapper
  .map-content-grid
  .map-svg-wrap
  svg
  .map-area:hover.kastoria-map
  path {
  stroke: transparent;
}

.map-wrapper
  .map-content-grid
  .map-svg-wrap
  svg
  .map-area:hover.kozani-map
  path {
  stroke: transparent;
}

.map-wrapper
  .map-content-grid
  .map-svg-wrap
  svg
  .map-area:hover.grevena-map
  path {
  stroke: transparent;
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description {
  display: flex;
  gap: 16px;
  align-items: center;
  position: absolute;
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description img {
  flex-shrink: 0;
  width: 55px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
  transition: opacity 0.1s ease 0.1s;
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description h4 {
  max-width: 138px;
  width: 100%;
  line-height: 1.3;
  font-family: "NF Takhie Pro";
  font-size: var(--font-size-md);
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description.active img {
  opacity: 1;
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description.florina-desc {
  top: 0px;
  left: 60px;
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description.florina-desc h4 {
  color: var(--primary-color);
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description.kozani-desc {
  right: -195px;
  top: 46%;
  transform: translateY(-50%);
  flex-direction: row-reverse;
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description.kozani-desc h4 {
  color: var(--quaternary-color);
  text-align: right;
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description.kastoria-desc {
  left: -250px;
  top: 44%;
  transform: translateY(-50%);
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description.kastoria-desc h4 {
  color: var(--tertiary-color);
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description.grevena-desc {
  right: -175px;
  bottom: 100px;
  flex-direction: row-reverse;
}

.map-wrapper .map-content-grid .map-svg-wrap .map-description.grevena-desc h4 {
  text-align: right;
  color: var(--secondary-color);
}
.map-svg-wrap {
  max-width: 540px;
  margin: auto;
}

svg {
  width: 100%;
  display: block;
}

/* Base map area */
.map-area {
  cursor: pointer;
}

/* Image layer */
.map-area .map-image {
  transition:
    filter 0.3s ease,
    stroke 0.3s ease;
  /*stroke: transparent;*/
  stroke-width: 4;
}

/* Overlay layer */
.map-area .map-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Hover effect */
.map-area:hover .map-overlay {
  opacity: 0.65;
}
.kozani-map path {
  transition: all 0.3s ease;
  cursor: pointer;
}

.map-area {
  cursor: pointer;
}

.map-area .map-image {
  transition: filter 0.3s ease;
}

.map-area .map-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.map-area:hover .map-overlay {
  opacity: 0.8;
}

.map-area:hover .map-image {
  filter: brightness(0.9);
}

.florina-map .map-overlay {
  fill: var(--primary-color);
}

.kastoria-map .map-overlay {
  fill: var(--tertiary-color);
}

.kozani-map .map-overlay {
  fill: var(--quaternary-color);
}

.grevena-map .map-overlay {
  fill: var(--secondary-color);
}

.video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
}

.video-wrapper .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
  z-index: 0;
  transition: opacity 0.5s ease;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  cursor: pointer;
}

.video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  transition: 0.2s all;
}

.video-wrapper .play-btn i {
  background-color: var(--white-color);
  width: 122px;
  height: 122px;
}

.video-wrapper .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-wrapper .play-btn.hidden {
  display: none;
}

.video-wrapper marquee {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.video-wrapper marquee h2 {
    display: inline-block;
    color: #fff;
    font-size: 160px;
    font-weight: 500;
    margin-right: 50px; /* add space between items */
    line-height: 1;
}
.counter-wrapper {
  width: 100%;
  padding: 170px 0px 130px 0px;
}

.counter-wrapper .counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.counter-wrapper .counter-grid .counter-item {
  text-align: center;
  max-width: 330px;
  width: 100%;
  margin-inline: auto;
}

.counter-wrapper .counter-grid .counter-item h2 {
  font-size: 110px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 30px;
}

.counter-wrapper .counter-grid .counter-item .counter-decription h4 {
  font-weight: 400;
  font-size: var(--font-size-md);
  margin-bottom: 12px;
  color: var(--black-color);
}

.counter-wrapper .counter-grid .counter-item .counter-decription p {
  font-size: var(--font-size-regular);
  color: var(--grey79-color);
  line-height: 1.3;
  margin-bottom: 0px;
}

.counter-wrapper .counter-grid .counter-item:nth-child(2) h2 {
  color: var(--primary-color);
}

.counter-wrapper .counter-grid .counter-item:nth-child(3) h2 {
  color: var(--quaternary-color);
  opacity: 80%;
}

.counter-wrapper .counter-grid .counter-item:nth-child(4) h2 {
  color: var(--tertiary-color);
  opacity: 80%;
}

.discover-more-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 45px 0px 135px 0px;
  background-color: var(--white-color);
  border-radius: 0px 0px 100px 100px;
}

.discover-more-wrapper .title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.discover-more-wrapper .title-wrap h2 {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: var(--font-size-xxl);
}

.discover-more-wrapper .discover-more-content-grid {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.discover-more-wrapper .discover-more-content-grid:hover .discover-more-card {
  flex-grow: 1;
}

.discover-more-wrapper .discover-more-content-grid .discover-more-card {
  flex: 1 1 130px;
  min-width: 265px;
  width: 100%;
  transition: 0.4s all;
  cursor: pointer;
  transition:
    flex-grow 0.5s ease,
    flex-basis 0.5s ease;
}
.discover-more-card a {
  text-decoration: none;
}
.discover-more-wrapper
  .discover-more-content-grid
  .discover-more-card:first-child
  .discover-category-img {
  /*background-position: right;*/
  background-position: center;
}

.discover-more-wrapper
  .discover-more-content-grid
  .discover-more-card
  .discover-category-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  height: 590px;
}

.discover-more-wrapper .discover-more-content-grid .discover-more-card:hover {
  flex-grow: 4;
}

.discover-more-wrapper .discover-more-content-grid .discover-more-card h3 {
  color: var(--black-color);
  font-size: var(--font-size-md);
  font-weight: 400;
  margin-bottom: 0px;
}

.calendar-wrapper {
  padding: 236px 0px 135px 0px;
  background-image: url("../images/bg-calendar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  overflow: hidden;
  margin-top: -120px;
}

.calendar-wrapper .wrapper {
  max-width: 1300px;
  margin-inline: auto;
  padding: 0px 15px;
}

.calendar-wrapper .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  /*border-bottom: 1px solid var(--greyAA-color);*/
  margin-left: 0;
}

.calendar-wrapper .title-wrap h2 {
  font-size: var(--font-size-xxl);
  margin-bottom: 25px;
  font-weight: 300;
}

.calendar-wrapper .title-wrap .calendar-control-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 34px;
}

.calendar-wrapper
  .title-wrap
  .calendar-control-btn-wrap
  .calendar-icon-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

input[type="date"] {
  visibility: hidden;
  position: absolute;

  width: 0;
  height: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.calendar-icon-container .icon-calendar {
  font-size: 24px;

  color: var(--black-color);
}

.calendar-icon-container input[type="date"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.calendar-wrapper .title-wrap .calendar-control-btn-wrap button i {
  width: 34px;
  height: 34px;
  background-color: var(--black-color);
}

.calendar-wrapper .title-wrap .calendar-control-btn-wrap button:hover i {
  background-color: var(--primary-color);
}

.calendar-wrapper h3 {
  text-align: center;
  margin: 40px 0px;
  font-weight: 400;
}

.filter-dropdown-container {
  position: relative;
  display: inline-block;
}

.filter-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.dropdown-menu-content {
  display: none;
  position: absolute;
  background-color: var(--white-color);
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  top: calc(100% + 10px);
  right: 0;
  border-radius: 10px;
}

.dropdown-menu-content.show {
  display: block;
}

.dropdown-menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu-content li a {
  color: var(--black-color);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-menu-content li a:hover {
  background-color: #f1f1f1;
}

.calendar-wrapper .calendar-event-slider-wrap {
  position: relative;
}

.calendar-wrapper
  .calendar-event-slider-wrap
  .event-slider
  .slider-control-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.calendar-wrapper
  .calendar-event-slider-wrap
  .event-slider
  .slider-control-arrow
  i {
  width: 30px;
  height: 60px;
  background-color: var(--greyAC-color);
}

.calendar-wrapper
  .calendar-event-slider-wrap
  .event-slider
  .slider-control-arrow:hover
  i {
  background-color: var(--primary-color);
}

.calendar-wrapper
  .calendar-event-slider-wrap
  .event-slider
  .slider-control-arrow.slick-disabled {
  cursor: not-allowed;
}

.calendar-wrapper
  .calendar-event-slider-wrap
  .event-slider
  .slider-control-arrow.slick-disabled
  i {
  background-color: var(--greyAC-color);
  opacity: 0.5;
}

.calendar-wrapper
  .calendar-event-slider-wrap
  .event-slider
  .slider-control-arrow.custom-prev {
  left: -170px;
}

.calendar-wrapper
  .calendar-event-slider-wrap
  .event-slider
  .slider-control-arrow.custom-next {
  right: -170px;
}

.calendar-wrapper .calendar-event-slider-wrap .event-slider .slick-list {
  margin-inline: -10px;
}

.calendar-wrapper
  .calendar-event-slider-wrap
  .event-slider
  .slick-list
  .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.calendar-wrapper
  .calendar-event-slider-wrap
  .event-slider
  .slick-list
  .slick-slide
  > div {
  margin-bottom: 40px;
}

.event-card {
  position: relative;
  overflow: hidden;
  transition: 0.2s all;
  cursor: pointer;
}
.event-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.event-card .event-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--white-color);
  color: var(--black-color);
  min-width: 67px;
  min-height: 63px;
  text-align: center;
  border-radius: 10px 0px 10px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.event-card .event-date span {
  font-size: 10px;
  text-transform: uppercase;
}

.event-card .event-date h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0px;
}

.event-card .event-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.event-card .event-img-wrap img {
  width: auto;
  height: 79PX;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 0.4s all;
}

.event-card .event-content-wrap {
  padding:22px 50px;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--white-color);
  transition: 0.2s all;
  height: 170px;
}

.event-card .event-content-wrap .event-category {
  font-size: var(--font-size-xss);
  display: inline-block;
  margin-bottom: 14px;
  transition: 0.2s all;
}

.event-card .event-content-wrap h5 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.1;
  transition: 0.2s all;
  font-weight: 700;
  height: auto;
}

.event-card .event-content-wrap p {
  font-size: var(--font-size-xss);
  margin-bottom: 20px;
  transition: 0.2s all;
}

.event-card .event-content-wrap .event-time {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: var(--font-size-xss);
  transition: 0.2s all;
  margin-bottom:5px;
}

.event-card .event-content-wrap .event-time i {
  width: 14px;
  height: 14px;
  background-color: var(--black-color);
}

.event-card .event-link {
  font-size: 0px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.event-card:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2588235294);
}

.event-card:hover .event-img-wrap img {
  transform: scale(1.04);
}

.social-media-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0px 110px 0px;
  background-color: var(--greyF7-color);
  border-radius: 0px 0px 100px 100px;
}

.social-media-wrapper .title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.social-media-wrapper .title-wrap h2 {
  font-size: var(--font-size-xxl);
  margin-bottom: 0px;
  font-weight: 300;
}

.social-media-wrapper .social-media-tab-wrap .tab-btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: auto;
}

.social-media-wrapper .social-media-tab-wrap .tab-btn-wrap .tab-btn {
  position: relative;
  font-size: var(--font-size-regular);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 15px 35px;
  /*border-bottom: 1px solid var(--greyD3-color);*/
  font-weight: 500;
  transition: 0.2s all;
}

.social-media-wrapper .social-media-tab-wrap .tab-btn-wrap .tab-btn:hover {
  color: var(--grey53-color);
}

.social-media-wrapper
  .social-media-tab-wrap
  .tab-btn-wrap
  .tab-btn
  .tab-btn-icon {
  width: 34px;
  flex-shrink: 0;
}

.social-media-wrapper
  .social-media-tab-wrap
  .tab-btn-wrap
  .tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  /*background-color: #b8a888;*/
}

.social-media-wrapper .social-media-tab-wrap .social-media-tab-grid {
  /*display: grid;*/
  grid-template-columns: repeat(3, 1fr);
  gap: 47px;
  margin-top: 20px;
}
.eapps-instagram-feed-title{
    display:none !important;
}
.social-media-wrapper
  .social-media-tab-wrap
  .social-media-tab-grid
  .social-media-post {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.social-media-wrapper
  .social-media-tab-wrap
  .social-media-tab-grid
  .social-media-post
  img {
  width: 100%;
}

.social-media-wrapper
  .social-media-tab-wrap
  .social-media-tab-grid
  .social-media-post.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute;
}

.seasons-slider-wrap {
  padding: 100px 0px 100px 0px;
}

.seasons-slider-wrap .title-wrap h2 {
  font-size: var(--font-size-xxl);
  margin-bottom: 25px;
  font-weight: 300;
}

.seasons-slider-wrap .seasons-content-grid {
  display: flex;
  align-items: center;
  /*gap: 80px;*/
  justify-content: space-between;
  padding: 65px 0px 270px 0px;
}

.seasons-slider-wrap .circle-area {
  position: relative;
  width: 100%;
  display: block;
}

.seasons-slider-wrap .circle-area .circle-dot-img-wrap {
  position: absolute;
  top: -58px;
  height: 565px;
}

.seasons-slider-wrap .circle-area .circle-dot-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.seasons-slider-wrap .circle-photo-wrap {
  position: relative;
  max-width: 450px;
  height: 450px;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  background: var(--white-color);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6352941176);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 68px;
}

.seasons-slider-wrap .circle-photo-wrap .season-main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: opacity 0.28s ease;
  opacity: 1;
}

.seasons-slider-wrap .circle-photo-wrap .season-main.fade {
  opacity: 0;
}

.seasons-slider-wrap .season-dot {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  z-index: 1;
  pointer-events: none;
  transition:
    transform 0.3s ease,
    z-index 0.3s ease;
}

.seasons-slider-wrap .season-dot svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.seasons-slider-wrap .season-dot svg .season-path {
  pointer-events: all;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transform-style: preserve-3d;
}

.seasons-slider-wrap .season-dot i {
  width: 70px;
  height: 70px;
  background-color: var(--white-color);
  position: absolute;
}

.seasons-slider-wrap .season-dot:nth-of-type(1) {
  width: 325px;
  top: -139px;
  left: 31%;
}

.seasons-slider-wrap .season-dot:nth-of-type(1) i {
  right: 97px;
  top: 88px;
}

.seasons-slider-wrap .season-dot:nth-of-type(2) {
  width: 382px;
  left: 32.8%;
  top: 1.5%;
}

.seasons-slider-wrap .season-dot:nth-of-type(2) i {
  top: 103px;
  right: 59px;
}

.seasons-slider-wrap .season-dot:nth-of-type(3) {
  width: 377px;
  left: 33.4%;
  top: 50.9%;
  z-index: 1;
}

.seasons-slider-wrap .season-dot:nth-of-type(3) i {
  right: 65px;
  top: 60px;
}

.seasons-slider-wrap .season-dot:nth-of-type(4) {
  width: 328px;
  left: 30.9%;
  top: 46.9%;
}

.seasons-slider-wrap .season-dot:nth-of-type(4) i {
  right: 99px;
  bottom: 88px;
}

.seasons-slider-wrap .season-dot:hover {
  transform: scale(1.05);
  z-index: 2;
}

.seasons-slider-wrap .season-dot.active {
  transform: scale(1.08);
  z-index: 2;
}

.seasons-slider-wrap .season-content-wrap {
  max-width: 700px;
  width: 100%;
}

.seasons-slider-wrap .season-content-wrap h2 {
  font-size: var(--font-size-lg);
  font-weight: 400;
  margin-bottom: 30px;
}

.seasons-slider-wrap .season-content-wrap .divider {
  width: 110px;
  height: 3px;
  background-color: var(--tertiary-color);
}

.seasons-slider-wrap .season-content-wrap p {
  margin-top: 40px;
  color: var(--grey79-color);
  font-size: var(--font-size-base);
  line-height: 1.6;
}
.newsletter-wrapper {
  padding: 155px 0px ;
  /*margin-top: -175px;*/
  background-color: var(--secondary-color);
}

.newsletter-wrapper .newsletter-content-grid {
  max-width: 930px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.newsletter-wrapper .newsletter-content-grid .logo-img-wrap {
  max-width: 265px;
  width: 100%;
  flex-shrink: 0;
}

.newsletter-wrapper .newsletter-content-grid .logo-img-wrap img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.newsletter-wrapper .newsletter-content-grid .newsletter-content {
  width: 100%;
}

.newsletter-wrapper .newsletter-content-grid .newsletter-content h2 {
  font-size: var(--font-size-lg);
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 50px;
}

.newsletter-wrapper .newsletter-content-grid .newsletter-content input {
  padding: 20px 15px;
  font-weight: 600;
  font-size: var(--font-size-regular);
  min-height: 78px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  outline: none;
  transition: 0.2s all;
  background-color: transparent;
  width: 100%;
}

.newsletter-wrapper
  .newsletter-content-grid
  .newsletter-content
  input::-moz-placeholder {
  -moz-transition: 0.2s all;
  transition: 0.2s all;
  color: var(--white-color);
}

.newsletter-wrapper
  .newsletter-content-grid
  .newsletter-content
  input::placeholder {
  transition: 0.2s all;
  color: var(--white-color);
}

.newsletter-wrapper
  .newsletter-content-grid
  .newsletter-content
  input:focus::-moz-placeholder {
  opacity: 0.5;
}

.newsletter-wrapper
  .newsletter-content-grid
  .newsletter-content
  input:focus::placeholder {
  opacity: 0.5;
}

footer {
  width: 100%;
  background-color: var(--greyF9-color);
   overflow-x: hidden;
}

footer .wrapper {
    width:100%;
  max-width: 1300px;
  margin-inline: auto;
   
  padding: 0px 15px;
}

footer .footer-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 162px;
  padding: 100px 0px 80px 0px; justify-items: center; 
}
footer .footer-wrapper .footer-item{
    width:100%;
}
footer .contact-item .contact-content{
    font-weight:700;
    color:#535353;
        display: flex;
    flex-direction: column;
    gap: 3px;
}
footer .contact-item .contact-content span{
    font-weight:400;
   font-size: var(--font-size-regular);
}

footer .footer-wrapper .contact-item ul li a {
      display: grid !important;
    grid-template-columns: 1fr 5fr !important;
}
footer .footer-wrapper .footer-item .footer-logo {
  display: inline-block;
  max-width: 242px;
  margin-bottom: 15px;
}
footer .footer-icon{
    width: 55px;
height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
background: #E5E2DE 
}
footer .footer-wrapper .footer-item .footer-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

footer .footer-wrapper .footer-item p {
  font-size: var(--font-size-xxs);
  color: var(--grey53-color);
  max-width: 280px;
  width: 100%;
  line-height: 1.5;
  font-weight: 600;
}

footer .footer-wrapper .footer-item h4 {
  font-weight: bold;
  margin-bottom: 34px;
  color: var(--brown-color);
}
footer .footer-wrapper .contact-item h4 {
  font-weight: bold;
  margin-bottom: 22px;
  color: var(--brown-color);
}

footer .footer-wrapper .footer-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 23px;
  list-style: none;
}
footer .footer-wrapper ..contact-item  ul { gap: 15px;}
footer .footer-wrapper .footer-item ul li {
  list-style-type: none;
}

footer .footer-wrapper .footer-item ul li a {
  display: inline-flex;
  gap: 22px;
  text-decoration: none;
  font-size: var(--font-size-regular);
  color: var(--grey53-color);
  padding-bottom: 20px;
  width:100%;
  border-bottom: 1px solid #CCCCCC;
      justify-content: space-between;
    align-items: center;
}
footer .footer-wrapper .contact-item ul li a {
     padding-bottom: 16px;
}

footer .footer-wrapper .footer-item ul li a img{
   height:15px;
   width:auto;
}

footer .footer-wrapper .footer-item ul li a:hover {
  color: var(--secondary-color);
}

footer .footer-wrapper .footer-item ul li a i {
  background-color: var(--brown-color);
}

footer .footer-wrapper .footer-item .social-list {
  margin-top: 24px;
  /*margin-left: 70px;*/
  display: flex;
  align-items: center;
  gap: 15px;
}

footer .footer-wrapper .footer-item .social-list a i {
  width: 36px;
  height: 36px;
  background-color: var(--brown-color);
}

footer .footer-wrapper .footer-item .social-list a:hover i {
  background-color: var(--secondary-color);
}

footer .copyright-footer {
  text-align: center;
  padding: 30px 15px;
  background-color: var(--white-color);
}

footer .copyright-footer p {
  margin-bottom: 0px;
  font-size: var(--font-size-xs);
}

footer .copyright-footer p a {
  color: var(--tertiary-color);
  transition: 0.2s all;
  text-decoration: none;
}

footer .copyright-footer p a:hover {
  text-decoration: underline;
}

p {
  align-self: start;
}

/* Popup CSS */
/* Popup container */
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

/* Show popup */
.popup-wrapper.active {
  opacity: 1;
  visibility: visible;
}

/* Popup box */
.popup-inner {
  background: var(--white-color);
  border-radius: 10px;
  width: 90%;
  max-width: 470px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.popup-wrapper.active .popup-inner {
  transform: scale(1);
}

/* Close button */
.popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: var(--font-size-sm);
  cursor: pointer;
  z-index: 1;
  color: var(--black-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  line-height: 1;
  border-radius: 100px;
  padding-bottom: 2px;
}

.popup-wrapper .event-card {
  cursor: default;
}

.popup-wrapper .event-card .event-img-wrap {
  height: 162px;
  background: #00758D;
border-radius: 10px 10px 0px 0px;
display: flex;
    ALIGN-ITEMS: CENTER;
    JUSTIFY-CONTENT: CENTER;
}

.popup-wrapper .event-card .event-content-wrap .event-category {
  margin-bottom: 0;
}

.popup-wrapper .event-card .event-content-wrap .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}

.popup-wrapper .event-card .event-content-wrap .event-description {
  margin-top: 20px;
}

.popup-wrapper .event-card .event-content-wrap .event-description p {
  margin-bottom: 0px;
}

/* about-page start */

.region-section {
  padding: 170px 66px 154px;
}

.region-gird {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 81px;
  align-items: center;
}

.region-image {
  text-align: center;
}

.region-image img {
  /*width: 995.4px;*/
  /*height: 558.9px;*/
  filter: drop-shadow(7px 7px 30px #00000058);

  object-fit: cover;
  clip-path: url(#map-shape);
  display: block;
  margin: 0 auto;
}

.region-label {
  font-size: var(--font-size-lg);
  font-weight: bold;
  margin-top: 66px;
  color: var(--secondary-color);
  /*text-transform: uppercase;*/
  font-family: "NF Takhie Pro";
}

.region-text h2 {
  font-size: var(--font-size-xl);
  font-weight: 300;
  font-stretch: normal;
  margin-bottom: 42px;
  color: var(--black-color);
}

.underline {
  background: var(--tertiary-color);
  margin-bottom: 36px;
  width: 110.5px;
  height: 4px;
}

.region-text p {
  font-size: var(--font-size-base);
  line-height: 1.7;
  color: var(--grey79-color);
  margin-bottom: 30px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  background: #f5ede2;
  padding: 66px 0px;
  border-radius: 81px;
      position: sticky;
    z-index: 99998;
    top: 11.6%;
}

.tabs-1 {
  gap: 52px;
}

.tab {
  font-size: var(--font-size-base);
  font-weight: normal;

  color: var(--black-color);
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  /*padding: 6px 0px;*/
  transition: color 0.3s ease;
}

.tab:hover {
  color: var(--primary-color);
}

.tab.active {
  font-weight: 600;
  color: var(--black-color);
}

.tab.active::before {
  content: "•";
  position: absolute;
  left: 50%;
  top: 75%;
  color: var(--primary-color);
  font-size: var(--font-size-xl);
}

.content-section {
  padding: 60px 0px;
}

.wrapper {
  max-width: 1328px;
  margin-inline: auto;
}
.content-section h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;

  color: var(--black-color);
  text-align: center;
  margin-bottom: 104px;
}

.tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.text-content h3 {
  font-size: var(--font-size-md);
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;

  color: var(--black-color);
  margin-bottom: 55px;
}

.text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-base);
  font-weight: normal;
  line-height: 1.6;
  color: var(--grey79-color);
}

.image-content img {
  width: 593px;
  height: 752px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.slider-section {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 75px 0 100px;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}

.swiper-slide img {
  width: 350px;
  height: 350px;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  top: 56%;
  transform: translateY(-50%);
  background: none;
  z-index: 10;
  color: transparent;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.swiper-button-prev {
  left: 30px;
  font-size: 0px;
}
.swiper-button-prev:after .swiper-button-next {
  right: 10px;
  font-size: 0px;
}

.header-color header {
  background-color: var(--quaternary-color);
}
.header-colors header {
  background-color: var(--quaternary-color);
}

.header-color header.menu-is-open {
  background-color: var(--greyF7-color);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);

  .header-wrapper {
    .logo {
      background-color: var(--secondary-color);
    }

    .right-header-wrap {
      .menu-btn {
        background-color: var(--secondary-color);
      }
    }
  }

  .mega-menu-wrapper {
    bottom: inherit;
  }
}
.header-colors header.menu-is-open {
  background-color: var(--white-color);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);

  .header-wrapper {
    .logo {
      background-color: var(--quaternary-color);
    }

    .right-header-wrap {
      .menu-btn {
        background-color: var(--quaternary-color);
      }
    }
  }

  .mega-menu-wrapper {
    bottom: inherit;
  }
}
/* about page end */

/* contact page start */

.contact-section {
  padding: 262px 10% 105px;
}

.contact-section .wrapper {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
}

.contact-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 128px;
  align-items: center;
}

.contact-section .contact-grid .contact-info h2 {
  font-size: var(--font-size-xl);
  font-weight: 300;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  gap: 59px;
}

.contact-section .contact-grid .contact-info h2 img {
  vertical-align: middle;
}

.contact-section .contact-grid .contact-info p {
  margin: 0 0 43px;
  color: var(--grey79-color);
  font-size: var(--font-size-base);
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 41px;
}

.contact-section .contact-grid .contact-info .social-icons {
  padding-top: 37px;
  display: flex;
  gap: 15px;
}

.contact-section .contact-grid .contact-info .social-icons img {
  transition: 0.3s;
}

.contact-section .contact-grid .contact-info .social-icons a:hover img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(80%) saturate(700%)
    hue-rotate(180deg);
}

.contact-section .contact-grid .contact-form {
  background: var(--white-color);
  padding: 71px 76px;
  border-radius: 100px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

.contact-section .contact-grid .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 53px;
}

.contact-section .contact-grid .contact-form form input,
.contact-section .contact-grid .contact-form form textarea {
  border: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 11px 5px;
  font-size: var(--font-size-base);
  outline: none;
  width: 100%;
  font-family: "Ubuntu";
}

.contact-section .contact-grid .contact-form form input:focus,
.contact-section .contact-grid .contact-form form textarea:focus {
  border-bottom: 1px solid var(--secondary-color);
}

.contact-section .contact-grid .contact-form form button {
  background: var(--secondary-color);
  color: var(--white-color);
  border: 1px solid var(--secondary-color);
  padding: 18px 28px;
  border-radius: 50px;
  font-size: var(--font-size-base);

  font-weight: bold;
  cursor: pointer;
  align-self: center;
  transition: 0.3s;
  width: 202px;
  height: 64px;
}

.contact-section .contact-grid .contact-form form button:hover {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.contact-img-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-img-section .contact-image img {
  width: 100%;
  display: block;
  height: auto;
}

/* contact page end */

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #a59b85;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.no-data {
  grid-column: 1 / -1;
  width: 100%;
  background: #9e9e9e;
  color: var(--white-color);
  text-align: center;
  margin-top: 20px;
  padding: 15px;
  background-color: #a29884;
  border: 2px solid #a69c86;
  border-radius: 8px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
input[type="month"] {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
.newsletter-content-textbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-content input {
  flex: 1;
  padding: 10px;
  font-size: var(--font-size-xss);
}

.newsletter-content .go-right-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.newsletter-content .go-right-arrow i {
  background-color: var(--white-color);
}
.newsletter-content .go-right-arrow:hover i {
  background-color: var(--brown-color);
}

/*nestorio page*/

.nestorio-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}

.nestorio-image {
  width: 45%;
  position: relative;
}

.nestorio-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.nestorio-content {
  width: 50%;
}

.nestorio-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.nestorio-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.nestorio-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.nestorio-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;

  font-style: italic;
}

.nestorio-details {
  max-width: 828px;
}

.nestorio-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}

.nestorio-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
}

.nestorio-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.nestorio-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.nestorio-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 55px;
  line-height: 1.5;
  text-align: center;
}

.nestorio-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.nestorio-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.nestorio-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.nestorio-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;

  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.nestorio-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.nestorio-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.nestorio-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.nestorio-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.nestorio-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.nestorio-gallery-grid .nestorio-place-details p {
  margin-bottom: 0px;
}
.nestorio-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

/* Orestiko-pages-start  */
.Orestiko-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}

.Orestiko-image {
  width: 45%;
  position: relative;
}

.Orestiko-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.Orestiko-content {
  width: 50%;
}

.Orestiko-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.Orestiko-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.Orestiko-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.Orestiko-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;

  font-style: italic;
}

.Orestiko-details {
  max-width: 828px;
}

.Orestiko-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}

.Orestiko-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-top: 40px;
}

.Orestiko-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.Orestiko-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.Orestiko-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
  /*text-align: center;*/
}

.Orestiko-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.Orestiko-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.Orestiko-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.Orestiko-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;

  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.Orestiko-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.Orestiko-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.Orestiko-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.Orestiko-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.Orestiko-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.Orestiko-gallery-grid .Orestiko-place-details p {
  margin-bottom: 0px;
}
.Orestiko-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.Orestiko-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}
/* Orestiko-end  */

.gallery {
  display: flex;
  gap: 12px;
  padding: 20px;
  flex-wrap: wrap;
}

.lightbox {
  position: fixed;
  inset: 0;

  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  /*background: var(--secondary-color);*/
  background: #005f85e9;
}

.img-wrapper {
  padding: 0px 15px;
  overflow: hidden;
  animation: fadeZoom 0.3s;
}

@keyframes fadeZoom {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lightbox-img {
  width: auto;
  height: 80%;
  display: block;
  margin: 0px auto;
}

.icon-btn,
.close-btn {
  background: var(--white-color);
  color: var(--black-color);
  font-size: var(--font-size-regular);
  border: 1px solid var(--btn-color);
  padding: 7px 10px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
      z-index: 100000;
}

.icon-btn:hover,
.close-btn:hover {
  border-color: var(--btn-hover);
  color: var(--btn-hover);
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 700;
  font-size: var(--font-size-small);
   z-index: 100000;
}

.zoom-controls {
  position: absolute;
  right: 20px;
  bottom: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bottom-toolbar {
  position: absolute;
  bottom: 2%;

  padding: 6px 14px;

  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--white-color);
}

.counter {
  font-size: var(--font-size-xss);
}

.dropdown-menu-content.show {
  display: block;
}
.dropdown-menu-content {
  display: none;
  position: absolute;
  background-color: var(--white-color);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 2;
  top: calc(100% + 10px);
  right: 0;
  border-radius: 10px;
  padding: 15px;
  width: max-content;
  max-width: 90vw;
}

.filter-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.filter-columns::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80%;
  background: #ccc;
  transform: translateX(-50%);
  margin: auto;
}

.filter-columns.two-columns {
  grid-template-columns: 1fr 1fr;
}

.filter-column {
  display: flex;
  flex-direction: column;
  max-height: 250px;
  overflow-y: auto;
}

.filter-column h4 {
  margin: 0 0 10px 0;
  font-size: var(--font-size-xss);
  color: var(--secondary-color);

  padding-bottom: 5px;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 22px;
  user-select: none;
  font-size: var(--font-size-xss);
  color: #333;
  transition: color 0.2s;
}

.custom-checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #a5a5a5;
  border-radius: 0px;
  background-color: var(--white-color);
  transition: all 0.2s;
}

.custom-checkbox input[type="checkbox"]:checked + span::before {
  background-color: var(--white-color);
  border-color: var(--secondary-color);
}

.custom-checkbox span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 7px;
  height: 15px;
  border: solid var(--secondary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease-in-out;
}

.custom-checkbox input[type="checkbox"]:checked + span::after {
  transform: rotate(45deg) scale(1);
}

.custom-checkbox span:hover {
  color: var(--secondary-color);
}

.custom-checkbox {
  margin-bottom: 10px;
}

/*travel-Planner-pages-start*/

.travel-planner-hero {
  position: relative;
  width: 100%;
  height: 730px;
  background: url("../images/photo_travel planner.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6vw;
  /*background-attachment: fixed;*/
}

.travel-planner-overlay {
  position: absolute;
  inset: 0;
  /*background: rgba(0, 0, 0, 0.63);*/
  background-color: rgba(255, 255, 255, 0.58);

  left: 50%;
}

.travel-planner-content {
  position: relative;
  max-width: 496px;
  color: var(--white-color);
}

.travel-planner-title {
  font-size: 72px;
  font-weight: 400;
  margin: 0;
  color: var(--black-color);
  line-height: 100%;
  font-family: "NF Takhie Pro";
  text-align: center;
}

.travel-planner-description {
  font-size: var(--font-size-base);
  margin-bottom: 25px;
  line-height: 40px;
  font-weight: 400;
  color: var(--black-color);
  text-align: center;
}

.travel-planner-button {
  display: inline-block;
  padding: 17px 23px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 30px;
  color: var(--white-color);
  font-size: var(--font-size-small);
  text-decoration: none;
  transition: 0.3s;
  font-weight: 700;
  width: fit-content;
  display: flex;
  margin: 0px auto;
}

.travel-planner-button:hover {
  background: transparent;
  color: var(--secondary-color);
}

.travel-planner-section {
  text-align: center;
  padding: 180px 0px 47px;
  max-width: 1106px;
  margin: 0 auto;
}

.tp-title {
  font-size: var(--font-size-xl);
  margin-bottom: 27px;
  font-weight: 400;
}

.tp-subtitle {
  font-size: var(--font-size-base);
  margin-bottom: 40px;

  font-style: italic;
  display: flex;
  justify-content: center;
}

.tp-image-wrap img {
  width: 100%;
}

.tp-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.tp-form-section {
  max-width: 1106px;
  margin: 0 auto;
  padding: 0px 0px 40px;
}

.tp-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.tp-question {
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-bottom: 1px solid #707070;
  padding-bottom: 25px;
  margin-top: 25px;
}

.tp-label {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-bottom: 5px;

  color: #222;
}

.tp-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 44px;
}

.tp-options label {
  font-size: var(--font-size-base);
  color: var(--black-color);
  display: flex;
  align-items: center;
  gap: 11px;
}

input[type="checkbox"] {
  transform: scale(1.2);
  cursor: pointer;
}

.tp-options .custom-checkbox span {
  font-size: var(--font-size-base);
  color: var(--black-color);
  display: flex;
  align-items: center;
  gap: 11px;
}
.tp-options .custom-checkbox {
  margin-bottom: 0px;
}

.tp-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.tp-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.tp-checkbox .checkmark {
  width: 22px;
  height: 22px;
  border-radius: 0px;
  border: 2px solid #707070;
  background: var(--black-color);
  display: inline-block;
  transition: 0.2s;
  box-sizing: border-box;
}

.tp-checkbox input:checked + .checkmark {
  background: var(--black-color);
  border-color: var(--black-color);
}

.tp-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid var(--white-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.button {
  display: flex;
  margin: 47px auto 0px;
}

/*travel-Planner-pages-end*/

/*amyntaio-page-start*/

.amyntaio-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}

.amyntaio-image {
  width: 45%;
  position: relative;
}

.amyntaio-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.amyntaio-content {
  width: 50%;
}

.amyntaio-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.amyntaio-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.amyntaio-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.amyntaio-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;

  font-style: italic;
}

.amyntaio-details {
  max-width: 828px;
}

.amyntaio-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}
.amyntaio-details h5 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 40px;
}
.amyntaio-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-top: 40px;
}

.amyntaio-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.amyntaio-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.amyntaio-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
  /*text-align: center;*/
}

.amyntaio-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.amyntaio-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.amyntaio-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.amyntaio-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;

  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.amyntaio-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.amyntaio-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.amyntaio-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.amyntaio-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.amyntaio-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.amyntaio-gallery-grid .amyntaio-place-details p {
  margin-bottom: 0px;
}
.amyntaio-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.amyntaio-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

/*amyntaio-page-end*/

/*prespes-page-start*/

.prespes-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}
.prespes {
  margin-top: 119px;
}
.prespes-image {
  width: 45%;
  position: relative;
}

.prespes-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.prespes-content {
  width: 50%;
}

.prespes-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.prespes-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.prespes-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.prespes-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;
  margin-bottom: 22px;
  font-style: italic;
}

.prespes-details {
  max-width: 828px;
}

.prespes-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}
.prespes-details h5 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 40px;
}
.prespes-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  /* margin-top:40px; */
}

.prespes-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.prespes-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 39px;
}
.prespes-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
  /*text-align: center;*/
}

.prespes-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.prespes-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.prespes-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.prespes-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;

  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.prespes-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.prespes-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.prespes-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.prespes-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.prespes-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.prespes-gallery-grid .prespes-place-details p {
  margin-bottom: 0px;
}
.prespes-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.prespes-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

/*prespes-page-end*/

/*florina-page-start*/

.florina-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}
.florina {
  margin-top: 119px;
}
.florina-image {
  width: 55%;
  position: relative;
}

.florina-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.florina-content {
  width: 45%;
}

.florina-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.florina-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.florina-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.florina-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;
  margin-bottom: 22px;
  font-style: italic;
}

.florina-details {
  max-width: 828px;
}

.florina-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}
.florina-details h5 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 40px;
}
.florina-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  /* margin-top:40px; */
}

.florina-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.florina-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 39px;
}
.florina-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
  /*text-align: center;*/
}

.florina-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.florina-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.florina-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.florina-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;

  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.florina-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.florina-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.florina-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.florina-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.florina-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.florina-gallery-grid .florina-place-details p {
  margin-bottom: 0px;
}
.florina-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.florina-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

.info {
  margin-top: 20px;
}
/*florina-page-end*/

/*kastoria-page-start*/

.kastoria-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}
.kastoria {
  margin-top: 119px;
}
.kastoria-image {
  width: 45%;
  position: relative;
}

.kastoria-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.kastoria-content {
  width: 50%;
}

.kastoria-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.kastoria-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.kastoria-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.kastoria-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;
  margin-bottom: 22px;
  font-style: italic;
}

.kastoria-details {
  max-width: 828px;
}

.kastoria-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}
.kastoria-details h5 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 40px;
}
.kastoria-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  /* margin-top:40px; */
}

.kastoria-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.kastoria-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 39px;
}
.kastoria-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
  /*text-align: center;*/
}

.kastoria-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.kastoria-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.kastoria-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.kastoria-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;

  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.kastoria-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.kastoria-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.kastoria-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.kastoria-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.kastoria-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.kastoria-gallery-grid .kastoria-place-details p {
  margin-bottom: 0px;
}
.kastoria-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.kastoria-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

.info {
  margin-top: 20px;
}
.kastoria-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-bottom: 0px;
}
.kastoria-inof p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-bottom: 0px;
}

.info-wrapper {
  position: relative;
  max-width: 1030px;
  margin: 76px auto 129px;
  padding: 0px 40px;
  background: var(--white-color);
  text-align: center;
}

.info-content h3 {
  font-size: var(--font-size-regular);
  font-weight: 700;
  margin-bottom: 12px;
}

.info-content p {
  font-size: var(--font-size-regular);
  line-height: 32px;
  margin: 6px 0;
  color: var(--black-color);
}

.side-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 122px;
  background: var(--quaternary-color);
}

.side-bar.left {
  left: 20px;
}

.side-bar.right {
  right: 20px;
}
.kastoria-text-contents {
  font-size: var(--font-size-md) !important;
  font-weight: 700 !important;
}

/*kastoria-page-end*/

/*deskati-page-start*/

.deskati-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}
.deskati {
  margin-top: 119px;
}
.deskati-image {
  width: 45%;
  position: relative;
}

.deskati-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.deskati-content {
  width: 50%;
}

.deskati-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.deskati-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.deskati-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.deskati-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;
  margin-bottom: 22px;
  font-style: italic;
}

.deskati-details {
  max-width: 828px;
}

.deskati-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}
.deskati-details h5 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 40px;
}
.deskati-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  /* margin-top:40px; */
}

.deskati-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.deskati-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 39px;
}
.deskati-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
  /*text-align: center;*/
}

.deskati-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.deskati-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.deskati-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.deskati-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;

  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.deskati-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
  background: var(--white-color);
  margin-bottom: 49px;
}

.deskati-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.deskati-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.deskati-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.deskati-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.deskati-gallery-grid .deskati-place-details p {
  margin-bottom: 0px;
}
.deskati-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.deskati-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

.info {
  margin-top: 20px;
}

.deskati-info p {
  /*  font-size: var( --font-size-regular);;*/
  line-height: 34px;
  margin-bottom: 0px;
}
/*deskati-page-end*/

/*eordaia-page-start*/

.eordaia-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}
.eordaia {
  margin-top: 119px;
}
.eordaia-image {
  width: 45%;
  position: relative;
}

.eordaia-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.eordaia-content {
  width: 50%;
}

.eordaia-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.eordaia-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.eordaia-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.eordaia-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;
  margin-bottom: 22px;
  font-style: italic;
}

.eordaia-details {
  max-width: 835px;
}

.eordaia-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}
.eordaia-details h5 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 40px;
}
.eordaia-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  /* margin-top:40px; */
}

.eordaia-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.eordaia-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 39px;
}
.eordaia-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
  /*text-align: center;*/
}

.eordaia-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.eordaia-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.eordaia-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.eordaia-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.eordaia-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.eordaia-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.eordaia-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.eordaia-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.eordaia-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.eordaia-gallery-grid .eordaia-place-details p {
  margin-bottom: 0px;
}
.eordaia-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.eordaia-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

.info {
  margin-top: 20px;
}
.eordaia-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-bottom: 0px;
}
.eordaia-inof p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-bottom: 0px;
}

.info-wrapper {
  position: relative;
  max-width: 1030px;
  margin: 76px auto 129px;
  padding: 0px 40px;
  background: var(--white-color);
  text-align: center;
}

.info-content h3 {
  font-size: var(--font-size-regular);
  font-weight: 700;
  margin-bottom: 12px;
}

.info-content p {
  font-size: var(--font-size-regular);
  line-height: 32px;
  margin: 6px 0;
  color: var(--black-color);
}

.side-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 122px;
  background: var(--quaternary-color);
}

.side-bar.left {
  left: 20px;
}

.side-bar.right {
  right: 20px;
}
.eordaia-text-contents {
  font-size: var(--font-size-md) !important;
  font-weight: 700 !important;
}

.eordaia-inof {
  margin-bottom: 40px;
}

/*eordaia-page-end*/

/*velvento-page-start*/

.velvento-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 90px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}
.velvento {
  margin-top: 119px;
}
.velvento-image {
  width: 45%;
  position: relative;
}

.velvento-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.velvento-content {
  width: 50%;
}

.velvento-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.velvento-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.velvento-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.velvento-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;
  margin-bottom: 22px;
  font-style: italic;
}

.velvento-details {
  max-width: 835px;
}

.velvento-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}
.velvento-details h5 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 40px;
}
.velvento-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  /* margin-top:40px; */
}

.velvento-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.velvento-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 39px;
}
.velvento-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
  /*text-align: center;*/
}

.velvento-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.velvento-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.velvento-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.velvento-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.velvento-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.velvento-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.velvento-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.velvento-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.velvento-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.velvento-gallery-grid .velvento-place-details p {
  margin-bottom: 0px;
}
.velvento-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.velvento-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

.info {
  margin-top: 20px;
}
.velvento-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-bottom: 0px;
}
.velvento-inof p {
  font-size: var(--font-size-regular);
  /*line-height: 34px;*/
  margin-bottom: 0px;
}

.info-wrapper {
  position: relative;
  max-width: 1030px;
  margin: 76px auto 129px;
  padding: 0px 40px;
  background: var(--bg-white);
  text-align: center;
}

.info-content h3 {
  font-size: var(--font-size-regular);
  font-weight: 700;
  margin-bottom: 12px;
}

.info-content p {
  font-size: var(--font-size-regular);
  line-height: 32px;
  margin: 6px 0;
  color: var(--black-color);
}

.side-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 122px;
  background: var(--quaternary-color);
}

.side-bar.left {
  left: 20px;
}

.side-bar.right {
  right: 20px;
}
.velvento-text-contents {
  font-size: var(--font-size-md) !important;
  font-weight: 700 !important;
}

.velvento-inof {
  margin-bottom: 40px;
}

/*velvento-page-end*/

/*Voio-page-start*/

.Voio-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  padding: 170px 65px 70px;
  background-color: var(--white-color);
}
.Voio {
  margin-top: 119px;
}
.Voio-image {
  width: 45%;
  position: relative;
}

.Voio-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.Voio-content {
  width: 50%;
}

.Voio-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.Voio-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.Voio-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.Voio-intro p {
  font-size: var(--font-size-base);
  line-height: 34px;
  margin-bottom: 22px;
  font-style: italic;
}

.Voio-details {
  max-width: 835px;
}

.Voio-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}
.Voio-details h5 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 40px;
}
.Voio-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  /* margin-top:40px; */
}

.Voio-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.Voio-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 39px;
}
.Voio-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
  /*text-align: center;*/
}

.Voio-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.Voio-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.Voio-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.Voio-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.Voio-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.Voio-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.Voio-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.Voio-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.Voio-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.Voio-gallery-grid .Voio-place-details p {
  margin-bottom: 0px;
}
.Voio-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.Voio-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

.info {
  margin-top: 20px;
}
.Voio-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-bottom: 0px;
}
.Voio-inof p {
  font-size: var(--font-size-regular);
  /*line-height: 34px;*/
  margin-bottom: 0px;
}

.info-wrapper {
  position: relative;
  max-width: 1030px;
  margin: 76px auto 129px;
  padding: 0px 40px;
  background: var(--white-color);
  text-align: center;
}

.info-content h3 {
  font-size: var(--font-size-regular);
  font-weight: 700;
  margin-bottom: 12px;
}

.info-content p {
  font-size: var(--font-size-regular);
  line-height: 32px;
  margin: 6px 0;
  color: var(--black-color);
}

.side-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 122px;
  background: var(--quaternary-color);
}

.side-bar.left {
  left: 20px;
}

.side-bar.right {
  right: 20px;
}
.Voio-text-contents {
  font-size: var(--font-size-md) !important;
  font-weight: 700 !important;
}

.Voio-inof {
  margin-bottom: 40px;
}

/*Voio-page-end*/

/*grevena-page-start*/
.grevena {
  /*padding: 170px 65px 0px;*/
  padding: 170px 0px 0px;
}
.grevena-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  padding-bottom: 70px;

  background-color: var(--white-color);
}

.grevena-image {
  width: 45%;
  position: relative;
}

.grevena-image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  filter: drop-shadow(0.25rem 0.5rem 0.9rem rgba(0, 0, 0, 0.18))
    drop-shadow(0.1rem 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}

.grevena-content {
  width: 50%;
}

.grevena-content h2 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  margin-bottom: 16px;
}

.grevena-content h3 {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 400;
}

.grevena-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}

.grevena-intro p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-bottom: 22px;
  /*font-style: italic;*/
}
.grevena-intro p em {
  font-size: var(--font-size-base);
  font-weight: 300;
}
.grevena-details {
  max-width: 835px;
}

.grevena-details h4 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 48px;

  margin-bottom: 20px;
}
.grevena-details h5 {
  font-size: var(--font-size-base);
  font-weight: 700;
  margin-top: 40px;
}
.grevena-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
}

.grevena-tab-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 60px;
  align-items: start;
  margin-bottom: 49px;
  background: var(--white-color);
}

.grevena-text-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 39px;
}
.grevena-text-content h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.grevena-text-content h5 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.grevena-text-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.grevena-text-content p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: 400;
  line-height: 1.6;
  color: var(--black-color);
}

.grevena-image-content img {
  width: 100%;

  height: auto;
  object-fit: cover;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 17px;
  margin-bottom: 52px;
}

.gallery-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 275px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery {
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

.grevena-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  background: var(--white-color);
  margin-bottom: 49px;
}

.grevena-place-details h1 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
}
.grevena-place-details h3 {
  font-size: var(--font-size-base);
  font-weight: 300;
  font-style: italic;
  color: var(--black-color);
  margin-bottom: 40px;
  line-height: 1.5;
}

.grevena-place-details h4 {
  font-size: var(--font-size-base);
  font-weight: bold;

  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.grevena-place-details p {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.grevena-gallery-grid .grevena-place-details p {
  margin-bottom: 0px;
}
.grevena-place-details p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  font-style: italic;
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}
.grevena-text-content p span {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  /*font-style: italic;*/
  color: var(--black-color);
  width: 100%;
  max-width: 610px;
}

.activity-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;

  background: var(--white-color);
  margin-bottom: 20px;
}

.activity-gallery-grid .activity img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin-bottom: 30px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

.info {
  margin-top: 20px;
}
.grevena-details p {
  font-size: var(--font-size-regular);
  line-height: 34px;
  margin-bottom: 0px;
}
.grevena-inof p {
  font-size: var(--font-size-regular);

  margin-bottom: 0px;
}

.info-wrapper {
  position: relative;
  max-width: 1030px;
  margin: 76px auto 129px;
  padding: 0px 40px;
  background: var(--white-color);
  text-align: center;
}

.info-content h3 {
  font-size: var(--font-size-regular);
  font-weight: 700;
  margin-bottom: 12px;
}

.info-content p {
  font-size: var(--font-size-regular);
  line-height: 32px;
  margin: 6px 0;
  color: var(--black-color);
}

.side-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 122px;
  background: var(--quaternary-color);
}

.side-bar.left {
  left: 20px;
}

.side-bar.right {
  right: 20px;
}
.grevena-text-contents {
  font-size: var(--font-size-md) !important;
  font-weight: 700 !important;
}
.grevena-info {
  margin-bottom: 40px;
}
/*.grevena-info p {*/
/*  margin-bottom: 0px;*/
/*}*/

.grevena-inof {
  margin-bottom: 40px;
}
.grevena-showcase-section {
  margin-top: 104px;
}
.grevena-showcase {
  display: grid;
  gap: 50px 20px;
  /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
  grid-template-columns: repeat(auto-fit, 317px);
  justify-content: center;
  margin-top: 54px;
}

.grevena-card {
  background: var(--white-color);
  border-radius: 30px;
  height: 420px;
  box-shadow: 0px 0px 20px #00000019;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.grevena-card:hover {
  transform: translateY(-5px);
}

.grevena-card-img {
  width: 100%;
  height: 270px;
  background-color: #eee;
}

.grevena-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grevena-card-img--placeholder {
  background-color: #4f6357;
}

.grevena-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.grevena-card-title {
  font-size: var(--font-size-regular);
  font-weight: bold;
  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}

.grevena-card-actions {
  margin-top: auto;
  text-align: right;
}

.grevena-card-link {
  text-decoration: none;
  font-size: var(--font-size-small);
  font-weight: normal;
  line-height: 1.6;
  color: #000000cc;
}

.geopark-section {
  margin: 90px auto;
}
.geopark-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 114px;
  margin: 0px 0px 116px;
}

.main-content h2 {
  font-size: var(--font-size-lg);
  font-weight: 300;
  font-stretch: normal;
  color: var(--black-color);
  margin-bottom: 39px;
}
.main-content p {
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}
.info-card {
  flex: 1;
  background: var(--bg-white);
  padding: 0;
  border-radius: 30px;

  min-width: 300px;
}
.info-card .inner-section {
  padding: 45px 35px;
  box-shadow: 0px 0px 20px #00000019;
}

.info-card h3 {
  font-size: var(--font-size-regular);
  font-weight: bold;
  color: var(--black-color);
  margin-bottom: 20px;
  line-height: 1.5;
}

.status-list,
.contact-list {
  list-style: none;
  padding: 0;
  flex-direction: column;

  display: flex;
}
.contact-list li a {
  color: var(--black-color);
  text-decoration: none;
}
.map-item a{
  color: var(--black-color) !important;
  text-decoration: none;
  cursor:pointer;
}
.contact-list li a:hover, .status-list li:first-child:hover, .map-item a:hover{
      
  color: #4D655C !important;
  text-decoration: none;
  cursor:pointer;
}
.status-list li {
  margin-bottom: 10px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
}

.status-list span {
  color: var(--quaternary-color);
  margin-right: 10px;
  font-size: var(--font-size-regular);
}

.divider {
  border: 0;
  border-top: 3px solid var(--quaternary-color);
  width: 59px;
  margin: 44px 0;
}

.contact-list li {
  margin-top: 10px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
  display: flex;
  align-items: center;
  gap: 15px;
}

.geopark-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.geopark-image-container {
  position: relative;
  /*width: 855px;*/
  width: 590px;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

.left-image-container,
.side-image-container {
  position: absolute;
  width: 448px;
  height: 283px;
  z-index: 1;
  opacity: 0.62;
}

.left-image-container {
  left: 2%;
}

.side-image-container {
  right: 2%;
}

.geopark-image-container img,
.left-image-container img,
.side-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.6s ease;
}

.geopark-dots {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 100px;
}

.geopark-dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #e2e0e0;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.geopark-dot.active {
  background-color: var(--quaternary-color);
}

.grevena-hero {
  width: 100%;
  height: 450px;
  margin-top: 33px;
  background-image: url("../images/grevena-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-list li img {
  width: 17px;
}
/*grevena-page-end*/

.wrap {
  position: relative;
  display: flex;
  justify-content: center;

  min-height: 1098px;
  margin: 200px 0 110;
  width: 100%;
}
.char {
  color: rgba(0, 0, 0, 0.4);
}

.cards {
  position: relative;
  width: 953px;
  height: 400px;
  align-items: center;
  display: flex;
}

.card {
  position: absolute;
  width: 450px;
  height: auto;
  border-radius: 60px;
  overflow: hidden;
  cursor: pointer;

  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;

  cursor: pointer;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.card span {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white-color);

  font-size: var(--font-size-regular);
  letter-spacing: 2px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.card:nth-child(1) {
  transform: translate(0px, 0);
  z-index: 1;
}
.card:nth-child(2) {
  transform: translate(437px, 36px);
  z-index: 4;
}
.card:nth-child(3) {
  transform: translate(-31px, 505px);

  z-index: 2;
}
.card:nth-child(4) {
  transform: translate(370px, 465px);
  z-index: 3;
}

.center {
  position: absolute;
  width: 587px;

  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  /*pointer-events: none;*/

  bottom: 4%;
}

.center h1 {
  font-size: 72px;
  font-weight: 400;
  margin: 0;
  color: var(--black-color);
  line-height: 100%;
  font-family: "NF Takhie Pro";
}

.center h2 {
  font-size: var(--font-size-md);
  font-weight: 400;
  color: var(--black-color);
  margin: 40px 0 60px;
}

.center p {
  font-size: var(--font-size-regular);
  line-height: 32px;
  color: var(--black-color);
  margin: 25px 0;
}

.center .tag {
  font-size: var(--font-size-xxl);
  margin: 0;
  color: var(--black-color);
  line-height: 100%;
  font-family: "NF Takhie Pro";
}

.wrap.is-active .card:nth-child(1) {
  transform: translate(-80%, -00px);
}
.wrap.is-active .card:nth-child(2) {
  transform: translate(190%, -00px);
}
.wrap.is-active .card:nth-child(3) {
  transform: translate(-80%, 625px);
}
.wrap.is-active .card:nth-child(4) {
  transform: translate(190%, 625px);
}

.wrap.is-active .center {
  opacity: 1;
  transform: scale(1);
}
.wrap:hover .center {
  opacity: 1;
  transform: scale(1);
}
.card-overlay {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.card-overlay h3 {
  font-size: var(--font-size-xxl);
  margin: 0;
  font-weight: 400;
  line-height: 100%;
  font-family: "NF Takhie Pro";
  color: #ffffff;
  text-shadow: 2px 2px 10px #000000;
}
/*.p-e-height {*/
/*  height: 300vh;*/
/*}*/

.p-e-container {
  position: sticky;
  top: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 182px 0px 0px;
}

.headline {
  font-size: 90px;
  margin-bottom: 30px;
  font-family: "NF Takhie Pro", sans-serif;

  transform-origin: center;
  transition:
    transform 0.1s ease-out,
    opacity 0.1s ease-out;
  color: var(--black-color);
  line-height: 100%;
}

.image-wrapper {
  width: 100%;

  overflow: hidden;

  will-change: width;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, minmax(50vh, auto));
  width: 100%;
}

.destination-grid-media {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.destination-grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.destination-grid-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 134px;
}

.destination-grid-inner {
  line-height: 32px;
  color: var(--black-color);
  font-size: var(--font-size-regular);
}
.destination-grid-inner p {
  margin-bottom: 50px;
}

.destination-grid-content--accent {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.destination-grid-content--quaternary {
  background-color: var(--quaternary-color);
  color: var(--white-color);
}
.destination-grid-content--secondary {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.destination-grid-content----tertiary {
  background-color: var(--tertiary-color);
  color: var(--white-color);
}

.destination-grid-content--accent p,
.destination-grid-content--quaternary p,
.destination-grid-content--secondary p,
.destination-grid-content----tertiary p {
  color: var(--white-color);
}

.destination-grid-content--light {
  background-color: var(--white-color);
  color: var(--white-color);
}

.feature-banner {
  width: 100%;
  position: relative;
}

.feature-banner-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-image: url("../images/florina_4.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.P-E-Kozanis-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-image: url("../images/kozani_4.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.grevena-banner-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-image: url("../images/grevena_4.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.kastoria-banner-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-image: url("../images/kastoria_4.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.feature-banner-caption {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1162px;
  text-align: center;
}

.feature-banner-quote {
  color: var(--white-color);
  font-style: italic;
  font-size: var(--font-size-base);
  line-height: 38px;

  margin: 0;
}

.main-container {
  display: flex;
  height: 833px;
}

.seasons-slider-wrap .title-wrap {
  margin-left: 124px;
  position: relative;
  z-index: 12;
}
.left-side {
  flex: 1;
  position: relative;
  z-index: 10;
  background: var(--white-color);
}
.right-side {
  flex: 2.5;
  background-size: cover;
  background-position: center;
  transition: background-image 0.8s ease;
}

.ui-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 945px;
  height: 945px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dotted-ring {
  position: absolute;

  pointer-events: none;

  left: 110px;
}
.dotted-ring img {
  width: 400px;
  height: auto;
}

.center-circle {
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: var(--autumn);
  color: var(--white-color);
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px;
  transition: background var(--transition);
  box-shadow: 0px 0px 30px #00000029;
  pointer-events: none;
}

.center-circle h2 {
  font-size: var(--font-size-xl);
  margin: 0;
  line-height: 86px;
  font-weight: 400;
}
.center-circle p {
  font-size: var(--font-size-base);
  line-height: 40px;
  margin: 39px 0 22px;

  /*max-width: 400px;*/
}

.wedges-svg {
  position: absolute;
  width: 88%;
  height: 88%;
  overflow: visible;
  z-index: 20;
  transform: rotate(-270deg);
}

.wedge {
  cursor: pointer;
  transition: transform 0.3s ease;
  transform-origin: 50px 50px;
}

.wedge:hover {
  transform: scale(1.02);
}

.icon-container {
  pointer-events: none;
}

.arrow-btn {
  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

@keyframes contentIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate {
  animation: contentIn 0.5s forwards;
}

.autumn-section {
  padding-bottom: 100px;
  margin-top: 78px;
  position: relative;
  overflow: hidden;
}

.autumn-section::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 214px;
  width: 867px;
  height: 876px;
  background: url("../images/bg_autumn.png") no-repeat center/contain;
}

.winter-section {
  padding-bottom: 100px;
  margin-top: 78px;
  position: relative;
  overflow: hidden;
}

.winter-section::after {
  content: "";
  position: absolute;
  right: 37px;
  bottom: 534px;
  width: 694px;
  height: 709px;
  background: url("../images/bg_winter.png") no-repeat center/contain;
}

.spring-section {
  padding-bottom: 100px;
  margin-top: 78px;
  position: relative;
  overflow: hidden;
}

.spring-section::after {
  content: "";
  position: absolute;
  right: 37px;
  bottom: 423px;
  width: 756px;
  height: 756px;
  background: url("../images/bg_spring.png") no-repeat center/contain;
}
.summer-section {
  padding-bottom: 100px;
  margin-top: 78px;
  position: relative;
  overflow: hidden;
}

.summer-section::after {
  content: "";
  position: absolute;
  right: 37px;
  bottom: 423px;
  width: 756px;
  height: 756px;
  background: url("../images/bg_summer.png") no-repeat center/contain;
}

.season-img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.season-img-grid img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.season-content {
  max-width: 1352px;
  margin: 104px auto 30px;
  padding: 0 20px;
  color: var(--black-color);
}

.season-content h2 {
  font-size: var(--font-size-xl);
  margin: 0;
  line-height: 65px;
  font-weight: 400;
}

.season-content p {
  font-size: var(--font-size-regular);
  line-height: 32px;
  margin: 39px 0 22px;
}

.season-icon {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 91px;
  transition: 0.3s;
}

.season-icon img {
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.season-icon img:hover {
  transform: translateY(-4px);
}

#info-card a,
#info-card button {
  pointer-events: auto;
}
.center-circle,
.center-circle * {
  pointer-events: none;
  z-index: 100;
}

.wedges-svg {
  position: absolute;
  z-index: 20;
}

.icon-container,
.icon-container * {
  pointer-events: none;
}
.wedges-svg {
  z-index: 1;
}

.center-circle {
  z-index: 100;
  pointer-events: revert;
}

.wedges-svg {
  position: absolute;
  z-index: 20;
}
.servia-page .deskati-gallery-grid .deskati-place-details1 p {
  margin-bottom: 40px;
}
/*.grevena-text-content{*/
/*margin-top:100px;*/

/*}*/
/* menu-section-start */
.menu-section {
  background-color: var(--greyF7-color);
  display: flex;

  width: 100%;
  height: 100vh;
}
.menu {
  display: flex;
  flex: 1;
  margin-top: 40px;
  gap: 49px;
}

.menu-side-menu {
  width: 333px;
  border-right: 1px solid var(--greyCC-color);

  height: 80vh;
  transition: all 0.3s ease;
  position: sticky;
  top: 0;
  background: var(--greyF7-color);
  overflow-y: auto;
}
.menu-list {
  list-style: none;
}
.menu-item {
  padding: 35px;
  color: #8e8e8e;
  font-weight: bold;
  font-size: var(--font-size-md);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 41px;
  transition: background 0.2s;
}
.menu-item:hover {
  color: var(--quaternary-color);
  background: var(--white-color);
}
.menu-item.is-active {
  color: var(--quaternary-color);
  background: var(--white-color);
}

.menu-content {
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding: 6px 0px 0px;
  height: 85vh;
}

.view-section {
  display: none;
  animation: fadeIn 0.3s ease;
}
.view-section.is-active {
  display: block;
}

.category-title {
  font-size: 40px !important;
  font-weight: bold !important;
  line-height: 30px !important;
  margin-bottom: 11px !important;
  color: var(--quaternary-color) !important;
  text-transform: uppercase;
  font-family: "NF Takhie Pro";
}

.card-grid {
  display: grid;
  /*grid-template-columns: repeat(5, 1fr);*/
  grid-template-columns: repeat(auto-fit, 230px);
  gap: 23px;
  margin-bottom: 59px;
}

.location-card {
  width: 230px;
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;

  overflow: hidden;

  cursor: pointer;
}

.card-label {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 60px;
  color: white;
  padding: 21px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#menu-section.menu-is-open {
  transform: translateX(0);
  margin-top: 110px;
}

.menu-content {
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.card-grid {
  scroll-behavior: smooth;
}

.menu-is-open .menu-section {
  display: block;
}

.close-menu-icon {
  display: none;
}

.menu-is-open {
  display: block;
}

#menu-section {
  display: none;
  background-color: var(--greyF7-color);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  /*overflow-y: auto;*/
  flex-direction: column;
  transition: all 0.3s ease;
}

#menu-section.menu-is-open {
  display: flex;
}

.close-menu-icon {
  display: none;
}

.menu-btn.menu-open .menu-icon {
  display: none;
}
.menu-btn.menu-open .close-menu-icon {
  display: block;
}

#menu-section {
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.menu-content a {
  text-decoration: none !important;
}

.menu-item span {
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.menu-item:hover span,
.menu-item.is-active span {
  opacity: 1;
  transform: translateX(0);
}
/* menu-section-end */

.geopark-grid > :only-child {
  grid-column: 1 / -1;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  gap: 10px;
}

.slide {
  flex: 0 0 33.333%;
  padding: 0px;
  position: relative;
}

.slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.status-list li img {
  margin-top: 9px;
  width: 17px;
}

.grevena-divider {
  width: 111px;
  border: 2px solid var(--tertiary-color);
  margin: 22px 0;
}
.sliders-container {
  display: flex;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 64px;
  gap: 40px;
}

.sliders-container .contents-section {
  flex: 1;
  z-index: 2;
  text-align: left;
}

.category {
  font-family: "NF Takhie Pro", sans-serif;
  /*font-size: 90px;*/
  font-size: 70px;
  color: var(--black-color);
}

.sliders-container .title {
  color: var(--black-color);
  margin-bottom: 36px;
  font-weight: 300;

  transition: opacity 0.2s ease;
}

.sliders-container .description {
  font-size: var(--font-size-base);
  font-weight: 300;
  margin-bottom: 40px;
  font-style: italic;
  transition: opacity 0.2s ease;
  width: 100%;
  max-width: 372px;
}

.sliders-container .btn-more {
  display: inline-block;
  text-decoration: none;

  color: var(--white-color);
  padding: 17px 22px;
  border-radius: 50px;
  cursor: pointer;
  font-size: var(--font-size-small);
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
  color: var(--white-color);
  background-color: var(--autumn);
}

.sliders-container .image-section {
  flex: 1.3;
  position: relative;
  height: 710px;
}

.sliders-container .image-wrappers {
  height: 100%;
  overflow: hidden;
  border-radius: 60px;
}

.sliders-container #main-img {
  height: 100%;
  object-fit: cover;
  /*border-radius: 100px;*/
  transition: opacity 0.25s ease-in-out;
}

.sliders-container .nav-numbers {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.nav-item {
  color: white;
  cursor: pointer;
  font-size: var(--font-size-xs);

  font-weight: bold;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-item.active {
  font-size: 27px;
}

.nav-item.active::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

.fade {
  animation: fadeIn 0.4s ease-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.experiences-icon {
  margin-top: 91px;
    position: relative;
    z-index: 1;
  margin-bottom: 93px;
  text-align: center;
  display: flex;
  gap: 54px;
  flex-wrap: wrap;
  justify-content: center;
}
.experiences-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;

  opacity: 0;
  transform: translateX(100px);
  animation: slideIn 0.8s ease forwards;
}

.experiences-icon img {
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.transportation-section {
  width: 100%;
}

.banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  margin-top: 78px;
}

.transportation-content {
  margin: 100px 0px;
  text-align: center;
}

.transportation-content h2 {
}

.transportation-info-box {
  margin: 60 auto 0px;
  display: flex;
  align-items: flex-start;
  gap: 53px;
  text-align: left;
  /* margin-top */
}

.transportation-info-box .img {
}

.transportation-info-box p {
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  margin-top: 78px;
}

.useful-phones-item {
  margin-bottom: 10px;
}
.useful-phones-section {
  margin: 100px 0;
}
.useful-phones-header {
  width: 100%;
  padding: 27px 34px;
  background-color: #efefef;
  border: none;
  text-align: left;
  font-size: var(--font-size-base);
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.main-header .useful-phones-header {
  background-color: #006080;
  color: white;
}

.useful-phones-content {
  display: none;
}

.active .useful-phones-content {
  display: block;
}

.region-title {
  text-align: center;
  font-size: var(--font-size-base);
  font-weight: 700;
  margin: 41px 0px 0px;
}

.useful-phones-useful-phones-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 27px;
  margin-bottom: 78px;
  margin: 41px 50px 50px;
}

.useful-phones-card {
  background: var(--white-color);
  border: 1px solid #c7c7c7;
  border-radius: 30px;
  padding: 26px 30px;
  opacity: 1;
}

.useful-phones-card h3 {
  font-size: var(--font-size-base);
  font-weight: 700;

  margin-top: 0;
  color: var(--black-color);
}

.useful-phones-card p {
  font-size: var(--font-size-regular);
  font-weight: 400;
  margin: 10px 0;
}

.useful-phones-card a {
  font-size: var(--font-size-regular);
  color: #0664b5;
  font-weight: 400;
  text-decoration: none;
  word-break: break-all;
}
.useful-phones-header {
  width: 100%;
  padding: 27px 34px;
  background-color: #efefef;
  color: var(--black-color);

  font-size: var(--font-size-base);
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.useful-phones-item.active .useful-phones-header {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.useful-phones-item.active .arrow img {
  filter: brightness(0) invert(1);
}

.useful-phones-item.active .useful-phones-content {
  display: block;
}
.wrapper {
  max-width: 1328px;
  margin-inline: auto;
}

.slider-scroll-track {
  height: 215vh;
  position: relative;
}

.slider-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--white-color);
  width: 100%;
  max-width: 1300px;
}

:root {
  --header-height: 80px;
}

.slider-section {
  top: 80px;
  height: calc(100dvh - var(--header-height));
  height: calc(-webkit-fill-available - var(--header-height));
}
.slider-section .sliders-container {
  margin-top: 0;
}
.experiences-icon a {
  text-decoration: none;
}
.experiences-icon a p {
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: #000000cc;
  padding-top: 18px;
  align-self: center;
  /*width: 127px;*/
}

.sliders-section {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 75px 0 100px;
}

.image-section img {
  transition: opacity 0.9s ease;
}

#slide-title,
#slide-desc,
#slide-btn {
  transition: opacity 0.9s ease;
}

.slider-scroll-track {
  position: relative;
  height: 215dvh; /* modern browsers */
  height: 215vh; /* fallback */
}

.grevena-text-content .subtitel_1 {
  font-size: var(--font-size-md);
  font-weight: 700;
  font-stretch: normal;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 39px;
  font-style: normal;
}

.panorama {
  margin-bottom: 67px;
}
.panorama-top {
  margin-top: 158px;
}

.panorama__container {
  margin: 0 auto;
  width: 100%;

  text-align: center;
}
.logo_istorikos {
  margin: 50px auto;
}
.logo_istorikos img {
  margin: 0 auto;
  display: flex;
}
.panorama__container img {
  /*width: 100%;*/
  height: auto;
}

.pdf-btn-grid {
  display: flex;
  justify-content: center;
  gap: 142px;
}

.pdf-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  justify-content: center;
  transition: 0.3s ease;
  margin-top: 97px;
  max-width: 440px;
  width: 100%;
}

.pdf-icon {
  width: 42px;
  height: 55px;
}

.pdf-text {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: var(--black-color);
}

.video-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  padding: 97px;
}
.video-container > * {
  max-width: 640px;
  max-width: 100%;
  width: 100%;
}
.video {
  flex: 1;
}

.video iframe {
  width: 100%;
  height: 600px;
}
.cultural-action-slider .boxWrap {
  width: 100%;
  max-width: 58%;
  margin: 60px auto 148px;
}

.cultural-action-slider .bigView {
  height: 600px;
}
.flip-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 160px;
}

.flip-card {
  width: 874px;
  height: 710px;
  perspective: 1000px;
}

.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  backface-visibility: hidden;
}

.flip-front {
}

.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-back {
  background: var(--white-color);
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.experiences-icon a:nth-child(1) {
  animation-delay: 0.2s;
}
.experiences-icon a:nth-child(2) {
  animation-delay: 0.4s;
}
.experiences-icon a:nth-child(3) {
  animation-delay: 0.6s;
}
.experiences-icon a:nth-child(4) {
  animation-delay: 0.8s;
}
.experiences-icon a:nth-child(5) {
  animation-delay: 1s;
}
.experiences-icon a:nth-child(6) {
  animation-delay: 1.2s;
}

/* Animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.experiences-icon a:hover img {
  transform: translateY(-10px) scale(1.1);
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
}
.acf-google-map iframe {
  width: 100% !important;
  height: 275px !important;
}
.gia-esas-section {
  margin: 160px 0px 112px;
}
.gia-esas-section h1 {
  font-size: 90px;
  margin-bottom: 70px;
  text-align: center;
  font-family: "NF Takhie Pro";
}
.gia-esas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 31px;
}

.gia-esas-card {
  position: relative;
  width: 100%;
  height: auto;

  overflow: hidden;
}

.gia-esas-card img {
  width: 100%;
  /*height: 265px;*/
  height: auto;
  object-fit: cover;
  border-radius: 40px 40px 0px 0px;
}

.gia-esas-card-bottom {
  background: var(--quaternary-color);
  padding: 30px 0;
  border-radius: 0px 0px 40px 40px;
  text-align: center;
}

.gia-esas-card-bottom .title {
  color: var(--white-color);
  font-size: var(--font-size-base);
  font-weight: 700;
}
.gia-esas-grid a {
  text-decoration: none;
}
.custom-btn {
  background-color: var(--autumn);

  color: var(--white-color);
  border: 1px solid var(--autumn);
  padding: 17px 22px;
  border-radius: 50px;
  font-size: var(--font-size-small);
  font-weight: 700px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  display: flex;
  margin: 0px auto 90px;
}

.custom-btn:hover {
  background-color: transparent;
  border: 1px solid var(--autumn);
  color: var(--autumn);
}
.custom-btn1,
.experiences-btn {
  background-color: var(--primary-color);

  color: var(--white-color);
  border: 1px solid var(--primary-color);
  padding: 17px 22px;
  border-radius: 50px;
  font-size: var(--font-size-small);
  font-weight: 700px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  display: flex;
  margin: 0px auto 90px;
  width: fit-content;
}

.custom-btn1:hover,
.experiences-btn:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.experiences-btn {
  margin-top: 20px;
}
.ebooks {
  margin-bottom: 148px;
  text-align: center;
}

.ebooks h4 {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: var(--black-color);
  margin-bottom: 10px;
  line-height: 1.5;
}

.ebooks .subtitle {
  margin-bottom: 40px;
  font-size: var(--font-size-regular);
  font-weight: normal;
  line-height: 1.6;
  color: var(--black-color);
}

.ebook-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 101px 61px;
}

.ebook-card {
  transition: transform 0.3s ease;
}

.ebook-card img {
  width: 100%;

  display: block;
}

.ebook-card h4 {
  margin-top: 26px;
}

.ebook-card:hover {
  transform: translateY(-5px);
}

.flip-back .contents-section {
  flex: 1;
  z-index: 2;
  text-align: left;
}

.flip-back .category {
  font-family: "NF Takhie Pro", sans-serif;
  font-size: 90px;
  color: var(--black-color);
}

.flip-back .title {
  color: var(--black-color);
  margin-bottom: 36px;
  font-weight: 300;

  transition: opacity 0.2s ease;
}

.flip-back .description {
  font-size: var(--font-size-base);
  font-weight: 300;
  margin-bottom: 40px;
  font-style: italic;
  transition: opacity 0.2s ease;
  width: 100%;
}
.experiences-section {
  margin: 220px 0px 160px;
}
.experiences-section h2 {
  font-family: "NF Takhie Pro", sans-serif;
  font-size: 90px;
  color: var(--black-color);
  text-align: center;
}

.flip-card {
  width: 300px;
  height: 300px;
  perspective: 1000px;
  border-radius: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 20px #00000019;
}

.flip-card-back {
  background: var(--quaternary-color);
  color: var(--white-color);
  display: grid;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
  font-size: var(--font-size-regular);
  text-align: center;
  padding: 10px;
}

.flip-card-back h3 {
  font-size: var(--font-size-regular);
}

.custom-btn-link {
  text-decoration: none;
}
.flip-card-back p {
  font-size: 16px;
}

.boxWrap {
  width: 100%;
  max-width: 789px;
  margin: 60px auto 0;
}

.bigView {
  width: 100%;
  height: 430px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.bigView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.smallWrap {
  background: var(--white-color);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.btnMove {
  font-size: var(--font-size-base);
  color: var(--quaternary-color);
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}

.btnMove:hover {
  transform: scale(1.1);
}

.linePics {
  flex: 1;
  display: flex;
  gap: 18px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.picItem {
  min-width: 220px;
  height: 95px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 4px solid transparent;
  transition: 0.3s;
  flex-shrink: 0;
}

.picItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picItem.on {
  border-color: var(--quaternary-color);
}

.linePics {
  flex: 1;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.linePics::-webkit-scrollbar {
  display: none;
}

.picItem {
  width: auto;
  min-width: unset;
  height: 95px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 4px solid transparent;
  transition: 0.3s;
  flex-shrink: 0;
}

.picItem img {
  width: 123px;
  height: 100%;
  display: block;
  object-fit: cover;
}
.visitor-feedback-section {
  margin: 100px 0px 129px;
}

.layout-grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  align-items: center;
  gap: 40px;
}

.left-block h2 {
  margin-bottom: 24px;
  font-weight: 300;
}

.left-block p {
  max-width: 364px;
  font-size: var(--font-size-base);
  margin-bottom: 25px;
  line-height: 40px;
  font-weight: 400;
  color: var(--black-color);
  margin-top: 24px;
}

.right-block {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.bg-shape {
  width: 100%;
  max-width: 740px;
}

.bg-shape img {
  width: 100%;
  display: block;
}

.qr-overlay {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;

  background: url("../images/shape_colour.png") no-repeat center/contain;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-title {
  font-size: 72px;
  font-weight: 400;
  margin: 0;
  color: var(--black-color);
  line-height: 100%;
  font-family: "NF Takhie Pro";
  text-align: center;
}

.qr-title-box {
  display: flex;
  margin-right: 105px;
}
.qr-title-box img {
  margin-top: 20px;
}
.qr-box {
  width: 380px;
  margin-right: 60px;
}

.qr-box img {
  width: 100%;
  display: block;
}

.grev-section h2 {
  font-weight: 300;
}

.grev-title {
  text-align: center;
  margin: 55px 0;
  font-weight: 300;
  color: #000000cc;
}

.grev-tab-bar {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 137px;
  background: var(--greyF9-color);
}

.grev-tab-item {
  cursor: pointer;
  padding: 29px 43px;
  color: var(--black-color);
  position: relative;
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 30px;
}

.grev-tab-item.active {
  font-weight: 700;
}

.grev-tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 7px;
  background: var(--primary-color);
}

.grev-tab-panel {
  display: none;
}

.grev-tab-panel.active {
  display: block;
}

.grev-content-box {
  margin: 55px 0 127px;
}

.grev-content {
  margin-top: 30px;
}

.grev-featured {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 54px;
  margin-bottom: 76px;
  padding-bottom: 76px;
  border-bottom: 4px solid var(--greyF9-color);
}

.grev-featured-img img {
  width: 100%;
}

.grev-featured-title {
  margin: 0 0 10px;
  font-size: var(--font-size-base);
  font-weight: 700;
  line-height: 30px;
}

.grev-featured-content p {
  font-size: var(--font-size-regular);
  font-weight: 400;
  line-height: 32px;
  color: #000000cc;
}

.grev-date {
  font-size: var(--font-size-regular);
  color: #000000cc;
  margin: 24px 0;
  line-height: 30px;
  font-style: italic;
}

.grev-readmore {
  color: var(--primary-color);
  cursor: pointer;
  font-size: var(--font-size-regular);
  font-weight: 700;
  line-height: 38px;
  margin-top: 24px;
}

.grev-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  margin-bottom: 75px;
}

.grev-card {
  background: var(--white-color);
}
.grev-featured a,
.grev-card a {
  text-decoration: none;
}

.grev-card img {
  width: 100%;
  margin-bottom: 39px;
}

.grev-card .grev-date {
  margin: 13px 0 0;
}

.grev-card .grev-readmore {
  margin: 13px 0 0;
}

.alt-design {
  height: auto;
}
.grevena-new-card {
  width: 100%;
  max-width: 318px;
  min-height: 149px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  color: var(--white-color);
  padding: 20px;

  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.grevena-new-card h3 {
  font-size: var(--font-size-regular);
  font-weight: 700;
  line-height: 30px;
}

.grevena-showcase a:nth-child(12n + 1) .grevena-new-card,
.grevena-showcase a:nth-child(12n + 7) .grevena-new-card,
.grevena-showcase a:nth-child(12n + 10) .grevena-new-card {
  /*background-image: url("<?php echo get_template_directory_uri(); ?>/images/bg_beige.png");*/
  background: url("../images/bg_beige.png") center/cover no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.grevena-showcase a:nth-child(12n + 2),
.grevena-showcase a:nth-child(12n + 5),
.grevena-showcase a:nth-child(12n + 12) {
}
.grevena-showcase a:nth-child(12n + 2) .grevena-new-card,
.grevena-showcase a:nth-child(12n + 5) .grevena-new-card,
.grevena-showcase a:nth-child(12n + 12) .grevena-new-card {
  background: url("../images/bg_green.png") center/cover no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.grevena-showcase a:nth-child(12n + 3) .grevena-new-card,
.grevena-showcase a:nth-child(12n + 8) .grevena-new-card,
.grevena-showcase a:nth-child(12n + 9) .grevena-new-card {
  background: url("../images/bg_red.png") center/cover no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.grevena-showcase a:nth-child(12n + 4) .grevena-new-card,
.grevena-showcase a:nth-child(12n + 6) .grevena-new-card,
.grevena-showcase a:nth-child(12n + 11) .grevena-new-card {
  background: url("../images/bg_blue.png") center/cover no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}

.tp-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.tp-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.tp-content {
  position: relative;
  z-index: 2;
  margin: auto;
  min-height: 100vh;
  display: grid;
  gap: 80px;
  align-items: start;
  padding-top: 180px;
  grid-template-columns: 1.1fr 2fr;
}

.tp-badge {
  width: 100%;
}

.tp-badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-shape-content {
  position: absolute;
  padding: 70px 74px 70px 95px;
  color: #fff;
}
.tp-shape-content h3 {
  font-family: "NF Takhie Pro", sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 51px;
  margin-bottom: 12px;
}
.tp-shape-content p {
  font-size: var(--font-size-base);
  font-weight: 300;
  line-height: 40px;
  font-style: italic;
}

.tp-shape-img {
  width: 100%;
  display: block;
}

.tp-chat-card {
  width: 809px;
  height: 100%;

  margin-bottom: 50px;
}

.tp-chat-header {
  position: relative;
  z-index: 100;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0px 8px;
  background: #fff;
  margin: 38px;
}

.tp-chat-logo img {
  width: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tp-chat-title h3 {
  font-size: var(--font-size-md);
  color: #535353;
  font-weight: 700;
  line-height: 40px;
}

.tp-chat-title p {
  font-size: var(--font-size-regular);
  color: #535353;
  font-weight: 400;
}

.tp-chat-frame iframe {
  width: 100%;
  height: 100%;
  max-width: 809px;
  height: 708px;
  border: none;
  border-radius: 10px;
  background: #fff;
  /*box-shadow: 0px 0px 20px #00000055;*/
}





.activity-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.activity {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
      box-shadow: 0px 0px 20px #00000019;
}

.activity img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.grevena-place-details {
    padding: 20px;
}

.grevena-new-details p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.activity.hidden {
    display: none;
}

.read-more-btn,
.close-expanded {
    margin-top: 15px;
    border: 0;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
        color: #000 !important;
}

.expanded-activity {
    display: none;
    margin-top: 30px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.expanded-activity.active {
    display: flex;
}

.expanded-image {
    width: 45%;
}

.expanded-image img {
    width: 100%;
    height: 100%;
 
    object-fit: cover;
}




@media(max-width:991px){

    .activity-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .expanded-activity.active{
        flex-direction:column;
    }

    .expanded-image,
    .expanded-content{
        width:100%;
    }
    .expanded-image img{
        height:200px;
    }
}

@media(max-width:768px){

    .activity-gallery-grid{
        grid-template-columns:1fr;
    }
}

.activity.hidden{
    display:none;
}

.expanded-activity{
    display:none;
}

.expanded-activity.active{
    display:flex;
}

#expandedText{
    -webkit-box-orient: horizontal;
}
.read-more-btn,
.close-expanded{
        DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
}
.arrow-icon,.Arrow-down{

    width: AUTO ! IMPORTANT;
    height: 20px ! IMPORTANT;
    margin-bottom: 0px ! IMPORTANT;
}

.expanded-image img[style*="display: none"] {
    display: none !important;
}

.expanded-activity:has(.expanded-image img[style*="display: none"]) .grevena-details  {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.expanded-activity:has(.expanded-image img[style*="display: none"]) .grevena-details p {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.expanded-activity:has(.expanded-image img[style*="display: none"]) .expanded-image {
    display: none;
}
.expanded-content .grevena-place-details{
    padding:20px 40px;
}

.activity-gallery-grid .activity img {
   
    margin-bottom: 0px;
}




.expanded-activity{
    display:none;
    grid-column:1 / -1;
    width:100%;
    background:#fff;
}

.expanded-activity.active{
    display:flex;
}

.activity.hidden{
    display:none;
}

@media(max-width:991px){
    .activity-gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .activity-gallery-grid{
        grid-template-columns:1fr;
    }
    .expanded-activity {
    display: none;
     margin-top: 0px; 
}

}

@media (max-width:767px){

    #expandedActivity{
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100%;
    }
    .tabs {
 
    top: 80px;
}


}

.popup-inner  .event-content-wrap {
   height: auto;
}


.calendar-button {
    position: relative;
    z-index: 9999;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;    
    color: #fff;
}

#experiences .card-grid{
        display: grid;
    grid-template-columns: repeat(3, 230px) !important;
    gap: 23px;
    margin-bottom: 59px;
}
#ebeiries .card-grid{
        display: grid;
    grid-template-columns: repeat(3, 230px) !important;
    gap: 23px;
    margin-bottom: 59px;
}


#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
       background: transparent !important;
    border: 1px solid #000 !important;
    color:#000 !important;
        display: flex !important;
    align-items: center !important;
    justify-content: center !important;
        border-radius: 50px !important;    
        font-size: 18px !important;
        font-weight:700  !important;
}

.eapps-instagram-feed-posts-grid-load-more {
    display: block;
    position: relative;
    width: fit-content !important;
    height: 55px !important;
    padding: 17px 22px !important;
    
}
    
    
    
    

.calendar-layout{
    background:#fff;
    position: relative;
    box-shadow: 0px 0px 30px #00000029;
border-radius: 30px;
padding:37px 35px;
}
.calendar-header{
    
    color:#000000;
   margin-bottom:34px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.nav-btn{
    border:none;
  

   
    cursor:pointer;
    font-weight:bold;
    width:50px;
    height:50px;
   background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 10px #00000029;
border-radius: 10px;
}

/*.nav-btn:hover{*/
/*    background:#000000;*/
/*}*/

.month-year-wrapper{
    position:relative;
}

#monthYear{
    cursor:pointer;
    font-size:40px;
    color:#000;
    user-select:none;
}

.picker-panel{
    display:none;
    position:absolute;
    top:55px;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    padding:15px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.2);
    gap:10px;
    z-index:1000;
}

.picker-panel.active{
    display:flex;
}

.picker-panel select,
#languageSelect{
    
    padding:8px 12px;
    border:1px solid #ddd;
    border-radius:6px;
}
#languageSelect{
display:none;
}
.calendar{
    width:100%;
    border-collapse:collapse;
}

.calendar th{
    background:#fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Ubuntu";
    padding-bottom:14px;
    text-transform: uppercase;
}

.calendar td{
    width:14.28%;
    height:120px;
    border:1px solid #E5E5E5;
    vertical-align:top;
    padding:10px;
    position:relative;
    transition:.2s;
}

.calendar td:hover{
    background:#f8fafc;
}

.day-number{
    font-weight:bold;
}

.today{
    /*background:#dbeafe !important;*/
}

.other-month{
    color:#b7b7b7;
    background:#fafafa;
}

/* EVENT DAY */
.has-event{
    background:#00758d;
    color:#fff;
    cursor:pointer;
}



/*.has-event::after{
    content:"";
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ef4444;
    position:absolute;
    bottom:8px;
    right:8px;
}*/

/* MODAL */
/*
.modal{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:9999;
}

.modal-content{
    background:#fff;
    width:90%;
    max-width:600px;
    margin:60px auto;
    padding:25px;
    border-radius:12px;
    position:relative;
}

.close-modal{
    position:absolute;
    top:10px;
    right:15px;
    font-size:32px;
    cursor:pointer;
}

.event-item{
    border-bottom:1px solid #eee;
    padding:12px 0;
}

.event-item:last-child{
    border-bottom:none;
}

.event-title{
    font-size:18px;
    font-weight:bold;
    color:#2563eb;
}

.event-time{
    margin:5px 0;
    color:#666;
}

.event-desc{
    color:#444;
}
*/
#pickerPanel {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: 0.2s ease;
}

#pickerPanel.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.popup-wrapper {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;

    /* IMPORTANT */
    justify-content: center;
    align-items: center;
}

.popup-wrapper.active {
    display: flex;
}

.popup-inner {
    background: #fff;
    max-width: 600px;
    width: 90%;
    border-radius: 12px;
    position: relative;

    /* animation optional */
    transform: scale(1);
}
.event-hit-area {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.popup-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top:6px;

   
   
   
}
/*.popup-nav button {*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    border-radius: 50%;*/
/*    border: none;*/

/*    background: #00758d;*/
/*    color: #fff;*/

/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*    font-size: 16px;*/
/*    cursor: pointer;*/

/*    transition: 0.2s ease;*/
/*}*/


.calendar-loader {
    display: none;

    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.75);

    justify-content: center;
    align-items: center;

    font-size: 16px;
    font-weight: 600;
    color: #00758d;

    z-index: 999;
}
@media(max-width:768px){

    .calendar td{
        height:75px;
        font-size:13px;
        padding:5px;
    }

    .picker-panel{
        flex-direction:column;
    }
}

.event-calendar-wrap{
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.calendar-table{
    width: 100%;
    /* border-collapse: collapse; */
    table-layout: fixed;
    border: 1px solid #E5E5E5;
    padding: 10px;
    border-radius: 20px;
}

.calendar-table td{
    width: 14.285%;
    height: 105px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background: #fff;
}

/* Remove extra borders */
.calendar-table tr td:last-child{
    border-right: none;
}

.calendar-table tr:last-child td{
    border-bottom: none;
}

.day-number{
    font-size: 30px;
    font-weight: 400;
    color: #000;
    position: relative;
    z-index: 2;
}

.other-month .day-number{
    color: #C7C1C1;
}

.has-event{
    position: relative;
}

.has-event::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: #00758D;
    border-radius: 8px;
    z-index: 1;
}

.has-event .day-number{
    color: #fff;
    font-weight: 700;
}

/* Today */
.today::before{
    background: #00758D;
}
#prevEvent img
,#nextEvent img{
    height:14.84px;
}
#popup-counter{
    font-size:16px;
    color:#000;
}

@media (max-width:768px){
    .calendar-table td{
        height: 38px;
    }

    .day-number{
        font-size: 18px;
    }.has-event::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #00758D;
    border-radius: 4px;
    z-index: 1;
}
}

#nextBtn img,
#prevBtn img{
    height: 26px;
    
}


.event-legend-item{
    display:flex;
    align-items:center;
    gap:12px;
        justify-content: center;
    margin-top: 24px;
}

.event-legend-dot{
    width:13px;
    height:13px;
    border-radius:50%;
    background:#00758D;
    flex-shrink:0;
}

.event-legend-text{
    font-size:16px;
    font-weight:400;
    
    color:#000;
}
@media (max-width: 991px) {
    .calendar-layout {
        padding: 25px 20px;
        border-radius: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .calendar-layout {
        padding: 20px 15px;
        border-radius: 15px;
    }
    #nextBtn img, #prevBtn img {
    height: 15px;
}
.nav-btn {
  
    width: 35px;
    height: 35px;
   
}
.event-card .event-img-wrap img {
    width: auto;
    height: 55PX;
   
}
.calendar-table {
   
    border-radius: 6px;
}
#monthYear{
    cursor: pointer;
    font-size: 25px;
    color: #000;
     user-select: none; 
}

}

/* Small Mobile */
@media (max-width: 480px) {
    .calendar-layout {
        padding: 15px 12px;
        border-radius: 12px;
    }
}

