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

:root {
  --green: #42b69f;
--yellow: #faa61a;
--blue: #003375;
--tirquaz: #63ffe0;
--light-yellow: #ffd863;
--red: #ff4747;
--light-gray: #f1f1f1;
--purple: #c781cf;
--cyan: #00d9df;
--gray: #f1f1f1;
}


/*SCROLL BAR*/
body::-webkit-scrollbar {
  width: 10px; /* Πλάτος της scrollbar */
}

body::-webkit-scrollbar-track {
  background: #fff; /* Χρώμα του background της scrollbar */
}

body::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--green); 
}


/*END OF SCROLL BAR*/



/*TOP MENU*/

#topbanner {
    max-width: 95vw;
    border-radius: 0px 0px 40px 40px;
}


div.topmenu {
max-width: 60vw;
    position: absolute;
    top: 35px;
    left: 42vw;
    transform: translateX(-25vw);
}


@media (max-width: 1370px) {
div.topmenu {
max-width: 60vw;
    position: absolute;
    top: 32px;
    left: 43vw;
    transform: translateX(-25vw);
font-size: 15px !important;
}
}

@media (max-width: 1280px) {
div.topmenu {
max-width: 40vw;
    position: absolute;
    top: 14px;
    left: 48vw;
    transform: translateX(-25vw);
font-size: 14px !important;
}
}



div.topmenu ul {
    background-color: #fff;
    border-radius: 40px;
    padding-top: 7px;
    padding-bottom: 8px;
}

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


div.topmenu ul li a {
    transition: all 0.4s ease;
    padding-top: 8px !important;
}


@media (max-width: 1500px) {
div.topmenu ul li a{
padding-left: 10px !important;
padding-right: 10px !important;
}
}

/*END OF TOP MENU*/


/*TOP RIGHT MENU*/


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

@media (max-width: 1370px) {
.c-top-right-menu {
display: flex;
    gap: 7px;
    justify-content: flex-end;
margin-right: 30px;
flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
    top: 20px;
}
}


/*END OF TOP RIGHT MENU*/




/*BELOWSITE*/

#belowsite {
    max-width: 95vw;
    border-radius: 40px 40px 0px 0px;
    margin: 0 auto;
position: relative;
}

#copyinfo{
    max-width: 95vw;
}

/*END OF BELOWSITE*/


/*FOOTER*/

.c-footer {

}

.c-footer-info {
display: flex;
gap: 30px;
padding: 6vw 4vw 4vw 4vw;
justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1024px) {
.c-footer-info {
align-items: center;
    flex-direction: column;
}
}

@media (max-width: 7680px) {
.c-footer-info {
padding: 8vh 4vw 4vw 4vw;
}
}

.c-footer-frontistiria {
display: flex;
gap: 30px;
    align-items: flex-start;
width: 80%;
    justify-content: space-around;
}

@media (max-width: 1024px) {
.c-footer-frontistiria {
width: 100%;
}
}

@media (max-width: 760px) {
.c-footer-frontistiria {
align-items: center;
    justify-content: space-around;
    flex-direction: column;
gap: 50px;
}
}




.c-footer-frontistiria p{
max-width: 205px;
}

.c-footer-title {
font-weight: 900;
font-size: 24px;
line-height: 1em;
}


.c-footer-info img{
margin-right: 5px;
}


.c-footer-social {
    position: absolute;
    right: 10%;
    top: -20px;
display: flex;
gap: 15px;
}

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


@media (max-width: 540px) {
.c-footer-social img{
height: 25px;
}
}

.c-footer-social div{
scale: 1;
    transition: all 0.6s ease;
}


.c-footer-social div:hover{
scale: 1.2;
}

.c-instagram-container {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px var(--purple);
border: 1px solid var(--purple);
}



.c-mail-container {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px var(--yellow);
border: 1px solid var(--yellow);
}


.c-facebook-container {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px var(--tirquaz);
border: 1px solid var(--tirquaz);
}

.c-viber-container {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 33px 4px;
    box-shadow: 4px -3px #665CAC;
border: 1px solid #665CAC;
}




