/*
Theme Name: Starter Theme
Theme URI: https://happyonline.gr/
Author: happyonline
Author URI: https://happyonline.gr/
Description: Starter Theme for Developers
Version: 1.0.0
Tested up to: 6.2.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: st

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

:root {
    --black: #000000;
    --white: #FFFFFF;
    --bluegray: #98ACC1;
    --gray-dark: #707070;
    --gray-lighter: #0000001F;
    --gray-light: #0000000F;
}
.left-header-wrap a , header .header-menu > li a{
    filter: brightness(1);
}
body {
    margin: 0;
    padding: 0;
    background: var(--white);
    font-family: 'Manrope', sans-serif;
}
  
a {
    color: unset;
    text-decoration: unset;
}

span.sr-only {
    display: none !important;
}

/* header */

.header-container {
  position: fixed;
  width: 100%;
  max-width: 100%;
  display: flex;
  color: var(--white);
  align-items: center;
  z-index: 99;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: .3s ease-in-out;
  justify-content: space-between;
  height: 83px;
  background: var(--black);
}

.page-id-11 .header-container {
  background: transparent;
}

.header-container .header-logo {
  border-right: 1px solid #474747;
  padding-right: 1rem;
}

.header-container .header-address {
  padding: 0 1rem;
}

.header-container .header-phone {
  border-left: 1px solid #474747;
  padding: .5rem 0 .5rem 1rem;
}

.header-container .header-address i,
.header-container .header-phone i {
  padding-right: .5rem;
}

.header-container.scrolledNav {
  background: rgba(0, 0, 0, 0.95);
}

.left-header-wrap {
  display: flex;
  align-items: center;
  padding-left: 26px;
}

.header-contact-btn a {
  border: 2px solid var(--white);
  border-radius: 100px;
  padding: 0.875rem 3.1875rem;
  font-weight: bold;
  transition: .3s ease-in-out;
}

.header-contact-btn a:hover {
  background: var(--white);
  color: var(--black);
}

.header-wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-right: 52px;
}

header .mobile-menu,
.contact-for-mobile {
  display: none;
}

header .menu {
  /* width: 70%; */
  position: relative;
  /* margin-left: auto;
  margin-right: 5%; */
  align-items: center;
  justify-content: center;
}
header .button_contact {
  flex: 1;
  justify-content: end;
}
header .header-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
header .header-menu > li {
  padding-top: 30px;
  padding-bottom: 20px;
}
header .header-menu > li:not(:last-of-type) {
  padding-right: 20px;
}
header .header-menu > li a {
  color: var(--white);
  font-size: var(--size);
  letter-spacing: 0.03em;
  transition: 300ms ease-in-out;
}

header .header-menu > li a i {
  font-size: 12px;
}

header .header-menu > li li a {
  color: var(--black);font-weight: bold;
}

