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

:root {
--blue: #084e82;
--light-blue: #00adef;
}

.notloggedin .pagetitle {
display: none;
}

/*top banner and menu*/

.notloggedin #topbanner {
    max-width: 95vw;
    border-radius: 100px;
    margin-top: 20px;
    padding: 0px 20px;
box-shadow: 0px 0px 13px #00000029;
}


.notloggedin #topmenu {
    margin-top: -63px;
}

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

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

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

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


.c-top-banner-button {
    border: 1px solid var(--light-blue);
    padding: 5px 12px 5px 7px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 30px;
}

.c-top-banner-button:hover {
    background-color: var(--light-blue);
}

.c-top-banner-button a{
color: var(--blue) !important;
font-weight: 700;
}

.c-top-banner-button:hover a{
color: #fff !important;
}

.c-top-banner-button img{
margin-right: 10px;
}

div.langlist ul {
    background-color: #00adef;
    padding: 10px !important;
    border-radius: 30px;
}

#topbanner .langchooser ul li a span {
    visibility: hidden;
    width: 0;
    display: inline-block;
}

.langchooser ul li:nth-child(1) a::before {
   content: 'ΕΛ';
   display: inline-block;
    cursor: pointer;
color: #fff !important;
}

.langchooser ul li:nth-child(2) a::before {
   content: 'EN';
   display: inline-block;
    cursor: pointer;
color: #fff !important;
}

@media (min-width: 768px) {
    div.langlist span.langtext {
        display: inline;
        visibility: hidden;
        width: 0;
        display: inline-block;
    }
}


#mobile-header .langchooser div.langlist ul {
    float: none;
    height: 42px !important;
    padding: 0px 10px;
    position: absolute;
    top: 14px;
    right: 24px;
    width: 86px;
}
@media (max-width: 780px) {
div.langlist ul {
    padding: 6px !important;
    border-radius: 20px;
}


#mobile-header .langchooser div.langlist ul {
        float: none;
        height: 58px !important;
        padding: 0px 10px;
        position: absolute;
        top: 2px;
        right: 8px;
        width: 32px;
}

.langchooser ul li:nth-child(1) a::before {
font-size: 14px;
}

.langchooser ul li:nth-child(2) a::before {
font-size: 14px;
}

}

/*end of top banner and menu*/


/*periexomeno se mikra kinita*/

@media (max-width: 450px) {
#contenttop {
padding-top: 30px;
}
}.side-nav__header {
    background-color: #f4f4f4;
    background-image: url('/cache/files/1b9b0525207ffe63dcf4accac97300b4d79f6138.png') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
width: 259px;
    margin: 20px auto;
}.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: var(--light-blue);
    color: #fff;
    padding: 15px 25px;
border-radius: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
    box-shadow: 1px 4px 20px #33333326;
text-align: center;
}

.c-button-1:hover {
background-color: var(--blue);
color: #fff;
}



.c-button-2 {
display: inline-block;
background-color: #fff;
    color: var(--blue);
    padding: 15px 25px;
border-radius: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
    box-shadow: 1px 4px 20px #33333326;
}

.c-button-2:hover {
background-color: var(--blue);
color: #fff;
}

.c-button-3 {
display: inline-block;
background-color: var(--light-blue);
    color: #fff !important;
    padding: 15px 25px;
border-radius: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
    box-shadow: 1px 4px 20px #33333326;
}

.c-button-3:hover {
background-color: #fff !important;
color: var(--blue) !important;
}#footer {
max-width: 95vw;
margin: 0 auto;
background-color: var(--blue);
color: #fff !important;
padding: 4vw;
border-radius: 120px;
display: flex;
    gap: 5vw;
    align-items: flex-start;
}

@media (max-width: 912px) {
#footer {
padding: 4vh;
align-items: center;
    flex-direction: column;
gap: 30px;
}
}

@media (max-width: 650px) {
#footer {
border-radius: 80px;
}
}

#footer h1{
text-align: left !important;
  font-size: clamp(1.875rem, 1.296rem + 2.315vw, 5rem) !important; /*30-80*/
  margin-bottom: 0px !important;
font-weight: 900 !important;
color: #fff !important;
}

@media (max-width: 912px) {
#footer h1{
text-align: center!important;
}
}


.c-footer-text {
flex: 1;
}

@media (max-width: 912px) {
.c-footer-text {
text-align: center!important;
padding-top: 30px;
}
}

