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


/*TOP MENU*/

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

div.topmenu ul li a {
    padding-top: 20px !important;
}

/*END OF TOP MENU*/



/*FOOTER*/

.c-footer-info {
display: flex;
    gap: 20px;
    padding: 5vh 20px 0px 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.c-footer-col {
display: flex;
    gap: 15px;
    align-items: center;
}

.c-footer-col p{
font-weight: 900;
margin-bottom: 0px;
}

.c-footer-icon {
height: 40px;
    width: 40px;
    background-color: #0c727e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.c-footer-info span {
    padding-left: 4px;
}

/*END OF FOOTER*/



/*NEWS*/
div.items div.date {
    font-style: normal !important;
    padding-bottom: 3px;
    font-size: 0.7em;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/*end of NEWS*/.c-newlogo {
    background-image: url('/cache/files/02cf1b7589404b73e4d57c477ab82c9fa19f0d56.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/02cf1b7589404b73e4d57c477ab82c9fa19f0d56.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.mobile-header {
    height: auto;
    min-height: 100px;
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/02cf1b7589404b73e4d57c477ab82c9fa19f0d56.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-button-1 {
display: inline-block;
background-color: #0c727e;
    color: #fff;
    padding: 12px 22px;
border-radius: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
}

.c-button-1:hover {
background-color: #fcdc6e;
color: #0c727e;
}.bubble {
      position: absolute;
      width: 10px;
      height: 10px;
      background: rgba(173, 216, 230, 0.7);
      border-radius: 50%;
      pointer-events: none;
      animation: float 1s ease-out forwards;
    }

    @keyframes float {
      0% {
        transform: translateY(0) scale(1);
        opacity: 1;
      }
      100% {
        transform: translateY(-50px) scale(1.5);
        opacity: 0;
      }
    }.mobile-header {
    box-shadow: none;
}

.side-nav__header {
    max-height: 140px;
}

.side-nav__footer {
    box-shadow: none;
}


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

.side-nav__container {
    width: 90%;
    height: 99%;
    box-shadow: 4px 4px #0c727e;
    border-radius: 0px 20vw 20vw 20vw;
}

.side-nav__content {
margin: 3vw 5vw;
text-align: center;
}


.c-mobile-footer {
display: flex;
gap: 10px;
justify-content: center;
}

.c-mobile-footer span {
    padding-left: 4px;
}.firstpagenews {
    margin: 5vh auto;
}

/*INTRO*/

.c-intro-slider {

}

.c-intro-bg {
height: 80vh;
width: 100%;
background-size: cover;
background-position: 50% 50%;
display: flex;
    align-items: center;
}
@media (max-width: 912px) {
.c-intro-bg {
height: 60vh;
}
}

.c-intro-text-box {
    margin: 8vw;
    width: 550px;
    background-color: #fff;
    padding: 50px;
outline: 10px solid #fcdc6e;
    outline-offset: -30px;
border-radius: 30px;
}

@media (max-width: 912px) {
.c-intro-text-box {
    width: 350px;
}
}

.c-intro-title {
font-size: 60px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.1em;
}
@media (max-width: 912px) {
.c-intro-title {
font-size: 40px;
}
}

@media (max-width: 550px) {
.c-intro-title {
font-size: 26px;
}
}


.c-intro-slider .slider-arrows span {
    font-size: 24px;
    font-weight: 100;
color: #fff;
}


.c-intro-slider .slider-arrows {
    background-color: #7cc4b6;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.c-intro-slider .slider-arrow-right {
    right: 10px;
}

.c-intro-slider .slider-arrow-left {
    left: 10px;
}

.c-intro-slider  .fa-chevron-right {
    padding-left: 4px;
}

/*END OF INTRO*/




/*ABOUT*/

.c-about-container {
display: flex;
gap: 4vh;
padding: 10vh 20px;
align-items: center;
max-width: 1280px;
margin: 0 auto;
}

@media (max-width: 912px) {
.c-about-container {
flex-wrap: wrap;
justify-content: center;
    text-align: center;
}
}


.c-about-container img{
min-width: 20vw;
    border-radius: 30px;
height: auto;
}

@media (max-width: 912px) {
.c-about-container img{
max-width: 40vw;
}
}


.c-about-container h1 {
text-align: left !important;
line-height: 1.4em;
font-size: 2.4em !important;
}

@media (max-width: 912px) {
.c-about-container h1 {
text-align: center !important;
font-size: 2em !important;
}
}

/*END OF ABOUT*/


/*ABOUT-2*/

#about-2 {
background-color: #f1f1f1;
padding-top: 10vh;
padding-bottom: 10vh;
}

.c-about-2-container {
max-width: 1280px;
margin: 0 auto;
display: flex;
gap: 6vh;
padding: 0px 20px;
}
@media (max-width: 912px) {
.c-about-2-container {
flex-wrap: wrap;
    justify-content: center;
gap: 3vh;
}
}

.c-about-2-info-box {
display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
width: 25%;
}

@media (max-width: 912px) {
.c-about-2-info-box {
width: 44%;
}
}

@media (max-width: 700px) {
.c-about-2-info-box {
width: 100%;
}
}


.c-icon-box {
  height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6ac8b7;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
}

.c-icon-box span{
  font-size: 40px;
padding-left: 10px;
}


.c-about-2-info-box h3{
margin-bottom: 10px;
}

/*END OF ABOUT-2*/






/*GALLERY*/

#am_2178 {
    padding-left: 20px !important; 
    padding-right: 20px;
padding-top: 5vh;
padding-bottom: 5vh;
background-color: #f1f1f1;
}

/*end of GALLERY*/




/*REVIEWS*/

#reviews {
background-color: #f1f1f1;
padding: 10vh 20px;
}

.c-reviews-intro-text {
max-width: 900px;
margin: 3vh auto;
text-align: center;
padding: 0px 20px;
}

.c-reviews {
display: flex;
gap: 5vh;
justify-content: center;
max-width: 1280px;
margin: 0 auto;
}

@media (max-width: 800px) {
.c-reviews {
flex-wrap: wrap;
}
}

.c-review-box {
background-color: #fff;
border-radius: 30px;
    text-align: center;
    padding: 30px 20px;
}

.c-quote {
font-size: 2em;
color: #6ac8b7;
margin-bottom: 10px;
}

.c-star {
color: #fcdc6e;
margin-bottom: 10px;
}


/*END OF REVIEWS*/




/*DRASTHRIOTHTES*/

#drastiriotites {
background-color: #ccb94d1f;
padding-top: 10vh;
padding-bottom: 10vh;
}


.c-drastiriotites-intro-text {
max-width: 900px;
margin: 3vh auto;
text-align: center;
padding: 0px 20px;
}


.c-drastiriotites-container {
display: flex;
gap: 4vh;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1480px;
    margin: 4vh auto;
}

@media (max-width: 800px) {
.c-drastiriotites-container {
gap: 25px;
}

}

.c-drasi-box {
background-color: #fff;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
    font-weight: 900;
    width: 260px;
    outline: 4px solid #fcdc6e;
    outline-offset: -22px;
}

@media (max-width: 800px) {
.c-drasi-box {
    width: 200px;
}
}


.c-drasi-box img{
height: auto;
width: 70px;
margin-bottom: 20px;
}


.c-drasi-box p{
margin-bottom: 0px;
font-size: 1.2em;
}
/*END OF DRASTHRIOTHTES*//*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%;
border-radius: 50%;
    background-color: #7cc4b6bd;
}

 .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: 0;
border-radius: 50%;
    background-color: #7cc4b6bd;
}

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

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


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

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