header .header-menu > li:hover > a,
header .header-menu > li > a:hover {
  text-shadow: 0 0 .04px var(--black-600);
  border-bottom: 1px solid var(--dark-petrol);
}
header .header-menu > li > ul {
  visibility: hidden;
  opacity: 0;
  transition: 300ms ease-in-out;
  position: absolute;
  top: 100%;
  left: auto;
  background-color: var(--white);
  box-shadow: 0px 10px 30px #00000029;
  padding: 24px 20px;
  display: flex;
  gap: 1.875rem;
  max-width: 100%;
  flex-direction: column;
  align-items: start;
}
header .header-menu > li:hover > ul {
  visibility: visible;
  opacity: 1
}
header .header-menu > li > ul > li > ul {
  display: block;
}
header .header-menu > li:first-child > ul > li:not(:last-of-type) {
  border-right: 1px solid #C6C6C6;
}
header .header-menu > li:first-child > ul > li:last-of-type {
  display: flex;
}
header .header-menu > li:first-child > ul > li > span:last-child a,
header .header-menu > li:first-child > ul > li > span:first-child a {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
header .header-menu > li:first-child > ul > li:last-child > span a:after,
header .header-menu > li:first-child > ul > li:first-child > span a:after {
  content: '';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6.659" height="11.197" viewBox="0 0 6.659 11.197"><g id="arrow" transform="translate(0.53 0.53)"><path id="Path_38025" data-name="Path 38025" d="M18,7.5l5.068,5.068L18,17.636" transform="translate(-18 -7.5)" fill="none" stroke="%231f1f1f" stroke-width="1.5"/></g></svg>');
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  display: block;
  margin-left: 10px;
}
header .header-menu> li > ul > li > ul > li:not(:first-child) {
  margin-bottom: 15px
}

header .header-menu > li.menu-item-has-children::after {
  content: "\f107" !important;
  /* font-family: fontawesome; */
  color: var(--white);
  font: var(--fa-font-thin);
  margin: 0.6875rem;
}


/* home one */

.home-one {
    display: flex;
    width: 100%;
    min-height: 55.5625rem;
    position: relative;
}

.home-one-left {
    background: var(--black);
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-one-left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 37.4375rem;
    width: 100%;
    color: white;
}

.home-one-title {
    font-size: 1.875rem;
    font-weight: 100;
    padding-bottom: 1.4375rem;
}

.home-one-title span {
    font-size: 2.5rem;
    color: var(--bluegray);
    font-weight: 600;
}

.home-one-text {
    font-size: 0.9375rem;
    font-weight: 100;
    line-height: 1.875rem;
}

.home-one-btn {
    padding-top: 8rem;
}

.home-one-btn a {
    border: 1px solid var(--white);
    font-size: 0.9375rem;
    border-radius: 100px;
    padding: 1rem 2.625rem;
    transition: .3s ease-in-out;
    font-weight: bold;
}

.home-one-btn a:hover {
  background: var(--white);
  color: var(--black);
}

.home-one-right {
    background: var(--bluegray);
    max-width: 57.125rem;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.home-one-image-mobile {
  display: none;
}

.home-one-image img{
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.floating-video {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-15%);
}

/* home two */

.home-two {
    padding-top: 9.5625rem;
}

.home-two-wrapper {
    display: flex;
}

.home-two-texts {
    max-width: 32.0625rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-two-texts-wrap {
    max-width: 19.8125rem;
    width: 100%;
}

.home-two-title {
    font-size: 2.25rem;
    font-weight: bold;
    position: relative;
    max-width: fit-content;
}

.home-two-title::after {
    content: "";
    position: absolute;
    border-bottom: 9px solid var(--bluegray);
    border-radius: 100px;
    width: 100%;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

.home-two-text {
    font-size: 0.9375rem;
    padding-top: 1rem;
    padding-bottom: 4.8125rem;
}

.home-two-btn a {
    border: 1px solid var(--black);
    font-size: 0.875rem;
    border-radius: 100px;
    padding: 1rem 2.625rem;
    max-width: 9.5rem;
    width: 100%;
    font-weight: bold;
    transition: .3s ease-in-out;
}

.home-two-btn a:hover {
  background: var(--bluegray);
  border: 1px solid var(--bluegray);
  color: var(--white);
}

/* swiper home two */

	.mySwiper2 .swiper-wrapper .swiper-slide img {
		width: 100% !important;
	}

.home-two .swiper.mySwiper0  {
    width: 100%;
    height: 100%;
    padding: 1rem !important;
  }

  .home-two .mySwiper0 .swiper-slide {
    background: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 20px #0000001F;
    border-radius: 10px;
  }

  .home-two .mySwiper0 .swiper-slide h4 {
    font-size: 0.9375rem;
    margin: 0;
    font-weight: 400;
    width: 90%;
    margin: auto;
  }

  .home-two .mySwiper0 .swiper-slide h5 {
    font-size: 1.5625rem;
    font-weight: bold;
    margin: 0;
    width: 90%;
    margin: auto;
    padding-bottom: 1.625rem;
  }

  .home-two .mySwiper0 .swiper-slide img {
    display: block;
    max-width: 100%;
    width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
    padding: 1rem;
    margin: auto;
	  border-radius: 30px;
  }

  .home-two .mySwiper0 .swiper-slide .tmimata-btn {
    position: absolute;
    bottom: 2rem;
    right: 2rem;

  }

  .home-two .mySwiper0 .swiper-slide .tmimata-btn i {
    color: var(--white);
    background: var(--bluegray);
    padding: .5rem;
    border-radius: 100px;
  }

/* swiper home two */

/* home three */

.home-three {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 9.375rem 0;
}

.home-three .home-three-desktop {
    filter: brightness(15%) saturate(80%) grayscale(1);
    border-radius: 20px;
    max-width: 100%;
}

.home-three .home-three-mobile {
  display: none;
}

.home-three-wrapper {
    position: absolute;
    color: white;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 41.25rem;
    width: 100%;
    text-align: center;
}

.home-three-title {
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: -1.08px;
}

.home-three-text {
    font-size: 0.9375rem;
    font-weight: 200;
    line-height: 2.25rem;
    padding-top: 1.6875rem;
}

.home-three-btn {
    padding-top: 4.9375rem;
}

.home-three-btn a {
    border: 1px solid var(--white);
    font-size: 0.9375rem;
    border-radius: 100px;
    padding: 1rem 2.625rem;
    transition: .3s ease-in-out;
    font-weight: bold;
}

.home-three-btn a:hover {
  background: var(--white);
  color: var(--black);
}

/* home four */

.home-four-title {
    font-size: 2.25rem;
    font-weight: bold;
    position: relative;
    max-width: fit-content;
    margin: auto;
}

.home-four-title::after {
    content: "";
    position: absolute;
    border-bottom: 9px solid var(--bluegray);
    border-radius: 100px;
    width: 100%;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

/* swiper home four */


.home-four {
  padding-bottom: 9.5rem;
}

.home-four .swiper.mySwiper1,
.gallery-container-swiper .mySwiper2 {
    width: 100%;
    height: 100%;
    padding: 2rem 0 3rem;
  }

  .home-four .mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-four .mySwiper1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: .5;
    transition: .3s ease-in-out;
  }
  .home-four .mySwiper1 .swiper-slide-active img {
    opacity: 1;
    filter: grayscale(0);
  }

  .home-four .mySwiper1 .swiper-slide img:hover {
    filter: grayscale(0);
  }

  .home-four .mySwiper1 .swiper {
    width: 100%;
    height: 300px;
    margin: 20px auto;
  }

  .home-four .mySwiper1 .swiper-btn-wrapper {
    position: relative;
    top: 0;
  }
  
  .home-four .mySwiper1 .swiper-pagination,
  .mySwiper2 .swiper-pagination {
    top: 0;
    padding-top: 1rem;
  }

  .home-four .mySwiper1 .swiper-pagination-bullet,
  .mySwiper2 .swiper-pagination-bullet {
    outline-style: solid;
    outline-width: 1px;
    outline-offset: 2px;
    background: white;
    opacity: 1;
  }

  .home-four .mySwiper1 .swiper-pagination-bullet-active,
  .mySwiper2 .swiper-pagination-bullet-active {
    background: var(--bluegray);
  }

  .swiper-button-prev,
  .swiper-button-next {
    z-index: 11 !important;
  }

  .home-four .mySwiper1 .swiper-button-next,
  .home-four .mySwiper1 .swiper-button-prev,
  .gallery-container-swiper .mySwiper2 .swiper-button-next,
  .gallery-container-swiper .mySwiper2 .swiper-button-prev {
    margin-top: 0;
    height: unset;
    font-size: 3.1875rem;
  }

  .home-four .mySwiper1 .swiper-button-next,
  .gallery-container-swiper .mySwiper2 .swiper-button-next {
    left: unset;
    right: 30%;
  }

  .home-four .mySwiper1 .swiper-button-next::after,
  .gallery-container-swiper .mySwiper2 .swiper-button-next::after {
    content: "\f178" !important;
    /* font-family: fontawesome; */
    color: var(--black);
    font: var(--fa-font-thin);
  }

  .home-four .mySwiper1 .swiper-button-prev,
  .gallery-container-swiper .mySwiper2 .swiper-button-prev {
    right: unset;
    left: 30%;
  }

  .home-four .mySwiper1 .swiper-button-prev::after,
  .gallery-container-swiper .mySwiper2 .swiper-button-prev::after {
    content: "\f177" !important;
    color: var(--black);
    font: var(--fa-font-thin);
  }

  .gallery-container-swiper .mySwiper2 .swiper-button-prev::after,
  .gallery-container-swiper .mySwiper2 .swiper-button-next::after {
    font-size: 2.1875rem;
  }


/* who we are */

.page-top-container-titles {
  background: var(--black);
  color: var(--white);
  padding: 8.0625rem 0 3.3125rem;
  text-align: center;
}

.page-top-container-title {
  color: var(--bluegray);
  font-size: 2.0625rem;
  font-weight: bold;
  padding-bottom: 8px;
}

.page-top-container-breadcrumb {
  font-size: 1.0625rem;
  font-weight: 100;
  color: var(--gray-dark);
}

.page-top-container-breadcrumb span {
  color: var(--white);
}

.main-container-who-we-are {
  display: flex;
  padding: 5rem 0;
  justify-content: space-evenly;
}

.main-container-who-we-are-left,
.main-container-who-we-are-right {
  /* width: 50%; */
  text-align: center;
}

.main-container-who-we-are-left img {
		    width: 100%;
    height: 100%;
}

.page-template-about-us .main-container-who-we-are-left img {
	max-width: 600px;
}

.single-tmimata .main-container-who-we-are-left img {
	max-width: 700px;
}


.main-container-who-we-are-right {
  display: flex;
  justify-content: center;
}

.who-we-are-right-texts {
  max-width: 47.3125rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.who-we-are-right-title {
  letter-spacing: -1.08px;
  font-size: 2.25rem;
  font-weight: bold;
  padding-bottom: 1.375rem;
}

.who-we-are-right-text {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 1.875rem;
}

/* tmimata */

.main-container-tmimata {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 108.8125rem;
  width: 100%;
  margin: auto;
  padding: 3.4375rem 0 4.875rem;
}

.main-tmimata-content {
  box-shadow: 0px 3px 20px #0000001F;
  border-radius: 10px;
  max-width: 35.3125rem;
  width: 100%;
  position: relative;
  margin: 1rem 0;
}

.tmimata-subtitle {
  letter-spacing: -0.45px;
  font-size: 0.9375rem;
  color: var(--bluegray);
  width: 90%;
  margin: auto;
}

.tmimata-title {
  letter-spacing: -0.75px;
  font-size: 1.5625rem;
  font-weight: bold;
  width: 90%;
  margin: auto;
  padding-bottom: 1.625rem;
}

/* temp */

.tmimata-image img {
  max-width: 100%;
    width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
    padding: 1rem;
    margin: auto;
	    border-radius: 30px;
}

.tmimata-btn {
  position: absolute;
  bottom: 2rem;
  right: 2rem;

}

.tmimata-btn i {
  color: var(--white);
  background: var(--bluegray);
  padding: .5rem;
  border-radius: 100px;
}

/* propaideia */

.main-container-propaideia .main-container-who-we-are {
  display: flex;
  flex-direction: column;
  max-width: 97.9375rem;
  width: 100%;
  margin: auto;
}

.main-container-propaideia-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 .5rem;
}

.mousika-organa-container {
  padding: 0 .5rem;
}

.main-container-propaideia-wrap .main-container-propaideia {
  display: flex;
  align-items: center;
  padding: 0 .5rem;
}



.propaideia-right-texts {
  max-width: 47.875rem;
  width: 100%;
}

.propaideia-right-small-text {
  font-size: 0.9375rem;
  color: var(--bluegray);
}

.propaideia-right-title {
  font-size: 1.5625rem;
  font-weight: bold;
  padding-bottom: 2.625rem;
}

.propaideia-right-title-two {
  font-size: 1.5625rem;
  font-weight: bold;
  padding: 3.3125rem 0 3.125rem;
}

.propaideia-right-text-gray {
  font-size: 0.9375rem;
  color: #B3B3B3;
  line-height: 1.875rem;
}

.propaideia-right-text-black {
  font-size: 0.9375rem;
  color: var(--black);
  line-height: 1.875rem;
}

.propaideia-right-organa {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  /* max-width: 36.25rem; */
  width: 100%;
}

.mousika-organa-container .propaideia-organa-in {
  font-size: 1.125rem;
  color: var(--black);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 6.8125rem;
  max-width: 41.625rem;
  width: 100%;
}

.mousika-organa-container .propaideia-organa-in .propaideia-organa-in-description {
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: -0.45px;
  color: #8B8B8B;
  line-height: 1.875rem;
}

/* main gallery */

.main-gallery-container {
  background: #98ACC11A;
  padding: 4.25rem 0 4.75rem;
}

.gallery-container-swiper {
  max-width: 96.25rem;
  width: 100%;
  margin: auto;
}

.main-gallery-title {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  max-width: fit-content;
  margin: auto;
}

.main-gallery-title::after {
  content: "";
  position: absolute;
  border-bottom: 6px solid var(--bluegray);
  border-radius: 100px;
  width: 100%;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.gallery-container-swiper .mySwiper2 .swiper-button-prev,
.gallery-container-swiper .mySwiper2 .swiper-button-next {
  top: unset;
  bottom: 0;
}

/* fwtografiko yliko */

.main-no-swiper-gallery-container {
  padding: 5.125rem 0 7.375rem;
}

.main-no-swiper-gallery-inside {
  max-width: calc(100% - 60px);
  margin: auto;
  /* margin: auto; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 8px; */
  /* justify-content: center; */
}

.main-no-swiper-gallery-inside .main-no-swiper-gallery-image {
	/* width: 25%; */
}

.main-no-swiper-gallery-inside img {
	 /* width: 100%; */
	 /* height: 100%; */
	 /*     max-width: 25%; */
}
.main-no-swiper-gallery-inside img {
  max-width: 100%;
  display: block;
}

.main-no-swiper-gallery-inside .main-no-swiper-gallery-image {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

.main-no-swiper-gallery-inside .main-no-swiper-gallery-image > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

.main-no-swiper-gallery-inside .main-no-swiper-gallery-image a {
  color: black;
  text-decoration: none;
}

.main-no-swiper-gallery-inside figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255,255,255,.5);
  padding: .2em .5em;
  justify-self: start;
}

.main-no-swiper-gallery-inside  {
  column-count: 4;
  column-gap: 10px;
}

/* contact us */

.main-container-contact-us-inside {
  max-width: 88.375rem;
  width: 100%;
  margin: auto;
/*   padding: 0 1rem; */
}

.main-contact-us-top {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-top: 6.75rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid var(--gray-dark);
  flex-wrap: wrap;
}

.contact-us-top-info-icon {
  font-size: 1.875rem;
  color: var(--bluegray);
}

.contact-us-top-info-main-text {
  font-size: 1.125rem;
  color: var(--bluegray);
  font-weight: bold;
  letter-spacing: -0.72px;
  padding-bottom: 8px;
}

.contact-us-top-info-text {
  font-size: 1.125rem;
  letter-spacing: -0.72px;
}

.main-contact-us-bottom {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0 10.875rem;
  flex-wrap: wrap;
}

.main-contact-us-bottom-right-title {
  font-size: 1.375rem;
  font-weight: bold;
}

.main-contact-us-bottom-left {
	max-width: 42.0625rem;
	width:100%;
	padding-left: .5rem;
	padding-right: .5rem;
}

.form-content.small-container .form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-content.small-container .form-wrapper .control-form p {
  margin-bottom: 0;
}

.form-content.small-container .form-wrapper select.wpcf7-select, 
.form-content.small-container form input.wpcf7-text, 
.form-content.small-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: 1px solid transparent;
  width: 100%;
  background-color: #F5F5F5;
  height: 50px;
  border-radius: 3px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
}

.form-content.small-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus-visible,
.form-content.small-container textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus-visible {
  outline: none;
}

.form-content.small-container textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  border: 1px solid transparent;
  width: 100%;
  background-color: #F5F5F5;
  /* height: 50px; */
  border-radius: 3px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  resize: none;
}

.form-content.small-container input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: transparent;
  border: 1px solid var(--black);
  border-radius: 100px;
  color: var(--black);
  font-family: 'Manrope', sans-serif;
  padding: 0.5rem 1rem;
}



/* scroll to top btn */

#button {
  display: grid;
  background-color: var(--bluegray);
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20%;
  transform: translateY(-20%);
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000;
  border: 1px solid var(--white);
  border-radius: 100px;
  align-items: center;
}
#button::after {
  content: "\f176";
  color: var(--black);
  font: var(--fa-font-thin);
  color: #fff;
  font-size: 1.1875rem;
}
#button:hover {
  cursor: pointer;
  /* background-color: #333; */
}
#button:active {
  /* background-color: #555; */
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* rest pages */

