@import url(foundation.min.css);
@import url("slick.css");

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: "Manrope", serif;
  font-weight: normal;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  display: block !important;
  width: 100% !important;
}

.top-bar-section .has-dropdown .dropdown li,
.top-bar-section ul li {
  position: relative;
}

.iti__selected-dial-code {
    font-size: 15px;
}
.iti__flag-box, .iti__country-name {
    margin-right: 6px;
    font-size: 16px;
}

#navbar > .top-bar-section > ul > li > a::after {
  display: none;
}

.top-bar-section ul li::after {
  display: none;
}

.site-header__row
  .top-bar-section
  .dropdown
  li.active:not(.has-form)
  > a:not(.button) {
  color: var(--primary);
  background-color: #fff;
}

.top-bar-section ul li::after {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  background-image: url("../img/menu-symbol.png");
  top: -1.8rem;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.top-bar-section .dropdown li.active::after,
.top-bar-section ul li.active::after {
  opacity: 1;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 2.4rem;
  padding: 1rem;
}

.no-js .top-bar-section .has-dropdown:hover > .dropdown {
  border: 0.1rem solid rgba(255, 255, 255, 0.7);
  border-top: none;
  border-left: none;
  left: 2.5rem;
}

li.has-dropdown.not-click:not(:last-of-type)::after {
  display: none;
}

.top-bar-section ul.dropdown li::after {
  display: none;
}

.top-bar-section ul li:hover::after {
  opacity: 1;
}

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

.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;
}

ul.dropdown {
  background-color: var(--primary) !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;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: black;
}

div.breadcrumb {
  border-top: 1px solid rgba(167, 167, 167, 0.2);
  border-bottom: 1px solid rgba(167, 167, 167, 0.2);
  margin: 40px 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

.breadcrumbs > *:before {
  margin: 3rem;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 0;
  text-transform: capitalize;
}

.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: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);
  box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);
}

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

.top-bar {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-section {
  margin-top: 0;
}

.top-bar .toggle-topbar.menu-icon {
  top: 23px; /* an to header exei upsos 65px diaforetika anaprosarmogi */
  right: 15px;
  left: 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;
}

.hero form {
  position: absolute;
  width: 87rem;
  border-radius: 2rem;
  margin-top: 3rem;
}
.hero form .form-group {
  border-radius: 2rem 0rem 0rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.hero .form-action > button::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  bottom: 37px;
  max-width: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.hero .form-action:hover > button::after {
  background: var(--primary);
}

.hero form .form-group:nth-child(1) {
  position: relative;
}

.hero form .form-group:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  height: calc(100% - 4rem);
  width: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: var(--primary);
}

.hero .form-group {
  padding: 2rem 5.5rem;
}
.hero {
  gap: 5rem;
}

span.from {
  font-size: 1.4rem;
  font-weight: 300;
}

.rewards {
  position: absolute;
  right: 1rem;
  top: 20.5rem;
}
.homepage main {
  padding-top: 120px;
  position: relative;
}

.innerpage main {
  padding-top: 19rem;
}

.innerpage .container {
  margin: 8rem auto;
}

.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: "Manrope", serif;
  font-weight: 600 !important;
  background-color: #a04949;
  border-radius: 3px;
  font-size: 14px;
}

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

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

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

/* Plain header links */
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  position: relative;
  display: inline-block;
}

/* 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: #fff;
  background-color: transparent;
}

.site-header__row
  .top-bar-section
  .dropdown
  li:not(.has-form):hover
  > a:not(.button) {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

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

/* STYLE */

html,
body {
  font-size: 62.5%;
}

:root {
  --primary: #1c5480;
  --max-width: 154rem;
  --max-width-wrap: 172rem;
  --padding: 0 1rem;
}

.site-header {
  background-color: var(--primary);
}

#navbar {
  max-width: var(--max-width);
  padding: 1.5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0;
}

#navbar::after,
#navbar::before {
  display: none;
}

#navbar > .top-bar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

#navbar > .top-bar-section > ul > li > a {
  font-size: 2rem;
  color: #fff;
  padding: 0 1rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#navbar > .top-bar-section > .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding-right: 1rem;
}

#navbar > .top-bar-section > .social > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  margin-top: -5rem;
}

.scroll .social svg,
.scroll .social img {
  max-width: 4rem;
}

header a#logo img {
  max-height: 16.6rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header.scroll a#logo img {
  max-height: 8.6rem;
}

header.scroll #navbar > .top-bar-section > ul > li > a {
  font-size: 2.1rem;
}

.custom__form {
  width: 100%;
}

.articles-container .static-page__content {
  gap: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-description {
  width: 100%;
}
.innerpage-blog .articles-container .static-page__content {
  gap: 0;
  display: block;
}

.contact-details img {
  max-width: 6rem;
}

.booking-fixed-btn {
  position: fixed;
  bottom: 24rem;
  right: 36px;
  color: white;
  font-size: 2rem;
  background: var(--primary);
  display: block;
  padding: 1rem;
  border-radius: 2rem;
  border: 2px solid white;
  z-index: 10;
  display: none;
}

#TA_cdsratingsonlynarrow831 {
  -webkit-box-shadow: 0 0 0 0 #3cc24d;
  box-shadow: 0 0 0 0 #3cc24d;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
  z-index: 10;
}

.wh {
  -webkit-box-shadow: 0 0 0 0 #3cc24d;
  box-shadow: 0 0 0 0 #3cc24d;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /* -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite; */
  border-radius: 50%;
  z-index: 10;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
    box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgb(60, 194, 77, 0.7);
    box-shadow: 0 0 0 10px rgb(60, 194, 77, 0.7);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
    box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
    box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgb(60, 194, 77, 0.7);
    box-shadow: 0 0 0 10px rgb(60, 194, 77, 0.7);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
    box-shadow: 0 0 0 0 rgb(60, 194, 77, 0.7);
  }
}

.homepage main {
  padding-top: 19.6rem;
}

.innerpage-contact .medium-3 {
  width: 100%;
}

form.article-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 2rem;
}

