@import url(foundation.min.css);
@import url(jquery.fancybox.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-weight: normal;
}

.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 .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

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

/* Breadcrumb Navigation */
div.breadcrumb {
  max-width: 1200px;
  margin: 30px auto;
  padding: 15px 20px;
  background: #f2f2f2;
  border-radius: 8px;
  border-left: 4px solid var(--primary);
}

.breadcrumbs {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs * {
  color: #555;
  font-size: 1.3rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumbs a {
  color: #666;
  text-decoration: none;
  position: relative;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumbs a:hover {
  color: var(--primary);
  background: rgba(166, 156, 0, 0.1);
}

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

.breadcrumbs > .current,
.breadcrumbs *:last-child {
  color: #333;
  font-weight: 600;
}

.breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin: 0 8px;
  color: #999;
  font-size: 1.2rem;
  font-weight: 300;
}

.article__img-wrapper {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.fixed-btn {
  position: fixed;
  right: 6rem;
  bottom: 10rem;
  z-index: 115;
  animation: pulse 2s infinite;
  border-radius: 0;
  color: var(--secondary);
  background: var(--primary);
  font-size: var(--font20);
  font-weight: bold;
  padding: 1rem;
  z-index: 5;
}

.fixed-btn:hover {
  color: var(--tertiary);
}

@keyframes pulse {
  0% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 #ceab4e6b;
    border-radius: 3px;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 5px #ceab4e6b;
    border-radius: 0;
  }

  100% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 #ceab4e6b;
    border-radius: 3px;
  }
}

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

/* Contact Form Styles */
.contact-page__hero {
  margin-bottom: 4rem;
}

.contact-page__img-wrapper {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.contact-page__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.top-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0rem;
}

ul.inline-list.right {
  margin-right: 2rem;
}

.contact-page__description {
  color: #ffffff;
  font-size: var(--font19);
  line-height: 1.6;
  text-align: center;
  -webkit-animation: slideUp 0.8s ease-out;
  animation: slideUp 0.8s ease-out;
  max-width: 900px;
}

.contact-page__description p {
  color: #ffffff;
  margin-bottom: 1rem;
}

.contact-layout {
  max-width: 1400px;
  margin: 0 auto;
}

.contact-form-container {
  padding: 2rem 0;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form-header {
  background: #ffffff;
  padding: 2rem 2.5rem 1.5rem;
  border-bottom: 2px solid #f0f0f0;
}
.contact-left {
  max-width: 90rem;
  width: 100%;
  position: sticky;
  padding-top: 0;
  top: 2rem;
  -ms-flex-item-align: start;
  align-self: flex-start;

  background: #ffffff;
  overflow: hidden;
}

.contact-form-header .static-page__title {
  margin-bottom: 0.75rem;
  color: var(--tertiary);
}

.contact-form-header .static-page__content {
  color: #666666;
  line-height: 1.6;
}
select,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  height: 5rem;
  font-size: var(--font17);
  margin-bottom: 0;
}

.contact-form {
  position: relative;
  padding: 2rem 2.5rem 3rem;
  border-bottom: 2px solid #f0f0f0;
}

.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.form-label {
  display: block;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.5rem;
  font-size: var(--font17);
  letter-spacing: 0.3px;
}

.form-label i {
  color: #257696;
  margin-right: 0.5rem;
  width: 18px;
  display: inline-block;
  text-align: center;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: var(--font17);
  color: #333333;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #257696;
  -webkit-box-shadow:
    0 0 0 3px rgba(37, 118, 150, 0.1),
    0 2px 5px rgba(0, 0, 0, 0.08);
  box-shadow:
    0 0 0 3px rgba(37, 118, 150, 0.1),
    0 2px 5px rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #999999;
  opacity: 1;
}

.form-textarea {
  min-height: 90px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.2;
}

.captcha-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.captcha-wrapper img {
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
}

.button-submit {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  background: var(--primary);
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(37, 118, 150, 0.3);
  box-shadow: 0 4px 12px rgba(37, 118, 150, 0.3);
  letter-spacing: 0.5px;
}

.button-submit:hover {
  -webkit-box-shadow: 0 6px 16px rgba(37, 118, 150, 0.4);
  box-shadow: 0 6px 16px rgba(37, 118, 150, 0.4);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.button-submit:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 8px rgba(37, 118, 150, 0.3);
  box-shadow: 0 2px 8px rgba(37, 118, 150, 0.3);
}

.button-submit i {
  margin-right: 0.5rem;
}
[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error,
.form-group small.error {
  color: #e74c3c;
  font-size: 1.3rem;
  margin-top: 0rem;
  font-weight: 500;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error,
.contact-form input.error,
.contact-form textarea.error,
.contact-form select.error {
  border-color: #e74c3c;
  background-color: #fff5f5;
}

.contact-info-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem 1rem;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: #ffffff;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info-box:hover {
  border-color: var(--primary);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.contact-info-box__icon {
  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;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--primary);
  border-radius: 50%;
  color: #ffffff;
  font-size: 2rem;
}

.contact-info-box__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info-box__title {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--tertiary);
  margin-bottom: 0.5rem;
}

.contact-info-box__text {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
  line-height: 1.6;
}

.contact-info-box__text a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.contact-info-box__text a:hover {
  color: var(--primary);
}

.contact-info-box__text span {
  text-decoration: underline;
}

.facilities-wrapper {
  overflow: clip;
  position: relative;
  max-width: 1720px;
  margin: auto;
}
body {
  opacity: 1;
}

.row {
  padding: 1rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.top-bar-section li.active:not(.has-form) a:not(.button) {
  position: relative;
}

.top-bar-section li:not(.has-form) a:not(.button)::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/hover.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}

.top-bar-section li.active:not(.has-form) a:not(.button)::before,
.top-bar-section li:not(.has-form) a:hover:not(.button)::before {
  opacity: 1;
  top: -20px;
}

.top-bar {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.socials {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-section {
  margin: auto;
  line-height: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14rem;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 24px;
}

.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: 0px;
}

body {
  background-image: url(../img/background.png);
  background-attachment: fixed;
  background-repeat: no-repeat;

  background-position: top;
}

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

.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: "Geologica", sans-serif;
  font-weight: 600 !important;
  background-color: var(--primary);
  border-radius: 3px;
  font-size: var(--font19);
}

.homepge li:first-of-type a {
  font-weight: 800;
  text-decoration: none;
  position: relative;
}

.homepge li:first-of-type a:hover::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/hover.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}

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