.main-container-other-pages {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding-bottom: 5rem;
  padding-top: 2rem;
}

/* footer */

.footer-container {
    display: flex;
    flex-direction: column;
    background: var(--black);
    color: var(--white);
    padding: 0 1rem;
}

.top-footer-container {
    display: flex;
    width: 100%;
    max-width: 102.5625rem;
    justify-content: space-between;
    margin: auto;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    border-bottom: 1px solid white;
    flex-wrap: wrap;
}

.top-footer-instrument {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.58;
    transition: .3s ease-in-out;
    justify-content: space-between;
}

.top-footer-instrument:hover {
  opacity: 1;
}

.top-footer-instrument-title {
  letter-spacing: -0.45px;
  font-size: 0.9375rem;
  padding-top: 0.6875rem;
}

.bottom-footer-top {
    display: flex;
    width: 100%;
    max-width: 102.5625rem;
    margin: auto;
    gap: 6.5rem;
    padding-top: 4.25rem;
    padding-bottom: 3rem;
    flex-wrap: wrap;
}

.bottom-footer-top-content-info {
    display: flex;
    align-items: center;
    gap: 1.5625rem;
}

.bottom-footer-top-content-info i {
  font-size: 2.125rem;
}

.bottom-footer-top-content-info-title {
  font-size: 1.25rem;
}

