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

/*TOP MENU*/

#topbanner{
padding-right: 2vw;
}

#topmenu {
max-width: 40vw;
margin-left: 2vw;
}

.notloggedin #topmenu {
position: relative;
    z-index: 999;
}

div.topmenu ul li {
    border-radius: 30px;
}

div.topmenu ul li:nth-child(2) {
    border-radius: 30px 30px 0px 0px;
}

div.topmenu ul li li:nth-child(2) {
    border-radius: 30px;
}

div.topmenu ul ul{
    border-radius: 0px 0px 30px 30px;
}

/*END OF TOP MENU*/

/*TOP RIGHT MENU*/

.notloggedin .c-top-menu-right  {
display: flex;
gap: 30px;
    justify-content: flex-end;
    margin-top: 30px;
}


.c-top-menu-right  a{
color: #c47d45 !important;
font-weight: 600;
font-size: 18px;
padding: 14px 20px !important;
    border-radius: 30px;
}

.c-top-menu-right  a:hover{
background-color: #333;
color: #fff !important;
}

/*END OF TOP RIGHT MENU*/


/*PAGE H1*/

#contenttop h1 {
margin-top: 4vh;
}

@media (max-width: 912px) {

#contenttop h1 {
margin-top: 2vh;
font-size: 1.6em;
}
}


/*END OF PAGE H1*/



/*FOOTER*/

.c-footer-container {
margin-top: 100px;
padding: 4vh;
text-align: center;
background-color: #ece1dc;
    border-radius: 10vw 10vw 0px 0px;
}

.c-footer-bg {
background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}


.c-social-boxes {
padding: 20px;
    display: flex;
    gap: 2vh;
justify-content: center;
    flex-direction: row;
}

.c-social-boxes a {
text-decoration: none !important;
}

.c-social-boxes a span.fa {
    display: flex;
    width: 50px;
    height: 50px;
    padding-left: 6px;
    padding-top: 4px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #d5925e;
    font-size: 25px;
transition: 0.3s;
color: white;
    border-radius: 50%;
}

.c-social-boxes a span.fa:hover  {
background-color: #000;
color: white;
}

/*END OF FOOTER*/


/*PRODUCTS*/
div.items div.photos img {
    border-radius: 30px;
}




/*FORMS*/
.contactform p.required input, .contactform p.notrequired input, .contactform p.required textarea, .contactform p.notrequired textarea {
    padding: 4px;
    font-size: 18px;
    border: none;
border-radius: 30px;
}

.contactform button {
position: relative;
  display: inline-block;
    text-align: center;
    text-decoration: none;
font-weight: 500;
    padding: 10px 15px;
    color: #fff;
    background-color: #d5925e;
    transition: 0.3s;
    letter-spacing: 1px;
    border: 1px solid #d5925e;
    min-width: 170px;
border-radius: 30px;
}

.contactform button:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/e665891d882ef155c8552e1eb92e9950afe5b9c6.png');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
margin-top: 1vw;
}

.side-nav__header {
    background-color: #f7f2ef;
    background-image: url('/cache/files/e665891d882ef155c8552e1eb92e9950afe5b9c6.png') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 2vh;
}

.side-nav__header {
    max-height: 100px;
    height: 30%;
}.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-button-1 {
display: inline-block;
background-color: #333;
    color: #fff;
    padding: 15px 25px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
border-radius: 30px;
}

.c-button-1:hover {
background-color: #d5925e;
}@keyframes morph1 {
  0%, 100% {
    border-radius: 30% 70% 40% 60% / 60% 50% 80% 40%;
    transform: translate3d(0, 0, 0);
  }
  50% {
    border-radius: 70% 20% 90% 40% / 50% 30% 60% 80%;
    transform: translate3d(20px, -20px, 0);
  }
}.mobile-header {
    box-shadow: none;
}

@media (max-width: 460px) {
    #mobile-header .langchooser {
        right: 8px;
        top: 12px;
    }
}


#mobile-header button {
    font-weight: bolder;
}

.side-nav button.side-nav__hide {
    font-weight: bolder;
}



.side-nav_menu {
display: flex;
    justify-content: center;
    text-align: center;
}


.side-nav ul {
    margin-left: -15px;
}

.side-nav__footer {
    box-shadow: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
}/*VIDEO*/

.c-video-container {
height: 100vh;
width: 100%;
position: relative;
border-radius: 0px 0px 180px 180px / 13%;
}

.c-video-bg {
width: 100%;
height: 100vh;
background-image: url('');
background-size: cover;
background-position: 50% 50%;
}


.c-video-position{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
z-index: 0;
}

.c-video-position video {
object-fit: cover;
width: 100%;
height: 100vh;
}


/*END OF VIDEO*//*top menu*/

