@import url(foundation.min.css);

:root {
  --primary: #0c2357;
  --primary-dark: #003366;
  --secondary: white;
  --light: #f5f4fa;
  /* --dark: #181a1c; */
  --dark: #3f3f3f;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li > a {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  color: black;
}

.error small.error {
  font-size: 18px !important;
  border-radius: 10px !important;
  position: relative !important;
  margin-top: 6px !important;
  max-width: fit-content !important;
}

.error small.error::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  left: -1;
  border-top-left-radius: 12px 30px;
  border-top-right-radius: 64px 84px;
  background-color: #f04124;
}

.error > label > small {
  text-transform: none;
}

.alert-box {
  max-width: fit-content !important;
  margin: 0 auto !important;
  border-radius: 10px !important;
  font-size: 16px !important;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;
  color: #666666 !important;
  background-color: transparent !important;
}

.top-bar-section {
  margin-top: 10px;
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

.top-bar-section a::after {
  display: none !important;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: none;
  box-shadow: none;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: var(--primary);
}

div.breadcrumb {
  max-width: 1520px;
  margin: 0 auto 25px;
}

.static-page__title-article {
  padding-left: 10px;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1rem;
}

.breadcrumbs > .current {
  font-weight: 700;
  color: var(--primary-dark);
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background-color: transparent;
  /* box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7); */
}

.top-bar-section ul {
  display: flex;
  justify-content: end;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;
  left: 5px;
}

.top-bar {
  display: flex;
  /* height: 110px;
	display: flex;
	align-items: center; */
  /* justify-content: space-between; */
  width: 100%;
  height: 180px;
  padding-left: 96px;
  padding-right: 90px;
  margin-top: 55px;
}

.menu-modal {
  background: rgba(0, 0, 0, 0.555);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: auto !important;
  right: -100%;
  z-index: 100;
  opacity: 0;
  -webkit-transition:
    top 0.4s ease,
    opacity 0.4s ease;
  -o-transition:
    top 0.4s ease,
    opacity 0.4s ease;
  transition:
    top 0.4s ease,
    opacity 0.4s ease;
}

.menu-modal.active {
  right: 0;
  opacity: 1;
}

.menu-modal .close-btn {
  position: absolute;
  right: 4rem;
  top: 3rem;
  cursor: pointer;
  z-index: 100;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--primary);
  border-radius: 5px;
}

.modal-content {
  display: flex;
  overflow-y: auto;
  justify-content: end;
  position: relative;
  right: -500px;
}

div#on-open-menu .modal-content {
  animation: slideLeft 2.5s forwards;
}

@keyframes slideLeft {
  0% {
    right: -500px;
  }

  100% {
    right: 0px;
  }
}

.modal-content .social {
  position: absolute;
  bottom: 50px;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  text-align: center;
}

.modal-content .menu {
  height: 100vh;
  width: 100%;
  position: relative;
  max-width: 500px;
  margin-right: 0;
  background: var(--primary);
}

.modal-content .list .lang {
  margin: 0 auto;
  text-align: center;
}

.modal-content .list .lang ul {
  margin: 0;
  list-style-type: none;
}

.modal-content .list .lang a {
  color: white;
  text-transform: uppercase;
}

.collage .photos .left .two {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.modal-content .menu .center {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: max-content;
  list-style-type: none;
}

.modal-content .menu .list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.modal-content .list .center a,
.modal-content .list .lang a {
  color: white;
  font-size: 32px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 300;
}

.modal-content .info {
  width: 50%;
}

.modal-content .info .logo {
  background-color: white;
  position: relative;
  height: 100%;
  max-height: 50%;
}

.modal-content .info .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content .info .social {
  height: 50%;
  background-color: rgba(54, 85, 144, 0.3);
  position: relative;
}

.modal-content .info .social div {
  display: flex;
  gap: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-navbar {
  display: flex;
  cursor: pointer;
  gap: 10px;
  justify-content: right;
}

.menu-navbar:hover p {
  color: var(--primary);
}

.menu-navbar:hover .icon span {
  background-color: var(--primary);
}

.menu-navbar p {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-top: 1px;
  transition: all 0.3s ease-in-out;
}

.menu-navbar .icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin: 0 auto; */
  gap: 5px;
}

.menu-navbar .icon span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 33px;
  height: 4px;
  border-radius: 3px;
  background-color: var(--primary-dark);
}

.menu-navbar .icon #one {
  width: 19px;
  margin-right: auto;
  height: 4px;
}

.menu-navbar .icon #three {
  width: 25px;
  margin-right: auto;
  height: 3px;
}

.menu-navbar:hover {
  #one {
    width: 33px;
  }

  #three {
    width: 33px;
  }
}

.social-navbar {
  display: flex;
  gap: 4px;
  max-width: fit-content;
  border-radius: 10px;
  margin-left: auto;
}

.social-navbar img {
  transition: scale 0.3s;
}

.social-navbar img:hover {
  scale: 1.05;
}

.top-bar-section {
  margin-top: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: right;
  gap: 16px;
  transition: all 0.3s ease;
}

.top-bar .toggle-topbar.menu-icon {
  top: 17px;
  /* an to header exei upsos 65px diaforetika anaprosarmogi */
  left: 15px;
  right: auto;
  margin-top: 0;
  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  /* padding-top: 120px; */
}

.innerpage main {
  /* padding-top: 280px; */
}

.row.excursions-innerpage {
  max-width: 1540px;
  padding: 0 10px;
}

.row.excursions-innerpage .static-page__content {
  max-width: 1540px;
  padding: 0 10px;
}

.row.excursions-innerpage .excursions-innerpage-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style-type: none;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;
  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  margin-top: 10px;
  font-family: "Sansation", sans-serif;
  font-weight: 600 !important;
  background-color: var(--primary);
  border-radius: 10px;
  font-size: 18px;
  transition: all 0.3s;
}

#submitform:hover {
  background-color: var(--primary-dark);
}

.home-active li:first-of-type a {
  font-weight: 800;
  display: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

.top-bar .name img {
  border-radius: 10px;
  /* max-width: 293px;
	height: auto; */
}

/* Plain header links */
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 24px;
  color: var(--primary-dark);
  background-color: transparent;
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

/* Links with after element */
.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: #fff;
}

.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

/* No Dropdown Arrow */
.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}

.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: var(--primary);
  background-color: transparent;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;
  background-color: #fff;
}

/* ------- HERO ------- */

.slick-slider {
  margin-bottom: 0;
}

.innerpage .top-bar-section .menu-navbar p,
.innerpage .top-bar-section li:not(.has-form) a:not(.button) {
  color: white;
}

.innerpage .top-bar-section .menu-navbar span {
  background-color: white;
}