/*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;
}


.notloggedin div.horizontalitemsnews div.itemcontent {
    border-radius: 40px;
    overflow: hidden;
}

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

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


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

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

.side-nav__header {
    max-height: 80px;
    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-odigos-button {
display: inline-block;
background-color: var(--green);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 900;
    padding: 15px 20px;
    padding-left: 20px !important;
    transition: all 0.4s ease;
    text-decoration: none;
}

.c-odigos-button:hover {
background-color: #2da18a;
}

@media (max-width: 1370px) {
.c-odigos-button {
    padding: 10px 15px;
}
}


.c-eclass-button {
display: inline-block;
background-color: var(--yellow);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 900;
    padding: 15px 20px;
    padding-left: 15px !important;
    transition: all 0.4s ease;
    text-decoration: none;
}

.c-eclass-button:hover {
background-color: #e79d22;
}

@media (max-width: 1370px) {
.c-eclass-button {
    padding: 10px 15px;
}
}


.c-button-1 {
background-color: #fff;
    color: var(--blue);
    padding: 15px 20px;
border-radius: 30px;
    font-weight: 900;
    transition: all 0.6s ease;
    text-decoration: none;
display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    max-width: fit-content;
}


.c-button-1 img{
    transition: all 0.6s ease;
}

.c-button-1:hover {
gap: 25px;
}
.c-button-1:hover img{
    transform: rotate(360deg);
}





.c-button-2 {
background-color: #fff;
    color: var(--blue);
    padding: 15px 20px;
border-radius: 30px;
    font-weight: 900;
    transition: all 0.6s ease;
    text-decoration: none;
display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    max-width: fit-content;
border: 2px solid var(--blue);
}


.c-button-2 img{
    transition: all 0.6s ease;
}

.c-button-2:hover {
gap: 25px;
}
.c-button-2:hover img{
    transform: rotate(360deg);
}#contenttop h1 {
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem); /*30-60*/
color: var(--blue);
line-height: 1.2em;
margin-bottom: 30px;
font-weight: 900;
}


.c-main-title {
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem); /*30-60*/
color: #fff;
line-height: 1.2em;
margin-bottom: 20px;
font-weight: 900;
}

.c-blue-title {
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem); /*30-60*/
color: var(--blue);
line-height: 1.2em;
margin-bottom: 20px;
font-weight: 900;
}

.c-blue-title-smaller {
font-size: clamp(1.375rem, 1.19rem + 0.741vw, 2.375rem); /*22-38*/
color: var(--blue);
line-height: 1.2em;
margin-bottom: 0px;
font-weight: 900;
}


.c-red-title {
font-size: clamp(1.875rem, 1.528rem + 1.389vw, 3.75rem); /*30-60*/
color: var(--red);
line-height: 1.2em;
margin-bottom: 20px;
font-weight: 900;
}

.c-white-title {
font-size: clamp(1.375rem, 1.19rem + 0.741vw, 2.375rem); /*22-38*/
color: #fff;
line-height: 1.2em;
margin-bottom: 20px;
font-weight: 900;
}


.c-tag {
border-radius: 62.5rem;
    padding: .5rem 1.5rem;
    display: inline-block;
    position: relative;
}

.c-tag-tirquaz {
    z-index: 1;
    background-color: var(--tirquaz);
    color: var(--blue);
    transform: rotate(3deg);
}

.c-tag-cyan {
    z-index: 1;
    background-color: var(--cyan);
    color: #fff;
    transform: rotate(-3deg);
}


.c-tag-light-yellow{
    background-color: var(--light-yellow);
    color: var(--blue);
    transform: rotate(-3deg);
}

.c-tag-yellow{
    background-color: var(--yellow);
    color: #fff;
    transform: rotate(-3deg);
}

.c-tag-green{
    background-color: var(--green);
    color: #fff;
    transform: rotate(-3deg);
}

.c-tag-purple{
    background-color: var(--purple);
    color: #fff;
    transform: rotate(-3deg);
}