.c-footer-data {
flex: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 912px) {
.c-footer-data {
    flex-direction: column-reverse;
gap: 30px;
}
}

.c-footer-info {
display: flex;
flex-direction: column;
gap: 20px;
}

@media (max-width: 912px) {
.c-footer-info {
align-items: center;
text-align: center;
}
}

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


.c-footer-line p{
margin-bottom: 0px;
}

.c-footer-data a{
color: #fff !important;
}


.c-footer-certification {
display: flex;
gap: 20px;
margin-bottom: 30px;
align-items: center;
}

@media (max-width: 912px) {
.c-footer-certification {
justify-content: center;
}
}

.c-footer-certification p{
margin-bottom: 0px;
}

.c-footer-certification img{
height: 100px;
width: auto;
}/*SELIDA PRODUCTS*/

.imagemenu ul {
padding: 4vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width: 1300px) and (max-width: 4800px) {
    .imagemenu ul li {
        width: 25% !important;;
    }
}

.imagemenu ul li img.pagethumb {
   min-width: 100%;
}

.imagemenu ul li a {
    border-radius: 80px 80px 80px 0px !important;
    transition: all 0.6s ease;
}

.imagemenu ul li a:hover {
    border-radius: 80px 80px 0px 80px !important;
    box-shadow: 0px 0px 13px #00000014;
}

.imagemenu ul li a:hover span {
font-weight: 700;
}


@media (max-width: 540px) {

.imagemenu ul li a {
    border-radius: 40px 40px 40px 0px !important;
    transition: all 0.6s ease;
}

.imagemenu ul li a:hover {
    border-radius: 40px 40px 0px 40px !important;
    box-shadow: 0px 0px 13px #00000014;
}


.imagemenu ul li.inactive a span {
    font-size: 14px;
    line-height: 0.7em !important;
}

.imagemenu ul li a {
    line-height: 0.7em !important;
}
}


/*END OF SELIDA PRODUCTS*/



/*SELIDES PROIONTON*/

.c-products-page-intro {
max-width: 90vw;
margin: 3vw auto;
}
.c-products-page-intro h1{
  font-size: clamp(1.875rem, 1.296rem + 2.315vw, 5rem) !important; /*30-80*/
  margin-bottom: 0px !important;
font-weight: 900 !important;
}

.c-product-container{
    display: flex;
    gap: 4vw;
    margin: 0vw auto 8vw auto;
    align-items: flex-start;
    justify-content: center;
    max-width: 1280px;
    padding-top: 4vw;
}

@media (max-width: 912px) {
.c-product-container{
flex-direction: column;
align-items: center;
        max-width: 99%;
}
}

.c-products-page-intro p{
text-align: center;
}

.c-product-images {
display: flex;
gap: 30px;
flex: 1;
}

@media (max-width: 712px) {
.c-product-images {
flex-direction: column;
    align-items: center;
}
}



.c-product-main-image-container {
background-color: #fff;
    padding: 40px 5px;
    border-radius: 100px 4px 100px 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 13px #00000029;
flex-direction: column;
}

.c-product-main-image-container img{

}

.c-product-thubnails-container {
display: flex;
flex-direction: column;
gap: 20px;
}

@media (max-width: 712px) {
.c-product-thubnails-container {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
justify-content: center;
}
}

.c-product-thubnails-container img{
width: 165px;
    height: auto;
    border-radius: 4px 30px 30px 30px;
    box-shadow: 0px 0px 13px #00000029;
}

@media (max-width: 712px) {
.c-product-thubnails-container img{
width: 100px;
    border-radius: 4px 20px 20px 20px;
}
}

.c-product-colors {
display: flex;
gap: 10px;
align-items: center;
}

@media (max-width: 612px) {
.c-product-colors {
flex-wrap: wrap;
    justify-content: flex-end;
}
}

.c-product-colors p{
font-size: 0.8em;
text-align: right;
max-width: 210px;
}

@media (max-width: 512px) {
.c-product-colors p {
    font-size: 0.6em;
}
}

.c-product-color-cycle {
height: 25px;
width: 25px;
border-radius: 50%;
}

.c-red {
background-color: red;
}

.c-blue {
background-color: blue;
}

.c-green{
background-color: green;
}

.c-brown {
background-color: brown;
}

.c-black{
background-color: black;
}

.c-yellow{
background-color: yellow;
}