.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: 9px;
  height: 9px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: #ffffff52;
}
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

.footer-top .reserved a::after,
.top-bar-section li:last-child a::after {
  display: none !important;
}

/* 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;
}
.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;
  background-color: #fff;
}

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

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

/* ------- ABOUT ------- */

/* ------- STATIC PAGE ------- */

.static-page__hero {
  margin-bottom: 4rem;
}

.static-page__img-wrapper {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.static-page__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  -o-transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease,
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
}

.static-page__description-overlay {
  color: #ffffff;
  font-size: var(--font19);
  line-height: 1.6;
  text-align: center;
  -webkit-animation: slideUp 0.8s ease-out;
  animation: slideUp 0.8s ease-out;
  max-width: 900px;
}

.static-page__description-overlay p {
  color: #ffffff;
  margin-bottom: 1rem;
}

.static-page__title {
  text-align: center;
  font-size: var(--font50);
  text-align: left;
  color: var(--primary);
  margin-bottom: 20px;
}
.static-page__content li,
.static-page__content p {
  font-size: var(--font19);
  line-height: 33px;
  font-weight: 300;
}
/* ------- CATEGORY PAGE ------- */

.category__hero {
  margin-bottom: 0rem;
}

.category__img-wrapper {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.category__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  -o-transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease,
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
}

.category__description {
  color: #ffffff;
  font-size: var(--font19);
  line-height: 1.6;
  text-align: center;
  -webkit-animation: slideUp 0.8s ease-out;
  animation: slideUp 0.8s ease-out;
  max-width: 900px;
}

.category__description p {
  color: #ffffff;
  margin-bottom: 1rem;
}

.category__img {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.category__title {
  margin-top: 3rem;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Article Cards */
.article-grid {
  margin-top: 4rem;
}

.article-card {
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition:
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  -o-transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.3s;
}

.article-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background-color: var(--primary);
}

.article-card__img-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.article-card__img-link {
  display: block;
  width: 100%;
  height: 100%;
}

.article-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  -o-transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease,
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
}

.article-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.95)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  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;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  padding: 2rem;
  z-index: 2;
}

.book-a-court a {
  letter-spacing: 1px;
}