.innerpage .top-bar .name img {
  filter: brightness(100);
}

.innerpage .site-header.onScroll .top-bar .name img {
  filter: unset;
}

.site-header.onScroll .top-bar-section .menu-navbar p,
.site-header.onScroll .top-bar-section li:not(.has-form) a:not(.button) {
  color: var(--primary-dark);
  transition: all 0.3s;
}

.site-header.onScroll .top-bar-section .menu-navbar span {
  background-color: var(--primary-dark);
  transition: all 0.3s;
}

.site-header.onScroll .top-bar-section .menu-navbar p:hover,
.site-header.onScroll .top-bar-section li:not(.has-form) a:not(.button):hover {
  color: var(--primary);
}

.site-header.onScroll .top-bar-section .menu-navbar:hover span {
  background-color: var(--primary);
}

.site-header {
  transition: all 0.3s ease;
}

.site-header.onScroll {
  background-color: var(--secondary);
  border-bottom: 2px solid var(--light);
}

.title-area img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.title-area {
  align-content: center;
  margin-bottom: 1rem;
}

.top-bar {
  transition: all 0.6s ease !important;
}

.site-header.onScroll .top-bar-section {
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
  transition: all 0.3s;
}

.site-header.onScroll .top-bar {
  margin-top: 0;
  padding-block: 10px;
  padding-inline: 30px;
  height: 100px;
}

.site-header.onScroll .title-area {
  margin-top: -2px;
}

.site-header.onScroll .title-area img {
  max-width: 116px;
  height: auto;
}

.waves {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.waves img {
  width: 100%;
}

.collage {
  position: relative;
}

.collage .waves img {
  /* height: 1380px; */
  height: 40rem;
  width: 100%;
  object-fit: cover;
}

.collage-content {
  position: absolute;
  top: 240px;
  margin-bottom: 80px;
  width: 100%;
}

.collage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -8rem;
}

.collage .text {
  max-width: 55rem;
  margin: 0 auto;
  margin-bottom: 40px;
}

.collage .text h4,
.collage .text h5 {
  margin: 0;
}

.homepage section {
  overflow-x: clip;
}

.collage .text h4 {
  font-size: 59px;
  line-height: 1.1;
  font-weight: 700;
  animation: fadeInDown 1.6s forwards;

  opacity: 0;
}

