body {
  font-family: "Ubuntu", sans-serif;
overflow-x: hidden;
}

:root {
--black: #231f20;
}

.notloggedin .pagetitle {
display: none;
}

/*TOP PAGES TEST*/
.c-top-page-text {
margin-left: 5vw;
margin-right: 5vw;
display: flex;
gap: 5vw;
justify-content: space-between;
}

@media (max-width: 760px) {
.c-top-page-text {
flex-direction: column;
gap: 0px;
}
}


.c-top-page-text h1{
text-align: left !important;
font-size: clamp(2.25rem, 1.638rem + 1.633vw, 4.25rem) !important; /*36-68*/
min-width: 30vw;
}

.c-top-page-text p{
text-align: justify;
letter-spacing: 1px;
padding-bottom: 20px;
max-width: 750px;
line-height: 2em;
}

/*END OF TOP PAGES*/


/*ΕΡΓΑ*/

div.horizontalitems div.list div.item h3 {
    position: absolute;
    bottom: 50px;
    left: 20px;
margin-bottom: 0px !important;
}

div.horizontalitems div.textboxy {
padding: 0px !important;
}


div.items div.photos {
        width: 100% !important;
        margin: 0 auto !important;
float: unset !important;
}

(min-width: 600px) {
div.items div.photos {
        width: 100% !important;
}
}

.notloggedin div.items div.detail div.itemcontent {
text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notloggedin  div.items div.detail div.horizontalitemsgallery div.theitems, div.horizontalitemsgallery div.theitems {
    margin-left: 4vw;
    margin-right: 4vw;
}



h3 a, div.items div.list h3 a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

div.detail h3 a {
font-size: clamp(1.5rem, 1.041rem + 1.224vw, 3rem) !important; /*24-48*/
line-height: 1.2em;
}

div.horizontalitems div.item div.photos img {
width: 100% !important;
}


div.detail div.back {
    border: 0px;
    background-image: none !important;
    border-radius: 0px;
    background-color: transparent !important;
}

div.detail div.back a {
    font-weight: 800;
position: relative;
padding-left: 30px;
}

div.detail div.back a::before {
    content: '';
    background-image: url('/cache/files/575e5b54605175b4555fa6096a765efe8fded0a6.png');
    width: 20px;
        height: 22px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
    transform: rotate(90deg);
position: absolute;
top: 4px;
left: 0px;
}

/*END OF ERGA*/.c-newlogo {
    background-image: url('/cache/files/84a0049e412e0cabe9f1899513fd22e900b5459d.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/84a0049e412e0cabe9f1899513fd22e900b5459d.svg');
    background-position: top left;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
position: absolute;
left: 3vw;
top: 2px;
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/84a0049e412e0cabe9f1899513fd22e900b5459d.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-button1 {
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 1px solid var(--black);
border-radius: 40px;
font-size: 0.9em;
letter-spacing: 1px;
}
.c-button1:hover {
    background-color: var(--black);
border: 1px solid #222;
color: #fff !important;
}


.c-button2 {
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 1px solid var(--black);
border-radius: 40px;
font-size: 0.8em;
}
.c-button2:hover {
    background-color: var(--black);
border: 1px solid #222;
color: #fff !important;
}.notloggedin .c-overflow {
overflow: visible !important;
}

#copyleft {
	padding-left: 5vw;
position: relative;
}

#copyright {
	padding-right: 5vw;
position: relative;
}

@media (max-width: 912px) {
#copyleft {
	padding-left: 0vw;
}

#copyright {
	padding-right: 0vw;
}
}

#footer {
position: relative;
}

.c-logo-g-footer {
    height: 100vh;
    width: auto;
    position: absolute;
    left: -10vw;
    top: 0;
}

.c-footer-container {
padding: 0 5vw 0vh 5vw;
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
position: relative;
gap: 5vw;
}
.c-footer-container h1{
font-size: clamp(2.25rem, 1.37rem + 2.347vw, 5.125rem) !important; /*36-82*/
color: #231f20 !important;
font-weight: 900 !important;
}

.c-footer-info-data{
    display: flex;
    gap: 5vw;
    justify-content: space-between;
}

@media (max-width: 1024px) {
.c-footer-info-data{
flex-wrap: wrap;
gap: 30px;
}
}

@media (max-width: 520px) {
.c-footer-info-data{
    flex-direction: column;

}
}