.bottom-footer-top-content-info-subtitle {
  font-size: 0.75rem;
}

.bottom-footer-bot {
  display: flex;
  width: 100%;
  max-width: 102.5625rem;
  margin: auto;
  /* padding: 0 .5rem; */
}

.bottom-footer-bot-content {
  display: flex;
  /* width: 100%; */
  justify-content: center;
}

.bottom-footer-bottom-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bottom-footer-bot-contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bottom-footer-bot-content-title {
  padding-bottom: 1.5rem;
  color: var(--bluegray);
  font-size: 1rem;
  font-weight: bold;
}


.bottom-footer-bot-contact-info-content {
  display: flex;
  font-size: 0.75rem;
  border: 1px solid #FFFFFF26;
  border-radius: 3px;
  transition: .3s ease-in-out;
}

.bottom-footer-bot-contact-info-content:hover {
  background: var(--bluegray);
}

.bottom-footer-bot-contact-info-content a {
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

ul#menu-footer-menu,
.bottom-footer-bot-follow-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  list-style: none;
  padding-left: 0;
  font-weight: 200;
}

.bottom-footer-bot-follow-info {
  padding-left: 2rem;
  position: relative;
}

.tnp-field.tnp-privacy-field {
  font-size: .75rem;
}

.tnp-field.tnp-field-button input.tnp-submit {
  background: transparent;
  font-size: 0.875rem;
  letter-spacing: -0.28px;
  font-family: inherit;
  border: 1px solid var(--white);
  border-radius: 100px;
  padding: 9px 48px 9px 25px;
}