.collage .text h5 {
  animation: fadeInDown 1.6s forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

.collage .link {
  animation: fadeInDown 1.6s forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

.photos {
  animation: fadeInDown 1.6s forwards;
  animation-delay: 0.9s;
  opacity: 0;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.collage .text h5 {
  font-size: 22px;
  color: #666666;
}

.collage .link {
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
}

.collage .link a {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  color: #000000;
}

.collage .link a::before {
  content: "";
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: #000000 2px solid;
  position: absolute;
  bottom: 2px;
  right: 0;
}

.collage .link a:hover::before {
  width: 0;
}

.collage .photos {
  position: relative;
  bottom: 0;
  display: flex;
  height: 780px;
  width: 100%;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
  gap: 1rem;
}

.collage-slider {
  display: none;
}

.collage .photos img,
.collage .photos video {
  border-radius: 10px;
  width: 100%;
  height: 273px;
  object-fit: cover;
}

.collage .photos .left .one {
  overflow: hidden;
  /* margin-left: -31rem; */
  align-content: center;
  height: 100%;
}

.collage .photos .left .one img,
.collage .photos .left .one video {
  max-width: 244px;
  height: 490px;
  object-fit: cover;
  border-radius: 10px;
}

.collage .photos .left.right-side {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: unset;
  padding-right: 1rem;
  padding-left: unset;
}

.collage .photos .left,
.collage .photos .right {
  display: flex;
}

.collage .photos .left {
  gap: clamp(2rem, 2.083vw, 40px);
  margin-right: auto;
  padding-left: 1rem;
}

.collage .photos .left .two .top {
  margin-top: 60px;
}

.collage .photos .left .two .top video {
  max-width: 273px;
  height: 273px;
  object-fit: cover;
}

.collage .photos .left .two .bottom img,
.collage .photos .left .two .bottom video {
  max-width: 273px;
  height: 360px;
  object-fit: cover;
}

.collage .photos .left .two .bottom {
  margin-top: auto;
  margin-bottom: 16px;
}

.collage .photos .center {
  /* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
}

.collage .photos .center img,
.collage .photos .center video {
  max-width: 607px;
  height: 780px;
  object-fit: cover;
}

.collage .photos .right {
  margin-left: 67px;
  gap: 53px;
}

.collage .photos .right .one {
  margin-top: 51px;
}

.collage .photos .right .one img,
.collage .photos .right .one video {
  max-width: 296px;
  height: 273px;

  object-fit: cover;
}

.collage .photos .right .two {
  display: flex;
  flex-direction: column;
  text-align: end !important;
}

.collage .photos .right .two .top {
  overflow: hidden;
  margin-top: 6px;
}

.collage .photos .right .two .top img,
.collage .photos .right .two .top video {
  /* max-width: 643px; */
  max-width: 265px;
  height: 423px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.collage .photos .right .two .bottom {
  overflow: hidden;
  margin-left: -11rem;
  margin-top: auto;
  margin-bottom: 80px;
}

.collage .photos .right .two .bottom img,
.collage .photos .right .two .bottom video {
  /* max-width: 500px; */
  height: 225px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.media-hover {
  position: relative;
  display: inline-block;
}

.media-hover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-hover video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid var(--primary-dark);
  border-top: 4px solid #888;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.excursions-articles-slider {
  position: relative;
}

.excursions-articles-slider .slick-arrow {
  background: unset;
  font-size: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}

.excursions-articles-slider .slick-prev {
  background-image: url("../img/left-arrow.png");
  left: -45px;
}

.excursions-articles-slider .slick-next {
  background-image: url("../img/right-arrow.png");
  right: -45px;
}

.excursions-container {
  display: flex;
  flex-direction: column;
  padding-inline: 108px;
  margin-top: 105px;
  margin-bottom: 68px;
}

.excursions-details h4,
.excursions-details h5,
.excursions-link p {
  margin: 0;
}

.excursions-details h4 {
  font-size: 59px;
  line-height: 1.1;
  font-weight: 700;
  max-width: 40.7rem;
}

.excursions-details h5 {
  font-size: 22px;
  color: #666666;
}

.excursions-link p {
  color: black;
  font-weight: 700;
  font-size: 22px;
  position: relative;
}

.excursions-link p::before {
  content: "";
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: #000000 2px solid;
  position: absolute;
  bottom: 7px;
  right: 0;
}

.excursions-link:hover p::before {
  width: 0;
}

.excursions-link {
  margin-left: auto;
  display: flex;
  gap: 10px;
  max-height: fit-content;
  max-width: fit-content;
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  transition: all 0.3s;

  padding: 10px;
}

.excursions-link:hover {
  background-color: var(--light);
  border-radius: 5px;
}

.excursions-link p {
  max-width: fit-content;
  max-height: fit-content;
}

.excursions-details {
  display: flex;
  margin-bottom: 40px;
}

.excursions-articles {
  display: flex;
  gap: 30px;
  flex-direction: row-reverse;
  justify-content: center;
}

.excursions-articles figure {
  margin: 0;
}

.excursions-articles h4,
.excursions-articles h5 {
  margin: 0;
}

.excursions-articles h4 {
  font-size: 28px;
  /* font-size: 30px; */
  font-weight: 700;
}

.excursions-articles h5 {
  font-size: 22px;
  /* font-weight: 300; */
  color: #666666;
  width: fit-content;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}

.excursions-articles .moduledata {
  transition: all 0.3s;
}

.excursions-articles .moduledata:hover {
  background-color: var(--light);
  border-radius: 5px;
  /* filter: brightness(0.85); */
}

.excursions-articles figure {
  padding: 50px 45px;
  background-color: var(--light);
  border-radius: 5px;
  transition: all 0.3s;
}

.excursions-articles figure img {
  transition: all 0.3s;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.excursions-articles .moduledata:hover img {
  scale: 1.05;
}

.excursions-articles figure:hover {
}

.price {
  position: relative;
}

.duration::before,
.price::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../img/user.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.duration::before {
  background-image: url("../img/clock.png");
}

.excursions-articles .moduledata:hover .article-details {
  margin-top: 20px;
}

.excursions-articles .article-details {
  margin-top: 40px;
  transition: all 0.3s;
  text-align: center;
}

.discover-crete {
  background-color: var(--dark);
  background-color: var(--primary);
  padding-top: 159px;
  padding-bottom: 125px;
}

.discover-crete .photo {
  max-width: 1054px;
  margin-right: 1rem;
}

.discover-crete .top {
  display: flex;
  margin-bottom: 165px;
  gap: 5rem;
}

.discover-crete .photo img {
  max-width: 1055px;
  max-height: 594px;

  object-fit: cover;
  width: 100%;
}

.discover-crete .right {
  padding-left: 153px;
}

.discover-crete .left {
  margin-left: auto;
  max-width: 1050px;
  width: 100%;
  margin-right: 1rem;
}

.discover-crete .photo {
  position: relative;
  width: auto;
  overflow: hidden;
  background: #000;
}

.discover-crete .photo iframe {
  /* position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%); */
  /* pointer-events: none; */
}

.discover-crete .text h4,
.discover-crete .text h5,
.about-us .text h4,
.about-us .text h5 {
  margin: 0;
}

.discover-crete .text h4 {
  font-weight: 700;
  font-size: 59px;
  max-width: 32rem;
  color: #ffffff;
  margin-bottom: 22px;
  line-height: 1.2;
}

.discover-crete .text h5 {
  font-size: 22px;
  font-weight: 300;
  max-width: 44.6rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.discover-crete .link a {
  font-size: 22px;
  color: #ffffff;
  position: relative;
}

.discover-crete .link a::before,
.about-us .link a::before {
  content: "";
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: #ffffff 2px solid;
  position: absolute;
  right: 0;
}

.discover-crete .link a::before {
  bottom: 5px;
}

.about-us .link a::before {
  bottom: 2px;
}

.discover-crete .link a:hover::before,
.about-us .link a:hover::before {
  width: 0;
}

.discover-crete .link {
  display: flex;
  gap: 10px;
}

.discover-crete .link,
.about-us .link {
  max-width: fit-content;
  margin-left: auto;
  padding-top: 20px;
}

.discover-crete .statics {
  display: flex;
  justify-content: center;
  gap: 125px;
}

.discover-crete .statics .text {
  color: #ffffff;
  font-size: 25px;
  margin: 0;
  /* font-weight: 700; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.discover-crete .statics div {
  position: relative;
}

.discover-crete .statics div:nth-child(1)::before,
.discover-crete .statics div:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4.6rem;
  width: 1px;
  height: 40%;
  background-color: #3c3f47;
}

.discover-crete .statics .counter {
  font-size: 107px;
  font-weight: 700;
  color: #b6a99c;
  margin: 0;
  transition: all 0.3s;
  z-index: 0;
}

.discover-crete .statics .count {
  display: inline-block;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.about-us {
  display: flex;
  margin-top: 122px;
  margin-bottom: 62px;
}

.about-us .photo img {
  max-width: 962px;
  max-height: 463px;
  object-fit: cover;
  width: 100%;
  min-height: 250px;
}

.about-us .text h4 {
  font-weight: 700;
  max-width: 38rem;
  margin-bottom: 32px;
  font-size: 59px;
  line-height: 1.2;
}

.about-us .text h5 {
  color: #030202;
  font-size: 22px;
  margin-bottom: 27px;
  max-width: 38.5rem;
}

.about-us .link a {
  color: black;
  position: relative;
  font-size: 22px;
  transition: color 0.3s;
}

.about-us .link a::before {
  border-bottom: #000000 2px solid;
}

.about-us .link:hover a {
  color: var(--primary);
}

.form-container {
  background-color: var(--primary);
  height: 209px;
  align-content: center;
}

.about-us .right {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.about-us .left {
  margin-left: auto;
  /* padding-right: 170px; */
  max-width: 50%;
  margin: 0 auto;
  align-content: center;
}

.about-us .video {
  position: relative;
  width: fit-content;
  display: inline-block;
  margin-top: -60px;
  margin-right: -70px;
}

.video .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid var(--primary-dark);
  border-top: 4px solid #888;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  opacity: 0;
  /* Αόρατο στην αρχή */
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.about-us .video video {
  display: block;
  width: 100%;
  height: auto;
}

.about-us .video video {
  width: 100%;
  height: 100%;
  max-width: 580px;
  max-height: 363px;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

#about-us-video img {
  object-fit: cover;
  height: 363px;
}

.play-button img {
  max-width: 53px;
  max-height: 53px;
}

.play-button.hide {
  opacity: 0;
  pointer-events: none;
}

.form-content h4 {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  color: white;
}

.form-content {
  display: flex;
  gap: 80px;
  max-width: fit-content;
  margin: 0 auto;
  align-items: center;
}

.form-link a {
  font-size: 22px;
  color: #000000;
  transition: all 0.3s;
  /* display:block; */
  display: inline-block;
  padding: 20px 30px;
  text-decoration: underline;
}

.form-link {
  align-content: center;
  background-color: white;
  max-height: fit-content;
  border-radius: 5px;
  transition: all 0.3s;
}

.form-link:hover {
  background-color: var(--primary-dark);
}

.form-link:hover a {
  color: white;
}

.flex-left {
  max-width: 60%;
}

.flex-right #contact {
  position: sticky;
  top: -275px;
}

.article__gallery {
  position: relative;
  margin-bottom: 30px;
}

.tour-info-container {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.tour-info-flex-container {
  margin-left: 1rem;
}

.top-info.tour-info-container {
  flex-direction: column;
}

.top-info.tour-info-container p {
  text-align: center !important;
  font-weight: bold;
}

.tour-info-box {
  flex: 1;
  min-width: 400px;
  padding: 25px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.innerpage .tour-info-box p {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.innerpage .cruise-ship {
  width: 100%;
}

/* Gallery image container */
.article__gallery .slider-for img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.article__gallery .slider-nav img {
  padding-left: 5px;
  padding-right: 5px;
}

.article__gallery .slider-for {
  position: relative;
}

/* Custom Arrow Styles */
.article__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #333;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.article__gallery .slick-arrow:hover {
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%) scale(1.1);
}

.article__gallery .slick-prev {
  left: 20px;
}

.article__gallery .slick-next {
  right: 20px;
}

/* Arrow Icons */
.article__gallery .slick-prev:before {
  content: "\2039";
  font-size: 100px;
  font-weight: bold;
  color: white;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -2px;
}

.article__gallery .slick-next:before {
  content: "\203a";
  font-size: 100px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: none;

  transform: translate(-50%, -50%);
  margin-left: 2px;
}

.static-page__content-article.static-page__content p {
  text-align: left;
}

.flex {
  display: flex;
  max-width: 1520px;
  margin: auto;
  gap: 60px;
  position: relative;
}

.flex-right #contact .row {
  flex-direction: column;
  gap: 5px;
}

.flex-right #contact .row:before,
.flex-right #contact .row:after {
  display: none;
}

.flex-right #contact .row .medium-6 {
  width: 100%;
}

/* ------- ABOUT ------- */
.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1520px;
  padding: 0 1rem;
  margin: 0 auto;
  margin-top: 122px;
}

#video-container {
  width: 100%;
}

/* ------- STATIC PAGE ------- */
/* excursions booking */
.excursions-booking-page #contact {
  background-color: var(--light);
}