.hero {
  max-width: var(--max-width);
  padding: var(--padding);
  margin: auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__text {
  z-index: 4;
  position: relative;
  top: -5rem;
}

.hero__text > h2 {
  color: var(--primary);
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6rem;
  max-width: 63.5rem;
}

.hero__text > p {
  max-width: 63.5rem;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 3rem;
  font-size: 2.4rem;
}

.form {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 2rem;
  width: 87rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 6rem;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.form-group {
  padding: 2.5rem;
  height: 12rem;
  -webkit-box-flex: 2;
  -ms-flex: 2 1;
  flex: 2 1;
  background-color: #fff;
}

.form-group label {
  font-weight: 800;
  color: var(--primary);
  font-size: 2.2rem;
  padding: 0 0.5rem;
}

.form-group select,
.form-group input {
  font-size: 2rem;
  color: var(--primary);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.form-group select {
  background-color: transparent;
  font-size: 2rem;
  color: var(--primary);
  border: none;
  padding: 0;
  font-family: "Manrope";
  background-image: unset;
  padding: 0 0.5rem;
}

.form-group input {
  background-color: transparent;
  font-size: 2rem;
  color: var(--primary);
  border: none;
  padding: 0 0.5rem;
  font-family: "Manrope";
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background-color: #fff;
}

.form-action > button {
  font-size: 2.2rem;
  color: #fff;
  padding: 2.5rem 2rem;
  padding: 0;
  background: transparent;
  font-weight: 700;
  margin-bottom: 0;
  height: 12rem;
  border-radius: 2rem;
  background-color: var(--primary);
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.form-action > button:hover {
  background-color: #6cb6fd8a;
  color: var(--primary);
}

#contact.custom__form #submitform:hover,
#contact #submitform:hover {
  background-color: #6cb6fd8a;
  color: var(--primary);
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hero__image {
  position: relative;
  top: 4rem;
  min-width: 53.9%;
  z-index: 2;
}

.hero__image > div:nth-child(1) > img {
  border: 1rem solid #fff;
}

.hero__image > div:nth-child(2) {
  position: absolute;
  right: 0;
  top: 12rem;
  z-index: -1;
}

.hero__image > div > img {
  border-radius: 6rem;
}

.discover {
  padding-top: 8rem;
  background-color: var(--primary);
}

.discover__container {
  max-width: var(--max-width-wrap);
  padding: 0 10rem;
  margin-left: auto;
  margin-right: auto;
}

.discover__header {
  max-width: var(--max-width-wrap);
  padding: 0 1rem;
  margin: auto;
}

.discover__header > h3 {
  font-size: 4.6rem;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.discover__container > p {
  max-width: 78rem;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}

.discover__filters {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3rem;
}

.discover__tours:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 16rem;
  opacity: 0;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -o-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.discover__tours {
  opacity: 1;
}

.discover__filters {
  -webkit-transition:
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
  -o-transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}

.discover__filters.fade-out {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.discover__filters > button {
  font-size: 3.2rem;
  color: #fff;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.discover__filters > button::before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 11rem;
  background-color: #fff;
  border-radius: 0.3rem;
  height: 0.4rem;

  opacity: 0;
}

#destinations {
  cursor: pointer;
  outline: none;
  height: auto;
}

.discover__filters > button:hover::before {
  opacity: 1;
  -webkit-animation: line 0.4s forwards;
  animation: line 0.4s forwards;
}

.discover__filters > button.active::before {
  opacity: 1;
  -webkit-animation: line 0.4s forwards;
  animation: line 0.4s forwards;
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }

  100% {
    width: 11rem;
  }
}

@keyframes line {
  0% {
    width: 0;
  }

  100% {
    width: 11rem;
  }
}

.discover__filters > button.active::after {
  content: "";
  position: absolute;
  left: 10.7rem;
  width: 5rem;
  height: 0.4rem;
  background-color: #fff;
  bottom: -0.3rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-animation: line2 0.4s forwards;
  animation: line2 0.4s forwards;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes line2 {
  0% {
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }

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

@keyframes line2 {
  0% {
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }

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

.discover__tours {
  margin-top: 7rem;
}

.discover__container {
  overflow: hidden;
}

.articlelistingrow-w {
  padding: 0 1.5rem;
}

.articlelistingrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.articlelistingrow > a {
  display: block;
}

.articlelistingrow > a > img {
  width: 100%;
}

.articlelistingrow > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  top: 0;
  left: 0;
  border-radius: 4rem 4rem 0 0;
}

.articlelistingrow-info {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.articlelistingrow-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2rem;
}

.articlelistingrow-info > div > h4 {
  margin-bottom: 0rem;
  line-height: 1;
  margin-bottom: 0;
  max-width: 17rem;
}

.articlelistingrow-info > div > h4 > a {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.articlelistingrow-info > div > a {
  font-weight: 800;
  color: #fff;
  font-size: 1.8rem;
  padding: 1rem;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 1rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

#contact.tour-form .terms-check label {
  font-size: 1.4rem;
  color: white;
}

#contact.tour-form .terms-check label a {
  color: white;
  font-weight: bold;
}

#contact.tour-form .terms-row.row {
  margin-top: 1rem;
}

.articlelistingrow:hover .articlelistingrow-info > div > a {
  opacity: 1;
}

.articlelistingrow .second-category {
  padding: 1rem;
  transition: all 0.6s;
}

.articlelistingrow:hover .second-category {
  background-color: rgba(0, 0, 0, 0.7);
}

.articlelistingrow-w.slick-slide {
  opacity: 1;
  -webkit-animation: showOpacity 0.8s forwards;
  animation: showOpacity 0.8s forwards;
}

@-webkit-keyframes showOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.articlelistingrow-w {
  opacity: 0;
}

.articlelistingrow-info--price {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  margin-top: 2rem;
  font-size: 1.9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding: 0 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  min-height: 3rem;
  display: flex;
  justify-content: space-between;
}

.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 6rem;
  padding: 0 1rem;
}

.contact-details a {
  font-size: 2rem;
  color: black;
  font-weight: bold;
  display: block;
  text-align: center;
}

.innerarticle.articlelistingrow-info--icons > div {
  font-size: 1.8rem;
  width: 33.3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  color: white;
}
.main__image.innerarticles {
  position: relative;
}

.innerpage-blog .innerarticle.articlelistingrow-info--icons {
  display: none;
}

.main__image.innerarticles::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #00000041;
}

.innerarticle.articlelistingrow-info--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2rem;
}

.innerarticle.articlelistingrow-info--icons img {
  border-radius: 0;
  max-width: 5rem;
  margin: 0;
  margin-right: 0.5rem;
  filter: brightness(100);
}

.innerarticle.articlelistingrow-info--icons > div {
  color: var(--primary);
  font-weight: bold;
}

.form {
  width: calc(100% - 3rem);
}

.contact-details p {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  width: 33rem;
  gap: 1rem;
}

.contact-details img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.contact-details p:hover img {
  opacity: 0.8;
}

.articlelistingrow-info--price > span:last-child {
  font-size: 3rem;
  font-weight: 800;
  padding-left: 1rem;
  line-height: 1;
}

.articlelistingrow-info > .articlelistingrow-info--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}

.articlelistingrow-info--icons > div {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  font-size: 1.4rem;
  color: #fff;
  gap: 0.5rem;
  line-height: 1.2;
  text-align: center;
  width: 25%;
}

.articlelistingrow-info--icons > div > span {
  min-height: 5rem;
  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;
  margin: 0;
  color: white;
}
.articlelistingrow-info--icons > div > span > img {
  border-radius: 0;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  gap: 1.5rem;
  margin-left: 0;
  padding: 6rem 1rem;
}

.slick-dots > li > button {
  font-size: 0;
  background-color: transparent;
  padding: 0;
  width: 4rem;
  height: auto;
  height: 4rem;
  margin: 0;
}

.slick-dots > li > button::after {
  content: "";
  position: absolute;
  background-image: url("../img/dot.png");
  width: 5rem;
  height: 5rem;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-dots > li.slick-active > button::after {
  opacity: 1;
}

.custom {
  margin-top: 15rem;
  position: relative;
}

.custom__header {
  max-width: var(--max-width-wrap);
  padding: 0 1rem;
  margin: auto;
}

.custom__header > h3 {
  font-size: 4.6rem;
  color: var(--primary);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom__header > div {
  font-size: 2.4rem;
  font-weight: 800;
  color: #000000;
  max-width: 94.5rem;
  padding: 0 9rem;
}

.custom__image {
  position: absolute;
  top: 3.5rem;
  right: 0;
  width: 46.41%;
}

.custom__image > img {
  border-top-left-radius: 8rem;
  border-bottom-left-radius: 8rem;
}

.custom__form {
  max-width: var(--max-width);
  margin: auto;
  margin-top: 5rem;
}

.custom__form .row {
  max-width: 100%;
}

.custom__form > p {
  font-size: 3.2rem;
  color: #000000;
  font-weight: 800;
  margin-bottom: 4rem;
  padding: 0 1rem;
}

#contact.custom__form label,
#contact label {
  font-size: 2.6rem;
  color: #000;
  font-weight: 800;
  margin-bottom: 1rem;
}

#contact.custom__form input,
#contact.custom__form select,
#contact input,
#contact select {
  height: auto;
  background-color: #f3f4f5;
  height: 8rem;
  border: none;
  padding: 1rem;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  font-size: 2.4rem;
  color: #000;
  font-family: "Manrope";
  line-height: 1.4;
}

#contact.custom__form textarea,
#contact textarea {
  height: 31rem;
  background-color: #f3f4f5;
  border: none;
  padding: 1rem;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  font-size: 2.4rem;
  color: #000;
}