.article-card__description {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.article-card__description a {
  color: #ffffff;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
}

.article-card__more {
  display: inline-block;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border: 2px solid var(--primary);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-card__more:hover {
  background-color: var(--primary);
  color: #ffffff;
}

.articlelistingrow:hover .article-card__overlay {
  opacity: 1;
}

.articlelistingrow:hover .article-card__description {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.article-card__content {
  padding: 2rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-card__title {
  margin-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.3;
}

.article-card__title a {
  color: var(--tertiary);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.article-card__category {
  display: inline-block;
  color: #666666;
  font-size: 1.3rem;
  text-decoration: none;
  margin-bottom: 1rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.article-card__category:hover {
  color: var(--primary);
}

.listSocial {
  margin-top: auto;
  padding-top: 1.5rem;
}

a.book-a-court {
  font-size: var(--font20);
  color: black;
  margin-top: var(--space);
  font-weight: bold;
  display: flex;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

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

.site-footer {
  background-color: transparent;
  padding: var(--space) 1rem;
  position: relative;
  z-index: 6;
  background: white;
  background-color: white;
}
.site-footer__copyrights {
  margin-top: 15px;
}
.site-footer__copyrights,
.site-footer__copyrights a {
  font-size: 16px;
  color: #fff;
}
.site-footer__logo {
  text-align: right;
}

ul.lang.inline-list.right {
  background: var(--primary);
  border-radius: 5rem;
  margin: 0;
  padding: 1rem;
}

.inline-list > li {
  margin-left: 0;
  display: block;
}

.inline-list.right img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition:
    filter 0.3s ease,
    -webkit-filter 0.3s ease;
}

.inline-list.right img:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

:root {
  --primary: #ceab4e;
  --secondary: black;
  --tertiary: #333333;
  --max-width: 1780px;
  --space: 7.5rem;
  --font50: 4.3rem;
  --font24: 2.4rem;
  --font19: 1.9rem;
  --font20: 2rem;
  --font17: 1.7rem;
}

.alert-box {
  font-size: var(--font17);
  width: fit-content;
  margin: auto;
}

.inline-list > li > a,
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: var(--font20);
  color: white;
  line-height: 1.2;
  text-shadow: 0px 5px 4.75px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  letter-spacing: 2px;
}

html,
body {
  font-size: 62.5%;
  font-family: "Geologica", sans-serif;
  overflow-x: clip;
}

body * {
  font-family: "Geologica", sans-serif;
}

.slideshow {
  background-image: url("../img/header-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: end;
  padding-top: var(--space);
  position: relative;
}

.site-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: var(--max-width);
  margin: auto;
  padding: 0 1rem;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.infinity-slider {
  background-color: var(--primary);
  height: var(--space);
}

.top-bar .title-area {
  position: absolute;
  top: 7.5rem;
}

.text-slider {
  font-size: var(--font50);
  color: var(--primary);
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 5px 4.75px rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 16.5%;
  bottom: 5rem;
  width: 45rem;
  font-weight: bold;
}

.text-slider p {
  font-size: var(--font50);
  color: var(--primary);
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 5px 4.75px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  letter-spacing: 4px;
}

.infinity-slider {
  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;
  pointer-events: none;
}

.infinity-slider p {
  font-size: var(--font19);
  color: var(--secondary);
  position: relative;
  padding-left: 10rem;
  margin: auto;
  letter-spacing: 5px;
}

.infinity-slider p::after {
  content: "";
  position: absolute;
  left: 5rem;
  top: 50%;
  width: 7px;
  height: 7px;
  background-color: var(--secondary);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-header {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.innerpage .site-header,
.site-header.scrolled {
  background-color: black;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-bottom: 5px solid var(--primary);
  -webkit-box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.site-header.scrolled .top-bar .name,
.innerpage .site-header .top-bar .name {
  width: 6.5rem;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: -7rem;
}

.innerpage .site-header,
.site-header.scrolled {
  border-bottom: none;
}

.top-bar-section .inline-list li:not(.has-form) a:not(.button)::before,
.inline-list li.has-dropdown.not-click:not(:last-of-type)::before,
.inline-list li.has-dropdown.not-click:not(:last-of-type)::before,
.top-bar-section .inline-list li:not(.has-form) a:not(.button)::after {
  display: none;
}
.top-bar .name {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  width: 32rem;
  top: var(--space);
}

.indoor-padel-text {
  text-align: center;
  margin: var(--space) auto;
  padding-bottom: 20px;
}

.about-txt {
  max-width: 80rem;
  padding: 0 1rem;
  margin: auto;
}

.indoor-padel-text .moduleTitle {
  font-size: var(--font19);
  color: var(--tertiary);
}

.indoor-padel-text p {
  color: var(--secondary);
  font-size: var(--font50);
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 4px;
  text-shadow: 1px 1px var(--secondary);
}

.indoor-padel-text a {
  color: var(--primary);
  font-size: var(--font50);
  font-weight: bold;
  position: relative;
  text-shadow: 1px 1px var(--primary);
}

.indoor-padel-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: var(--primary);
}

.indoor-padel-text .moduleTitle {
  font-size: var(--font19);
  color: var(--tertiary);
  margin-bottom: 4.5rem;
}

.book-a-court {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: var(--max-width);
  padding: 0 1rem;
  margin: auto;
  height: var(--space);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-a-court a {
  font-size: var(--font24);
  color: var(--secondary);
  line-height: 1.2;
  letter-spacing: 3px;
}

.book-a-court a:nth-child(2) {
  color: var(--primary);
  font-weight: bold;
  position: relative;
}

.book-a-court a:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: var(--primary);
}

.book-a-court a:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: var(--primary);
}

.book-a-court a span {
  position: relative;
  font-weight: bold;
}

.book-a-court a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: var(--secondary);
}

.gradient-wrapper {
  position: relative;
  width: 100%;
  margin-top: var(--space);
}

.gradient-wrapper::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: -o-linear-gradient(
    175deg,
    var(--primary) 2%,
    var(--secondary) 100%
  );
  background: -o-linear-gradient(
    175deg,
    var(--primary) 2%,
    var(--secondary) 100%
  );
  background: linear-gradient(275deg, var(--primary) 2%, var(--secondary) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.gradient-wrapper::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: -o-linear-gradient(
    175deg,
    var(--primary) 2%,
    var(--secondary) 100%
  );
  background: -o-linear-gradient(
    175deg,
    var(--primary) 2%,
    var(--secondary) 100%
  );
  background: linear-gradient(275deg, var(--primary) 2%, var(--secondary) 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-left {
  margin: auto;
  padding-top: var(--space);
}

.about-us .moduleTitle {
  font-size: var(--font50);
  color: var(--primary);
  margin-bottom: 5.5rem;
}

.about-us .moduleTitle * {
  font-weight: 800;
}

.about-right {
  margin-top: var(--space);
  margin-bottom: var(--space);
}

.about-us a {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-us a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

.about-us p {
  font-size: var(--font24);
  color: white;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 50px;
}

.about-us a {
  font-size: var(--font24);
  color: white;
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.video-bottom {
  text-align: center;
  position: relative;
  overflow: clip;
}

h3.facilities-title {
  position: absolute;
  top: 10rem;
  right: 1rem;
  font-size: var(--font50);
  font-weight: bold;
  z-index: 1;
}

h3.facilities-title a {
  color: var(--secondary);
  font-weight: bold;
}

.facilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: auto;
  padding: var(--space) 1rem;
  position: relative;
  gap: 1rem;
}

.facilities .moduledata:nth-child(1),
.facilities .moduledata:nth-child(3) {
  width: 27.3%;
}

.facilities .moduledata:nth-child(1) span img,
.facilities .moduledata:nth-child(3) span img {
  max-width: 47rem;
}

.facilities .moduledata:nth-child(1) article {
  display: block !important;
  font-size: var(--font17);
  line-height: 2.4;
  color: var(--secondary);
  max-width: 46rem;
  font-weight: 100;
}

.facilities .moduledata:nth-child(1) span {
  max-height: 39rem;
  overflow: clip;
  display: block;
}

.facilities .moduledata:nth-child(1) h5 {
  display: block !important;
  margin: 2rem auto;
  font-size: var(--font24);
  font-weight: bold;
  display: block;
  text-align: end;
  margin-right: 1rem;
}
.iframe-wrapp2 {
  width: 134.1rem;
  height: 77rem;
  margin: auto;
  padding: 20px;
  background: -o-linear-gradient(
    175deg,
    var(--primary) 2%,
    var(--secondary) 100%
  );
  background: linear-gradient(275deg, var(--primary) 2%, var(--secondary) 100%);
  border-radius: 30px;
  position: relative;
  overflow: clip;
}

.video-bottom iframe {
  padding: 1rem;
  border-radius: 30px;
}

.video-bottom iframe {
  width: 100%;
  height: 100%;
  scale: 1.3;
  padding: 165px;
  height: 100%;
  min-height: 898px;
  border-radius: 19rem;
  top: -1px;
  position: absolute;
  left: 0;
  top: -65px;
}

.homepage iframe {
  pointer-events: none;
  scale: 1.2;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.site-footer p,
.site-footer a,
.site-footer {
  font-size: var(--font19);
  color: var(--secondary);
  margin-bottom: 2rem;
  font-weight: 200;
  position: relative;
  letter-spacing: 2px;
}

.footer-top a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: var(--secondary);
}

.iframe-wrapp {
  width: 138rem;
  height: 77rem;
  margin-right: 0;
  margin-left: auto;
  overflow: clip;
}

.footer-logo img {
  max-width: 30rem;
}

.footer-bottom {
  max-width: var(--max-width);
  margin: auto;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.video-bottom h2 > span {
  font-size: 106px;
  height: 1px;
  font-weight: bold;
  letter-spacing: 11px;
  font-size-adjust: ex-height 0.5;
  font-stretch: inherit;
  display: none;
}

.video-bottom h2 {
  width: 200vw;
  left: -64rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  top: 9rem;
}

.social-widget {
  margin: var(--space) auto;
}

.video-bottom {
  text-align: center;
  position: relative;
  overflow: clip;
}

.img-title {
  padding: 3rem 0;
  position: relative;
}
.img-title::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #6fbb28;
  border-radius: 50%;
}
.footer-top {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.facilities .moduledata:nth-child(1) .more {
  display: block !important;
  margin-top: 1rem;
}

.more {
  font-size: var(--font17);
  color: var(--secondary);
  margin-left: auto;
  margin-right: 1rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.facilities .moduledata:nth-child(1) .more::after,
.facilities .moduledata:nth-child(2) .more::after,
.facilities .moduledata:nth-child(3) .more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  opacity: 1;
  top: auto;
  background: var(--secondary);
}

.moduledata {
  margin-top: auto;
  width: 33.3%;
}

.iframe-wrapp,
.iframe-wrapp2 {
  aspect-ratio: 16 / 9;
}

.video-bottom iframe,
.homepage iframe {
  width: 100%;
  height: 100%;
  scale: 1.3;
}

.iframe-wrapp2 {
  background: -o-linear-gradient(
    175deg,
    var(--primary) 2%,
    var(--secondary) 100%
  );
  background: linear-gradient(275deg, var(--primary) 2%, var(--secondary) 100%);
}

.static-row {
  max-width: 90rem;
}
.img-title {
  padding: 0 5rem;
}

.sports-slider {
  margin-top: var(--space);
  margin-bottom: var(--space);
}

.img-title img {
  width: 100%;
}

.facilities .moduledata:nth-child(3),
.facilities .moduledata:nth-child(2) {
  position: relative;
  overflow: hidden;
}
/* .facilities .moduledata:nth-child(1) span, */
.facilities .moduledata:nth-child(3) span,
.facilities .moduledata:nth-child(2) span {
  position: relative;
  display: block;
}

/* .facilities .moduledata:nth-child(1) span img, */
.facilities .moduledata:nth-child(3) span img,
.facilities .moduledata:nth-child(2) span img {
  -webkit-transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  -o-transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease,
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
}
/* .facilities .moduledata:nth-child(1) span::after, */
.facilities .moduledata:nth-child(3)::after,
.facilities .moduledata:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.95)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.facilities .moduledata:nth-child(3) h5,
.facilities .moduledata:nth-child(2) h5,
.facilities .moduledata:nth-child(3) article,
.facilities .moduledata:nth-child(2) article,
.facilities .moduledata:nth-child(3) .more,
.facilities .moduledata:nth-child(2) .more {
  position: absolute;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.facilities .moduledata:nth-child(3) h5,
.facilities .moduledata:nth-child(2) h5 {
  top: 2rem;
  left: 2rem;
  right: 2rem;
  display: block !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.facilities .moduledata:nth-child(3) article,
.facilities .moduledata:nth-child(2) article {
  bottom: 10rem;
  left: 2rem;
  right: 2rem;
  display: block !important;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  font-size: var(--font17);
  line-height: 2.4;
  font-weight: 100;
}

.facilities .moduledata:nth-child(3) .more,
.facilities .moduledata:nth-child(2) .more {
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
  -ms-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
  display: inline-block !important;
  color: var(--primary);
  background-color: transparent;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 1px;
}

.facilities .moduledata:nth-child(3) .more:hover,
.facilities .moduledata:nth-child(2) .more:hover {
  background-color: transparent;
  color: #ffffff;
}

/* .facilities .moduledata:nth-child(1):hover span img, */
.facilities .moduledata:nth-child(3):hover span img,
.facilities .moduledata:nth-child(2):hover span img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.facilities .moduledata:nth-child(1):hover span::after,
.facilities .moduledata:nth-child(3):hover::after,
.facilities .moduledata:nth-child(2):hover::after {
  opacity: 1;
}

.facilities .moduledata:nth-child(3):hover h5,
.facilities .moduledata:nth-child(2):hover h5,
.facilities .moduledata:nth-child(3):hover article,
.facilities .moduledata:nth-child(2):hover article,
.facilities .moduledata:nth-child(3):hover .more,
.facilities .moduledata:nth-child(2):hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.facilities .moduledata:nth-child(3):hover .more,
.facilities .moduledata:nth-child(2):hover .more {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 1540px) {
  :root {
    --space: 6rem;
    --font50: 3.5rem;
    --font24: 2.2rem;
    --font19: 1.7rem;
    --font20: 1.8rem;
    --font17: 1.6rem;
  }

  .footer-logo img {
    max-width: 20rem;
  }

  ul.inline-list.right {
    margin-right: 0rem;
    padding: 4px 0;
  }

  body {
    background-size: cover;
  }

  .facilities .moduledata:nth-child(3) article,
  .facilities .moduledata:nth-child(2) article {
    line-height: 1.4;
  }

  .img-title {
    width: 100%;

    max-width: 70rem;
  }

  .video-bottom iframe {
    width: 100%;
    height: 100%;
    scale: 1.3;
    padding: 0;
    height: 100%;
    min-height: 1px;
    border-radius: 3rem;
    position: unset;
    width: 100%;
  }

  .facilities .moduledata:nth-child(1) span {
    max-height: 30rem;
  }

  .iframe-wrapp,
  .iframe-wrapp2 {
    width: 100%;
    height: auto;
  }
  ul.right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 1rem;
  }

  .facilities .moduledata:nth-child(1) article {
    line-height: 1.4;
  }

  .facilities .moduledata:nth-child(1),
  .facilities .moduledata:nth-child(3) {
    width: 30%;
  }
  .facilities .moduledata:nth-child(1) span img,
  .facilities .moduledata:nth-child(3) span img {
    width: 100%;
  }

  .moduledata {
    width: 36%;
  }
  .about-us p {
    font-size: var(--font24);
    color: white;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 34px;
  }

  .iframe-wrapp {
    max-width: 100rem;
    max-height: 62rem;
  }

  iframe {
    max-width: 100rem;
    max-height: 62rem;
  }

  .about-us a::after {
    bottom: 5px;
  }

  #logo img {
    width: 23rem;
  }

  .socials {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    gap: 1.3rem;
  }

  .top-bar-section {
    margin-right: 1rem;
  }

  .text-slider {
    left: 1rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
  }

  .imonline-logo img {
    max-width: 13rem;
  }

  .facilities .moduledata span img {
    width: 100%;
    max-height: 40rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .facilities .moduledata:nth-child(3) span img {
    width: 100%;
    max-height: 35rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .iframe-wrapp2 {
    height: 70rem;
  }

  .iframe-wrapp2 {
    height: 63rem;
    width: 90%;
  }
}

@media screen and (max-width: 1140px) {
  .iframe-wrapp {
    width: 100%;
  }
  .contact-info-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    max-width: 32rem;
  }

  .contact-info-boxes {
    gap: 1rem;
    padding: 0rem 0;
  }

  .contact-info-box {
    padding: 1rem;
  }

  .site-header .top-bar.expanded .scrolled {
    background-color: transparent;
  }

  .facilities .moduledata:nth-child(3) article,
  .facilities .moduledata:nth-child(2) article {
    bottom: 7rem;
    line-height: 1.1;
  }

  .facilities .moduledata:nth-child(3) h5,
  .facilities .moduledata:nth-child(2) h5 {
    top: 0rem;
  }

  /* Apply first child design to all moduledata elements */
  .facilities .moduledata {
    width: 33.3%;
  }

  .facilities .moduledata span {
    max-height: 39rem;
    overflow: clip;
    display: block;
  }

  .facilities .moduledata span img {
    max-width: 47rem;
    width: 100%;
  }

  .facilities .moduledata article {
    display: block !important;
    font-size: var(--font17);
    line-height: 2.4;
    color: var(--secondary);
    max-width: 46rem;
    font-weight: 100;
  }

  .facilities .moduledata h5 {
    display: block !important;
    margin: 2rem auto;
    font-size: var(--font24);
    font-weight: bold;
    text-align: end;
    margin-right: 1rem;
  }

  .facilities .moduledata .more {
    display: block !important;
    margin-top: 1rem;
    font-size: var(--font17);
    color: var(--secondary);
    margin-left: auto;
    margin-right: 1rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .facilities .moduledata .more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: var(--secondary);
  }

  .facilities .moduledata:hover span img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
  }
}

@media screen and (max-width: 1124px) {
  :root {
    --space: 4rem;
    --font50: 3rem;
    --font24: 1.8rem;
    --font19: 1.7rem;
    --font20: 1.7rem;
    --font17: 1.5rem;
  }

  .iframe-wrapp2 {
    height: 46rem;
  }

  .book-a-court {
    padding: 4rem 1rem;
  }

  .top-bar.expanded {
    background: #333;
    padding-bottom: 10rem;
  }
  .static-page__content li,
  .static-page__content p {
    line-height: 25px;
  }

  .article-card__description a {
    line-height: 1.4;
  }

  .indoor-padel-text p {
    letter-spacing: 1px;
  }

  .facilities .moduledata:nth-child(3) span img {
    width: 100%;
    max-height: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .facilities .moduledata:nth-child(1) span {
    max-height: 18rem;
  }

  .facilities .moduledata:nth-child(1) h5 {
    font-size: var(--font20);
  }

  .facilities .moduledata:nth-child(1) article {
    line-height: 1.2;
    font-size: 1.4rem;
  }

  .text-slider p {
    letter-spacing: 2px;
  }
  .facilities .moduledata span img {
    width: 100%;
    max-height: 32rem;
  }

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

  .facilities .moduledata:nth-child(1) h5 {
    margin: 1rem auto;
  }

  ul.right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 3rem;
  }

  .contact-page__img-wrapper {
    height: 300px;
  }

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

  #logo img {
    width: 16rem;
  }

  .slideshow {
    padding-top: 6.5rem;
  }

  /* top bar cms */
  .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(--primary);
    -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);
    }
  }

  /* Bounce animations for ball.png */
  @-webkit-keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-50%) scale(0.3) translateY(0px);
      transform: translateX(-50%) scale(0.3) translateY(0px);
    }
    50% {
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1.05) translateY(-10px);
      transform: translateX(-50%) scale(1.05) translateY(-10px);
    }
    70% {
      -webkit-transform: translateX(-50%) scale(0.9) translateY(3px);
      transform: translateX(-50%) scale(0.9) translateY(3px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1) translateY(0px);
      transform: translateX(-50%) scale(1) translateY(0px);
    }
  }
  @keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-50%) scale(0.3) translateY(0px);
      transform: translateX(-50%) scale(0.3) translateY(0px);
    }
    50% {
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1.05) translateY(-10px);
      transform: translateX(-50%) scale(1.05) translateY(-10px);
    }
    70% {
      -webkit-transform: translateX(-50%) scale(0.9) translateY(3px);
      transform: translateX(-50%) scale(0.9) translateY(3px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1) translateY(0px);
      transform: translateX(-50%) scale(1) translateY(0px);
    }
  }

  @-webkit-keyframes bounceHover {
    0%,
    100% {
      -webkit-transform: translateX(-50%) scale(1) translateY(0px);
      transform: translateX(-50%) scale(1) translateY(0px);
    }
    50% {
      -webkit-transform: translateX(-50%) scale(1.1) translateY(-8px);
      transform: translateX(-50%) scale(1.1) translateY(-8px);
    }
  }

  @keyframes bounceHover {
    0%,
    100% {
      -webkit-transform: translateX(-50%) scale(1) translateY(0px);
      transform: translateX(-50%) scale(1) translateY(0px);
    }
    50% {
      -webkit-transform: translateX(-50%) scale(1.1) translateY(-8px);
      transform: translateX(-50%) scale(1.1) translateY(-8px);
    }
  }

  @-webkit-keyframes jumpLeft {
    0% {
      -webkit-transform: translateX(-50%) scale(1) translateY(0px);
      transform: translateX(-50%) scale(1) translateY(0px);
    }
    25% {
      -webkit-transform: translateX(-70%) scale(1.05) translateY(-5px);
      transform: translateX(-70%) scale(1.05) translateY(-5px);
    }
    50% {
      -webkit-transform: translateX(-30%) scale(1.05) translateY(-3px);
      transform: translateX(-30%) scale(1.05) translateY(-3px);
    }
    75% {
      -webkit-transform: translateX(-80%) scale(1.02) translateY(-2px);
      transform: translateX(-80%) scale(1.02) translateY(-2px);
    }
    100% {
      -webkit-transform: translateX(-50%) scale(1) translateY(0px);
      transform: translateX(-50%) scale(1) translateY(0px);
    }
  }

  @keyframes jumpLeft {
    0% {
      -webkit-transform: translateX(-50%) scale(1) translateY(0px);
      transform: translateX(-50%) scale(1) translateY(0px);
    }
    25% {
      -webkit-transform: translateX(-70%) scale(1.05) translateY(-5px);
      transform: translateX(-70%) scale(1.05) translateY(-5px);
    }
    50% {
      -webkit-transform: translateX(-30%) scale(1.05) translateY(-3px);
      transform: translateX(-30%) scale(1.05) translateY(-3px);
    }
    75% {
      -webkit-transform: translateX(-80%) scale(1.02) translateY(-2px);
      transform: translateX(-80%) scale(1.02) translateY(-2px);
    }
    100% {
      -webkit-transform: translateX(-50%) scale(1) translateY(0px);
      transform: translateX(-50%) scale(1) translateY(0px);
    }
  }

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

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

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

  .top-bar {
    height: 65px;
  }

  ul.dropdown {
    background: transparent !important;
  }

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

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;
    margin-top: 26px;
    margin-right: 2rem;
  }
  .top-bar .toggle-topbar.menu-icon a {
    position: relative;
    width: 2.4rem;
    padding-right: 0;
    height: auto;
  }

  /* top-bar cms end */

  ul.right {
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 0.8rem;
    right: 6rem;
  }
  ul.right img {
    width: 3rem;
    height: 3rem;
  }

  .top-bar-section {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-bar-section ul {
    padding-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .top-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-header__row {
    padding: 5px 1rem;
  }

  .indoor-padel-text p {
    text-shadow: 0px 1px var(--secondary);
    margin-bottom: 0;
  }

  .top-bar .name,
  .top-bar .title-area {
    position: unset;
  }

  .top-bar .title-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .socials {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    gap: 1.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 6rem;
    top: 1rem;
  }

  .socials img {
    width: 2.5rem;
  }

  .top-bar .toggle-topbar {
    position: unset;
  }

  /* Hide menu by default, show when expanded */
  .top-bar-section {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    -webkit-transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      max-height 0.4s ease;
    -o-transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      max-height 0.4s ease;
    transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      max-height 0.4s ease;
  }

  .top-bar.expanded .top-bar-section {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    margin-right: 3rem;
  }

  .top-bar .name img {
    position: absolute;
    top: 8rem;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }

  .scrolled .top-bar.expanded .name img {
    position: absolute;
  }

  #logo img {
    width: 15rem;
  }

  .innerpage .top-bar .name img,
  .scrolled .top-bar .name img {
    position: unset;
  }

  .site-footer p,
  .site-footer a,
  .site-footer {
    font-size: var(--font19);
    color: var(--secondary);
    margin-bottom: 1rem;
    letter-spacing: 1px;
  }

  #logo img {
    width: 15rem;
  }

  .about-us p {
    letter-spacing: 1px;
    line-height: 22px;
  }

  .imonline-logo img {
    max-width: 11rem;
  }

  .book-a-court a {
    letter-spacing: 1px;
  }

  .infinity-slider p {
    letter-spacing: 3px;
  }

  .iframe-wrapp2 {
    height: auto;
    width: 90%;
  }

  .fixed-btn {
    position: fixed;
    right: 1rem;
    bottom: 3rem;
  }
}