#articlebody #contact form {
  padding: 0;
}

.excursions-booking-page form {
}

.field {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.field input {
  flex: 1;
}

#addItemBtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: var(--primary);
  color: white;
  width: 30px;
  height: 42px;
  /* border-radius: 50%; */
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 3.5rem;
  font-size: 20px;
}

#addItemBtn:hover {
  background-color: var(--primary-dark);
}

#itemList {
  margin: 0;
  background: white;
  border-radius: 10px;
  max-width: fit-content;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#itemList li {
  padding-left: 0.7rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

#itemList li.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s ease;
}

#itemList li:not(:last-child) {
  border-bottom: 2px solid var(--light);
}

/* contact page */
.contact-page {
  background-color: var(--light);
}

.contact-page .waves img {
  max-height: 17rem;
  object-fit: cover;
}

.contact-page .info {
  position: relative;
}

.contact-page .text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact-page .text p {
  font-weight: 700;
  margin: 0;
}

#contact form {
  margin: 0;
  padding-block: 5rem;
}

#contact form input,
#contact form textarea {
  padding: 20px 10px;
}

#contact form input,
#contact form select,
#contact form textarea {
  border-radius: 10px;
  font-size: 18px;
  font-family: "Sansation";
  font-weight: 300;
}

#contact form select {
  padding-left: 10px;
  height: 42px;
}

#contact form label {
  font-size: 16px;
  color: var(--primary-dark);
  font-weight: 700;
}

#contact .row {
  display: flex;
  justify-content: center;
}

.iti {
  width: 100%;
}

.children-ages-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.child-age-badge {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 6px 10px;
  background: #f5f5f5;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.child-age-badge label {
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.child-age-badge select {
  padding: 4px 6px;
  font-size: 14px;
}

.contact img {
  width: 22px;
  height: 22px;
}

.main__image img,
.articleImage,
.category__img img {
  width: 100%;
  filter: brightness(0.5);
}

.header-video,
.innerpage-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 750px;
}

.innerpage-video {
  height: clamp(200px, 56.39vw, 750px);
}

.header-video {
  height: clamp(20vw, 52.083vw, 1000px);
}

.header-video iframe,
.innerpage-video iframe {
  position: absolute;
  top: -50px;
  /* Adjust to hide the top bar info */
  left: 0;
  width: 100%;
  height: calc(100% + 110px);
  /* Make it taller to crop top/bottom */
}

.header-video,
.innerpage-video {
  position: relative;
  width: 100%;
  /* your hero height */
  overflow: hidden;
  background: black;
  /* safety */
}

.header-video iframe,
.innerpage-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  /* 16:9 */
  min-height: 100vh;
  transform: translate(-50%, -50%);
}

.header-video {
  position: relative;
  z-index: 1;
}

.youtube-icon {
  display: none !important;
}

.main__image,
.category__img {
  position: relative;
}

.static-page__title {
  font-size: 59px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  color: white;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.dropdown-multiselect {
  position: relative;
  width: 100%;
}

.dropdown-multiselect .dropdown-toggle {
  width: 100%;
  padding: 8px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  margin: 0;
}

.dropdown-multiselect .dropdown-toggle:focus,
.dropdown-multiselect .dropdown-toggle:hover {
  color: rgba(0, 0, 0, 0.75);
}

.dropdown-multiselect .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1000;
  border-radius: 6px;
  padding: 5px 0;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.checkbox-container input[type="checkbox"] {
  margin: 0 5px 0 0;
}

.checkbox-container a {
  color: black;
  text-decoration: underline;
}

.dropdown-item input {
  margin: 0 5px 0 0;
}

.dropdown-multiselect .dropdown-item {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-multiselect .dropdown-item:hover {
  background: #f5f5f5;
}

.static-page__content {
  max-width: 80rem;
  margin: 0 auto;
  margin-block: 5rem;
  padding-inline: 20px;
}

.static-page__content p {
  line-height: 1.4;
  font-size: 20px;
}

.static-page__content a {
  font-weight: 700;
  color: var(--primary-dark);
  transition: color 0.3s;
}

.static-page__content a:hover {
  color: var(--primary);
}

/* ------- CATEGORY PAGE ------- */

.articlelistingrow img {
  width: 100%;
  padding: 30px 40px;
  background-color: var(--light);
  transition: all 0.3s;
  border-radius: 10px;
}

.articlelistingrow h4 {
  text-align: center;
  margin-top: 1rem;
  color: black;
  transition: color 0.3s;
  font-weight: 700;
}

.articlelistingrow:hover h4 {
  color: var(--primary);
}

.articlelistingrow:hover img {
  filter: brightness(0.8);
  background-color: var(--primary);
}

/* ------- FOOTER ------- */

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer .waves {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  will-change: transform;
  pointer-events: auto;
}

.site-footer .waves img {
  width: 100%;
  display: block;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
}

.footer-content {
  padding-inline: 108px;
  padding-top: 65px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
  width: auto;
  display: block;
  pointer-events: none;
}

.footer-content * {
  pointer-events: auto;
}

/* .footer-details a,
.footer-details p,
.footer-details h4,
.footer-logo,
#footer.social-navbar {
	pointer-events: auto;
} */

.footer-top {
  display: flex;
  position: relative;
}

#footer.social-navbar {
  margin-left: auto;
  height: 153px;
  z-index: 11;
  align-items: center;
}

.footer-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 11;
}