.c-keramidi {
background-color: #E2725B;
}

.c-white{
background-color: white;
}

.c-grey {
background-color: #ccc;
}


.c-product-data-container {
flex: 1;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

@media (max-width: 912px) {
.c-product-data-container {
width: 95%;
}
}


.c-product-data-line {
display: flex;
    gap: 10px;
    border: 1px solid #00adef;
    padding: 10px 15px;
    border-radius: 30px;
    align-items: center;
    justify-content: space-between;
}

.c-product-data-container .c-product-data-line:last-child {
    background-color: #fff;
}

.c-product-data-line p{
margin-bottom: 0px;
line-height: 1.1em;
}


.c-product-data-line p:nth-child(2) {
font-weight: 800;
    text-align: right;
}

.c-products-vegetables {
display: flex;
    gap: 0px;
}

@media (max-width: 612px) {
.c-products-vegetables {
flex-wrap: wrap;
    justify-content: flex-end;
}
}


.c-products-vegetables img{
height: 70px;
width: auto;
}

@media (max-width: 612px) {
.c-products-vegetables img {
    height: 55px;
}
}


.c-product-name {
font-weight: 900;
font-size: 1.2em;
margin-bottom: 0px;
}#cboxLoadedContent {
border: 0px !important;
    border-radius: 60px 0px 60px 60px;
}

#cboxContent {
    border-radius: 60px 0px 60px 60px;
}

#cboxPrevious {
    left: 0px !important;
}

#cboxNext {
    right: 0px !important;
}

#cboxClose {
    top: 0px  !important;
}

#cboxCurrent {
    position: absolute;
    top: -25px;
    right: 5px;
    color: #fff;
}@media (max-width: 451.429px) {
    .mobile-header {
        min-height: 70px !important;
    }
}

.mobile-header {
    box-shadow: 1px 4px 20px #33333326;
    border-radius: 0px 0px 30px 30px;
z-index: 5!important;
}

#mobile-header button {
    font-size: 28px;
}

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

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



.side-nav__header {
    max-height: 120px;
    height: 30%;
}

.side-nav--visible .side-nav__container {
    position: relative;
    width: 94%;
    max-width: 94%;
    height: 96%;
top: 2%;
    left: 3%;
border-radius: 30px;
}

.side-nav__hide {
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    border-radius: 50%;
}

.side-nav button.side-nav__hide {
    font-size: 18px;
}




.side-nav__content {
    padding-top: 22px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4vh;
}

.side-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vh;
}

.side-nav ul li a {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 30px;
}/*HOME PAGE TOP BANNER & MENU*/
.notloggedin #topbanner {
    position: absolute;
    top: 0px;
left: 2.5vw;
}

.notloggedin #topmenu {
    margin-top: 0px;
    position: absolute;
    top: 38px;
    z-index: 100;
width: auto;
}

/*END OF  TOPBANNER & MENU*/


/*VIDEO*/
.c-intro-video {
  position: relative;
  width: 100vw;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

@media (max-width: 912px) {
.c-intro-video {
  width: auto;
height: 100vh;
}
}


.c-intro-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.c-video-text {
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  display: flex;
  flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
  padding: 10vw 3vw;
  z-index: 2;
  color: #fff;
max-width: 100vw;
}

.c-video-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}


.c-video-text h1 {
  font-size: clamp(1.875rem, 1.296rem + 2.315vw, 5rem) !important; /*30-80*/
  margin-bottom: 0px !important;
color: #fff !important;
font-weight: 900 !important;
  max-width: 800px;
text-align: left !important;
}



.c-video-text p {
letter-spacing: 1px;
  font-size: clamp(1.125rem, 1.056rem + 0.278vw, 1.5rem); /*18-24*/
  max-width: 800px;
line-height: 1.1em;
}

.c-video-buttons-container {
display: flex;
gap: 20px;
    align-items: center;
}

.c-video-sound {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--light-blue);
  border: none;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.c-video-sound:hover {
  transform: scale(1.05);
  background: var(--blue);
}

/*END OF VIDEO*/



/*ABOUT*/

#about {
    max-width: 90vw;
    margin: 8vw auto;
display: flex;
gap: 6vw;
    align-items: center;
position: relative;
}

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

@media (max-width: 600px) {
#about {
gap: 8vh;
}
}


.c-about-text {

}

