* {
  scrollbar-width: thin;
  scrollbar-color: #FFFFFF #003872;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 3px;
}

*::-webkit-scrollbar-track {
  background: #003872;
}

*::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border-radius: 20px;
}

@font-face {
  font-family: "Light";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Inter_Light.ttf") format("truetype");
}
@font-face {
  font-family: "Med";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Inter_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Bold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: url("/wp-content/themes/twentytwentyone-child/fonts/Inter_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Tasos";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: url("/wp-content/themes/twentytwentyone-child/fonts/SOFARMONOVF.ttf") format("truetype");
}
@font-face {
  font-family: "notos";
  src: url("/wp-content/themes/twentytwentyone-child/fonts/notos.eot?fwct");
  src: url("/wp-content/themes/twentytwentyone-child/fonts/notos.eot?fwct#iefix") format("embedded-opentype"), url("/wp-content/themes/twentytwentyone-child/fonts/notos.ttf?fwct") format("truetype"), url("/wp-content/themes/twentytwentyone-child/fonts/notos.woff?fwct") format("woff"), url("/wp-content/themes/twentytwentyone-child/fonts/notos.svg?fwct#notos") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=notos-], [class*=" notos-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "notos" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.notos-logo:before {
  content: "\e900";
}

.notos-mobile:before {
  content: "\e901";
}

.notos-whatsup:before {
  content: "\e902";
}

.notos-instagram:before {
  content: "\e903";
}

.notos-facebook:before {
  content: "\e904";
}

*,
::before,
::after {
  box-sizing: border-box;
}

*::-moz-selection {
  background: #003872;
  background-color: rgba(0, 56, 114, 0.99);
  color: #FFFFFF;
}

*::selection {
  background: #003872;
  background-color: rgba(0, 56, 114, 0.99);
  color: #FFFFFF;
}

BODY {
  margin: 0px;
  font-size: 21px;
  font-family: "Med";
  background: #FFFFFF;
  color: #003872;
  line-height: 1.3;
}

H1, H2, H3, H4, H5, H6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}

UL {
  list-style-type: none;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

P {
  margin-top: 0px;
}

IMG {
  width: 100%;
  height: auto;
  display: block;
}

STRONG {
  font-weight: normal;
  font-family: "Bold";
}

A {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #003872;
  cursor: pointer;
}
A:hover {
  color: #707070;
}

.grey_text {
  color: #707070;
}

.bold {
  font-family: "Bold";
}

HEADER {
  position: sticky;
  top: 0px;
  background: #FFFFFF;
  z-index: 2;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1680px;
  width: 100%;
  margin: auto;
  padding: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 767px) {
  .header_top {
    gap: 15px;
  }
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .social {
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .logo A {
    display: inline-block;
  }
}
.logo A IMG {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .logo A IMG {
    max-width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    order: 3;
    width: 100%;
    text-align: center;
  }
}

.social,
.phone {
  color: #707070;
}
.social A,
.phone A {
  color: #707070;
}

.menu_btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 16px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .menu_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.line {
  width: 32px;
  height: 2px;
  background: #003872;
  position: absolute;
  border-radius: 1px;
  transition: all 0.5s ease;
}

.line_top {
  top: 0px;
}

.line_bottom {
  bottom: 0px;
}

.menu_btn.open_menu .line {
  margin: 7px 0px;
}
.menu_btn.open_menu .line_top {
  transform: rotate(45deg);
}
.menu_btn.open_menu .line_middle {
  opacity: 0;
}
.menu_btn.open_menu .line_bottom {
  transform: rotate(-45deg);
}

.menu_wrap {
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  padding: 0px 15px;
}
@media screen and (max-width: 990px) {
  .menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
  }
}

.menu {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 990px) {
  .menu {
    position: fixed;
    width: 100%;
    top: 194px;
    left: -100%;
    height: calc(100vh - 201px);
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    transition: all 0.5s ease;
  }
}
.menu.open_menu {
  left: 0px;
}

.menu LI A {
  color: #003872;
  font-size: 18px;
}
.menu LI A:hover {
  color: #707070;
}
@media screen and (max-width: 767px) {
  .menu LI A:hover {
    color: #707070;
  }
}
.menu LI A.active {
  color: #707070;
}
@media screen and (max-width: 767px) {
  .menu LI A.active {
    color: #707070;
  }
}

FOOTER {
  padding: 30px 15px;
  background: #003872;
  color: #FFFFFF;
}
FOOTER > DIV {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
FOOTER > DIV:last-child {
  margin-bottom: 0px;
}
FOOTER A {
  color: #FFFFFF;
}
FOOTER A:hover {
  color: #707070;
}

.sofar {
  font-family: "Tasos";
}

.main_image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main_image {
    height: calc(100vh - 195px);
  }
}
.main_image IMG {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.moto {
  position: absolute;
  top: 95px;
  padding: 15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .moto {
    display: none;
  }
}
.moto DIV {
  font-size: 72px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .moto DIV {
    font-size: 48px;
  }
}
.moto DIV:first-child {
  font-family: "Light";
  color: #FFFFFF;
  font-size: 54px;
}
.moto DIV:last-child {
  font-family: "Bold";
}

.section_title {
  font-family: "Bold";
  font-size: 72px;
  text-align: center;
  padding: 0px 15px;
  margin: 65px 0px;
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 48px;
    margin: 30px 0px;
  }
}

.post_title {
  font-family: "Bold";
  font-size: 46px;
  border-bottom: 1px solid #003872;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .post_title {
    font-size: 36px;
  }
}

