@import url(foundation.min.css);
@import url(jquery.fancybox.css);
@import url(slick.css);

@font-face {
  font-family: "CYN_Abens";
  src: url("../fonts/CYN_AbensHeavy.otf") format("opentype");
  font-weight: 900;
}

@font-face {
  font-family: "CYN_Abens";
  src: url("../fonts/CYN_AbensBold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "CYN_Abens";
  src: url("../fonts/CYN_Abens.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "AKA";
  src: url("../fonts/AC-Freefeel.otf") format("opentype");
  font-weight: 300;
}

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

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: "CYN_Abens", sans-serif;
  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 {
  margin-top: 10px;
}

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

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

.slider,
.slider img {
  width: auto;
}

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

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

.moduledata2 h4 {
  margin-bottom: 0;
}

.static-page__title::before {
  content: "";
  position: absolute;
  width: clamp(6rem, 8.1vw, 15rem);
  height: clamp(6rem, 8.1vw, 15rem);
  background-image: url(../img/sun.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  top: -22rem;
  left: 0;
  -webkit-animation: meow 3s forwards;
  animation: meow 3s forwards;
}

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

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1.5rem;
  color: var(--primary-clr);
}

.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: var(--third-clr);
  -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;
  width: 100%;
}

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

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

.main__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-right: 0;
  margin-left: auto;
  padding: 0 1rem;
  padding-left: 14.5rem;
  margin-bottom: var(--half-space);
  gap: clamp(1rem, 15.765vw, 30rem);
  overflow-x: clip;
  position: relative;
}

.main__image::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 37%;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(6rem, 12.086vw, 23rem);
  height: clamp(6rem, 7.882vw, 15rem);
  background-image: url(../img/cloud.png);
  -webkit-animation: appear 3s forwards;
  animation: appear 3s forwards;
}

.main__image::after {
  content: "";
  position: absolute;
  width: clamp(6rem, 6.569vw, 12rem);
  height: clamp(6rem, 5.36vw, 10.2rem);
  bottom: 20rem;
  background-image: url(../img/cat.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 61rem;
  -webkit-animation: meow 3s forwards;
  animation: meow 3s forwards;
}

.main__image img {
  border-radius: 50% 0 0;
  border-radius: 90% 60% 0% 50%;
  -webkit-animation: 2s comeRight forwards;
  animation: 2s comeRight forwards;
  max-width: 60%;
  position: relative;
}

.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: 18rem;
}

body {
  background: var(--third-clr);
}

.services_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(var(--max-width) + var(--space));
  padding: 0 1rem;
  margin: auto;
  gap: 5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services_group .moduledata span,
.services_group .moduledata p,
.services_group .moduledata h5 {
  max-width: 39rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 1.5rem auto;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.services_group .moduledata p a {
  color: white;
}

.moduledata2 {
  text-align: center;
}

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

.articles-wrapper > .moduledata2 {
  width: calc(33% - var(--half-space));
  margin: 0;
  padding: 1rem;
}

.articles-wrapper p {
  color: white;
  font-size: 15px;
  line-height: 1.2;
}

.articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--half-space);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .title::after,
.services .title::after {
  left: -3.678vw;
}

.news-article-image {
  position: absolute;
  right: 1rem;
  bottom: -13rem;
  z-index: 1;
  max-width: 50%;
}