#contact.custom__form input:focus,
#contact input:focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.description-intro {
  position: relative;
}

#contact.custom__form .article-form #submitform,
#contact .article-form #submitform {
  min-width: 25rem;
  padding: 2rem;
  margin-top: 2rem;
}

.articles-container .static-page__content {
  gap: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prices-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.article-description h4 {
  font-size: 3.4rem;
  margin-bottom: 1rem;
  margin-top: 5rem;
}
.tour-price {
  background-color: #f8f8f8;
  border-radius: 25px;
  padding: 10px 15px;
  text-align: center;
  margin-left: 20px;
  color: #3a78c9;
  font-size: 22px;
  font-weight: 800;
  display: block;
  right: 0;
}

#contact.custom__form #submitform,
#contact #submitform {
  background-color: var(--primary);
  color: #fff;
  line-height: 1;
  padding: 2.5rem;
  min-width: 79rem;
  font-weight: 800;
  font-size: 2.4rem;
  border-radius: 3rem;
  margin-top: 7rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

#contact.custom__form.tour-form #submitform {
  font-size: 1.9rem;
}

#contact.tour-form.custom__form #submitform,
#contact.tour-form #submitform {
  background: white;
  color: var(--primary);
}

#contact.tour-form.custom__form input,
#contact.tour-form.custom__form select,
#contact.tour-form input,
#contact.tour-form select {
  font-size: 1.6rem;
}

.articles-container .article-description p.description-intro {
  font-size: 3.4rem;
  font-weight: bold;
}

.article-form > h3 {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}

#contact.tour-form {
  margin-top: 0;
  max-width: 49rem;
}

.related .articlelistingrow-w {
  padding: 0 0.5rem;
}

.related .articlelistingrow-info > div > a {
  display: none;
}

.related .articlelistingrow > a > img {
  width: 100%;
  min-width: 16rem;
}

.related .articlelistingrow-info > div > h4 > a {
  font-size: 1.7rem;
}

.related .articlelistingrow-info--price > span:last-child {
  font-size: 1.6rem;
}

.static-page__content .related li,
.static-page__content .related p {
  color: white;
  font-size: 1.6rem;
}

.related .articlelistingrow-info--icons {
  display: none;
}

.similar {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 10rem;
  text-align: center;
}

.related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

#contact.tour-form.custom__form input,
#contact.tour-form.custom__form select,
#contact.tour-form input,
#contact.tour-form select {
  height: 4rem;
}