.footer-logo img {
  display: block;
}

.footer-bottom {
  display: flex;
  margin-top: 75px;
}

.footer-details h4,
.footer-details p {
  margin: 0;
}

.footer-details h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-details p,
.footer-details a {
  font-size: 22px;
  font-weight: 300;
  color: black;
  display: inline-block;
  transition: all 0.3s;
}

.footer-details {
  display: flex;
  gap: 195px;
}

.footer-details .options,
.footer-details .contact {
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
}

.footer-details a:hover {
  color: var(--primary);
  transform: scale(1.01);
}

.site-footer__copyrights {
  margin-top: 15px;
}

.site-footer__copyrights,
.site-footer__copyrights a {
  font-size: 16px;
  color: #fff;
}

.site-footer__logo {
  text-align: right;
  max-width: fit-content;
  margin-left: auto;
  margin-top: auto;
}

.tour-info-flex-container {
  display: flex;
  justify-content: space-between;
}

.tour-info-flex-container .tour-info-flex {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-basis: 30.3%;
  justify-content: center;
  text-wrap: pretty;

  p {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
  }
}

.cruise-ship,
.time-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;

  p {
    margin: 0;
  }
}

.cruise-ship {
  width: fit-content;
  margin: 4rem auto 0;
}

.tour-info-box.whats_included {
  p {
    all: unset;
    font-size: 16px;
    line-height: 1.2;
  }

  strong {
    font-weight: 700;
    margin: 1rem 0;
    font-size: 20px;
    display: block;
  }
}

.social-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.social-contact img {
  width: 45px;
  height: auto;
}