.news-article-image::after {
  content: "";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 110%;
  height: 110%;
  bottom: -3px;
  left: -1rem;
  background-image: url(../img/circle-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.moduledata2 article a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inner-content p.article-description {
  line-height: 1.5rem;
  font-size: 1.4rem;
}

li {
  font-size: 1.6rem;
}

.articles::after {
  content: "";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: clamp(6rem, 7.882vw, 150rem);
  height: clamp(6rem, 7.882vw, 150rem);
  top: 0;
  right: 1rem;
  background-image: url(../img/bear.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.articles::before {
  content: "";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: clamp(6rem, 9.459vw, 180rem);
  height: clamp(6rem, 9.459vw, 180rem);
  top: 0;
  left: 1rem;
  background-image: url(../img/sun.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.read-more::after {
  content: "";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 110%;
  bottom: -30px;
  left: -6rem;
  background-image: url(../img/read-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  width: 425px;
}

.about .read-more {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

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

.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: "CYN_Abens", sans-serif;
  font-weight: 600 !important;
  background-color: var(--secondary-clr);
  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;
  display: none;
  background-color: #fff;
}
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

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

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

.site-header.scrolled {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

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

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

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

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

.static-page__title {
  text-align: center;
  font-size: clamp(2rem, 1.67vw, 3.2rem);
  font-family: "AKA", sans-serif;
  color: var(--primary-clr);
  position: relative;
  width: clamp(35rem, 23.647vw, 45rem);
  -webkit-animation: comeleft 2s forwards;
  animation: comeleft 2s forwards;
}

@-webkit-keyframes comeleft {
  0% {
    opacity: 0.5;
    left: -20rem;
  }
  100% {
    left: 0rem;
  }
}

@keyframes comeleft {
  0% {
    opacity: 0.5;
    left: -20rem;
  }
  100% {
    left: 0rem;
  }
}

::-webkit-input-placeholder {
  color: var(--primary-clr);
}

::-moz-placeholder {
  color: var(--primary-clr);
}

:-ms-input-placeholder {
  color: var(--primary-clr);
}

::-ms-input-placeholder {
  color: var(--primary-clr);
}

::placeholder {
  color: var(--primary-clr);
}
.static-page__title::after {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 100%;
  left: 0;
  background-image: url(../img/read-line.png);
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  bottom: -1.5rem;
  background-position: bottom;
}

.inner-content p,
.static-page__content p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 700;
}
/* ------- CATEGORY PAGE ------- */

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

.site-footer {
  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;
}

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

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15rem;
}

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

:root {
  --primary-clr: rgb(37, 105, 138);
  --secondary-clr: rgb(238, 63, 104);
  --max-width: 154rem;
  --space: clamp(2rem, 5.255vw, 10rem);
  --half-space: 7rem;
  --third-clr: #f9faf1;
}

.top-bar:before,
.top-bar:after {
  display: none;
}

ul.left .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-bar-section {
  position: absolute;
  left: 59% !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 16px;
  color: var(--primary-clr);
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 clamp(2rem, 1.576vw, 3rem);
}

.slideshow .slick-track,
.slideshow .slick-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative;
  margin-right: -3rem;
  -webkit-animation: 2s comeRight forwards;
  animation: 2s comeRight forwards;
}

.slideshow .slick-track {
  max-width: 53%;
}
.slideshow .slick-slide {
  padding-top: clamp(2rem, 2.627vw, 5rem);
}

.wave {
  --size: 50px;
  --m: 0.5;
  --p: calc(var(--m) * var(--size));
  --R: calc(var(--size) * sqrt(var(--m) * var(--m) + 1));

  -webkit-mask: radial-gradient(
        var(--R) at 50% calc(100% - (var(--size) + var(--p))),
        #000 99%,
        #0000 101%
      )
      calc(50% - 2 * var(--size)) 0 / calc(4 * var(--size)) 100%,
    radial-gradient(var(--R) at 50% calc(100% + var(--p)), #0000 99%, #000 101%)
      50% calc(100% - var(--size)) / calc(4 * var(--size)) 100% repeat-x;

  mask: radial-gradient(
        var(--R) at 50% calc(100% - (var(--size) + var(--p))),
        #000 99%,
        #0000 101%
      )
      calc(50% - 2 * var(--size)) 0 / calc(4 * var(--size)) 100%,
    radial-gradient(var(--R) at 50% calc(100% + var(--p)), #0000 99%, #000 101%)
      50% calc(100% - var(--size)) / calc(4 * var(--size)) 100% repeat-x;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--third-clr)),
    to(var(--third-clr))
  );
  background: -o-linear-gradient(left, var(--third-clr), var(--third-clr));
  background: linear-gradient(90deg, var(--third-clr), var(--third-clr));
  height: 200px;
}

.wave-bottom {
  --size: 100px;
  --R: calc(var(--size) * 1.28);

  -webkit-mask: radial-gradient(
        var(--R) at 50% calc(1.8 * var(--size)),
        #000 99%,
        #0000 101%
      )
      calc(50% - 2 * var(--size)) 0 / calc(4 * var(--size)) 100%,
    radial-gradient(
        var(--R) at 50% calc(-0.8 * var(--size)),
        #0000 99%,
        #000 101%
      )
      50% var(--size) / calc(4 * var(--size)) 100% repeat-x;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-clr)),
    to(var(--primary-clr))
  );
  background: -o-linear-gradient(left, var(--primary-clr), var(--primary-clr));
  background: linear-gradient(90deg, var(--primary-clr), var(--primary-clr));
  height: 150px;

  -webkit-animation: waveMove 3s linear infinite;

  animation: waveMove 3s linear infinite;
}

@-webkit-keyframes waveMove {
  from {
    -webkit-mask-position: calc(50% - 2 * var(--size)) 0, 50% var(--size);
  }
  to {
    -webkit-mask-position: calc(50% - 4 * var(--size)) 0,
      calc(50% - 2 * var(--size)) var(--size);
  }
}

@keyframes waveMove {
  from {
    -webkit-mask-position: calc(50% - 2 * var(--size)) 0, 50% var(--size);
  }
  to {
    -webkit-mask-position: calc(50% - 4 * var(--size)) 0,
      calc(50% - 2 * var(--size)) var(--size);
  }
}

@-webkit-keyframes comeRight {
  0% {
    opacity: 0.5;
    right: -20rem;
  }
  100% {
    right: 0rem;
  }
}

@keyframes comeRight {
  0% {
    opacity: 0.5;
    right: -20rem;
  }
  100% {
    right: 0rem;
  }
}

.slideshow .slick-slide::before {
  content: "";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  height: 100%;
  top: 11.4px;
  left: -2px;
  background-image: url(../img/red-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

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

ul.pagination li a {
  font-size: 1.6rem;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: var(--secondary-clr);
}

ul.pagination li.current a {
  background: var(--primary-clr);
  -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: var(--third-clr);
}

ul.pagination li a {
  color: var(--secondary-clr);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  padding: 1rem;
  line-height: 1.1;
}

ul.pagination li:hover a {
  color: var(--primary-clr);
}

footer {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 18rem;
}

.static-page__content h3 {
  color: var(--secondary-clr);
  font-size: 3rem;
  margin-top: var(--half-space);
  font-weight: bold;
  border-bottom: 3px solid var(--secondary-clr);
}

.wave-bottom-2 {
  background: url(../img/texture-wave.png) repeat-x;
  position: absolute;
  opacity: 0.9;
  bottom: 0px;
  width: 3000px;
  height: 198px;
  -webkit-animation: wave 3000s cubic-bezier(0.36, 0.36, 0.36, 0.36) infinite;
  animation: wave 3000s cubic-bezier(0.36, 0.36, 0.36, 0.36) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.services_group .slick-track {
  padding-bottom: 15rem;
  padding-top: var(--space);
}

.services_group .slick-list {
  padding-left: 4.5rem;
  padding-right: 5rem;
}

@-webkit-keyframes wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 5000% 0;
  }
}

@keyframes wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 5000% 0;
  }
}
.about-img img {
  border-radius: 50% 0 0 50%;
}