.image_underlay {
  position: absolute;
  top: 0px;
  width: 37%;
  height: 100%;
  background: #D9F2EF;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: -1;
}

.boat_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .boat_item {
    margin-bottom: 50px;
  }
}
.boat_item > DIV {
  flex: 1 0 50%;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .boat_item > DIV {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.boat_item:last-child {
  margin-bottom: 0px;
}
.boat_item .boat_item_text {
  background: #D9F2EF;
  padding: 150px 0px 100px 200px;
}
@media screen and (max-width: 1199px) {
  .boat_item .boat_item_text {
    padding: 150px 0px 100px 100px;
  }
}
@media screen and (max-width: 990px) {
  .boat_item .boat_item_text {
    padding: 75px 0px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .boat_item .boat_item_text {
    padding: 30px;
  }
}
.boat_item .specifications {
  padding-right: 200px;
}
@media screen and (max-width: 1199px) {
  .boat_item .specifications {
    padding-right: 100px;
  }
}
@media screen and (max-width: 990px) {
  .boat_item .specifications {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .boat_item .specifications {
    padding-right: 30px;
  }
}
.boat_item .boat_item_image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.boat_item .boat_item_image IMG {
  max-width: 75%;
  width: 100%;
  border-radius: 30px;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .boat_item .boat_item_image IMG {
    max-width: 100%;
    border-radius: 0px;
  }
}
.boat_item:nth-child(2n) .boat_item_text {
  order: 2;
  padding: 150px 200px 100px 0px;
}
@media screen and (max-width: 1199px) {
  .boat_item:nth-child(2n) .boat_item_text {
    padding: 150px 100px 100px 0px;
  }
}
@media screen and (max-width: 990px) {
  .boat_item:nth-child(2n) .boat_item_text {
    padding: 75px 50px 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  .boat_item:nth-child(2n) .boat_item_text {
    order: unset;
    padding: 30px;
  }
}
.boat_item:nth-child(2n) .post_title {
  padding-left: 200px;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .boat_item:nth-child(2n) .post_title {
    padding-left: 100px;
  }
}
@media screen and (max-width: 990px) {
  .boat_item:nth-child(2n) .post_title {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .boat_item:nth-child(2n) .post_title {
    padding-left: 0px;
  }
}
.boat_item:nth-child(2n) .specifications {
  padding-right: 0px;
  padding-left: 200px;
}
@media screen and (max-width: 1199px) {
  .boat_item:nth-child(2n) .specifications {
    padding-left: 100px;
  }
}
@media screen and (max-width: 990px) {
  .boat_item:nth-child(2n) .specifications {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .boat_item:nth-child(2n) .specifications {
    padding-left: 0px;
  }
}
.boat_item:nth-child(2n) .boat_item_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.boat_item:nth-child(2n) .boat_item_image .image_underlay {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.trips {
  max-width: 1680px;
  margin: auto;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.trips > DIV {
  flex: 1 0 calc(25% - 22.5px);
  max-width: calc(25% - 22.5px);
  width: 100%;
  background: #D9F2EF;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .trips > DIV {
    flex: 1 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .trips > DIV {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.trips > DIV .specifications {
  margin-top: auto;
}

.zakynthos {
  display: flex;
  flex-wrap: wrap;
}
.zakynthos > DIV {
  width: 100%;
}

.zakynthos_text {
  background: #D9F2EF;
  padding: 100px;
  flex: 1 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 990px) {
  .zakynthos_text {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .zakynthos_text {
    padding: 30px;
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.zakynthos_image {
  position: relative;
  padding: 100px 0px;
  flex: 1 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 990px) {
  .zakynthos_image {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  .zakynthos_image {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0px;
  }
}

.map {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .map {
    margin-bottom: 50px;
  }
}

.contact {
  max-width: 1440px;
  margin: auto;
  padding: 0px 15px;
}
.contact .contact_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
.contact .contact_top .post_title {
  border-bottom: none;
}
.contact .contact_top .contact_info {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contact .contact_top .contact_info {
    text-align: left;
  }
}

.contact_form {
  margin-bottom: 75px;
}
.contact_form FORM > P {
  text-align: center;
}
.contact_form FIELDSET {
  display: none;
}
.contact_form .wpcf7-form-control {
  width: 100%;
  padding: 16px 15px;
  border: 1px solid rgba(0, 56, 114, 0.3);
  font-family: "Med";
  color: #003872;
  font-size: 21px;
  border-radius: 5px;
}
.contact_form .wpcf7-form-control::-moz-placeholder {
  color: #003872;
}
.contact_form .wpcf7-form-control::placeholder {
  color: #003872;
}
.contact_form .wpcf7-submit {
  background: #003872;
  color: #FFFFFF;
  border-radius: 30px;
  width: 250px;
}
.contact_form .contact_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.contact_form .contact_right,
.contact_form .contact_left {
  flex: 1 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_form .contact_right,
  .contact_form .contact_left {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.contact_form .contact_right P,
.contact_form .contact_left P {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  margin: 0px;
}
.contact_form .contact_right P {
  height: 100%;
}
.contact_form .contact_right P SPAN {
  height: 100%;
}
.contact_form .contact_right P SPAN .wpcf7-form-control {
  height: 100%;
}
