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;
}.c-drasi-row {
display: flex;
    gap: 5vh;
max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
justify-content: space-between;
    align-items: center;
}

@media (max-width: 912px) {
.c-drasi-row {
align-items: center;
    flex-direction: column;
    text-align: center;
}
}

.c-drasi-row img{
border-radius: 30px;
}

.c-drasi-row h3 {
    font-size: 2.4em;
    letter-spacing: 2px;
    font-weight: 900;
}



.c-gray-container {
background-color: #f1f1f1;
padding-top: 10vh;
padding-bottom: 10vh;
margin-top: 10vh;
margin-bottom: 10vh;
}

.c-drasi-row ul{
padding-left: 0 !important;
    list-style-type: none !important;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
@media (max-width: 912px) {
.c-drasi-row ul{
    justify-content: center;
}
}

.c-drasi-row ul li{
padding: 20px;
    border-radius: 30px;
max-width: 250px;
position: relative;
}

@media (max-width: 912px) {
.c-drasi-row ul li{
max-width: 46%;
}
}


@media (max-width: 600px) {
.c-drasi-row ul li{
max-width: 100%;
}
}


/*KERAMIKI*/

.c-keramiki-row h3 {
color: #ee8129;
}


.c-keramiki-row ul li{
background-color: #f7cba2;
}


.c-keramiki-row ul li:before{
 content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
width: 16px;
background-color: #fff;
    z-index: 1;
border-radius: 50%;
border: 2px solid #f7cba2;
}

.c-keramiki-row ul li:after{
 content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 8px;
width: 8px;
background-color: #fff;
    z-index: 0;
border-radius: 50%;
border: 2px solid #f7cba2;
}


/*ROMBOTIKH*/

.c-rompotiki-row h3 {
color: #44b1cb;
}


.c-rompotiki-row ul li{
background-color: #b7e0ed;
}


.c-rompotiki-row ul li:before{
 content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
width: 16px;
background-color: #fff;
    z-index: 1;
border-radius: 50%;
border: 2px solid #b7e0ed;
}

.c-rompotiki-row ul li:after{
 content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 8px;
width: 8px;
background-color: #fff;
    z-index: 0;
border-radius: 50%;
border: 2px solid #b7e0ed;
}



/*PERIAMATA*/

.c-peiramata-row h3 {
color: #ff515c;
}


.c-peiramata-row ul li{
background-color: #f1c8c9;
}


.c-peiramata-row ul li:before{
 content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
width: 16px;
background-color: #fff;
    z-index: 1;
border-radius: 50%;
border: 2px solid #f1c8c9;
}

.c-peiramata-row ul li:after{
 content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 8px;
width: 8px;
background-color: #fff;
    z-index: 0;
border-radius: 50%;
border: 2px solid #f1c8c9;
}


/*EIKASTIKA*/

.c-eikastika-row h3 {
color: #07a375;
}


.c-eikastika-row ul li{
background-color: #b3e1cb;
}


.c-eikastika-row ul li:before{
 content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
width: 16px;
background-color: #fff;
    z-index: 1;
border-radius: 50%;
border: 2px solid #b3e1cb;
}

.c-eikastika-row ul li:after{
 content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 8px;
width: 8px;
background-color: #fff;
    z-index: 0;
border-radius: 50%;
border: 2px solid #b3e1cb;
}



/*MELETH*/

.c-meleti-row h3 {
color: #333;
}


.c-meleti-row ul li{
background-color: #fff5ad;
}


.c-meleti-row ul li:before{
 content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
width: 16px;
background-color: #fff;
    z-index: 1;
border-radius: 50%;
border: 2px solid #fff5ad;
}

.c-meleti-row ul li:after{
 content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 8px;
width: 8px;
background-color: #fff;
    z-index: 0;
border-radius: 50%;
border: 2px solid #fff5ad;
}




/*THEATER*/

.c-theater-row h3 {
color: #ab72ab;
}


.c-theater-row ul li{
background-color: #f3e2f7;
}


.c-theater-row ul li:before{
 content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
width: 16px;
background-color: #fff;
    z-index: 1;
border-radius: 50%;
border: 2px solid #f3e2f7;
}

.c-theater-row ul li:after{
 content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 8px;
width: 8px;
background-color: #fff;
    z-index: 0;
border-radius: 50%;
border: 2px solid #f3e2f7;
}




/*SPORT*/

.c-sport-row h3 {
color: #ab72ab;
}


.c-sport-row ul li{
background-color: #c9d5d1;
}


.c-sport-row ul li:before{
 content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
width: 16px;
background-color: #fff;
    z-index: 1;
border-radius: 50%;
border: 2px solid #c9d5d1;
}

.c-sport-row ul li:after{
 content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 8px;
width: 8px;
background-color: #fff;
    z-index: 0;
border-radius: 50%;
border: 2px solid #c9d5d1;
}



/*MOUSIKOKINHTIKH*/

.c-mousikokinitiki-row h3 {
color: #278fa0;
}


.c-mousikokinitiki-row p {
max-width: 600px;
letter-spacing: 1px;
}