.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 1.3rem;
}

.about-img {
  text-align: end;
  text-align: left;
}

.site-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.above {
  position: relative;
}

.above::after {
  content: "";
  position: absolute;
  width: clamp(6rem, 5.518vw, 10.6rem);
  height: clamp(6rem, 5.518vw, 10.6rem);
  background-image: url(../img/fly.png);
  top: 14rem;
  left: 2%;
  -webkit-animation: fly 3s forwards;
  animation: fly 3s forwards;
  background-repeat: no-repeat;
  background-size: contain;
}

@-webkit-keyframes fly {
  0% {
    opacity: 0.5;
    top: 40rem;
    left: -2%;
  }
  100% {
    opacity: 1;
    top: 14rem;
    left: 2%;
  }
}

@keyframes fly {
  0% {
    opacity: 0.5;
    top: 40rem;
    left: -2%;
  }
  100% {
    opacity: 1;
    top: 14rem;
    left: 2%;
  }
}

.above::before {
  content: "";
  position: absolute;
  top: 0;
  left: 37%;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(6rem, 12.086vw, 23rem);
  height: clamp(6rem, 7.882vw, 15rem);
  background-image: url(../img/cloud.png);
  -webkit-animation: appear 3s forwards;
  animation: appear 3s forwards;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0.5;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 15rem;
  }
}

@keyframes appear {
  0% {
    opacity: 0.5;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 15rem;
  }
}