.c-about-text h2 {
text-align: left !important;
font-weight: 700 !important;
font-size: clamp(2rem, 1.579rem + 1.122vw, 3.375rem) !important; /*32-54*/
}


.c-about-images {
width: 45vw;
min-width: 45vw;
height: 35vw;
min-height: 35vh;
}

.c-about-photo {
background-size: cover;
width: 45vw;
min-width: 45vw;
height: 35vw;
border-radius: 20px 15vw 15vw 15vw;
background-position: 50% 50%;
}

@media (max-width: 912px) {
.c-about-images {
width: 100%;
height: 50vh;
}
.c-about-photo {
width: 100%;
min-width: 45vw;
height: 50vh;
border-radius: 20px 15vw 15vw 15vw;
}
}

.c-stolos {
    background-color: var(--blue);
    color: #fff;
    border-radius: 120px 20px 120px 120px;
    padding: 20px;
    position: absolute;
    right: 37vw;
    bottom: -4vw;
    width: 200px;
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
box-shadow: 0px 0px 13px #00000029;
}

.c-stolos p:nth-child(1) {
font-size: 82px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 0px;
}


.c-stolos p:nth-child(2) {
margin-bottom: 0px;
font-size: 1.2em;
font-weight: 700;
line-height: 1em;
}

@media (max-width: 912px) {
    .c-stolos {
bottom: 40vh;
right: 0;
    border-radius: 120px 120px 120px 20px;
    }
}

@media (max-width: 540px) {
    .c-stolos {
        width: 140px;
        height: 140px;
        padding: 10px;
    }
.c-stolos p:nth-child(1) {
font-size: 54px;
}

.c-stolos p:nth-child(2) {
font-size: 1em;
}
}

/*END OF ABOUT*/



/*PRODUCTS*/

#products {
padding: 5vw 0;
}

.c-products-intro-text {
    max-width: 90vw;
    margin: 2vw auto 4vw auto;
}


@media (max-width: 912px) {
.c-products-intro-text {
    margin: 2vw auto 7vw auto;
}
}



.c-products-intro-text h1{
text-align: left !important;
  font-size: clamp(2.625rem, 2.051rem + 1.531vw, 4.5rem) !important;
  margin-bottom: 0px !important;
font-weight: 900 !important;
}


.c-products-slider {

}
.c-products-slider .slick-dots {
    position: relative !important;
}

.c-products-slider .slider-arrows img {
height: 60px;
width: auto;
}

.c-products-slider .slider-arrows {
    top: -5vw;
}

.c-products-slider .slider-arrow-right {
    right: 5vw;
}

.c-products-slider .slider-arrow-left{
    right: calc(5vw + 80px);
left: auto;
}

@media (max-width: 700px) {
.c-products-slider .slider-arrows {
    top: 60%;
}

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

.c-products-slider .slider-arrow-left{
    right: auto;
    left: -10px;
}
.c-products-slider .slider-arrows img {
    height: 40px;
    width: auto;
}
}



.c-product-box {
display: flex;
flex-direction: column;
border-radius: 80px;
align-items: center;
color: #fff;
padding: 20px 5px 40px 5px;
text-align: center;
position: relative;
}

.c-product-box img{

}

.c-product-box h1 {
  font-size: clamp(1.375rem, 1.304rem + 0.357vw, 1.875rem)!important; /*22-30*/
  margin-bottom: 0px !important;
color: #fff !important;
font-weight: 900 !important;
}

@media (max-width: 600px) {
.c-product-box h1 {
max-width: 70%
}
.c-product-box p {
max-width: 70%;
line-height: 1em;
}
}


.c-product-bg {
position: relative;
}

.c-product-bg:before {
content: "";
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 13px #00000029;
    z-index: 0;
    border-radius: 80px;
}

@media (max-width: 1400px) {
.c-product-bg:before {
content: "";
    width: 80%;
}
}

@media (max-width: 600px) {
.c-product-bg:before {
    border-radius: 50px;
}
}

.c-green-bg, .c-red-bg, .c-blue-bg, .c-yellow-bg, .c-roz-bg, .c-cyan-bg  {
position: relative;
}

.c-green-bg:before {
    background-color: #85c291;
}

.c-red-bg:before  {
background-color: #ff6161;
}


.c-blue-bg:before  {
background-color: #80c7e3;
}


.c-yellow-bg:before  {
background-color: #ffbf50;
}

.c-roz-bg:before  {
background-color: #ff9da7;
}