.c-footer-info-line {
display: flex;
gap: 10px;
align-items: center;
}

.c-footer-info-line img{
height: 30px;
width: auto;
}


.c-footer-info-line p{
margin-bottom: 0px;
}.mobile-header {
    box-shadow: none;
flex-direction: row-reverse;
}

#mobile-header button {
    font-size: 24px;
    margin-right: 2px;
color: #fff !important;
}

#mobile-header button::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 7px;
    width: 45px;
    height: 45px;
    background-color: var(--black);
    z-index: -1;
    border-radius: 50%;
}

.side-nav__hide {
    right: 30px !important;
    top: 30px !important;
left: auto !important;
}

.side-nav button.side-nav__hide {
    font-size: 24px;
    font-weight: 900;
}


.side-nav__hide:before {
    content: "";
    position: absolute;
    top: -11px;
    right: -11px;
    width: 45px;
    height: 45px;
    background-color: var(--black);
    z-index: -1;
    border-radius: 50%;
}

.side-nav__footer {
    box-shadow: none;
    padding: 10px 16px;
}



.side-nav ul {
display: flex;
    flex-direction: column;
    width: 200px;
    gap: 15px;
    margin: 0 auto;
}


.side-nav ul li a {
    padding-left: 0px !important;
font-weight: 900;
border-bottom: 1px solid #3333335c;
    font-size: 0.9em;
    letter-spacing: 1px;
position: relative;
}

.side-nav ul li a:before {
   content: "";
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 12px;
  height: 12px;
  background-image: url('/cache/files/7f0291cef2f193238bf3d9f807fdb5c50cff976a.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.6s ease;
}

.side-nav ul li a.active:before {
   content: "";
  position: absolute;
  bottom: 15px;
  right: 7px;
  width: 12px;
  height: 12px;
  background-image: url('/cache/files/7f0291cef2f193238bf3d9f807fdb5c50cff976a.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.6s ease;
  transform: rotate(180deg);
}





.side-nav__container {
    width: 95%;
    max-width: 95%;
    height: 97%;
    border-radius: 40px;
}

.side-nav--visible .side-nav__container {
transform: translateX(-50%) !important;
    left: 50%;
    top: 1.5vh;
}



.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
   -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}


@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}


.side-nav__footer .c-footer-info-line {
    justify-content: center;
margin: 5vw 0px;
}

.side-nav__footer .c-footer-info-line a{
text-decoration: none;
}.notloggedin #topmenu{
position: absolute;
top: 40px;
}

.notloggedin #topbanner{
position: absolute;
top: 0px;
background-color: transparent;
}

#mobile-header {
    position: absolute;
}

/*VIDEO*/

.c-bg-1 {
position: relative;
height: 100vh;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
}

@media (max-width: 768px) {
.c-bg-1 {
position: relative;
height: 80vh;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
}
}

.c-video-position{
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
@media (max-width: 768px) {
.c-video-position {
    height: 80vh;
    width: 100%;
    position: relative;
    top: 0vh;
    left: 0;
}
}
.c-video-position video {
object-fit: cover;
width: 100%;
height: 100vh;
}

@media (max-width: 768px) {
.c-video-position video {
object-fit: cover;
width: 100%;
height: 80vh;
}
}


.c-video-text-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.typing-text {
    font-size: clamp(3.875rem, 1.617rem + 6.02vw, 11.25rem); /*62-180*/
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid; /* cursor */
    opacity: 1;
    transition: opacity 0.3s;
}

@media (max-width: 670px) {
  .typing-text {
    white-space: normal;
    text-align: center;
    border-right: none; /* optional: βγάζει τον cursor αν θες */
  }
}


.c-move-arrow-center{
position: absolute;
bottom: 2%;
left: 50%;
transform: translate(-50%, -2%);
z-index: 99;
}

.c-arrow-border {
border: 1px solid var(--black);
padding: 15px 5px;
border-radius: 30px;
}


.c-arrow-border a {
    height: 27px;
    display: block;
    overflow: hidden;
}

.c-arrow-border a img {
    position: relative;
animation: 2s movedown-animation ease-in-out infinite;
}

@keyframes movedown-animation {
0% {top: -27px;}
100% {top: 27px;}
}

/*END OF VIDEO*/



/*ABOUT*/

#about {
display: flex;
gap: 4vw;
align-items: center;
margin: 5vw 0px;
}