.above-the-fold-motto::before {
  content: "";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: clamp(6rem, 6.569vw, 12rem);
  height: clamp(6rem, 5.36vw, 10.2rem);
  bottom: -6rem;
  background-image: url(../img/cat.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 45rem;
  -webkit-animation: meow 3s forwards;
  animation: meow 3s forwards;
}

.top-bar-section ul li {
  -webkit-animation: meow 3s forwards;
  animation: meow 3s forwards;
}

.top-bar-section ul li::before {
  content: "";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 110%;
  bottom: -4rem;
  left: 0;
  background-image: url(../img/read-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: none;
}

.home-active li:first-of-type::before {
  opacity: 1;
  width: 100%;
}

.top-bar-section ul li::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 3rem;
  pointer-events: none;
  background-image: url(../img/fly.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.top-bar-section ul li:hover::after {
  -webkit-animation: hoverFly 1s forwards;
  animation: hoverFly 1s forwards;
}

@-webkit-keyframes hoverFly {
  0% {
    opacity: 0.5;
    left: -1rem;
    bottom: -2rem;
    rotate: -40deg;
  }

  50% {
    opacity: 1;
    rotate: -10deg;
  }

  100% {
    left: 1rem;
    opacity: 1;
    bottom: -5px;
    rotate: 0deg;
  }
}

@keyframes hoverFly {
  0% {
    opacity: 0.5;
    left: -1rem;
    bottom: -2rem;
    rotate: -40deg;
  }

  50% {
    opacity: 1;
    rotate: -10deg;
  }

  100% {
    left: 1rem;
    opacity: 1;
    bottom: -5px;
    rotate: 0deg;
  }
}

@-webkit-keyframes meow {
  0% {
    opacity: 0.5;
    rotate: -5deg;
  }

  25% {
    opacity: 0.8;
    rotate: 5deg;
  }
  50% {
    opacity: 1;
    rotate: -2deg;
  }

  100% {
    opacity: 1;
    rotate: 0deg;
  }
}

@keyframes meow {
  0% {
    opacity: 0.5;
    rotate: -5deg;
  }

  25% {
    opacity: 0.8;
    rotate: 5deg;
  }
  50% {
    opacity: 1;
    rotate: -2deg;
  }

  100% {
    opacity: 1;
    rotate: 0deg;
  }
}

.above-the-fold-motto {
  max-width: clamp(2rem, 80.925vw, 155rem);
  padding: 1rem;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.above-the-fold-motto h3 {
  font-size: 46px;
  color: var(--primary-clr);
  max-width: 40rem;
  margin-bottom: 3rem !important;
}

.above-the-fold-motto p {
  color: var(--primary-clr);
  font-size: 16px;
  max-width: 40rem;
  margin-bottom: 4rem;
  padding-left: 1rem;
}

.cta-menu {
  position: relative;
  display: block;
  font-size: 16px;
  color: white;
  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;
  text-align: center;
  padding: 1rem 3rem;
  font-weight: bold;
  white-space: nowrap;
}

.top-bar-section li.active::before {
  opacity: 1;
}

.news-article-image > a {
  display: block;
}

.top-bar-section li.active::after {
  opacity: 0 !important;
}

.cta-menu::after {
  content: "";
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 26rem;
  height: 13.2rem;
  top: 50%;
  left: 0;
  background-image: url(../img/menu-cta.png);
  z-index: -1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}

.moduledata2 a,
.moduledata2 span {
  margin-top: 2rem;
}

.cta-menu:hover::after {
  background-image: url(../img/second-menu-cta.png);
}

.cta-menu:hover {
  color: white;
}

.read-more {
  font-size: 16px;
  font-weight: 900;
  color: var(--primary-clr);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.about .read-more {
  color: white;
  margin-top: var(--half-space);
  display: block;
  font-size: 1.8rem;
}

.moduledata2 {
  background-color: var(--secondary-clr);
  padding: 1rem;
  margin-right: 1.5rem;
  margin-left: 2rem;
  border-radius: 2rem;
}

.moduledata2 img {
  border-radius: 2rem;
}

.copyright {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

.copyright a,
.copyright {
  font-size: 20.638px;
  color: black;
  font-weight: bold;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: var(--max-width);
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.services .title {
  margin-bottom: var(--half-space);
  margin-top: -5rem;
}

.articles .title {
  color: white;
  position: relative;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: var(--space) auto;
  margin-top: var(--half-space);
}

.articles .title::after {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.above-the-fold-motto h3,
.title {
  font-size: clamp(20px, 2.417vw, 46px);
  max-width: clamp(20px, 80.925vw, 1540px);
  margin: auto;
  padding: 0 1rem;
  color: var(--primary-clr);
  font-family: "AKA", sans-serif;
  position: relative;
}

.above-the-fold-motto h3,
.above-the-fold-motto p {
  max-width: clamp(2rem, 33.106vw, 63.5rem);
  margin-left: 0;
  font-weight: bold;
  line-height: 1.2;
}

.services {
  padding-bottom: var(--space);
  overflow-x: clip;
}

.services p {
  font-size: 14px;
  color: white;
}

.services_group .moduledata span {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 4rem;
  left: 3rem;
}

.services_group .moduledata span a {
  font-size: 14.659px;
  color: white;
  font-weight: 900;
}

.moduledata span::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 3rem;
  bottom: -5px;
  left: -1rem;
  background-image: url(../img/read-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  bottom: -35px;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.moduledata:hover span::after {
  opacity: 1;
  width: 16rem;
}

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: 4.5rem;
  line-height: 2;
  font-size: 2rem;
  color: var(--primary-clr);
}

.contactForm-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--half-space);
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5rem;
  border-radius: 2rem;
  margin-bottom: var(--half-space);
}

.contactForm-details a {
  font-size: 2rem;
  color: var(--primary-clr);
}

.contactForm-details H4 {
  font-size: 2.4rem;
  font-family: "AKA", sans-serif;
  color: var(--primary-clr);
}

label {
  color: var(--secondary-clr);
  font-size: 1.3rem;
}

.iframe iframe {
  width: 100%;
}

.title::after {
  content: "";
  position: absolute;
  width: clamp(2rem, 31.792vw, 155rem);
  height: clamp(2rem, 6.936vw, 13.3rem);
  top: 50%;
  left: -6.831vw;
  background-image: url(../img/title-line.png);
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}

.about {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--space);
  position: relative;
  gap: 5rem;
}

.about::after {
  content: "";
  position: absolute;
  background-image: url(../img/about-us-bg.png);
  top: -52rem;
  left: 0;
  width: 100%;
  height: 282%;
  overflow-y: visible;
  z-index: -1;
  background-repeat: no-repeat;
}

.about .title {
  margin-top: var(--space);
  margin-bottom: var(--space);
  color: white;
}

.about::before {
  content: "";
  position: absolute;
  background-image: url(../img/boat.png);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: clamp(2rem, 9.459vw, 18rem);
  height: clamp(2rem, 8.933vw, 17rem);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  list-style: none;
}

.slick-dots button {
  border-radius: 100%;
  font-size: 0;
  padding: 3rem;
  background-color: transparent;
  background-image: url(../img/slick-dots.png);
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-active button {
  opacity: 1;
}

.articles_group {
  max-width: var(--max-width);
  padding: 0 1rem;
  margin: auto;
  padding-top: 3rem;
}

.articles {
  position: relative;
}

.inner-article.static-page__title {
  width: 53rem;
}

.moduledata2 article {
  font-size: 16px;
  color: white;
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
}

.moduledata2 a,
.moduledata2 span {
  font-size: 15px;
  color: white;
  font-weight: bold;
  margin-bottom: 2rem;
  max-width: 37rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.moduledata2 a.image-wrapper {
  max-width: 100%;
  margin-top: 0rem;
}

.footer-middle {
  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: var(--half-space) auto;
  padding: 0 1rem;
  gap: 1rem;
}

.moduledata2 > a {
  font-weight: 900;
  font-size: 1.6rem;
}

.footer-middle h4 {
  font-size: clamp(1.6rem, 1.892vw, 36px);
  margin-bottom: 3rem;
  font-family: "AKA", sans-serif;
  color: var(--primary-clr);
}

.footer-middle a {
  font-size: clamp(16px, 1.051vw, 20px);
  color: var(--primary-clr);
  font-weight: bold;
}

.footer-middle ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services_group img {
  border-radius: 100%;
}

h5 a {
  font-size: clamp(2rem, 1.419vw, 2.7rem);
  color: white;
  font-weight: 700;
}

.services_group .moduledata {
  max-width: 45.5rem;
  width: 100%;
  border-radius: 3rem;
  position: relative;
  height: 37rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 7rem;
}

.services_group .moduledata::after {
  content: "";
  position: absolute;
  width: 57rem;
  height: 40rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/box-hover.png);
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  left: -46px;
  top: -15px;
  pointer-events: none;
}

.services_group .moduledata:hover span a {
  color: var(--secondary-clr);
}

.services_group .moduledata:hover::after {
  opacity: 1;
}
.services_group .moduledata:hover::before {
  border-radius: 90% 60% 0% 50%;
  height: 25rem;
  background: var(--secondary-clr);
  -webkit-animation: fadeAway 1s forwards;
  animation: fadeAway 1s forwards;

  left: -3.5rem;
  width: 110%;
}

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

  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeAway {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.services_group .moduledata:hover a {
  color: white;
}

.services_group .moduledata h5 {
  text-align: center;
  z-index: 1;
  position: relative;
}

.services_group .moduledata::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary-clr);
  z-index: 0;
  border-radius: 3rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
}

.about-text {
  width: 78.5rem;
  padding-left: 7.5rem;
  max-width: 41%;
}

.about-text p {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: white;
  margin-bottom: 2rem;
}

.book-form {
  max-width: 60rem;
  margin: auto;
}

.about-text .title::after {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  z-index: 1;
}

.services_group .moduledata h5 {
  margin-top: 4rem;
}

#submitform {
  border-radius: 1rem;
  font-size: 2rem;
  padding: 2rem;
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

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

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  font-size: 1.2rem;
}

.category-description {
  margin-bottom: 6rem;
}

@media screen and (min-width: 1921px) {
  .about-img img {
    min-width: 135rem;
  }

  .about::after {
    top: -65rem;
    height: 200%;
    background-size: cover;
  }
}

@media screen and (max-width: 1700px) {
  .services_group {
    max-width: 111rem;
  }
}
@media screen and (max-width: 1284px) {
  .top-bar-section {
    position: unset;
    left: auto !important;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .about-img img {
    border-radius: 5rem;
  }

  .main__image::after {
    bottom: 8rem;
    left: 35rem;
  }

  .articles .title {
    color: var(--primary-clr);
  }

  .articles .title::after {
    -webkit-filter: none;
    filter: none;
  }

  .articles-wrapper > .moduledata2 {
    width: calc(32% - 3rem);
  }

  .articles-wrapper {
    gap: 2rem;
  }

  .main__image {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative;
  }

  .main__image > div {
    position: absolute;
    left: 18rem;
    bottom: -4rem;
    z-index: 5;
  }

  .about-text p {
    font-size: 1.6rem;
  }

  .above-the-fold-motto p {
    padding-left: 0;
  }

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

  .top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-menu {
    position: absolute;
    right: 4rem;
    top: 5rem;
    z-index: 10;
    padding: 1rem;
    font-size: 1.5rem;
  }
  .about {
    -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;
  }

  .cta-menu::after {
    width: 24rem;

    height: 11.2rem;
    background-repeat: no-repeat;
  }

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

  .about-text {
    width: 100%;
    padding-left: 7.5rem;
    max-width: 100%;
    padding-right: 2rem;
  }

  .inner-content p,
  .static-page__content p {
    font-size: 1.6rem;
  }

  .site-header__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .static-page__title::before {
    right: auto;
    left: 0rem;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --space: 6rem;
    --half-space: 3rem;
    --third-clr: #f9faf1;
  }

  .static-page__title::after {
    bottom: -3rem;
  }

  .static-page__title::before {
    display: none;
  }

  .above-the-fold-motto::before {
    left: 1rem;
  }

  .articles-wrapper > .moduledata2 {
    width: calc(50% - 3rem);
  }

  .above-the-fold-motto {
    max-width: 100%;
  }

  .inner-content p,
  .static-page__content p {
    font-size: 1.5rem;
  }

  .about-text p {
    font-size: 1.5rem;
  }

  .slideshow .slick-slide::before {
    width: 100%;
    height: 36rem;
    top: -4px;
    left: -1px;
  }

  .above-the-fold-motto {
    position: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .slideshow .slick-track {
    max-width: 60%;
  }

  .above-the-fold-motto p {
    max-width: 100%;
  }

  .about::after {
    top: -49rem;
  }

  .about {
    gap: 0;
    margin-bottom: 4rem;
  }

  .about-img img {
    max-height: 45rem;
    object-fit: cover;
  }

  .about-img {
    margin-left: auto;
    margin-right: 0;
  }

  .read-more {
    font-size: 1.5rem;
  }

  .read-more::after {
    height: 1rem;
    bottom: -2rem;
    left: 0rem;
    width: 30rem;
  }

  .services_group {
    padding-top: var(--space);
  }

  .news-article-image {
    bottom: -4rem;
    max-width: 40%;
  }

  .above {
    padding-bottom: var(--space);
  }

  .articles_group {
    max-width: 475px;
  }

  .about .title::after,
  .services .title::after {
    left: -4rem;
  }

  .services .title {
    margin-top: 0;
  }
  .services_group {
    max-width: 55.5rem;
  }

  .services_group .moduledata {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .footer-middle,
  .footer-middle ul {
    -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;
    text-align: center;
  }

  .footer-middle p {
    margin-bottom: 1rem;
  }

  .copyright a,
  .copyright {
    -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: 2rem;
    font-size: 1.6rem;
  }

  .footer-middle h4 {
    font-size: 2rem;
  }

  .footer-middle a {
    font-size: 1.6rem;
  }

  .footer-middle {
    gap: 3rem;
  }

  .about .read-more {
    font-size: 1.6rem;
  }

  .title::after {
    left: -24px;
    top: 15px;
  }

  .articles .title {
    top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0rem;
  }

  .static-page__title,
  .above-the-fold-motto h3,
  .title {
    font-size: 2.6rem;
    max-width: 100%;
    padding-left: 4px;
  }

  .title::after {
    content: "";
    position: absolute;
    width: 27rem;
    height: 6.5rem;
  }

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

  .slick-list {
    padding-top: 1rem;
  }

  .about .title::after,
  .services .title::after {
    left: -1rem;
  }

  .about-text {
    width: 100%;
    padding-left: 2rem;
  }

  .about {
    gap: 0;
    margin-bottom: 8rem;
  }

  .about::before {
    bottom: -6rem;
  }

  h5 a {
    font-size: 1.8rem;
  }

  .slideshow .slick-track {
    max-width: 80%;
  }

  .slideshow .slick-slide::before {
    width: 100%;
    height: 100%;
    left: -1px;
  }

  .services .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .main__image {
    margin-bottom: 7rem;
  }

  .main__image > div {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

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

  .contactForm-details {
    width: 100%;
  }

  .medium-9,
  .medium-6,
  .medium-3 {
    width: 100%;
  }

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

  .about::after {
    top: -45rem;
    left: 0;
    width: 100%;
    height: 163%;
    background-size: cover;
  }

  .static-page__title::before {
    right: auto;
    left: 10rem;
    bottom: 3rem;
    top: auto;
  }

  .main__image {
    flex-direction: column-reverse;
    padding-left: 1rem;
    gap: 2rem;
  }

  .main__image > div {
    position: unset;
    transform: none;
    max-width: 45rem;
  }

  .static-page__title {
    animation: none;
    width: 100%;
    font-size: 2rem;
    margin-bottom: 0;
  }

  .main__image img {
    max-width: 60rem;
    align-items: end;
    margin-left: auto;
  }

  .top-bar {
    height: 30rem;
    padding-top: 0rem;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --space: 3rem;
  }

  .static-page__content h3 {
    font-size: 1.8rem;
  }

  .read-more::after {
    width: 20rem;
  }

  .articles_group {
    margin-left: auto;
    margin-right: auto;
  }

  .services_group .moduledata:hover::after {
    opacity: 0;
  }

  .services_group .moduledata:hover::before {
    opacity: 1;
  }

  .services_group .moduledata {
    max-width: 32rem;
  }

  .services_group {
    max-width: 34rem;
  }

  footer {
    padding-bottom: 13rem;
  }

  .about-img img {
    border-radius: 0rem;
  }

  .footer-middle,
  .footer-middle ul {
    margin-left: 0;
    gap: 0;
  }

  .moduledata2 a,
  .moduledata2 span {
    font-size: 1.3rem;
  }

  .about .read-more {
    margin-top: 2rem;

    font-size: 1.3rem;
  }

  .footer-middle p {
    margin-bottom: 0rem;
  }

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

  h5 a {
    font-size: 1.6rem;
  }
  .about::after {
    display: none;
  }
  .services_group .moduledata span,
  .services_group .moduledata p,
  .services_group .moduledata h5 {
    width: auto;
    margin-bottom: 0px;
  }

  .services_group .moduledata h5 {
    margin-top: 5rem;
  }

  .contactForm-details p {
    margin-bottom: 3px;
  }

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

  .contactForm-details h4 {
    margin-bottom: 1rem;
  }

  .contactForm-details {
    padding: 2rem;
  }

  .contactForm-details h4 {
    font-size: 1.6rem;
  }

  .contactForm-details {
    -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;
    text-align: center;
  }

  .moduledata2 h4 {
    margin-bottom: 0;
  }

  .static-page__title::after {
    width: calc(100% + 3rem);
    top: auto;
    left: -1.5rem;
    bottom: -4.6rem;
    background-size: contain;
    background-position: center;
    height: 3rem;
  }

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

  .main__image {
    margin-bottom: 3rem;
  }

  .main__image img {
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 0;
  }

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

  .slick-dots button {
    padding: 2rem;
    background-size: contain;
  }

  .articles-wrapper > .moduledata2 {
    width: 100%;
  }

  .footer-middle {
    gap: 1rem;
  }

  .footer-middle img {
    max-width: 5rem;
  }

  .about {
    gap: 3rem;
    background: var(--primary-clr);
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  .articles .title::after {
    left: -52px;
  }

  .st_linkedin_hcount {
    display: none;
  }

  .about-text p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .site-header__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #logo img {
    max-width: 10rem;
  }

  .slideshow .slick-track {
    max-width: 90%;
  }

  .services p {
    font-size: 14px;
  }

  .static-page__title,
  .above-the-fold-motto h3,
  .title {
    font-size: 2rem;
  }

  .above-the-fold-motto p {
    font-size: 15px;
  }

  .above-the-fold-motto p {
    margin-bottom: 3rem;
  }

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

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

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

  .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: var(--primary-clr);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }

  .cta-menu {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .title-area {
    width: 100%;
  }

  .top-bar .toggle-topbar.menu-icon {
    right: 1rem;
    left: auto;
  }

  .top-bar {
    height: 34rem;
    padding-top: 0rem;
  }

  ul.left .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-bar.expanded {
    height: 100vh;
    max-height: 100%;
  }

  .top-bar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 9rem;
    overflow: clip;
  }

  .cta-menu::after {
    display: none;
  }

  .top-bar.expanded .title-area {
    background-color: var(--third-clr);
  }
  ul.dropdown {
    background: transparent !important;
  }

  .top-bar {
    gap: 5rem;
  }

  .cta-menu {
    right: 1rem;
    top: 0;
    color: white;
    text-align: center;
    margin: 2rem auto;
    background-color: var(--primary-clr);
    border-radius: 1rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    top: auto;
    bottom: 1rem;
    position: fixed;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }

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

  .services .title {
    margin-top: 2rem;
  }

  .about .title::after,
  .services .title::after {
    left: -3rem;
  }
  .about .title::after,
  .services .title::after {
    left: -4rem;
  }

  .services_group,
  .services,
  .services_group .slick-track {
    padding-bottom: 0;
    padding-top: 0;
  }

  .services_group .slick-list {
    padding: 0;
    padding-bottom: 5rem;
  }

  .services_group .moduledata::after {
    width: calc(100% + 3rem);
    left: -1.5rem;
  }

  .services_group .moduledata {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .about .title {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .services_group .moduledata:hover::before {
    height: 15rem;
    top: 7rem;
    width: 90%;
    left: 0rem;
  }

  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: 3.5rem;
    line-height: 2;
    font-size: 1.5rem;
  }

  .inner-content p,
  .static-page__content p {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .main__image img {
    max-height: 45rem;
    padding-left: 2rem;
  }

  .articles-wrapper {
    gap: 2rem;
    max-width: 40rem;
    margin: auto;
  }

  #submitform {
    border-radius: 1rem;
    font-size: 1.6rem;
    padding: 1.5rem;
    line-height: 1;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .services_group .moduledata::before {
    display: none !important;
  }

  .services_group .moduledata::after {
    display: none !important;
  }

  .services_group .moduledata {
    background-color: var(--primary-clr);
  }
}