.c-cyan-bg:before  {
background-color: #72cfd5;
}
/*END OF PRODUCTS*/




/*WHY US*/

#why-us {
max-width: 90vw;
    margin: 6vw auto;
    display: flex;
    align-items: center;
    gap: 5vw;
}

@media (max-width: 912px) {
#why-us {
    margin: 10vh auto;
flex-direction: column;
}
}


.c-why-us-main-img {
border-radius: 15vw 20px 15vw 15vw;
max-height: 90vh;
width: auto;
height: auto;
}

@media (max-width: 912px) {
.c-why-us-main-img {
border-radius: 15vw 15vw 15vw 20px;
}
}

.c-why-us-text {
font-size: 1.2em;
}

.c-why-us-text h1 {
text-align: left !important;
  font-size: clamp(2.625rem, 2.051rem + 1.531vw, 4.5rem) !important;
  margin-bottom: 0px !important;
font-weight: 900 !important;
}

.c-why-us-list {
display: flex;
flex-direction: column;
gap: 20px;
margin: 30px 0px;
}

.c-why-us-list-item {
display: flex;
gap: 20px;
align-items: center;
}

.c-why-us-list-item p{
margin-bottom: 0px;
font-weight: 700;
line-height: 1.1em;
}


.c-list-icon {
background-color: var(--light-blue);
padding: 15px;
display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 50% 50% 50%;
}

@media (max-width: 540px) {

.c-list-icon {
padding: 10px;
height: 60px;
width: 60px;
min-height: 60px;
min-width: 60px;
}

.c-list-icon img{
height: 35px;
width: auto;
}
}



/*END OF WHY US*/




/*RECYCLING*/

#recycling {
max-width: 90vw;
    margin: 4vw auto;
    display: flex;
    align-items: center;
    gap: 7vw;
position: relative;
}

@media (max-width: 912px) {
#recycling {
flex-direction: column-reverse;
gap: 0;
}
}


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


.c-recycling-text h1 {
text-align: left !important;
  font-size: clamp(2.625rem, 2.051rem + 1.531vw, 4.5rem) !important;
  margin-bottom: 0px !important;
font-weight: 900 !important;
}


.c-recycling-image-container {
position: relative;
min-width: 40vw;
display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 912px) {
.c-recycling-image-container {
    justify-content: flex-end;
    width: 69%;
}
}

@media (max-width: 540px) {
.c-recycling-image-container {
    justify-content: flex-end;
    width: 100%;
}
}


.c-recycling-image-container:before  {
content: "";
    width: 35vw;
aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background-color: #89d999;
    transform: translate(-50%, -50%);
}

@media (max-width: 912px) {
.c-recycling-image-container:before  {
    width: 45vh;
}
}


.c-recycling-image-container img{
position: relative;
}

@media (max-width: 912px) {
.c-recycling-image-container img{
    max-height: 55vh;
    width: auto;
}
}


.c-recycling-icon {
position: absolute;
top: 0;
left: -4vw;
height: 100%;
width: auto;
opacity: 0.7;
}

.c-recycling-tag {
    background-color: var(--blue);
    color: #fff;
    border-radius: 120px 120px 20px 120px;
    padding: 20px;
    position: absolute;
    right: 33vw;
    top: 6vw;
    width: 200px;
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
box-shadow: 0px 0px 13px #00000029;
}

@media (max-width: 912px) {
.c-recycling-tag {
    right: auto;
left: 4vw;
}
}

@media (max-width: 540px) {
.c-recycling-tag {
    right: auto;
left: -2vw;
top: 12vh;
}
}

@media (max-width: 540px) {
.c-recycling-tag {
    width: 150px;
    height: 150px;
    padding: 10px;
}
}




.c-recycling-tag p:nth-child(1) {
font-size: 64px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 0px;
}

.c-recycling-tag p:nth-child(2) {
margin-bottom: 0px;
font-size: 1.2em;
font-weight: 700;
line-height: 1em;
}

@media (max-width: 540px) {
.c-recycling-tag p:nth-child(1) {
font-size: 44px;
}

.c-recycling-tag p:nth-child(2) {
font-size: 1em;
}
}

/*END OF RECYCLING*/



/*periexomeno se tablet kai kinita*/

@media (max-width: 992px) {
    #thewhole {
        padding-top: 0px !important;
    }
}

@media (max-width: 450px) {
#contenttop {
padding-top: 0px !important;
}
}