.notloggedin #topbanner {
    position: absolute;
    top: 0;
    height: 50px;
}

.notloggedin #topmenu {
    position: absolute;
    top: 50px;
    z-index: 100;
}

.notloggedin #topmenu a {
color: #fff;
}

.notloggedin .c-top-menu-right  a{
color: #fff!important;
}


/*MOBILE*/
#mobile-header button {
    color: #fff;
}

#mobile-header {
    position: absolute;
    z-index: 2;
    top: 0;
    color: #fff !important;
}


/*BUBBLE*/


.c-bubble {
    content: "";
    background-color: #ebe1db;
    height: 80vh;
    width: 80vh;
    z-index: 0;
    position: absolute;
left: -5vw;
top: 10vw;
border-radius: 42% 58% 70% 30% / 35% 45% 85% 55%;
  animation: morph1 10s ease-in-out infinite;
  animation-delay: 0s;
}




/*PRODUCTS*/

#xoiko-products {
position: relative;
}

.c-products-container{
padding: 4vw 10vw 10vw 0;
    display: flex;
    gap: 4vh;
align-items: flex-end;
justify-content: space-around;
}

@media (max-width: 912px) {
.c-products-container{
    align-items: flex-end;
    flex-direction: column;
padding: 4vw 10vw 10vw 10vw;
}
}


.c-products-slider {
max-width: 670px;
max-height: 670px;
}

@media (max-width: 912px) {
.c-products-slider {
max-width: 30vh;
max-height: 30vh;
}
}


.c-products-text, .c-ergastiri-text {
    max-width: 550px;
    text-align: right;
}


@media (max-width: 912px) {
.c-products-text, .c-ergastiri-text {
    max-width: 100%;
}
}


.c-products-text h2, .c-ergastiri-text h2 {
font-size: clamp(3.875rem, 3.334rem + 2.013vw, 5.75rem) !important; /*62-92*/
text-align: right !important;
    line-height: 1em !important;
    margin-top: 10px !important;
border-bottom: none !important;
}

/*END OF PRODUCTS*/



/*ERGASTHRI */


.c-ergastiri-slider {
max-width: 80vw;
margin: 0 auto;
}

@media (max-width: 912px) {
.c-ergastiri-slider {
max-width: 100vw;
}
}




.c-ergastiri-slider .slider-arrows {
    border: 2px solid #ece1dc;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    color: #ece1dc;
}

.c-ergastiri-slider .slider-arrows span {
    font-size: 18px;
}


.c-ergastiri-slider .slider-arrow-left {
    left: 20px;
}


.c-ergastiri-slider .slider-arrow-right{
    right: 20px;
}


.c-ergastiri-slider img{
width: 100%;
height: auto;
border-radius: 80px;
}

@media (max-width: 540px) {

.c-ergastiri-slider img{
border-radius: 30px;
}
}


.c-ergastiri-info {
padding: 3vh 10vw 5vw 0;
display: flex;
    gap: 8vh;
    justify-content: space-between;
position: relative;
}

@media (max-width: 912px) {
.c-ergastiri-info {
    flex-direction: column-reverse;
    align-items: center;
gap: 4vh;
    padding: 3vh 10vw 10vw 10vw;
}
}



.c-ergastiri-workshop {
padding: 10vw 4vh 0px 10vh;
    max-width: 500px;
    margin-top: 10vh;
position: relative;
}

@media (max-width: 912px) {
.c-ergastiri-workshop {
padding: 0;
    max-width: 500px;
    margin-top: 3vh;
}
}



.c-ergastiri-workshop h3 {
font-size: 3.4em;
    letter-spacing: 2px;
margin-bottom: 10px;
}



.c-bubble2 {
    content: "";
    background-color: #ebe1db;
    height: 500px;
    width: 550px;
    z-index: 0;
    position: absolute;
left: -2vw;
top: 10vw;
border-radius: 42% 58% 70% 30% / 35% 45% 85% 55%;
  animation: morph1 10s ease-in-out infinite;
  animation-delay: 0s;
}

@media (max-width: 912px) {
.c-bubble2 {
top: auto;
bottom: 0vw;
left: 10vw;
}

}

/*END OF ERGASTHRI*/



/*ABOUT*/ 


.c-about-container {
padding: 0px 10vw;
    display: flex;
    gap: 4vh;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

@media (max-width: 912px) {
.c-about-container {
flex-direction: column-reverse;
}
}


.c-about-text {
    max-width: 600px;
    text-align: left;
}



.c-about-img {
max-height: 70vh;
width: auto;
border-radius: 80px;
}


.c-about-text h2 {
text-align: left !important;
    font-size: 100px !important;
    line-height: 1em !important;
    margin-top: 10px !important;
border-bottom: none !important;
}

.*END OF ABOUT*/