@media (max-width: 912px) {
#about {
    flex-direction: column;
margin: 0;
}
}

.c-about-text {
padding: 5vw;
}


.c-about-text h2{
text-align: left !important;
font-weight: 900 !important;
font-size: 3em !important;
margin-bottom: 0px !important;
line-height: 1em !important;
}

.c-about-img {
max-width: 50vw;
height: auto;
}

@media (max-width: 912px) {
.c-about-img {
max-width: 100vw;
height: auto;
}
}

.c-about-subtitle {
letter-spacing: 2px;
    text-transform: uppercase;
}

.c-buttons-flex {
display: flex;
gap: 20px;
margin-top: 40px;
}
/*END OF ABOUT*/



/*SERVICES*/
#services {
padding: 10vh 5vw 10vh 5vw;
display: flex;
gap: 4vw;
position: relative;
min-height: 100vh;
}

@media (max-width: 912px) {
#services {
    flex-direction: column;
}
}

.c-services-white-arrow {
position: absolute;
top: 8vh;
left: -9vw;
height: 90vh;
width: auto;
z-index: 0;
}

.c-services-text {
position: relative;
}


.c-services-list {
min-width: 50vw;
}

.accordion h3 {
 display: block;
  font-weight: 300;
  padding: 15px 20px;
  border-bottom: 1px solid #3333335c;
  background-color: transparent;
  margin-bottom: 5px;
margin-top: 40px;
  color: var(--black) !important;
  letter-spacing: 1px;
  position: relative;
    transition: all 0.4s ease;
font-size: 1.4em !important;
}

.accordion h3:hover {
  letter-spacing: 4px;
}

.accordion h3:before {
   content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url('/cache/files/7f0291cef2f193238bf3d9f807fdb5c50cff976a.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.6s ease;
}

.accordion h3:hover:before {
bottom: 20px;
}

.accordion.active h3:before {
  transform: rotate(180deg);
}


.accordion div {
  padding: 5px 20px 20px 20px;
}

/*END OF SERVICES*/


/*ERGA*/
#erga {
display: flex;
gap: 4vw;
padding: 20px 5vw;
align-items: flex-end;
    justify-content: space-between;
}


@media (max-width: 912px) {
#erga {
align-items: flex-start;
    flex-direction: column;
gap: 20px;
}
}

.c-erga-text, .c-pelates-text {
position: relative;
    max-width: 700px;
}


div.horizontalitems div.theitems {
    max-width: 95vw;
    margin: 0 auto !important;
}

/*END OF ERGA*/


/*PLEATES*/
#pelates{
padding: 0 5vw 0vh 5vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 912px) {
#pelates{
padding: 10vh 5vw 5vw 5vw;
    min-height: auto;
}
}

.c-sunergates-logos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
margin-top: 5vh;
}

.c-sunergates-logos div {
padding: 3vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-sunergates-logos div img{
max-width: 200px;
height: auto;
max-height: 120px;
width: auto;
}

@media (max-width: 912px) {
.c-sunergates-logos div img{
max-width: 160px;
}
}

@media (max-width: 540px) {
.c-sunergates-logos div img{
max-width: 100px;
}
}


/*END OF PLEATES*/





#services h1, #erga h1, #pelates h1{
text-align: left !important;
font-size: clamp(2.25rem, 1.37rem + 2.347vw, 5.125rem) !important; /*36-82*/
}

.c-subtext {
    line-height: 2em;
    letter-spacing: 1px;
}/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
    background-color: #f5f5f5;
left: 0px;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
right: 0px;
    background-color: #f5f5f5;
}

.slick-prev:hover, .slick-next:hover {
    background-color: #f5f5f5;
}

.slick-next:focus, .slick-prev:focus {
    background-color: #f5f5f5;
}


.slick-next:before {
    top: 12px;
    height: 30px;
    width: auto;
 background-image: url('/cache/files/709a2cae53d0ebadb9f956d935459c5113c75e91.svg');
    background-size: contain;
    background-position-x: 50%;
}

.slick-prev:before {
    top: 12px;
    height: 30px;
    width: auto;
background-image: url('/cache/files/709a2cae53d0ebadb9f956d935459c5113c75e91.svg');
    background-size: contain;
    background-position-x: 50%;
}