form.article-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 2rem;
  padding-top: 5rem;
  background-color: #3a78c9;
}

#contact.tour-form label {
  font-size: 1.8rem;
  color: white;
  font-weight: 500;
  margin-bottom: -0.3rem;
}
#contact.custom__form label.tour-form {
  font-size: 1.9rem;
}

.container.articles-container {
  position: relative;
}

.article-description h3 {
  font-size: 3rem;
  font-weight: bold;
}

.second-category {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.7rem;
  color: white;
}

.article-description table tr img {
  margin-left: 1rem;
}

.article-description .article-wrapper-description > img {
  text-align: center;
  max-height: 45rem;
  margin: auto;
  display: block;
  margin-bottom: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-description h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.article-description table td {
  width: calc(65% - 1rem);
  font-size: 15px;
  padding: 1rem 8px;
  line-height: 1.5;
}

.article-description table td p {
  display: inline;
  font-size: 15px !important;
  padding: 0;
  line-height: 1.5;
}
.article-description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.article-description ul li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 25px;
}

.article-description table td:nth-child(odd) {
  width: 30%;
}

.fa-solid,
.fas {
  color: var(--primary);
  font-size: 2rem;
  left: -1px;
  top: 3px;
}

.article-description ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--primary);
}

.tour-right {
  display: contents;
  height: 100%;
}

#contact.tour-form {
  position: sticky;
  top: 16rem;
}

#contact.custom__form .article-form #submitform,
#contact .article-form #submitform {
  min-width: 35rem;
}

table {
  border-radius: 25px;

  margin: 0;

  border: 0;
  width: 100%;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even),
tr {
  padding: 30px 40px;
  border-top: 1px solid #dcdfe4;
  background-color: #f8f8f82e;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error,
.alert-box.success {
  font-size: 1.4rem;
  padding: 1rem;
}

.alert-box.success {
  font-size: 1.4rem;
  text-align: center;
  border-radius: 3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.5rem 3rem;
  margin: 2rem auto;
}

.alert-box.success .close {
  color: #fff;
  opacity: 1;
}

.reviews {
  margin-top: 10rem;

  background: -o-linear-gradient(top, #f3f4f5 50%, transparent 50%);

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #f3f4f5),
    color-stop(50%, transparent)
  );

  background: linear-gradient(180deg, #f3f4f5 50%, transparent 50%);
}

.reviews__header {
  text-align: center;
  position: relative;
  padding: 6rem 0;
}

.reviews__header::after {
  content: "CUSTOMER REVIEWS";
  position: absolute;
  top: 0;
  font-size: 14.6rem;
  font-weight: 800;
  color: #3c3c3c;
  opacity: 0.05;
  left: 50%;
  width: 100%;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reviews__header > h4 {
  font-size: 4.4rem;
  color: #3c3c3c;
  font-weight: 800;
  margin-bottom: 0rem;
  line-height: 1;
}

.reviews__list {
  max-width: var(--max-width);
  padding: var(--padding);
  margin: auto;
}

.review-w {
  padding: 0 2.5rem;
}

.review {
  background-color: #3c3c3c;
  padding: 5rem;
  border-radius: 4rem;
  min-height: 53rem;
}

.review > span {
  font-size: 22rem;
  color: #fff;
  display: block;
  margin-bottom: 2rem;
  position: relative;
  left: -1.5rem;
}

.review > a {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #fff;
  margin-top: -14rem;
  min-height: 14rem;
  display: block;
  z-index: 2;
  position: relative;
}

.review > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}

.review > div > div > span {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2rem;
  display: block;
}

.reviews .slick-dots {
  margin-bottom: 0;
}

.hero__image .slick-dots > li > button::after,
.blog .slick-dots > li > button::after,
.reviews .slick-dots > li > button::after {
  content: "";
  background-image: url("../img/dots-bl.png");
}

.blog {
  background: -o-linear-gradient(
    top,
    var(--primary) 43.29%,
    transparent 43.29%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(43.29%, var(--primary)),
    color-stop(43.29%, transparent)
  );
  background: linear-gradient(
    180deg,
    var(--primary) 43.29%,
    transparent 43.29%
  );
}

.blog__header {
  padding-top: 3.5rem;
  text-align: center;
}

.blog__header > h4 {
  font-size: 4.4rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0rem;
  line-height: 1;
}

.blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.5rem 1fr 4.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 47rem 8.4rem 47rem;
  grid-template-rows: 47rem 47rem;
  row-gap: 8.4rem;
  -webkit-column-gap: 4.5rem;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
  max-width: var(--max-width);
  padding: var(--padding);
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.blog__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.blog__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.blog__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.blog__list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.blog__list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.blog__list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.blog__single:nth-child(1) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.blog__single {
  position: relative;
}

.blog__single > a {
  position: relative;
  display: block;
}

.blog__single > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(0, 0, 0, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  top: 0;
  left: 0;
}

.blog__single > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  z-index: 10;
}

.blog__single--image {
  display: block;
  height: 100%;
}

.blog__single--image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__single > div > h5 {
  margin-bottom: 2rem;
}

.blog__single > div > h5 > a {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}

.blog__single > div > p {
  font-size: 2rem;
  max-width: 70rem;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.blog__single > div > a {
  font-size: 2rem;

  color: #fff;
}

.blog__single:not(:first-child) > div > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.footer {
  background-color: var(--primary);
  margin-top: 10rem;
  padding: 6rem 0;
}

.footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  padding: var(--padding);
}

.footer__container--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 9rem;
}

.footer__container--top > div > h5 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.close-this {
  display: none;
}

tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__container--top > div > ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.footer__container--top > div > p,
.footer__container--top > div > ul > li > a,
.footer__container--top > div > p > a {
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
}