.tnp-submit {
  padding-left: 25px !important;
  background: url("/wp-content/uploads/2024/01/send.png") no-repeat 80% !important;
  background-size: 14px !important;
}

.tnp-email {
  padding-left: 25px !important;
  background: url("/wp-content/uploads/2024/01/envelope.png") no-repeat left !important;
  background-size: 14px !important;
}

.bottom-footer-bot-follow-info svg {
  position: absolute;
  left: 0;
}

.bottom-footer-bot-contact-links-content,
.bottom-footer-bot-contact-follow-content {
  font-size: 0.875rem;
}

.bottom-footer-bot-contact-follow-content a {
  display: flex;
  align-items: center;
}

.footer-copyrights-wrapper {
  display: flex;
  width: 100%;
  max-width: 102.5625rem;
  margin: auto;
  justify-content: space-between;
  font-size: 0.75rem;
  padding-top: 6.25rem;
  padding-bottom: 1.6875rem;
}

.footer-copyrights-left span {
  color: var(--bluegray);
  font-weight: bold;
}

.bottom-footer-bot-content-text {
  font-size: 0.875rem;
  padding-bottom: 1rem;
}

.tnp.tnp-subscription .tnp-field.tnp-field-email input#tnp-1 {
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.tnp.tnp-subscription .tnp-field.tnp-field-email input#tnp-1:focus-visible {
  outline: none;
}