@media screen and (max-width: 1800px) {
  .excursions-articles h4 {
    font-size: 24px;
  }

  .about-us .left {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 1600px) {
  .top-bar .name img,
  .footer-logo img {
    max-width: 220px;
    height: auto;
  }

  .tour-info-flex-container .tour-info-flex {
    img {
      max-width: 50px;
    }

    p {
      font-size: 16px;
    }
  }

  .top-bar,
  .excursions-container,
  .discover-crete .right,
  .footer-content {
    padding-inline: 70px;
  }

  .discover-crete .statics {
    gap: 90px;
  }

  .discover-crete .statics div:nth-child(1)::before,
  .discover-crete .statics div:nth-child(2)::before,
  .discover-crete .statics div:nth-child(3)::before {
    right: -2.6rem;
  }

  .about-us .left {
    max-width: 40rem;
  }

  .excursions-articles h4 {
    font-size: 22px;
  }

  .excursions-articles h5 {
    font-size: 18px;
  }

  .collage .photos .left {
    gap: 25px;
    margin-right: 0;
  }

  .collage .photos .left.right-side {
    padding-right: 5px;
  }

  .collage .photos .left {
    padding-left: 5px;
  }

  .collage .photos .right {
    margin-left: 42px;
    gap: 30px;
  }

  .discover-crete .top {
    margin-bottom: 70px;
    gap: 4rem;
  }

  .discover-crete .text h4,
  .discover-crete .text h4,
  .about-us .text h4,
  .excursions-details h4,
  .collage .text h4 {
    font-size: 48px;
  }

  .excursions-details h5,
  .discover-crete .text h5,
  .about-us .text h5,
  .about-us .link a,
  .form-link a,
  .excursions-link p,
  .collage .link a,
  .collage .text h5,
  .discover-crete .link a,
  .footer-details p,
  .footer-details a {
    font-size: 20px;
  }

  .modal-content .list .center a,
  .modal-content .list .lang a {
    font-weight: 300;
  }

  .form-content h4 {
    font-size: 36px;
  }

  .about-us .link a::before,
  .collage .link a::before {
    bottom: 0px;
  }

  .excursions-link p::before {
    bottom: 4px;
  }

  .about-us .video video {
    max-width: 536px;
  }

  #footer.social-navbar img,
  .modal-content .info .social img {
    max-width: 60px;
  }

  .discover-crete .photo img {
    max-width: 800px;
  }

  .discover-crete {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .excursions-articles figure {
    padding: 30px 35px;
  }

  .title-area {
    margin-bottom: 0;
    align-content: start;
  }
}

@media screen and (max-width: 1400px) {
  .excursions-articles-slider .slick-prev {
    background-image: url("../img/left-arrow.png");
    left: -44px;
  }

  .row.excursions-innerpage .excursions-innerpage-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style-type: none;
    margin-left: 0;
  }

  .excursions-articles-slider .slick-next {
    background-image: url("../img/right-arrow.png");
    right: -44px;
  }

  .excursions-articles h4 {
    font-size: 19px;
  }

  .collage .photos .left {
    gap: 10px;
    margin-right: 0;
  }

  .center > .media-hover {
    max-width: 30rem;
  }

  .collage .photos .right {
    margin-left: 22px;
    gap: 20px;
  }

  .discover-crete .text h4,
  .discover-crete .text h4,
  .about-us .text h4,
  .excursions-details h4,
  .collage .text h4 {
    font-size: 38px;
  }

  .excursions-details h5,
  .discover-crete .text h5,
  .about-us .text h5,
  .about-us .link a,
  .form-link a,
  .excursions-link p,
  .collage .link a,
  .collage .text h5,
  .discover-crete .link a,
  .footer-details p,
  .footer-details a {
    font-size: 19px;
  }

  .discover-crete .statics .counter {
    font-size: 80px;
  }

  .discover-crete .statics .text {
    font-size: 20px;
  }

  .discover-crete .top {
    margin-bottom: 40px;
    gap: 4rem;
  }

  .discover-crete {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .discover-crete .text h5 {
    max-width: 38.6rem;
  }

  .top-bar,
  .excursions-container,
  .discover-crete .right,
  .footer-content {
    padding-inline: 50px;
  }

  .about-us .video {
    margin-right: -50px;
  }
}

@media screen and (max-width: 1300px) {
  .static-page__title {
    font-size: 40px;
    margin: 0;
  }

  .excursions-articles figure {
    padding: 20px 25px;
  }

  .excursions-articles .moduledata:hover img {
    scale: 1;
  }

  .collage .photos .left .one img,
  .collage .photos .left .one video {
    max-height: 300px;
  }

  .collage .photos .left .two .top img,
  .collage .photos .left .two .top video {
    max-height: 160px;
    max-width: 214px;
  }

  .collage .photos .left .two .bottom img,
  .collage .photos .left .two .bottom video {
    height: 220px;
  }

  .collage .photos .left .two .top {
    margin-top: auto;
    margin-bottom: 4rem;
  }

  .collage .photos .left .two .bottom {
    margin-top: 1rem;
    margin-bottom: auto;
  }

  .collage .photos .center img,
  .collage .photos .center video,
  .collage .photos {
    height: 650px;
  }

  .collage .photos .right .one img,
  .collage .photos .right .one video {
    height: 180px;
  }

  .collage .photos .right .two .top img,
  .collage .photos .right .two .top video {
    height: 300px;
  }

  .collage .photos .right .two .bottom img,
  .collage .photos .right .two .bottom video {
    height: 150px;
  }

  .innerpage-video {
    height: clamp(180px, 56.39vw, 750px);
  }
}

@media screen and (max-width: 1210px) {
  .excursions-articles-slider.slick-slider {
    display: flex;
  }

  .discover-crete .photo {
    margin-right: unset;
  }

  .top-bar,
  .collage .link {
    margin-top: 30px;
  }

  .contact-page .waves img {
    max-height: 14rem;
  }

  .static-page__title {
    font-size: 30px;
  }

  .static-page__content p {
    font-size: 18px;
  }

  .static-page__content {
    margin-block: 3rem;
  }

  .modal-content .list .center a,
  .modal-content .list .lang a {
    font-size: 22px;
  }

  .modal-content .info .logo img {
    max-width: 265px;
    height: auto;
  }

  .modal-content .info .social div {
    gap: 2rem;
  }

  #footer.social-navbar img,
  .modal-content .info .social img {
    max-width: 50px;
  }

  .excursions-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .excursions-articles figure img {
    transition: all 0.3s;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }

  .excursions-articles .moduledata:hover figure img {
    scale: 0.99;
    filter: brightness(0.8);
  }

  .excursions-articles .moduledata {
    padding-bottom: 10px;
  }

  .excursions-articles .article-details {
    margin-top: 10px;
  }

  .excursions-articles .moduledata:hover .article-details {
    margin-top: 10px;
  }

  .excursions-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .discover-crete .top {
    flex-direction: column;
  }

  .discover-crete .top .text,
  .collage .text {
    text-align: center;
  }

  .discover-crete .right {
    padding: 0;
  }

  .discover-crete .text h4,
  .discover-crete .text h5 {
    max-width: unset;
  }

  .discover-crete .link {
    margin: auto;
  }

  .discover-crete .left {
    margin: 0 auto;
  }

  .discover-crete .text h4,
  .discover-crete .text h4,
  .about-us .text h4,
  .excursions-details h4,
  .collage .text h4 {
    font-size: 32px;
  }

  .about-us {
    flex-direction: column-reverse;
    margin-block: 50px;
  }

  .form-content h4 {
    font-size: 26px;
  }

  .about-us .text h4,
  .about-us .text h5 {
    max-width: unset;
  }

  .about-us .left {
    max-width: unset;
    padding: 0;
    padding-inline: 50px;
    text-align: center;
  }

  .about-us .photo img {
    width: 100%;
    height: 100%;
  }

  .about-us .video {
    margin-right: -150px;
    max-width: 365px;
  }

  .discover-crete .statics {
    gap: 70px;
  }

  .about-us .text h4,
  .discover-crete .text h4,
  .footer-details h4 {
    margin-bottom: 20px;
  }

  .about-us .text h5 {
    margin-bottom: 18px;
  }

  .form-container {
    max-height: 130px;
  }

  .footer-details {
    gap: 125px;
  }

  .collage .waves img {
    height: 30rem;
  }

  .discover-crete {
    padding-inline: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .excursions-articles-slider.slick-slider {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1024px) {
  [class*="block-grid-"] {
    max-width: 660px;
    /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .video-container {
    margin-top: 60px;
  }

  .excursions-articles-slider.slick-slider {
    max-width: 85vw;
    margin: 0 auto;
  }

  .about-us .video {
    text-align: center;
  }

  .static-page__title {
    font-size: 24px;
  }

  .row.excursions-innerpage .excursions-innerpage-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .static-page__content {
    /* margin-block: 2rem; */
  }

  .tour-info-flex-container {
    margin-right: 1rem;
  }

  .tour-info-flex-container .tour-info-flex {
    img {
      max-width: unset;
    }

    p {
      font-size: 16px;
    }
  }

  .contact-page .waves img {
    max-height: 12rem;
  }

  .modal-content {
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    gap: 2rem;
  }

  .modal-content .menu,
  .modal-content .info .social,
  .modal-content .info .logo {
    max-height: unset;
    height: unset;
  }

  .modal-content .menu {
    justify-content: start;
  }

  .modal-content .info .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .modal-content .menu .list {
    margin-top: 7rem;
    /* margin-bottom: 5rem; */
  }

  .modal-content .menu .center {
    margin: 0 auto;
  }

  .modal-content .menu,
  .modal-content .info {
    width: 100%;
  }

  .modal-content .info {
    display: flex;
    flex-direction: row;
    margin-top: auto;
  }

  .modal-content .info .logo img {
    max-width: 200px;
    padding-block: 3rem;
  }

  .modal-content .info .logo img,
  .modal-content .info .social div,
  .modal-content .menu .list {
    position: unset;
    transform: unset;
  }

  .modal-content .info .social {
    /* padding: 30px 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 2rem;
    width: 50%;
  }

  .top-bar,
  .collage .link {
    margin-top: 20px;
  }

  .menu-navbar p {
    font-size: 25px;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 20px;
  }

  .top-bar-section {
    gap: 10px;
  }

  .top-bar .name img,
  .footer-logo img {
    max-width: 180px;
    height: auto;
  }

  .collage .photos {
    display: none;
  }

  .collage-slider {
    display: block;
  }

  .collage-slider img {
    margin: 0 auto;
    border-radius: 10px;
    max-height: 500px;
    object-fit: cover;
  }

  .collage-content {
    position: unset;
    top: 240px;
    margin: 0;
    margin-top: 200px;
  }

  .collage {
    background-image: url(../img/waves.png);
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-inline: 20px;
  }

  .collage .text {
    padding-inline: 0;
    margin-bottom: 25px;
  }

  .collage .waves img {
    display: none;
  }

  .footer-details {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }

  .site-footer__logo {
    margin: 0 auto;
  }

  .footer-content {
    padding: 30px;
  }

  .footer-logo {
    position: relative;
  }

  .footer-top {
    flex-direction: column;
    gap: 30px;
  }

  #footer.social-navbar {
    margin: 0 auto;
    height: unset;
  }

  .footer-details .options,
  .footer-details .contact {
    gap: 10px;
  }

  .excursions-details h5,
  .discover-crete .text h5,
  .about-us .text h5,
  .about-us .link a,
  .form-link a,
  .excursions-link p,
  .collage .link a,
  .collage .text h5,
  .discover-crete .link a,
  .footer-details p,
  .footer-details a {
    font-size: 18px;
  }

  .about-us .link {
    margin: 0 auto;
    padding: 0;
  }

  .form-content,
  .discover-crete,
  .excursions-container,
  .about-us {
    padding-inline: 20px;
  }

  .excursions-details {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }

  .excursions-link {
    margin: 0 auto;
    margin-top: 10px;
  }

  .excursions-container,
  .about-us {
    margin: 0;
    margin-block: 30px;
  }

  .discover-crete {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .about-us .right,
  .excursions-articles {
    gap: 20px;
  }

  .about-us .right,
  .about-us .video {
    margin: 0 auto;
    max-width: unset;
    width: 100%;
  }

  .about-us .left {
    padding-inline: 0;
  }

  .about-us .video video {
    max-width: unset;
    object-fit: cover;
  }

  .discover-crete .text h4,
  .discover-crete .text h4,
  .about-us .text h4,
  .excursions-details h4,
  .collage .text h4 {
    font-size: 25px;
  }

  .excursions-details h5,
  .discover-crete .text h5,
  .about-us .text h5,
  .about-us .link a,
  .form-link a,
  .excursions-link p,
  .collage .link a,
  .collage .text h5,
  .discover-crete .link a,
  .footer-details p,
  .footer-details a {
    font-size: 16px;
  }

  .discover-crete .statics div:nth-child(1)::before,
  .discover-crete .statics div:nth-child(2)::before,
  .discover-crete .statics div:nth-child(3)::before {
    right: -0.9rem;
  }

  .discover-crete .top {
    margin-bottom: 20px;
    gap: 20px;
  }

  .discover-crete .statics,
  .about-us {
    gap: 30px;
  }

  .discover-crete .statics .text {
    font-size: 16px;
  }

  .discover-crete .statics .counter {
    font-size: 60px;
  }

  .form-content h4 {
    font-size: 20px;
  }

  .form-link a {
    padding: 12px 20px;
  }

  .form-content {
    flex-direction: column;
    gap: 15px;
  }

  .excursions-details h4 {
    max-width: unset;
  }

  .site-header.onScroll .title-area img {
    max-width: 120px;
    height: auto;
  }

  .site-header.onScroll .title-area {
    margin-top: 0;
    align-content: center;
  }

  .modal-content .menu {
    max-width: 100%;
    height: 100vh;
    max-width: 100%;
  }

  .social img {
    max-width: 40px;
  }

  .flex {
    flex-direction: column;
  }

  .flex-left,
  .static-page__content {
    max-width: 100%;
  }

  #about-us-video img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .st_linkedin_hcount {
    display: none;
  }

  #about-us-video img {
    height: 250px;
  }

  [class*="block-grid-"] {
    max-width: 330px;
    /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  .row.excursions-innerpage .excursions-innerpage-container {
    grid-template-columns: repeat(1, 1fr);
  }

  ul.title-area #logo {
    display: inline-block;
    overflow-y: clip;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .contact-page .waves img {
    display: none;
  }

  .static-page__title {
    position: unset;
    transform: unset;
    color: var(--primary-dark);
    text-align: center;
    background-color: var(--light);
    padding: 7px;
    font-size: 17px;
  }

  .article__gallery .slick-next:before,
  .article__gallery .slick-prev:before {
    font-size: 60px;
  }

  .static-page__title-article {
    padding: 7px;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .static-page__content {
    margin-block: 1rem;
    padding-inline: 10px;
  }

  .static-page__content p {
    /* line-height: 25px; */
    font-size: 16px;
    margin: 0;
  }

  .modal-content .social {
    position: static;
    transform: unset;
    margin-top: 20px;
  }

  .contact-page .text {
    position: relative;
    transform: 0;
  }

  #contact form {
    padding-block: 0.5rem;
  }

  #contact form label {
    font-size: 16px;
  }

  #contact form input,
  #contact form select,
  #contact form textarea {
    font-size: 16px;
  }

  #contact form input,
  #contact form textarea {
    padding: 8px;
  }

  #contact form select {
    padding-left: 8px;
    height: 38px;
  }

  #addItemBtn {
    top: 49%;
    height: 36px;
  }

  #itemList {
    margin-bottom: 10px;
  }

  .modal-content .info {
    flex-direction: column;
  }

  .menu-modal .close-btn {
    position: absolute;
    right: 1.3rem;
    top: 1.3rem;
  }

  .modal-content .menu .list {
    margin-top: 10rem;
  }

  .modal-content .menu .center,
  .modal-content .menu .list {
    gap: 25px;
  }

  .modal-content .info .logo {
    position: absolute;
    top: 0;
  }

  .modal-content .list .center a,
  .modal-content .list .lang a {
    font-size: 16px;
  }

  .modal-content .info .logo,
  .modal-content .info .social {
    width: 100%;
  }

  .menu-navbar p {
    font-size: 16px;
  }

  .menu-navbar {
    margin-right: 0;
  }

  .menu-navbar .icon {
    gap: 5px;
  }

  .menu-navbar .icon #one,
  .menu-navbar .icon #two,
  .menu-navbar .icon #three {
    width: 34px;
    height: 5px;
    background-color: var(--primary);
  }

  .menu-navbar:hover #one,
  .menu-navbar:hover #three {
    width: 34px;
  }

  .menu-navbar p {
    display: none;
  }

  .collage .text h4,
  .excursions-details h4,
  .discover-crete .text h5,
  .about-us .text h4,
  .discover-crete .text h4,
  .about-us .text h5 {
    margin-bottom: 10px;
  }

  .footer-details h4 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .collage-content {
    margin-top: 85px;
  }

  .collage .link a::before,
  .excursions-link p::before {
    content: unset;
    width: 0;
  }

  .collage .link,
  .excursions-link {
    margin-top: 20px;
    border-radius: 5px;
    background-color: var(--light);
  }

  .collage .link {
    padding: 15px;
    display: none;
  }

  .excursions-link {
    padding: 12px;
  }

  .collage .text,
  .collage {
    margin-bottom: 20px;
  }

  .collage {
    padding-bottom: 15px;
  }

  .excursions-container,
  .about-us {
    margin-block: 20px;
  }

  .excursions-details {
    margin-bottom: 20px;
  }

  .discover-crete {
    padding-top: 20px;
  }

  .discover-crete .text h4,
  .discover-crete .text h4,
  .about-us .text h4,
  .excursions-details h4,
  .collage .text h4 {
    font-size: 20px;
  }

  .form-container {
    border-radius: 0;
    max-height: 115px;
  }

  #footer.social-navbar img,
  .modal-content .info .social img {
    max-width: 35px;
    height: auto;
  }

  .modal-content .info .logo img {
    max-width: 100px;
    height: auto;
    padding-block: 1rem;
  }

  .discover-crete .statics {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }

  .excursions-articles {
    display: flex;
  }

  .discover-crete .statics .text {
    font-size: 14px;
  }

  .discover-crete .statics .counter {
    font-size: 50px;
  }

  .discover-crete .statics div:nth-child(1)::before,
  .discover-crete .statics div:nth-child(2)::before,
  .discover-crete .statics div:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    top: unset;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    right: -4.6rem;
    width: 100%;
    height: 1px;
    background-color: #3c3f47;
  }

  .excursions-articles figure img {
    max-height: 340px;
  }

  .form-content h4 {
    font-size: 16px;
  }

  .footer-details a:hover {
    transform: unset;
  }

  .footer-details .options,
  .footer-details .contact {
    gap: 10px;
  }

  .footer-details,
  .footer-top,
  .footer-bottom,
  .about-us {
    gap: 20px;
  }

  .footer-bottom,
  .about-us {
    margin-top: 20px;
  }

  .footer-content,
  .form-content,
  .discover-crete,
  .excursions-container,
  .collage,
  .about-us {
    padding-inline: 10px;
  }

  .about-us img,
  .about-us video {
    border-radius: 10px;
  }

  .excursions-articles figure img {
    border-radius: 10px 10px 0 0;
  }

  .excursions-articles figure {
    padding: 0 !important;
    background-color: unset;
  }

  .excursions-articles .moduledata {
    background-color: var(--light);
    border-radius: 10px;
  }

  .excursions-articles .moduledata:hover figure img {
    scale: unset;
    filter: unset;
  }

  .excursions-articles .moduledata:hover {
    filter: brightness(0.8);
  }

  .top-bar .name img,
  .footer-logo img {
    max-width: 145px;
    height: auto;
  }

  .site-header {
    height: 70px !important;
    overflow: hidden;
  }

  .innerpage main {
    padding-top: 60px;
  }

  .innerpage .site-header {
    background-color: white;
  }

  .site-header.onScroll .title-area {
    margin-top: 0;
  }

  .innerpage .title-area .name img {
    filter: unset;
  }

  .site-footer__logo img {
    max-width: 90px;
    height: auto;
  }

  .top-bar,
  .site-header.onScroll .top-bar {
    height: 70px;
    margin: 0;
    padding: 10px;
  }

  .top-bar .title-area img {
    margin-top: -3px !important;
  }

  .top-bar .title-area img,
  .site-header.onScroll .title-area img {
    max-width: 80px;
    height: auto;
    margin: 0;
  }

  #contact .row {
    flex-direction: column;
  }

  .site-header.onScroll .top-bar-section {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .social-navbar:not(#footer) {
    display: none;
  }

  .top-bar-section .lang {
    display: none;
  }

  .homepage .collage {
    margin-top: -3rem;
  }

  .top-bar-section {
    float: none !important;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: fit-content;
  }

  .menu-navbar {
    width: fit-content;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;
    margin-top: 10px;
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;
    width: 2.4rem;
    padding-right: 0;
    height: auto;
  }

  /* .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
  } */

  .top-bar .toggle-topbar.menu-icon a::after {
    display: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 0.3rem;
    background: var(--secondary);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }

  .top-bar .toggle-topbar.menu-icon a span + span {
    margin-top: 0.3rem;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;
    animation: ease 0.7s top forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;
    animation: ease 0.7s top-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;
    animation: ease 0.7s scaled forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;
    animation: ease 0.7s scaled-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;
    animation: ease 0.7s bottom forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;
    animation: ease 0.7s bottom-2 forwards;
  }

  @-webkit-keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @-webkit-keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @-webkit-keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .site-header .title-area {
    align-content: center;
    width: 100%;
  }

  .top-bar .name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -5px;
  }

  .top-bar.expanded .title-area {
    background: #ffffff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .excursions-articles-slider.slick-slider {
    max-width: 85vw;
    margin: 0 auto;
    padding-bottom: 5rem;
  }

  .excursions-articles-slider .slick-arrow {
    top: unset;
    transform: unset;
    bottom: 0;
  }

  .excursions-articles-slider .slick-prev {
    left: 50%;
    transform: translateX(-125%);
  }

  .excursions-articles-slider .slick-next {
    transform: translateX(125%);
    right: 50%;
  }

  .tour-info-flex {
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .tour-info-flex-container {
    padding: 20px;
  }

  .tour-info-flex-container {
    margin: 10px;
    flex-direction: column;
  }

  .tour-info-box {
    min-width: unset;
  }

  .homepage main {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1940px) {
  .collage .photos .left .one {
    /* margin-left: -1rem; */
  }

  .collage .photos .right .two .top img,
  .collage .photos .right .two .top video,
  .collage .photos .right .two .bottom img,
  .collage .photos .right .two .bottom video,
  .collage .photos .left .one img,
  .collage .photos .left .one video {
    border-radius: 10px;
  }

  .collage .photos .right .two {
    text-align: start;
  }

  .collage .photos .right .bottom {
    margin-left: 0;
  }
}

.header-video video {
  width: 100% !important;
  object-fit: cover;
  height: 100% !important;
}

#soundIcon {
  -webkit-filter: invert(1);
}

#soundToggle {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  z-index: 100;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media screen and (max-width: 640px) {
  #soundToggle {
    bottom: 0;
    left: 20px;
    width: 48px;
    height: 48px;
  }

  #soundIcon {
    width: 24px !important;
    height: 24px !important;
  }
}

.tour-info-flex-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.tour-info-box > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.innerpage .tour-info-box > div p {
  font-size: 16px;
}

.tour-info-box > div img {
  max-width: 70px;
}