ul.pagination {
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
ul.pagination li {
  height: auto;
}

.article-description table td {
  position: relative;
}

ul.pagination li a {
  font-size: 1.8rem;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: var(
    --primary
  ); /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

ul.pagination li.current a {
  background: var(--primary);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6; /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

ul.pagination li a {
  color: #999;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

ul.pagination li:hover a {
  color: white; /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

.footer__container--top > div > p {
  margin-bottom: 2rem;
  max-width: 31rem;
}

.footer__container--top > div > .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  max-width: 15rem;
}

.footer__container--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__container--bottom p {
  margin-bottom: 0;
}

.footer__container--bottom p,
.footer__container--bottom p a {
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
}

.main__image img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: var(--max-width-wrap);
  margin: auto;
  padding: var(--padding);
}

.static-page__content {
  max-width: var(--max-width);
  margin: auto;
  padding: var(--padding);
}

h1.articles_title.static-page__title,
.main__content h1 {
  font-size: 4.4rem;
  color: var(--primary);
  font-weight: 800;
  position: relative;
  padding-left: 9rem;
  line-height: 1;
  margin-bottom: 5rem;
}

h1.articles_title.static-page__title {
  position: absolute;
  top: -10rem;
  color: white;
}

h1.articles_title.static-page__title::after,
.main__content h1::after {
  content: url("");
  background-image: url(../img/symbol-c.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8.8rem;
  height: 10rem;
  background-repeat: no-repeat;
  filter: brightness(100);
}

.main__content h1::after {
  filter: none;
}

.static-page__content li,
.static-page__content p {
  font-size: 2rem;
  color: #131313;
}

.articles-container .static-page__content p {
  font-size: 1.7rem;
}
.articlelistingrow-info {
  pointer-events: none;
}

.articles-container .static-page__content .related p {
  font-size: 1.3rem;
}

.main__articles {
  max-width: var(--max-width);
  padding: var(--padding);
  margin: auto;
  padding-top: 2rem;
}

.similar-tours .articlelistingrow-info > div > a {
  display: none;
}

.static-page__content .similar-tours li,
.static-page__content .similar-tours p {
  color: white;
}

.similar-tours .articlelistingrow-info--price > span:last-child {
  font-size: 2.1rem;
}

.articles-container .static-page__content .similar-tours p {
  font-size: 14px;
}

.similar-tours.list-grid {
  gap: 1.5rem;

  margin: auto;
  margin-top: 2rem;
}

.articlelistingrow > a > img {
  width: 100%;
  min-width: 30rem;
}

.similar-tours .articlelistingrow-info > div > h4 > a {
  font-size: 2rem;
}

.list-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.3rem 1fr 3.3rem 1fr 3.3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.3rem;
}

.similar-tours.list-grid {
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}

.similar-tours .articlelistingrow > a > img {
  width: 100%;
  min-width: 28rem;
}

.similar-tours.list-grid {
  gap: 1.5rem;
}

.terms-check.small-12.columns.text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.terms-row.row {
  margin-top: 4rem;
}

.iframe-maps {
  text-align: center;
}

.iframe-maps > iframe {
  width: 100%;
}

.innerarticle.articlelistingrow-info--icons {
  position: absolute;
  bottom: 17rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: var(--max-width);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 1520px) {
  .hero__image {
    position: absolute;
    min-width: unset;
    left: unset;
    right: 0rem;
    bottom: 0;
    width: 54.8rem;
  }

  #contact.tour-form {
    top: 13rem;
  }

  #contact.tour-form {
    margin-top: 0;
    max-width: 40rem;
  }

  form.article-form {
    padding: 1rem;
  }

  #contact.custom__form .article-form #submitform,
  #contact .article-form #submitform {
    min-width: auto;
  }
  .tour-right {
    width: 48rem;
  }
  .similar-tours.list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .similar-tours.list-grid {
    gap: 1.5rem;
    max-width: 30rem;
  }

  .innerarticle.articlelistingrow-info--icons > div {
    width: 50%;
  }

  .main__body--description > div > *:nth-child(n + 3) {
    display: none;
  }

  .read-toggle {
    color: #131313;
    font-weight: 700 !important;
    background-color: transparent;
    padding: 0;
    transition: color 0.3s;
  }

  .similar {
    font-weight: bold;
    margin-top: 5rem;
    margin-bottom: 1rem;
  }

  .breadcrumbs > *:before {
    margin: 2rem;
  }

  .tour-price {
    background-color: #f8f8f8;
    border-radius: 25px;
    padding: 4px 13px;
    text-align: center;
    margin-left: 20px;
    color: #3a78c9;
    font-size: 30px;
    font-weight: 800;
    display: block;
    position: absolute;
    top: -20rem;
    right: 0;
  }

  .discover {
    padding-top: 17rem;
  }

  .list-grid {
    -ms-grid-columns: (3, 1fr);
    grid-template-columns: repeat(3, 1fr);
  }

  .articlelistingrow-info > div > a {
    font-size: 1.6rem;
  }

  .articlelistingrow-info > div > h4 > a {
    font-size: 2rem;
  }

  .articlelistingrow-info--price > span:last-child {
    font-size: 2.4rem;
  }

  .innerpage main {
    padding-top: 17rem;
  }

  .hero__image .slick-slide img {
    border-radius: 6rem;
    border: 1rem solid #fff;
  }

  .hero__image > div:nth-child(1) {
    position: relative;
  }

  .homepage main {
    padding-top: 12.6rem;
  }

  .hero__image > div > img {
    border-radius: 3rem;
    max-width: 35rem;
  }

  .hero__image > div {
    top: 13rem;
  }

  .hero {
    min-height: 81.2rem;
    position: relative;
  }

  h1.articles_title.static-page__title,
  .main__content h1,
  .hero__text > h2 {
    font-size: 4.8rem;
  }

  .discover__container {
    padding: 0;
  }

  .discover__container > p {
    padding: 0 10rem;
    max-width: 98rem;
  }

  .custom__image {
    position: relative;
    margin-bottom: 10rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero__image > div:nth-child(2) {
    top: 6rem;
  }
  .custom__image > img {
    border-radius: 8rem;
  }

  .custom__header > div {
    max-width: 100%;
  }

  #navbar {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header a#logo img {
    max-height: 10.6rem;
  }

  #navbar > .top-bar-section > ul > li > a {
    padding: 0 0.5rem;
    font-size: 2rem;
  }

  #navbar > .top-bar-section {
    gap: 1.5rem;
  }

  .discover__filters > button {
    font-size: 2.4rem;
  }

  .form-action > button {
    font-size: 2rem;
  }

  .wh {
    max-width: 8rem;
  }

  .articles-container .static-page__content {
    gap: 1rem;
  }
}

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

  h1.articles_title.static-page__title::after,
  .main__content h1::after,
  .innerarticle.articlelistingrow-info--icons img {
    filter: none;
  }

  h1.articles_title.static-page__title,
  .innerarticle.articlelistingrow-info--icons {
    color: var(--primary);
    position: unset;
    transform: none;
  }

  .innerarticle.articlelistingrow-info--icons,
  h1.articles_title.static-page__title,
  .main__content h1,
  .articlelistingrow-info--icons > div > span,
  .innerarticle.articlelistingrow-info--icons > div {
    color: var(--primary);
  }

  #navbar > .top-bar-section > .social > a {
    margin-top: 0;
  }

  .footer__container--top > div > .social {
    margin-left: auto;
    margin-right: auto;
  }

  .popup + .overlay_tour {
    width: 100%;
    background: #000000e8;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .popup .close-this {
    display: block;
  }

  header.scroll #navbar > .top-bar-section > ul > li > a {
    font-size: 1.6rem;
  }

  .close-this {
    position: fixed;
    right: 10rem;
    font-size: 4rem;
    color: white;
    top: 4rem;
    z-index: 998;
    cursor: pointer;
  }
  #contact.tour-form {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 106;
    display: none;
  }

  .booking-fixed-btn {
    display: block;
    cursor: pointer;
  }

  .popup #contact.tour-form {
    display: block;
  }

  .similar-tours.list-grid {
    gap: 1.5rem;
    max-width: 100%;
  }

  .rewards > img {
    width: 150px !important;
    height: 37.5px !important;
  }

  .rewards {
    top: 23rem;
  }

  .similar-tours .articlelistingrow > a > img {
    min-width: auto;
  }

  .tour-right {
    width: auto;
    max-width: 64rem;
    margin: auto;
  }

  .similar-tours.list-grid {
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }

  .slick-dots {
    padding: 2rem 1rem;
  }

  .discover {
    padding-top: 7rem;
  }

  .articles-container .static-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-group {
    padding: 0.5rem;
  }

  div.breadcrumb {
    margin: 1rem 0;
  }

  .list-grid {
    gap: 1rem;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-details img {
    max-width: 5rem;
  }

  .contact-details {
    margin-bottom: 2rem;
  }

  .contact-details p {
    margin-bottom: 0rem;
    width: 20rem;
  }

  .contact-details a {
    font-size: 1.6rem;
  }

  .custom__form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom__form .medium-6 {
    width: 100%;
  }

  .hero__image > div:nth-child(2) {
    right: 1rem;
  }

  .hero__image > div {
    top: 0rem;
  }

  .homepage main {
    padding-top: 17.6rem;
  }

  .hero__image > div:nth-child(2) {
    top: -3rem;
  }

  .hero .form-group {
    padding: 2rem 1.5rem;
  }

  .hero {
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    padding: 5rem 0;
    gap: 10rem;
  }

  .hero__image {
    position: relative;
  }

  .hero__text {
    width: 100%;
  }

  .hero__text > h2 {
    max-width: 100%;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
  }

  .wh {
    max-width: 7rem;
  }

  .hero__text > p {
    max-width: 100%;
    padding: 0 1.5rem;
  }

  .form {
    max-width: 100%;
    width: calc(100% - 3rem);
    margin: 0 auto;
  }

  .hero__image {
    top: 0;
  }

  h1.articles_title.static-page__title,
  .main__content h1,
  .hero__text > h2 {
    font-size: 3.6rem;
  }

  .hero__text > p {
    font-size: 2.1rem;
  }

  .discover__header > h3 {
    font-size: 3.6rem;
  }

  .discover__container > p {
    max-width: 100%;
    font-size: 2.1rem;
  }

  .custom {
    margin-top: 0;
  }

  .custom__header > h3 {
    font-size: 3.6rem;
  }

  .custom__header > div {
    font-size: 2.1rem;
    max-width: 100%;
  }

  #contact.custom__form label,
  #contact label {
    font-size: 2.1rem;
  }

  #contact.custom__form input,
  #contact.custom__form select,
  #contact input,
  #contact select {
    height: auto;
    font-size: 2.1rem;
  }

  #contact.custom__form #submitform,
  #contact #submitform {
    min-width: 50rem;
    margin-top: 3rem;
    font-size: 2.1rem;
    padding: 1.5rem;
    margin-bottom: 0;
  }

  .reviews {
    margin-top: 5rem;
  }

  .reviews__header > h4 {
    font-size: 3.6rem;
  }

  .reviews__header::after {
    font-size: 7.2rem;
    top: 2rem;
  }

  .reviews__header {
    padding: 5rem 0;
  }

  .review > a {
    font-size: 2rem;
  }

  .review > div > div > span {
    font-size: 2rem;
  }

  .review > div > span > img {
    max-width: 7.4rem;
  }

  .blog__header > h4 {
    font-size: 3.6rem;
  }

  .blog__header {
    padding-top: 5rem;
  }

  .blog__list {
    margin-top: 5rem;
    display: block;
    max-width: 64rem;
  }

  .blog__single--image > img {
    min-height: 47rem;
  }

  #navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }

  #navbar > .top-bar-section > .social {
    position: absolute;
    top: -9rem;
    right: 1rem;
    padding-right: 0;
  }

  .social img {
    max-width: 3.5rem;
  }

  #navbar {
    padding-left: 0;
  }

  #navbar > .top-bar-section {
    margin-top: 1rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }

  #navbar > .top-bar-section > ul > li > a {
    padding: 0 0.6rem;
    font-size: 1.8rem;
  }

  .footer {
    margin-top: 5rem;
    padding: 5rem 0;
  }

  .footer__container--top {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__container--top > div:nth-child(1) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3rem;
  }

  .footer__container--top > div:nth-child(1) > a > img {
    max-width: 20rem;
  }

  .footer__container--top > div:not(:nth-child(1)) {
    width: 25%;
    padding: 0 1rem;
  }

  .footer__container--top > div > h5 {
    font-size: 2.1rem;
  }

  .footer__container--top > div > p {
    max-width: 100%;
  }

  .footer__container--top > div > p,
  .footer__container--top > div > ul > li > a,
  .footer__container--top > div > p > a,
  .footer__container--bottom p,
  .footer__container--bottom p a {
    font-size: 1.8rem;
  }

  .review-w {
    padding: 0 0.5rem;
  }

  .review {
    min-height: 43rem;
  }

  .related {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .homepage main {
    padding-top: 25rem;
  }

  .hero form {
    margin-top: 0rem;
  }

  .innerarticle.articlelistingrow-info--icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .innerarticle.articlelistingrow-info--icons > div {
    width: 100%;
  }

  #navbar > .top-bar-section > .social {
    gap: 0.8rem;
  }

  #navbar > .top-bar-section > ul > li > a {
    font-size: 1.6rem;
  }

  .similar-tours.list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    max-width: 32rem;
    margin: auto;
  }
}

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

  #navbar.expanded .top-bar-section ul {
    opacity: 1;
    display: flex;
    flex-direction: column;
  }

  .top-bar .toggle-topbar {
    display: block;
  }

  .articlelistingrow-info > .articlelistingrow-info--icons span {
    color: white;
  }

  .articlelistingrow-info > div > h4 + a {
    position: absolute;
    top: -5rem;
    right: 2rem;
  }

  .articlelistingrow-info > div > h4 {
    width: 100%;
    max-width: 100%;
  }

  .discover__filters > button.active {
    border-bottom: 2px solid white;
  }

  .top-bar .name {
    height: 56px;
    overflow: clip;
  }

  #navbar > .top-bar-section {
    flex-direction: column;
  }

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

  #contact.tour-form {
    width: calc(100% - 2rem);
    max-width: 100%;
  }

  .close-this {
    right: 2rem;
    font-size: 3rem;
    top: 8.3rem;
  }

  tr {
    padding: 0;
  }

  .booking-fixed-btn {
    right: 4px;
    bottom: 5px;
  }

  table tr.even,
  table tr.alt,
  table tr:nth-of-type(even),
  tr {
    padding: 0;
  }

  #contact.custom__form .article-form #submitform,
  #contact .article-form #submitform {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    border: 0;
    left: 100%;
  }

  .tour-right {
    width: 100%;
  }

  .similar-tours.list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    max-width: 32rem;
    margin: auto;
  }

  .hero form {
    width: auto;
    max-width: 30rem;
    background-color: white;
  }

  .hero form .form-group:nth-child(1)::after {
    display: none;
  }

  .related .articlelistingrow {
    max-width: 35rem;
  }

  .display-this.discover__tours {
    padding-top: 6rem;
  }

  .hero .form-action > button::after {
    bottom: 1.5rem;
  }
  .related {
    -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;
    gap: 1rem;
  }

  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .reviews__header::after {
    font-size: 4.2rem;
  }

  .breadcrumbs img {
    max-width: 1.4rem;
    margin-top: -2px;
  }

  .breadcrumbs > *:before {
    margin: 0.3rem;
  }

  tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-description table td {
    width: 100%;
  }

  .discover__filters > button.active::after,
  .discover__filters > button.active::before,
  .discover__filters > button::before {
    display: none;
  }

  .discover__filters > button {
    font-size: 2rem;
    line-height: 1;
  }

  .discover__filters {
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    gap: 3rem;
    background-color: var(--primary);
    width: 100%;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }

  .discover__filters.drop-down {
    max-height: 18rem;
    padding-bottom: 1rem;
  }

  .discover {
    padding-top: 3rem;
  }

  .hero #destinations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero select {
    -moz-text-align-last: center;
    text-align-last: center;
  }

  .hero .flatpickr-input[readonly] {
    text-align: center;
  }

  .hero .form-action,
  .hero .form-group {
    width: 100%;
    text-align: center;
  }

  .innerarticle.articlelistingrow-info--icons > div {
    font-size: 1.4rem;
  }

  .innerarticle.articlelistingrow-info--icons {
    top: 10rem;
    width: 100%;
    gap: 1rem;
  }

  .innerarticle.articlelistingrow-info--icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-details {
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }

  .contact-details p {
    width: 100%;
  }

  .list-grid {
    gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .hero__image .slick-slide img {
    width: 100%;
  }

  .hero__image {
    padding: 0 1rem;
  }
  .slick-dots {
    padding: 2rem 1rem;
  }
  #navbar > .top-bar-section > .social > a {
    max-width: 4rem;
  }

  .review > span {
    font-size: 20rem;
    left: -1.5rem;
    top: -1.5rem;
  }

  .review {
    min-height: 34rem;
  }

  .review {
    padding: 2rem;
  }

  .blog__header {
    padding-top: 3rem;
  }

  .slick-dots > li > button::after {
    content: "";
    position: absolute;
    background-image: url(../img/dot.png);
    width: 3rem;
    height: 3rem;
  }

  .slick-dots > li > button {
    width: 3rem;
    height: 3rem;
    background-size: contain;
  }

  .custom__image > img {
    border-radius: 3rem;
  }

  .blog__list {
    margin-top: 3rem;
  }

  .discover__filters .button,
  .discover__filters button {
    font-size: 2.4rem;
    background: transparent;
  }

  .custom__header > h3 {
    margin-bottom: 2rem;
  }

  .custom__image {
    margin-bottom: 6rem;
  }

  .discover__tours {
    margin-top: 0rem;
  }

  .discover__filters > button.active::after {
    left: 5.7rem;
    width: 2rem;
  }

  .discover__filters > button::before {
    max-width: 6rem;
  }

  .discover__filters > button {
    font-size: 2rem;
  }

  #navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__image > div > img {
    max-width: 28rem;
  }

  .top-bar-section ul li {
    padding-top: 2rem;
  }

  .hero__image {
    width: 100%;
  }

  .hero__image > div:nth-child(2) {
    top: 6rem;
  }

  #navbar.expanded {
    height: 100vh;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* -webkit-animation: height100 1s forwards; */
    max-height: 100vh;
  }

  @-webkit-keyframes height100 {
    0% {
      max-height: 8rem;
    }
    100% {
      max-height: 100vh;
    }
  }

  @keyframes height100 {
    0% {
      max-height: 8rem;
    }
    100% {
      max-height: 100vh;
    }
  }

  .review > a {
    min-height: 10rem;
  }

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

  .top-bar-section {
    float: none !important;
  }

  .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: #fff;
    -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);
    }
  }
  h1.articles_title.static-page__title::after,
  .main__content h1::after {
    max-width: 4.5rem;
    height: 5rem;
    background-size: contain;
  }

  .innerpage main {
    padding-top: 8rem;
  }

  .footer {
    margin-top: 1rem;
    padding: 2rem 0;
  }

  .innerpage .container {
    margin: 3rem auto;
    position: relative;
  }

  .main__image img {
    height: 28rem;
  }
  h1.articles_title.static-page__title,
  .main__content h1 {
    padding-left: 5rem;
    margin-bottom: 2.5rem;
  }

  .articlelistingrow-info--icons > div > span {
    min-height: 3rem;
  }

  .articles-container .static-page__content p {
    font-size: 1.6rem;
  }

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

  table {
    border-radius: 25px;
    padding: 5px 0px;
    margin: 0px 0;
    background-color: #f8f8f8;
    border: 0;
  }

  .similar {
    font-weight: bold;
    margin-top: 2rem;
    font-size: 2.4rem;
    margin-bottom: 0rem;
  }

  .tour-price {
    font-size: 2.4rem;
    top: -26rem;
  }

  form.article-form {
    padding: 1rem;
    padding-top: 3rem;
  }

  .articles-container .static-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .article-description h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .articles-container .article-description p.description-intro {
    font-size: 2rem;
  }

  .top-bar.expanded .title-area {
    background: var(--primary);
  }

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

  .top-bar {
    height: 65px;
  }

  ul.dropdown {
    background: transparent !important;
  }

  .reviews__header {
    padding: 2rem 0;
  }

  .top-bar .title-area {
    width: 100%;
  }

  #navbar {
    padding: 0 1rem;
    height: 8rem;
  }

  #navbar > .title-area {
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #navbar > .top-bar-section > .social {
    position: relative;
    top: 0;
    right: 0;
  }

  .footer__container--top > div > .social {
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header.scroll a#logo img,
  header a#logo img {
    max-height: 7rem;
  }

  .homepage main {
    padding-top: 18rem;
  }

  .rewards {
    top: 10rem;
  }

  .hero__image .slick-slide img {
    border: 0;
  }

  .hero form {
    position: unset;
  }

  .hero__text > p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .hero__text > h2 {
    margin-bottom: 2rem;
  }

  #contact.custom__form #submitform,
  #contact #submitform {
    min-width: 100%;
  }

  .form-group label,
  .form-group input,
  .form-group select {
    font-size: 1.6rem;
  }

  .form-group {
    height: 8rem;
  }

  .form-action,
  .form-group {
    width: 33.333%;
  }

  .form-action > button {
    font-size: 1.6rem;
    height: 6rem;
  }

  .title-image {
    max-width: 4.5rem;
  }

  .review > a,
  .blog__single > div > a,
  .blog__single:not(:first-child) > div > p,
  #contact.custom__form label,
  #contact label,
  .custom__header > div,
  .discover__container > p,
  .static-page__content li,
  .static-page__content p,
  .form-action > button,
  .hero__text > p {
    font-size: 1.6rem;
  }

  #contact.custom__form #submitform,
  #contact #submitform {
    font-size: 1.8rem;
  }

  #contact.custom__form textarea,
  #contact textarea,
  #contact.custom__form input,
  #contact.custom__form select,
  #contact input,
  #contact select {
    height: auto;
    font-size: 1.7rem;
  }
  h1.articles_title.static-page__title,
  .discover__header > h3,
  .blog__header > h4,
  .reviews__header > h4,
  .custom__form > p,
  .custom__header > h3,
  .main__content h1,
  .hero__text > h2 {
    font-size: 1.9rem;
  }

  .reviews {
    margin-top: 3rem;
  }

  .custom__header > div,
  .discover__container > p {
    padding: 0 3rem;
  }

  .discover__header > h3 {
    margin-bottom: 2rem;
  }

  .footer__container--top > div:nth-child(3) {
    padding-top: 0rem;
  }

  .blog__single > div > h5 > a {
    font-size: 2rem;
  }

  .footer__container--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    padding-top: 2rem;
  }

  .hero {
    padding: 2rem 0;
  }

  .form {
    width: calc(100% - 3rem);
  }

  .footer__container--top {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
  }

  .wh {
    max-width: 6rem;
  }

  .articlelistingrow > a > img {
    min-width: 28rem;
  }

  .footer__container--top > div:not(:nth-child(1)) {
    width: 100%;
    max-width: 32rem;
    text-align: center;
  }

  .hero {
    gap: 0rem;
  }

  .form {
    width: calc(100% - 3rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero form .form-group {
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .slick-dots {
    gap: 0.5rem;
  }

  .slick-dots > li > button::after {
    width: 2rem;
    height: 2rem;
  }

  .slick-dots > li > button {
    width: 2rem;
    height: 2rem;
  }

  .form-action,
  .form-group {
    width: 100%;
  }
  /* .discover__filters::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: 3rem;
    width: 1rem;
    height: 1rem;
    background-image: url(../img/arrow-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
  } */

  .discover__filters.drop-down::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0rem;
  }

  .top-bar-section ul {
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }

  #navbar.expanded .top-bar-section ul {
    opacity: 1;
  }

  .hero form {
    max-width: calc(100% - 2rem);
  }
}

.fixed-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  flex-direction: column-reverse;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .fixed-buttons {
    bottom: 2rem;
    right: 2rem;
    align-items: flex-end;
  }
}