.c-tag-red{
    background-color: var(--red);
    color: #fff;
    transform: rotate(-3deg);
}/*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%;
left: -55px;
border-radius: 50%;
    background-color: var(--blue);
}

 .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: -35px;
border-radius: 50%;
    background-color: var(--blue);
}

.slick-prev:hover, .slick-next:hover {
    background-color: var(--yellow);
}

.slick-next:focus, .slick-prev:focus {
    background-color: var(--yellow);
}


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

.slick-prev:before {
    top: 12px;
    height: 25px;
    width: auto;
background-image: url('/cache/files/0b0176a0d8b4a82091d3d9f893eb142eb476492f.svg');
    background-size: contain;
    background-position-x: 50%;
}.mobile-header {
border-radius: 0px 0px 40px 40px;
    box-shadow: none;
    max-width: 95vw;
    margin: 0 auto;
}

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

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



.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__hide {
    position: absolute;
    left: 25px;
    top: 25px;
}

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


.side-nav__hide:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -7.5px;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    z-index: -1;
    border-radius: 50%;
}




.side-nav ul {
display: flex;
    flex-direction: column;
    width: 200px;
gap: 1.5vh;
    text-align: center;
    margin: 0 auto;
}


.side-nav ul li a {
    padding-left: 0px !important;
background-color: var(--blue) !important;
border-radius: 30px;
color: #fff;
}


.side-nav ul li:nth-last-child(1) a {
    background-color: var(--yellow) !important;
color: #fff !important;
}


.side-nav ul li:nth-last-child(2) a {
    background-color: var(--green) !important;
color: #fff !important;
}





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



.c-mobile-footer-social {
display: flex;
gap: 15px;
    justify-content: center;
    align-items: flex-end;
}

.c-mobile-footer-social img{
height: 15px;
width: auto;
}



.c-mobile-footer-social .c-mail-container {
    padding: 4px 9px 6px;
}

.c-mobile-footer-social .c-instagram-container {
    padding: 4px 9px 6px;
}

.c-mobile-footer-social .c-facebook-container {
    padding: 4px 9px 6px;
}

.c-mobile-footer-social .c-viber-container {
    padding: 4px 9px 6px;
}.notloggedin #topmenu{
position: absolute;
z-index: 100;
top: 30px;
}

.notloggedin #topbanner{
position: absolute;
left: 2.2%;
background-color: transparent !important;
top: 30px;
}


#mobile-header {
    position: absolute;
    background-color: transparent;
    left: 2.5vw;
}


/*INTRO*/
.c-blue-intro-container {
background-color: var(--blue);
border-radius: 40px;
padding-top: 140px;
max-width: 95vw;
margin: 30px auto;
position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
}

@media (max-width: 912px) {
.c-blue-intro-container {
padding-top: 120px;
margin: 5px auto;
position: relative;
align-items: center;
    flex-direction: column;
}
}

.c-intro-text {
    padding: 4vw;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 855px;
}

@media (max-width: 912px) {
.c-intro-text {
    width: 100%;
text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

.c-intro-sub-text {
max-width: 500px;
}

.c-logo-icon-white {
position: absolute;
right: 0;
top: 0;
opacity: 0.2;
    height: 60%;
    width: auto;
z-index: 0;
}

@media (max-width: 912px) {
.c-logo-icon-white {
bottom: 0;
top: auto;
}
}


.c-intro-banner {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 99%;
}

@media (max-width: 1024px) {
.c-intro-banner {
    height: 72%;
}
}


@media (max-width: 912px) {
.c-intro-banner {
    position: relative;
    bottom: 0;
    right: auto;
    height: 50vh;
}
}


/*END OF INTRO*/


/*METRICS*/

#metrics {
max-width: 95vw;
margin: 10vh auto 20vh auto;
}

@media (max-width: 912px) {
#metrics {
margin: 10vh auto 10vh auto;
}
}


#metrics .c-blue-title {
text-align: center;
max-width: 900px;
margin: 0 auto;
}

.c-metrics-container {
display: flex;
    gap: 2vw;
    justify-content: center;
    margin-top: 4vw;
}

@media (max-width: 1024px) {
.c-metrics-container {
flex-wrap: wrap;
}
}



.c-metrics-box {
background-color: var(--light-gray);
border-radius: 40px;
padding: 30px;
display: flex;
gap: 10px;
font-weight: 900;
max-width: 20vw;
align-items: flex-start;
}


@media (max-width: 1400px) {
.c-metrics-box {
padding: 20px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
}

@media (max-width: 1024px) {
.c-metrics-box {
max-width: 45vw;
width: 45vw;
}
}


.c-metrics-title {
font-size: clamp(1.625rem, 1.231rem + 1.574vw, 3.75rem); /*26-60*/
color: var(--blue);
line-height: 1.2em;
margin-bottom: 0px;
}

.c-metrics-subtitle {
font-size: 1.2em;
margin-bottom: 0px;
}

.c-metrics-box img{
    height: 90px;
    width: auto;
}

@media (max-width: 1400px) {
.c-metrics-box img{
    height: 80px;
}
}
/*END OF METRICS*/



/*WHY COOSE US*/

#why-choose-us .c-blue-title {
text-align: center;
}

.c-services-sm-xs {
max-width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 6vh;
}

@media (min-width: 1281px) {
.c-services-sm-xs {
display: none;
}
}


.c-services-slider {
width: 65vw;
margin: 0 auto;
padding-bottom: 4vw;
}

@media (max-width: 1280px) {
.c-services-slider {
display: none;
}
}

.c-services-slider.slick-slider .slick-track, .c-services-slider.slick-slider .slick-list  {
    overflow: visible;
}

.c-services-slider.slick-slider .slick-slide  {
margin: 20px;
}

.c-services-slider .slider-arrows {
    top: auto;
    bottom: 10px;
}