.bottom-footer-bot-content-agreement {
  font-size: 0.75rem;
  padding-top: 1rem;
}

/* media */

@media (max-width:1656px) {
  .header-wrap {
    padding-right: 22px;
  }
}

@media (max-width:1566px) {
  .floating-video {
    left: 45%;
    transform: none;
    width: 50%;
  }
}

@media (max-width:1450px) {
  .header-address,
  .header-phone {
    display: none;
  }

  .header-container .header-logo {
    border-right: unset;
  }
}

@media (max-width:1367px) {

  .main-contact-us-bottom {
    justify-content: center;
    gap: 2rem;
  }
  .main-contact-us-top {
    justify-content: space-around;
  }

  header .header-menu > li a {
    font-size: .8rem;
  }

  .header-contact-btn a {
    padding: 0.75rem 2.1875rem;
    font-size: .8rem;
  }

  .home-one-title span,
  .home-two-title,
  .home-three-title,
  .home-four-title {
    font-size: 2rem;
  }

  .home-one-title {
    font-size: 1.5rem;
  }

  .home-one-btn a,
  .home-two-btn a,
  .home-three-btn a,
  .home-two .mySwiper0 .swiper-slide h4 {
    font-size: .75rem;
  }

  .home-two .mySwiper0 .swiper-slide h5 {
    font-size: 1.3rem;
  }

  .container-who-we-are .main-container-who-we-are {
    padding: 5rem 0.5rem;
  }
  .main-container-who-we-are {
    
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-container-who-we-are-left, 
  .main-container-who-we-are-right {
    width: 100%;
  }
.main-container-who-we-are-left img {
  width: 100%;
}
  
  .tmimata-title {
    font-size: 1.3rem;
  }

  .footer-container {
    padding: 0 1rem;
  }

  .home-one-left {
    padding-left: 2rem;
    padding-right: 3rem;
  }

  .floating-video {
    left: 50%;
    width: 45%;
  }

  .home-one-image img {
    width: 70%;
  }
}

@media (max-width:1200px) {
  .home-two .mySwiper0 .swiper-slide h5 {
    font-size: 1.1rem;
  }
}

@media (max-width:1120px) {
  .main-container-tmimata {
    justify-content: center;
  }
}

@media (max-width:1100px) {
  
  .home-one-image img {
    display: none;
  }

  .main-container-propaideia-wrap {
    flex-direction: column;
  }
  .home-three-btn {
    padding-top: 1.5rem;
  }
  .home-three-text {
    padding-top: 0.6875rem;
  }
  .home-one {
    flex-direction: column;
  }
  .home-one-right {
    max-width: 100%;
    position: relative;
  }
  .home-one-left-content {
    padding-top: 7rem;
    flex-direction: column;
  }
  .home-one-btn {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .home-one-image img {
    max-height: 360px;
    padding-top: 1rem;
  }

  .home-one-left {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

  .main-container-who-we-are-left img {
    width: unset;
    max-width: 100%;
  }

  .home-two {
    padding-top: 0;
  }

  .home-one-right {
    align-items: center;
    justify-content: center;
  }  

  .home-one-image {
    text-align: center;
  }

  .home-one-image .floating-video {
    position: relative;
    left: unset;
    top: unset;
    padding: 1rem 0;
    width: 80%;
  }
}

@media (max-width:1024px) {
  header .header-menu > li.menu-item-has-children::after {
    content: none !important;
  }
  header .header-menu > li {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .contact-for-mobile {
    display: block;
  }
  .menu {
    display: none;
  }

  .header-contact-btn {
    display: none;
  }

  .header-container {
    justify-content: center;
  }

  header .mobile-menu {
    display: unset;
  }

  #overlay-button {
    position: absolute;
    left: 1em;
    top: 1em;
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none;
    span {
        height: 4px;
        width: 35px;
        border-radius: 2px;
        background-color: white;
        position: relative;
        display: block;
        transition: all .2s ease-in-out;
        &:before {
          top: -10px;
          visibility: visible;
        }
        &:after {
          top: 10px;
        }
        &:before, &:after {
            height: 4px;
            width: 35px;
            border-radius: 2px;
            background-color: white;
            position: absolute;
            content: "";
            transition: all .2s ease-in-out;
        }
      }
      &:hover span, &:hover span:before, &:hover span:after {
        background: #333332;
      }
  }
  
  input[type=checkbox] {
    display: none;
    
    &:checked ~ #overlay {
      visibility: visible;
    }
    
    &:checked ~ #overlay-button {
      &:hover span, span{
        background: transparent;
      }
      span {
        &:before {
          transform: rotate(45deg) translate(7px, 7px);
          opacity: 1;
        }
        &:after {
          transform: rotate(-45deg) translate(7px, -7px);
        }
      }
    }
  }
  
  #overlay {
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgb(41 40 40);
    z-index: 2;
    visibility: hidden;
    position: fixed;
    &.active {
      visibility: visible;
    }
    ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      height: 100vh;
      padding-left: 0;
      list-style-type: none;
      li {
        padding: 1em;
        a {
          color: white;
          text-decoration: none;
          font-size: 1.5em;
          &:hover {
            color: #333332;
          }
        }
      }
    }
  }

  header .header-menu > li a {
    transition: none;
  }

  /* .overlay  */
  
}