@media screen and (max-width: 840px) {
  :root {
    --space: 4rem;
    --font50: 2.6rem;
    --font24: 1.7rem;
    --font19: 1.6rem;
    --font20: 1.6rem;
    --font17: 1.4rem;
  }
  h3.facilities-title {
    top: 1rem;
  }

  body {
    background-size: contain;
  }

  .indoor-padel-text p,
  .indoor-padel-text a {
    text-shadow: none;
  }

  .facilities .moduledata:nth-child(1):hover span::after {
    display: none;
  }

  .slick-dots {
    position: absolute;
    bottom: 2rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 1rem;
  }

  .slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }

  .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0;
    border: 2px solid var(--primary);
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .facilities .moduledata {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .slick-dots li button:hover {
    background-color: rgba(206, 171, 78, 0.5);
  }

  .slick-dots li.slick-active button {
    background-color: var(--primary);
  }

  .facilities .moduledata:nth-child(3):hover::after,
  .facilities .moduledata:nth-child(2):hover::after {
    opacity: 0;
  }
  .facilities .moduledata:nth-child(3) .more,
  .facilities .moduledata:nth-child(2) .more,
  .facilities .moduledata:nth-child(1) .more {
    display: block !important;
  }

  .facilities .moduledata:nth-child(3):hover h5,
  .facilities .moduledata:nth-child(2):hover h5,
  .facilities .moduledata:nth-child(3):hover article,
  .facilities .moduledata:nth-child(2):hover article,
  .facilities .moduledata:nth-child(3):hover .more,
  .facilities .moduledata:nth-child(2):hover .more {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: unset;
    color: var(--secondary);
  }

  .facilities .moduledata:nth-child(3) h5,
  .facilities .moduledata:nth-child(2) h5,
  .facilities .moduledata:nth-child(3) article,
  .facilities .moduledata:nth-child(2) article,
  .facilities .moduledata:nth-child(3) .more,
  .facilities .moduledata:nth-child(2) .more {
    position: unset;
    opacity: 1;
    display: block !important;
    font-size: var(--font17);
    color: var(--secondary);
    max-width: 46rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .facilities .moduledata:nth-child(1) .more::after,
  .facilities .moduledata:nth-child(2) .more::after,
  .facilities .moduledata:nth-child(3) .more::after {
    display: none;
  }

  .facilities .moduledata:nth-child(3) article,
  .facilities .moduledata:nth-child(2) article {
    text-align: left;
  }
  .iframe-wrapp2 {
    height: auto;
    width: 95%;
    border-radius: 10px;
  }

  .facilities .moduledata:nth-child(3) article,
  .facilities .moduledata:nth-child(2) article,
  .facilities .moduledata:nth-child(1) article {
    display: block !important;
    font-size: var(--font17);
    line-height: 1.8;
    color: var(--secondary);
    max-width: 46rem;
    font-weight: 100;
  }
  .facilities .moduledata:nth-child(3) span,
  .facilities .moduledata:nth-child(2) span,
  .facilities .moduledata:nth-child(1) span {
    max-height: 30rem;
    overflow: clip;
    display: block;
  }
  .facilities .moduledata:nth-child(3) h5,
  .facilities .moduledata:nth-child(2) h5,
  .facilities .moduledata:nth-child(1) h5 {
    display: block !important;
    margin: 1rem auto;
    font-size: var(--font24);
    font-weight: bold;
    display: block;
    text-align: end;
    margin-right: 1rem;
  }

  .facilities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .facilities-title {
    position: absolute !important;
    top: 0;
  }
  .facilities .moduledata:nth-child(3) span img {
    max-height: 32rem;
  }

  .facilities-wrapper {
    width: 100%;
    max-width: 40rem;
    margin: auto;
  }

  .static-page__title {
    margin-bottom: 2rem;
  }

  .static-page__content p {
    font-size: var(--font19);
    line-height: 26px;
  }

  .about-us img {
    max-height: 45rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-us .moduleTitle {
    margin-bottom: 2.5rem;
  }
  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-right {
    margin-top: 0;
  }

  .footer-top {
    position: unset;
    margin: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .footer-bottom {
    -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;
    gap: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-us img {
    max-height: 30rem;
  }

  #logo img {
    width: 11rem;
  }

  .static-page__img-wrapper,
  .category__img-wrapper {
    height: 300px;
  }
  .site-footer p,
  .site-footer a,
  .site-footer {
    margin-bottom: 0.5rem;
  }

  .article-card__img-wrapper {
    height: 30rem;
  }

  .category__description {
    font-size: var(--font17);
    padding: 2rem;
  }
  .category__img-wrapper {
    height: 250px;
  }

  .category__overlay {
    padding: 1.5rem;
  }

  .article-card__content {
    padding: 1.5rem;
  }

  .article-card__description {
    font-size: 1.2rem;
    padding: 1rem;
  }

  .article-card__title {
    font-size: 1.6rem;
  }

  div.breadcrumb {
    margin: 20px auto;
    padding: 12px 15px;
  }

  .breadcrumbs a {
    color: #666;
    text-decoration: none;
    position: relative;
    padding: 14px 4px;
    font-size: 14px;
  }

  .img-title {
    width: 100%;
    max-width: 48rem;
  }

  /* Remove hover effects */
  .facilities .moduledata:nth-child(3)::after,
  .facilities .moduledata:nth-child(2)::after {
    display: none;
  }

  .breadcrumbs li:not(:last-child)::after {
    margin: 0 4px;
  }
  h3.facilities-title a {
    text-transform: capitalize;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --space: 3rem;
    --font50: 2.4rem;
    --font24: 1.7rem;
    --font19: 1.6rem;
    --font20: 1.6rem;
    --font17: 1.4rem;
  }

  .footer-logo img {
    max-width: 15rem;
  }

  .img-title {
    width: 100%;
    max-width: 38rem;
  }

  .homepage .top-bar .name img,
  .homepage .top-bar .name,
  .homepage .top-bar .title-area {
    position: unset;
  }

  .homepage .site-header .top-bar .name {
    width: 6rem;
  }

  .homepage .top-bar.expanded .name img {
    position: absolute;
  }

  .homepage .site-header.expanded .top-bar .name {
    width: auto;
  }

  .site-header__row {
    background-color: black;
  }

  .indoor-padel-text p {
    line-height: 33px;
  }

  .indoor-padel-text {
    margin: 1.5rem auto;
    padding-bottom: 0;
  }

  .contact-form-header {
    padding: 1.5rem 1.5rem 1rem;
  }

  .indoor-padel-text .moduleTitle {
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .form-group {
    margin-bottom: 1.25rem;
  }

  .button-submit {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    width: 100%;
  }

  .contact-page__img-wrapper {
    height: 250px;
  }

  .contact-page__overlay {
    padding: 1.5rem;
  }

  .contact-page__description {
    font-size: var(--font17);
  }

  .st_linkedin_hcount {
    display: none;
  }

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

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

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

  .about-us p,
  .site-footer p,
  .site-footer a,
  .site-footer,
  .book-a-court a,
  .indoor-padel-text p {
    letter-spacing: 0px;
  }

  .book-a-court {
    padding: 5rem 1rem;
    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;
    gap: 2rem;
  }
}

.static-page__img-wrapper.article__img-wrapper img {
  border-left: 4px solid var(--primary);
  border-radius: 8px;
}

.social-widget {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.social-widget .photo:nth-child(2),
.social-widget .photo:nth-child(4) {
  transform: translateY(60px);
}

.social-widget .photo {
  position: relative;
}

.social-widget .photo img {
  width: 100%;
  transition: 0.4s;
}

.social-widget > .photo > a:hover img {
  filter: brightness(0.5);
}

.social-widget .photo > a::before {
  content: url("../img/loupe.png");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  filter: invert(1);
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}

.social-widget .photo > a:hover::before {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .social-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .social-widget {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0 20px;
  }

  .social-widget .photo:nth-child(2),
  .social-widget .photo:nth-child(4) {
    transform: unset;
  }
}