.c-services-slider .slider-arrow-right {
    right: 60px;
}

.c-services-slider .slider-arrow-left {
    right: 130px;
    left: auto;
}




.c-service-box {
min-width: 62vw;
height: 52vh;
border-radius: 40px;
position: relative;
overflow: hidden;
}

@media (max-width: 912px) {
.c-service-box {
height: max-content;
}
}


.c-red-bg {
background-color: var(--red);
color: #fff;
padding: 4vw;
}


@media (max-width: 550px) {
.c-red-bg {
display: flex;
        flex-direction: column;
        align-items: center;
}
}


.c-kathigites {
display: flex;
align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
margin-bottom: 2vw;
}


@media (max-width: 550px) {
.c-kathigites {
flex-direction: column;
align-items: center;
padding: 30px 0px 0px 0px;
}
}

.c-kathigites-names {
text-align: right;
font-size: 1.2em;
}


@media (max-width: 550px) {
.c-kathigites-names {
text-align: center;
}
}

.c-kathigites .c-main-title {
max-width: 50%;
}

@media (max-width: 550px) {
.c-kathigites .c-main-title {
max-width: 100%;
text-align: center;
}
}

.c-teachers-img {
position: absolute;
right: 0;
bottom: 0;
height: 100%;
width: auto;
opacity: 0.1;
z-index: 0;
}



.c-green-bg {
background-color: var(--green);
display: flex;
gap: 20px;
}

@media (max-width: 550px) {
.c-green-bg {
flex-direction: column;
    align-items: center;
padding: 30px 0px 0px 0px;
}
}


.c-uliko-text {
padding: 4vw;
position: relative;
    z-index: 1;
}


@media (max-width: 550px) {
.c-uliko-text {
padding: 2vw;
display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
}


.c-uliko-img {
    height: 90%;
    width: auto;
    position: absolute;
    right: -4vw;
    bottom: -5px;
    z-index: 0;
}

@media (max-width: 550px) {
.c-uliko-img {
    height: auto;
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
}
}



.c-yellow-bg {
background-color: var(--yellow);
display: flex;
gap: 20px;
}


@media (max-width: 550px) {
.c-yellow-bg {
flex-direction: column;
    align-items: center;
padding: 30px 0px 0px 0px;
}
}


.c-parents-img {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 0;
}

@media (max-width: 550px) {
.c-parents-img {
    height: 30vh;
    width: auto;
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 0;
}
}

/*END OF WHY CHOOSE US*/




/*PROSANATOLISMOS*/

.c-prosanatolismos-container {
background-color: var(--blue);
border-radius: 40px;
max-width: 95vw;
margin: 10vh auto;
position: relative;
    display: flex;
    align-items: center;
padding: 4vw;
justify-content: space-between;
}

@media (max-width: 1024px) {
.c-prosanatolismos-container {
flex-direction: column;
    gap: 20px;
padding: 7vw 4vw;
}
}

@media (max-width: 640px) {
.c-prosanatolismos-container .c-main-title {
text-align: center;
}
}


.c-prosanatolismos-right-text {
    color: #fff;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
gap: 20px;
}

@media (max-width: 1024px) {
.c-prosanatolismos-right-text {
    text-align: center;
align-items: center;
}
}

.c-prosanatolismos-logos {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 40px 40px 0px 40px;
}

@media (max-width: 560px) {
.c-prosanatolismos-logos {
    flex-direction: column;
gap: 5px;
}
}

.c-stratigakis-img {
max-height: 70px;
width: auto;
}

/*END OF PROSANATOLISMOS*/





/*FRONTISTHRIA*/

.c-yellow-container {
background-color: var(--light-yellow);
max-width: 95vw;
margin: 10vh auto;
padding: 3vw;
border-radius: 40px;
}


.c-frontistiria-container {
background-color: #fff;
padding: 3vw;
border-radius: 40px;
    display: flex;
    gap: 4vw;
    align-items: center;
}

@media (max-width: 1024px) {
.c-frontistiria-container {
padding: 30px;
flex-direction: column;
}
}


.c-photo-slider {
width: 800px;
height: 50vh;
}

@media (max-width: 1024px) {
.c-photo-slider {
width: 87vw;
height: 40vh;
}

}

.c-photo-slider.slick-slider .slick-slide  {
margin: 10px;
}

.c-frontistirio-bg {
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
height: 50vh;
    width: 100%;
border-radius: 40px;
}

@media (max-width: 1024px) {
.c-frontistirio-bg {
height: 40vh;
}
}

.c-frontistiria-no {
font-size: 2em;
}

/*END OF FRONTISTHRIA*/