@media (max-width:950px) {
  .top-footer-container {
    gap: 4rem;
    justify-content: center;
  }

  .bottom-footer-top {
    gap: 4rem;
  }

}

@media (max-width:860px) {
  .home-three-text {
    line-height: unset;
  }

  .propaideia-right-organa {
    display: flex;
    flex-direction: column;
  }

  .mousika-organa-container .propaideia-organa-in {
    padding-bottom: 2.8125rem;
    max-width: 100%;
  }

}

@media (max-width: 767px) {
	.main-no-swiper-gallery-inside {
		column-count: 3;
	}
  .main-contact-us-top {
    flex-direction: column;
	  padding: 0 1rem;
  }
  .main-contact-us-bottom {
    padding: 4rem 1rem 10.875rem;
  }

  .home-one {
    min-height: 45.5625rem;
  }

  .container-propaideia .main-container-who-we-are-left img {
    width: 90%;
    height: 50%;
  }
	
	#button {
		bottom: 5%;
	} 


}
.home-four .mySwiper1 .swiper-slide {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 700px;
}

.home-four .mySwiper1 .swiper-slide img {
    object-position: top;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width:676px) {
	.home-four .mySwiper1 .swiper-slide {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 300px;
}
  .page-top-container-title {
    font-size: 1.9rem;
  }

  .propaideia-right-title-two {
    padding: 2.3125rem 0 2.125rem;
  }

  .main-container-propaideia .main-container-who-we-are {
    max-width: 40rem;
  }
  .header-contact-btn {
    display: none;
  }

  .home-one-left-content,
  .home-two-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-one-title span, 
  .home-two-title, 
  .home-three-title, 
  .home-four-title {
    font-size: 1.5rem;
  }

  .home-two {
    padding-top: 0;
  }

  .home-two-text {
    padding-bottom: 2.8rem;
  }

  .home-two-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .home-four .mySwiper1 .swiper-button-next, 
  .gallery-container-swiper .mySwiper2 .swiper-button-next {
    right: 30%;
  }

  .home-four .mySwiper1 .swiper-button-prev, 
  .gallery-container-swiper .mySwiper2 .swiper-button-prev {
    left: 30%;
  }

  .home-three {
    padding: 4rem 0;
  }

  .home-three .home-three-desktop {
    display: none;
  }
  .home-three .home-three-mobile {
    display: unset;
    width: 100%;
  }


  .home-three-wrapper {
    width: 80%;
  }

  .home-three-btn {
    padding-top: 3rem;
  }

  .home-three-text {
    padding-top: 1.5rem;
  }

  .header-container .header-logo {
    padding-right: 0;
    text-align: center;
  }

  .header-container .header-logo img {
    width: 70%;
  }

  .bottom-footer-bottom-content {
    flex-direction: column;
    gap: 2rem;
  }

  .bottom-footer-bot-content {
    justify-content: left;
  }

  .bottom-footer-bot-contact-info {
    width: fit-content;
  }

  .floating-video {
    width: 70%;
    height: fit-content;
  }

  .home-two .swiper.mySwiper0 {
    padding: .5rem !important;
  }

  .footer-copyrights-wrapper {
    flex-direction: column;
  }

  .home-four .swiper.mySwiper1, 
  .gallery-container-swiper .mySwiper2 {
    text-align: center;
  }
	


  .bottom-footer-top-content img {
     width: 80%;
  }

  .bottom-footer-top-content-info-title {
    font-size: 1.1rem;
  }
	.home-four .mySwiper1 .swiper-slide img {
		object-position: center;
	}
}
@media (max-width: 780px) {
.page-template-about-us .main-container-who-we-are-left img {
    max-width: 100%;
}
	.top-footer-container {
        max-width: 100%;
        gap: 2rem;
        justify-content: center;
        flex-wrap: wrap;
        align-items: CENTER;
        justify-content: space-around;
    }
	.top-footer-instrument-title {
  letter-spacing: -0.45px;
  font-size: 12px;
  padding-top: 0.6875rem;
  text-align: center;
}
	.home-four  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    overflow: hidden;
}
	.home-four .mySwiper1 .swiper-button-prev{
		left:10%;
	}
	.home-four .mySwiper1 .swiper-button-next{
	right:10%	
	}
	    .home-one-image .floating-video {
        position: relative;
        left: unset;
        top: unset;
        padding: 0rem 0 0 0;
        width: 100%;
    }
	    .header-container {
			top: 0;
	}
}

@media (max-width: 480px) {
	.main-no-swiper-gallery-inside {
		column-count: 2;
	}
  .tnp-subscription input[type=submit], .tnp-profile input[type=submit] {
    width: inherit !important;
  }
}

body.postid-184 .mousika-organa-container{
	display:none;
}
body.postid-186 .mousika-organa-container{
	display:none;
}
