.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

#topbanner {
background-color: white;
}

#topmenu {
background-color: white;
}

.notloggedin #topbanner {
    position: fixed;
}

.notloggedin #topmenu {
position: fixed;
}

.loggedin #topbanner {
    position: relative;
}

.loggedin #topmenu {
position: relative;
}

html {
scroll-behavior: smooth;
}

.notloggedin .c-hide-loggedout {
display: none;
}

body {
font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
#contenttop {
padding-top: 60px;
}
}

.c-newlogo {
    background-image: url('/cache/files/6698ed86cf1d9d3b40ee3dc0fd5c83bbf4747714.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/6698ed86cf1d9d3b40ee3dc0fd5c83bbf4747714.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 150px;
    transform: translate(0%, 0%);
    left: 15px;
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/6698ed86cf1d9d3b40ee3dc0fd5c83bbf4747714.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}

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

@media (max-width: 990px) {
#mobile-header .langchooser {
display: none;
}
}

#mobile-header button {
    position: absolute;
    right: 0;
    padding-right: 40px;
}

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

#mobile-header {
    position: fixed;
    z-index: 999;
    background-color: white;
}

.col-md-1 a {
text-decoration: none;
color: #2b2a29;
}

.col-md-1 a img {
transform: scale(1);
transition: 0.5s;
}

.col-md-1 a:hover img {
transform: scale(1.2);
}    

div.items div.detail {
        padding: 1em !important;
        max-width: 1280px;
        margin: 0 auto;
}

.adate {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #54af3a;
}

/* VIDEO */
.c-video-position{
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

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

@media (max-width: 768px) {
.c-video-position {
    height: calc(100vh - 60px);
    width: 100%;
    position: relative;
    top: 0vh;
    left: 0;
}

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

.c-overlay-video {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
.c-overlay-video {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
}
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}


.loggedin .c-bg-arxiki-img {
position: relative;
height: 100vh;
background-image: url('/cache/files/31ad749872ccb288c42ca041504c923997cf51a6.jpg');
margin-top: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.notloggedin .c-bg-arxiki-img {
position: relative;
height: 100vh;
background-image: url('/cache/files/31ad749872ccb288c42ca041504c923997cf51a6.jpg');
margin-top: -100px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

@media (max-width: 768px) {
.notloggedin .c-bg-arxiki-img {
    height: 100%;
    margin-top: 0px;
    background-image: none;
}
}

/* CONTAINERS */

.c-container-gen {
position: relative;
height: 100vh;
}
@media (max-width: 768px) {
.c-container-gen {
position: relative;
height: 100%;
}
}

.c-container-gen-company-first {
    position: relative;
    height: 100vh;
    margin-top: -100px;
    background-size: cover;
    background-position: center;
}
@media (max-width: 768px) {
.c-container-gen-company-first {
    position: relative;
    min-height: 50vh;
    height: 80vh;
    background-size: cover;
    background-position: center;
}
}

.c-products-container {
position: relative;
}

@media (max-width: 768px) {
.c-products-container {
position: relative;
margin-top: 0px;
height: 100%;
}
}


.notloggedin .c-container-gen-company {
position: relative;
height: 100vh;
}
.loggedin .c-container-gen-company {
position: relative;
height: 100vh;
margin-top: 0px;
}

.c-container-gen-products {
position: relative;
height: 100%;
}
@media (max-width: 768px) {
.c-container-gen-products {
position: relative;
height: 100%;
}
}

.c-container-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    height: 100%;
}

.c-container-2 {
    height: 70vh;
width: 80%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
.c-container-2 {
    height: 70vh;
    width: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
.c-container-2-products {
    height: 100%;
    padding-top: 0px;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

/*
@media (max-width: 1600px) {
.c-container-2-products {
    height: 80vh;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -32%);
}
}*/
@media (max-width: 768px) {
.c-container-2-products {
    height: 100%;
    width: 100%;
    position: relative;
}
}


.c-title-container-1 {
    position: relative;
    height: 100%;
}

.c-title-container-1-inner {
    position: relative;
}

.c-title-container-1-inner p {
width: 70%;
margin-top: 20px;
padding-left: 20px;
font-family: 'Manrope', sans-serif;
font-size: 16px;

}

.c-title-container-1-inner ul {
width: 70%;
margin-top: 20px;
padding-left: 20px;
font-family: 'Manrope', sans-serif;
font-size: 16px;
line-height: 1.5;
}
@media (max-width: 768px) {
.c-title-container-1 {
    position: relative;
    top: 0%;
}
.c-title-container-1-inner {
    position: relative;
top: 0%;
transform: translateY(-0%);
}

.c-title-container-1-inner p {
width: 95%;
margin-top: 20px;
padding-left: 20px;
font-family: 'Manrope', sans-serif;
font-size: 16px;
white-space: initial;
}

.c-title-container-1-inner ul {
width: 95%;
margin-top: 20px;
padding-left: 20px;
font-family: 'Manrope', sans-serif;
font-size: 16px;
white-space: initial;
}
}


.c-container-3 {
    height: 100vh;
    position: relative;
}
.c-container-bg-3 {
position: absolute;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-image: url('/cache/files/31ad749872ccb288c42ca041504c923997cf51a6.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.c-footer {
min-height: 80vh;
position: relative;
}
@media (max-width: 768px) {
.c-footer {
height: 100%;
position: relative;
}
}

.c-footer-padding {
padding-top: 5vw;
    padding-bottom: 5vw;
}

.c-text-pos {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
}

@media (max-width: 768px) {
.c-text-pos {
    position: relative;
    top: 0%;
    transform: translateY(0%);
    padding-right: 20px;
}
}

.c-text-pos-company {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
padding-left: 5vw;
}
@media (max-width: 768px) {
.c-text-pos-company {
padding-left: 20px;
}
}

/* MENU */
div.topmenu ul {
font-family: 'Manrope', sans-serif;
}

/* TITLES */

.c-page-title {
    font-family: 'Manrope', sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1em;
padding-bottom: 50px;
}

.c-page-title-products-position {
    position: absolute;
    top: 15vh;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.c-title-1 {
font-size: 60px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 20px;
    padding-left: 20px;
font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
.c-title-1 {
font-size: 40px;
}
}
.c-subtitle-1 {
font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 20px;
max-width: 900px;
width: 100%;
font-family: 'Manrope', sans-serif;
}
@media (max-width: 768px) {
.c-subtitle-1 {
font-size: 16px;
}
}

.c-title-2 {
font-size: 60px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 20px;
font-family: 'Manrope', sans-serif;
}
@media (max-width: 1024px) {
.c-title-2 {
    font-size: 45px;
}
}

.c-title-3 {
font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 20px;
text-align: center;
width: 100%;
font-family: 'Manrope', sans-serif;
}
.c-subtitle-3 {
font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 20px;
text-align: center;
width: 100%;
font-family: 'Manrope', sans-serif;
}
.c-subtitle-3 a {
text-decoration: none;
}
.c-subtitle-3 a:hover {
text-decoration: underline;
}

.c-title-4 {
font-size: 30px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 20px;
font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
.c-title-1 {
font-size: 20px;
}
}

.c-title-1-products {
font-size: 40px;
    font-weight: 800;
    line-height: 1em;
    padding-left: 20px;
    margin-bottom: 20px;
font-family: 'Manrope', sans-serif;
}
.c-product-title {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5em;
text-decoration: none;
color: white;
}
.c-product-title p {
margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 1280px) {
.c-product-title p {
    width: 100%;
    text-align: center;
    margin: auto;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
}
}

@media (max-width: 768px) {
.c-product-title p {
    width: 100%;
    text-align: center;
    margin: auto;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
}
}

.c-taxinomisi-cat {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1em;
}

/* TEXTS */

.c-text-1 {
font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0px;
font-family: 'Manrope', sans-serif;
}
@media (max-width: 768px) {
.c-text-1 {
font-size: 16px;
}
}
.c-text-2 {
font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0px;
font-family: 'Manrope', sans-serif;
}

/* BUTTONS */
.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: #333333;
    margin: auto;
    margin-left: 20px;
    background-color: white;
    border: 1px solid rgba(51,51,51,1);
    transition: 0.3s;
}

.c-button-1:hover {
color: #333;
background-color: #fadb2f;
border: 1px solid rgba(51,51,51,0);
}

.c-button-2 {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    color: white;
    width: 220px;
    margin: auto;
    background-color: transparent;
    border: 1px solid white;
    transition: 0.3s;
}

.c-button-2:hover {
color: #333;
background-color: white;
border: 1px solid white;
}

.c-button-3 {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: #333333;
    margin: auto;
    background-color: white;
    border: 1px solid rgba(51,51,51,1);
    transition: 0.3s;
}

.c-button-3:hover {
color: #333;
background-color: #fadb2f;
border: 1px solid rgba(51,51,51,0);
}

.c-button-3-product {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: #333333;
    margin: auto;
    background-color: white;
    border: 1px solid rgba(51,51,51,1);
    transition: 0.3s;
float: right;
}

.c-button-3-product:hover {
color: #333;
background-color: #fadb2f;
border: 1px solid rgba(51,51,51,0);
}

@media (max-width: 768px) {
.c-button-3-product {
float: left;
}
}


.c-button-products {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 250px;
    color: #333333;
    margin: auto;
    margin-right: 20px;
    margin-top: 20px;
    background-color: white;
    border: 1px solid rgba(51,51,51,1);
    transition: 0.3s;
}

.c-button-products:hover {
color: #333;
background-color: #fadb2f;
border: 1px solid rgba(51,51,51,0);
}
@media (max-width: 1280px) {
.c-button-products {
    font-size: 12px;
width: 220px;
    padding: 20px 15px;
}
}

.c-button-products-tax {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 10px;
    width: 250px;
    color: #333333;
    margin: auto;
    background-color: #f6f6f6;
    border: 1px solid rgba(51,51,51,0);
    transition: 0.3s;
}
.c-button-products-tax:hover {
color: #333;
border: 1px solid rgba(51,51,51,0);
    text-decoration: underline;
}

/* ALIGN */
.c-vertical-align {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
@media (max-width: 768px) {
.c-vertical-align {
    position: relative;
    top: 0%;
    transform: translate(0%, 0%);
}
}


/* MOBILE BACKGROUNDS */
.c-mobile-bg {
position: relative;
background-size: cover;
background-position: center;
height: 100%;
background-repeat: no-repeat;
}

.c-category-title-mob {
    position: relative;
    top: 0;
    margin-left: 20px;
font-family: 'Manrope', sans-serif;
color: white;
font-size: 30px;
    font-weight: 800;
line-height: 1em;
    margin-bottom: 0;
}

.c-description-mob {
    position: relative;
    top: 0%;
    left: 0%;
    margin-left: 20px;
    transform: translate(0%, 0%);
    width: 70%;
    z-index: 99999;
}
.c-description-mob p {
color: white;
    font-size: 20px;
    font-weight: 300;
}
@media (max-width: 768px) {
.c-description-mob p {
    font-size: 16px;
}
}
.c-button-mob-position {
    position: relative;
    bottom: 0vh;
    margin-left: 20px;
}

/* 3D CAROUSEL FOOTER */

#c-carousel--3d {
    min-height: 80vh;
    position: relative;
}
@media (max-width: 768px) {
#c-carousel--3d {
    height: 300px;
    position: relative;
}
}
.c-slider-container {
  position: relative;
  perspective: 350px;
  transform-style: preserve-3d;
    height: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.c-carousel-3d-item {
  position: absolute;
  top: 50%;
  left: 20%;
  outline: 1px solid transparent;
}

.c-slide-img img {
width: 80%;
height: auto;
}

#c-carousel-3d-controller-2 ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-1 ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-3 ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-2 ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-1 ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-3 ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-2 ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-1 ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-3 ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-2 ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-1 ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-4 ~ .c-carousel-3d-item:nth-of-type(4)
{
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
}

.c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(4) {
  transform: translateX(0) scale(1) translateY(-50%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 4;
filter:blur(0px);
}

.c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(1) {
  transform: translateX(-275px) scale(0.6) translateY(-100%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 3;
filter:blur(2px);
}


.c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(2) {
  transform: translateX(75px) scale(0.5) translateY(-150%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 2;
filter:blur(5px);
}

.c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(3) {
  transform: translateX(275px) scale(0.6) translateY(-100%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 3;
filter:blur(2px);
}


@media (max-width: 1204px) {

.c-carousel-3d-item {
    position: absolute;
    top: 50%;
    left: 5%;
    outline: 1px solid transparent;
}

.c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(4) {
  transform: translateX(0) scale(1) translateY(-50%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 4;
filter:blur(0px);
}

.c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(1) {
  transform: translateX(-175px) scale(0.6) translateY(-100%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 3;
filter:blur(2px);
}


.c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(3),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(2) {
  transform: translateX(75px) scale(0.5) translateY(-150%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 2;
filter:blur(5px);
}

.c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-1:checked ~ .c-carousel-3d-item:nth-of-type(4),
#c-carousel-3d-controller-2:checked ~ .c-carousel-3d-item:nth-of-type(1),
#c-carousel-3d-controller-3:checked ~ .c-carousel-3d-item:nth-of-type(2),
#c-carousel-3d-controller-4:checked ~ .c-carousel-3d-item:nth-of-type(3) {
  transform: translateX(175px) scale(0.6) translateY(-100%);
  opacity: 1;
  transition: all 1s cubic-bezier(.48, .16, .15, .98);
z-index: 3;
filter:blur(2px);
}
}


#c-carousel-3d-controller-1 {
display: none;
}
#c-carousel-3d-controller-2 {
display: none;
}
#c-carousel-3d-controller-3 {
display: none;
}
#c-carousel-3d-controller-4 {
display: none;
}

/* ------------------------------------------- */

/* SORTING LINES CSS */

/* SECTION 1 */

.notloggedin .c-srtln-container-1 {
position: relative;
height: calc(100vh - 100px);
width: 100%;
}
@media (max-width: 768px) {
.notloggedin .c-srtln-container-1 {
position: relative;
height: 100vh;
width: 100%;
margin-top: -50px;
}
}
.loggedin .c-srtln-container-1 {
position: relative;
height: 100%;
width: 100%;
margin-top: 0px;
}
.c-srtln-container-2 {
position: relative;
height: 100vh;
width: 100%;
}

@media (max-width: 768px) {
.c-srtln-container-2 {
position: relative;
height: 100%;
width: 100%;
padding-bottom: 100px;
}
}


.c-srtln-main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
text-align: center;
width: 80%;
}

.c-srtln-main-title p {
text-align: center;
    font-weight: 800;
    font-size: 70px;
margin-bottom: 0;
line-height: 1em;
}
@media (max-width: 768px) {
.c-srtln-main-title p {
    font-size: 40px;
}
}
.c-srtln-main-title span {
text-align: center;
    font-weight: 300;
    font-size: 30px;
margin-bottom: 0;
margin-top: 5px;
}
@media (max-width: 768px) {
.c-srtln-main-title span {
    font-size: 16px;
}
}

/* MAIN FRUITS */

.c-title-position {
position: absolute;
top: 0;
width: 100%;
margin-top: 5vh;
}
.c-title-position p {
text-align: center;
}
@media (max-width: 768px) {
.c-title-position {
position: relative;
top: 0;
width: 100%;
margin-top: 5vh;
}
}

.c-fruit-img-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -65%);
width: 350px;
height: 500px;
z-index: 0;
}
@media (max-width: 768px) {
.c-fruit-img-container {
position: relative;
top: 0%;
left: 0%;
transform: translate(0%, 0%);
width: 90%;
height: 100%;
z-index: 0;
margin: auto;
}
}

.c-fruit-img {
position: relative;
transform: translate(0%, 0%);
    animation-name: animation-main-fruit;
animation-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
/* The animation code */
@keyframes animation-main-fruit {
  0% {transform: translate(0%, 0%);}
  50% {transform: translate(0%, 2%);}
  100% {transform: translate(0%, 0%);}
}
@media (max-width: 768px) {
.c-fruit-img {
width: 300px;
height: auto;
margin: auto;
}
}
.c-fruit-shadow {
position: relative;
transform: translate(0%, 0%);
height: 100px;
width: 350px;
}
.c-fruit-shadow img{
position: absolute;
transform: translate(-50%, 0%);
bottom: 0%;
left: 50%;
margin: auto;
width: 300px;
height: auto;
    animation-name: animation-shadow-fruit;
animation-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
/* The animation code */
@keyframes animation-shadow-fruit {
  0% {width: 250px;}
  50% {width: 300px;}
  100% {width: 250px;}
}

/* PRODUCT LIST */
.c-product-list-position {
position: absolute;
width: 100%;
bottom: 5vh;
    left: 0%;
    transform: translateX(0%);
margin: auto;
margin-bottom: 5vh;
}
@media (max-width: 1280px) {
.c-product-list-position {
    position: absolute;
    width: 95%;
    bottom: 8vh;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
}
@media (max-width: 768px) {
.c-product-list-position {
    position: relative;
    width: 95%;
    bottom: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
}

.c-product-list .col-xs-6 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* NOTE - Έχω αλλάξει το μέγεθος του col-md-1 για τα φρούτα */
.c-product-list img {
width: 7vh;
height: auto;
margin: auto;
}
.c-product-list p {
font-family: 'Manrope', sans-serif;
font-size: 16px;
font-weight: 400;
text-align: center;
line-height: 1.5em;
margin-bottom: 0px;
padding-top: 10px;
margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 1280px) {
.c-product-list p {
font-family: 'Manrope', sans-serif;
font-size: 14px;
font-weight: 400;
text-align: center;
line-height: 1.5em;
margin-bottom: 0px;
padding-top: 10px;
}
}

/* BELAKI GO DOWN */
.c-go-down-position {
    position: absolute;
    bottom: 0%;
    left: 50%;
    padding-top: 0px;
    transform: translate(-50%, 0%);
    text-align: center;
}

@media (max-width: 768px) {
.c-go-down-position {
    position: absolute;
    bottom: 0%;
    padding-top: 20px;
    text-align: center;
}
}


.c-go-down-position p {
font-size: 14px;
text-align: center;
padding-bottom: 20px;
}

.c-go-down-arrow img{
    position: relative;
    animation-name: go-down;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
}

/* BELAKI GO DOWN DETAILS */
.c-go-down-position-details {
    position: relative;
    bottom: 0%;
    left: 50%;
    padding-top: 0px;
    transform: translate(-50%, 0%);
    text-align: center;
}

@media (max-width: 768px) {
.c-go-down-position-details {
    position: relative;
    bottom: 0%;
    padding-top: 60px;
    text-align: center;
}
}


.c-go-down-position-details p {
font-size: 14px;
text-align: center;
padding-bottom: 20px;
}

.c-go-down-arrow-details img{
    position: relative;
    animation-name: go-down;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
}

/* BELAKI GO DOWN ALL CTA*/

.c-go-down-position-cta{
    position: absolute;
    bottom: 0%;
    left: 50%;
    padding-top: 0px;
    transform: translate(-50%, 0%);
    text-align: center;
}

@media (max-width: 768px) {
.c-go-down-position-cta{
    position: relative;
    bottom: 0%;
    padding-top: 0px;
    text-align: center;
}
}


.c-go-down-position-cta p {
font-size: 14px;
text-align: center;
padding-bottom: 20px;
}

.c-go-down-arrow-cta img{
    position: relative;
    animation-name: go-down;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
}

@-webkit-keyframes go-down{
0% {transform: translate(0%,-50%);}
50% {transform: translate(0%,-30%);}
100% {transform: translate(0%,-50%);}
}
@keyframes go-down{
0% {transform: translate(0%,-50%);}
50% {transform: translate(0%,-30%);}
100% {transform: translate(0%,-50%);}
}


/* PARALLAX */
.c-parallax-cta {
min-height: 800px;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
background-image: url('/cache/files/6bab9de9a7a491a9c925be0f8c1af435a8ce4a0c.jpg');
}
@media (max-width: 768px) {
.c-parallax-cta {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/cache/files/6bab9de9a7a491a9c925be0f8c1af435a8ce4a0c.jpg');
}
}

.c-parallax-cta-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(26,115,0,0.8);
}
.c-cta {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.c-cta p {
font-size: 30px;
font-weight: 800;
font-family: 'Manrope', sans-serif;
color: white;
    line-height: 1em;
    margin-bottom: 0;
}
.c-cta span {
font-size: 20px;
font-weight: 300;
font-family: 'Manrope', sans-serif;
color: white;
}



/* CONTACT FORM */
.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border-bottom: 1px solid #2b2a29;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
}
.contactform h1 {
font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
.contactform h1 {
font-family: 'Manrope', sans-serif;
text-align: center;
}
}

.contactform button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px;
    width: 200px;
    color: #333333;
    margin: auto;
margin-top: 10px;
    background-color: white;
    border: 1px solid rgba(51,51,51,1);
    transition: 0.3s;
}
.contactform button:hover {
color: #333;
background-color: #fadb2f;
border: 1px solid rgba(51,51,51,0);
}

@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}

.contactform textarea {
    height: 120px;
}

/* LOGOS */
.c-logos-container {
position: relative;
height: 800px;
width: 100%;
}

.c-logos-container-over {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid #e6e6e6;
margin-top: 10px;
box-shadow: 0 0 0px rgba(0,0,0,0);
transition: 0.2s;
z-index: 0;
}
.c-logos-container-over:hover {
box-shadow: 0 0 8px rgba(0,0,0,0.2);
border: 1px solid #e6e6e6;
z-index: 1;
}

.c-logos-inner {
    position: absolute;
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-0%);
}


/* ACCORDION ADJUSTMENTS */
.accordion h3 {
    color: #333333;
    transition: 0.3s;
}
.accordion h3:hover {
color: #333;
background-color: #fadb2f;
border: 1px solid rgba(51,51,51,0);
}

.accordion h3 {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0em;
}

@media (max-width: 1280px) {
.accordion h3 {
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0em;
}
}

/* PRODUCT VIEW STYLING */

.c-title-product {
    font-size: 40px;
    font-weight: 800;
line-height: 1.3em;
}

.c-title-product-category {
color: #54af3a;
    font-size: 20px;
    font-weight: 300;
margin-bottom: 0px;
    line-height: 1em;
}

.c-text-product {
    font-size: 20px;
    font-weight: 400;
    text-align: right;
}

@media (max-width: 768px) {
.c-text-product {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
}

.c-qr-box {
 border: 1px solid #eeeeee;
    width: 280px;
    height: 100%;
text-align: center;
margin: 0 0 0 auto;
}

.c-qr-title {
    color: #54af3a;
    padding-top: 10px;
}
.c-qr-text {
line-height: 1.5em;
    margin-bottom: 0px;
}

.c-bg-product-pc {
min-height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 768px) {
.c-bg-product-pc {
min-height: 60vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
}

.c-image-gallery {
min-height: 300px;
    background-position: center;
background-size: cover;
background-repeat: no-repeat;
margin: 15px;
}

@media (max-width: 768px) {
.c-image-gallery {
min-height: 250px;
}
}


/* LIST DESIGN */
#details ul {
line-height: 1.5em;
list-style-type: none;
display: block;
}

#details ul li {
list-style: url('/cache/files/3880a9dba93672f7b9b0a9c1b7fc028f46ed65b7.png');
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
#details .col-md-1 {
width: 12.5%;
}

#details .col-md-offset-1 {
margin-left: 6.25%;
}

#details .col-md-offset-2 {
    margin-left: 43.75%;
}

#details .col-md-offset-3 {
    margin-left: 18.75%;
}

#details .col-md-offset-4 {
    margin-left: 9.5%;
}
#details .col-md-offset-5 {
    margin-left: 25%;
}
#details .col-md-offset-6 {
    margin-left: 12.5%;
}
#details .col-md-offset-7 {
    margin-left: 31.25%;
}
}

/* PADDINGS */
.c-padding {
padding-top: 150px;
    padding-bottom: 150px;
}

@media (max-width: 768px) {
.c-padding {
padding-top: 50px;
    padding-bottom: 50px;
}
}



.c-left-box {
    position: absolute;
    height: 100%;
    background-color: #54af3a;
    width: 1px;
    z-index: 1;
transition: width 0.3s;
top: 0;
}

.col-md-3:hover .c-left-box {
    width: 1vw;
}

.col-md-6:hover .c-left-box {
    width: 2vw;
}


.c-text-overbox {
    position: relative;
    z-index: 2;
    margin-left: 5%;
    padding-top: 50px;
}
.c-text-overbox span {
line-height: 1.5;
}
.c-text-overbox p {
    margin-bottom: 10px;
}

.c-text-overbox img {
    width: 15%;
    height: auto;
    margin-left: 20px;
margin-bottom: 20px;
}

.c-company-icon img {
    width: 10%;
    height: auto;
    margin-left: 20px;
margin-bottom: 20px;
}

.c-headline {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 700px;
    color: white;
    margin-left: 5%;
    padding-top: 100px;
}


/* TEXT ALIGN SE MOBILE */
.c-align-text-mobile {
position: absolute;
top: 50%;
transform: translate(0%, -50%);
}

/* ===================================== */

/* DROP DOWN GLWSSES */

#topbanner .langchooser {
position: absolute;
right: 0;
}

.notloggedin #topbanner .langchooser select {
    color: #333;
    border: 1px solid #333333;
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    border: 0px solid white;
}

.notloggedin #topbanner .langchooser select option{
color: black;
}


/* CSS GIA VIDEO PROJECTS */
.c-video-projects {
width: 100%;
clear: both;
}
.c-video-projects-title {
padding-top: 30px;
    color: #54af3a;
font-weight: normal;
    font-size: 28px;
}


/* VIDEO PRODUCT */

.c-video-product {
min-height: 30vw;
}

.c-video-product video {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
.c-video-product {
    min-height: 60vw;
}
.c-video-product video {
    width: 120%;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}



.c-padding-product-titlecol {
padding-top: 5vw;
}

.c-active-menu-color .topmenu ul li a {
color: #333333 !important;
}

.c-active-menu-color .topmenu ul li a:hover {
color: white !important;
}

.c-active-lang-color select{
color: #333333;
}

.c-social-icons img {
    width: 20px;
    height: 20px;
margin: 10px;
}


.c-iso {
    text-align: center;
    position: absolute;
    bottom: 0px;
left: 3vw;
}

.c-espa-21 {
    width: clamp(250px,27vw,300px)!important;
    height: auto !important;
}

.c-espa {
position: absolute;
right: 1vw;
bottom: 1vw;
}

.c-espa img{
    width: auto;
    height: 2.1vw;
min-height: 25px;
}

.c-espa p:nth-child(3) img {
    min-height: 65px;
}

@media (max-width: 990px) {
.c-espa {
position: relative;
right: 0;
bottom: 0;
}
.c-espa img {
    width: 80%;
    height: auto;
    min-height: 25px;
}
.c-espa-21 {
    width: 250px !important;
    height: auto !important;
}

.c-espa p:nth-child(3) img {
    min-height: 55px;
    width: 60%;
}
}



/* SOCIAL SIDE */

.c-social-side-container {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
overflow: hidden;
}

.c-social-side {
position: relative;
right: 0;
transition: 0.3s;
}

.c-social-side a img {
width: 40px;
height: auto;
}

.c-open-close-button {
    width: 40px;
    text-align: center;
    height: 30px;
    margin-bottom: 5px;
    background-color: black;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

.c-open-close-button img {
    width: 60%;
    height: 30px;
    object-fit: contain;
transform: rotate(180deg);
transition: 0.3s;
}

.c-social-side-container.c-closed .c-social-side {
right: -50px;
transition: 0.3s;
}

.c-social-side-container.c-closed .c-open-close-button img {
transform: rotate(0deg);
transition: 0.3s;
}

.c-social-side-container .c-social-side:nth-child(2) a img {
border-top-left-radius: 10px;
}

.c-social-side-container .c-social-side:last-child a img {
border-bottom-left-radius: 10px;
}

.c-western-list ul{
padding-left: 0 !important;
    list-style-type: none !important;
}

.c-western-list ul li {
    direction: rtl;
    position: relative;
    width: fit-content;
block-size: fit-content;
    width: -moz-fit-content;
}



.c-western-list ul li:after {
    content: "\f111";
    font-family: fontawesome;
    color: black;
    font-size: .45em;
    margin-left: 10px;
    position: absolute;
    top: 9px;
    right: -15px;
}



.c-western-list-icon ul{
padding-left: 0 !important;
    list-style-type: none !important;
margin-right: 20px !important; 
}

.c-western-list-icon ul li {
    direction: rtl;
    position: relative;
    width: fit-content;
block-size: fit-content;
    width: -moz-fit-content;
}/* SLIDER 1 */

.slides-container {
  position: relative;
  overflow: hidden;  
  display: flex;
  flex: 1;
}

.slide {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
}

.slides-inner {
  position: relative;
  height: 100%;
  width: 100%;  
  overflow: hidden;
}




/* SLIDER 2 */

#slider {
  position: relative;
  /* margin: 20px auto 0 auto; */
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider ul.image_slider_ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 400%;
  height: 100%;
  list-style: none;
}

#slider ul.image_slider_ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 35vw;
  height: 100%;
}

#slider ul.image_slider_ul li .bgimage{
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: #333; */
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* -webkit-filter: blur(2px); */
}

/*  Indicators*/

#slider .indicator_con{
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  bottom: 0;
}

#slider .indicator_con ul.indicator{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

#slider .indicator_con ul.indicator li{
  position: relative;
  list-style: none;
  width: 20px;
  height: 4px;
  background-color: #fff;
  /* border: 1px solid #fff; */
  display: inline-block;
  margin: 0 3px;
  border-radius: 1.5px;
  transition: 800ms ease-in-out;
}

#slider .indicator_con ul.indicator li.active{
background-color:#F2B206;
}

/* SLIDER 2 BG  */

#slider-bg {
  position: relative;
  /* margin: 20px auto 0 auto; */
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider-bg ul.image_slider_ul-bg {
  position: relative;
  margin: 0;
  padding: 0;
  width: 400%;
  height: 100%;
  list-style: none;
}

#slider-bg ul.image_slider_ul-bg li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 30vw;
  height: 100%;
}

#slider-bg ul.image_slider_ul-bg li .bgimage-bg{
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: #333; */
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* -webkit-filter: blur(2px); */
}

/*  Indicators*/

#slider-bg .indicator_con-bg{
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  bottom: 0;
}

#slider-bg .indicator_con-bg ul.indicator-bg{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

#slider-bg .indicator_con-bg ul.indicator-bg li{
  position: relative;
  list-style: none;
  width: 20px;
  height: 4px;
  background-color: #fff;
  /* border: 1px solid #fff; */
  display: inline-block;
  margin: 0 3px;
  border-radius: 1.5px;
  transition: 800ms ease-in-out;
}

#slider-bg .indicator_con-bg ul.indicator-bg li.active{
background-color:#F2B206;
}


/* SLIDER 2 MOBILE  */

#slider-mob {
  position: relative;
  /* margin: 20px auto 0 auto; */
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider-mob ul.image_slider_ul-mob {
  position: relative;
  margin: 0;
  padding: 0;
  width: 400%;
  height: 100%;
  list-style: none;
}

#slider-mob ul.image_slider_ul-mob li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100%;
}

#slider-mob ul.image_slider_ul-mob li .bgimage-mob {
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: #333; */
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* -webkit-filter: blur(2px); */
}

/*  Indicators*/

#slider-mob .indicator_con-mob {
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  bottom: 0;
}

#slider-mob .indicator_con-mob ul.indicator-mob {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

#slider-mob .indicator_con-mob ul.indicator-mob li{
  position: relative;
  list-style: none;
  width: 20px;
  height: 4px;
  background-color: #fff;
  /* border: 1px solid #fff; */
  display: inline-block;
  margin: 0 3px;
  border-radius: 1.5px;
  transition: 800ms ease-in-out;
}

#slider-mob .indicator_con-mob ul.indicator-mob li.active{
background-color:#F2B206;
}




/* SLIDER 3 PRODUCTS */

#slider-3 {
  position: relative;
  /* margin: 20px auto 0 auto; */
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider-3 ul.image_slider_ul-3 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 400%;
  height: 100%;
  list-style: none;
}

#slider-3 ul.image_slider_ul-3 li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 30vw;
  height: 100%;
}

#slider-3 ul.image_slider_ul-3 li .bgimage{
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: #333; */
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* -webkit-filter: blur(2px); */
}

/*  Indicators*/

#slider-3 .indicator_con-3{
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  bottom: 0;
}

#slider-3 .indicator_con ul.indicator-3{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

#slider-3 .indicator_con ul.indicator-3 li{
  position: relative;
  list-style: none;
  width: 20px;
  height: 4px;
  background-color: #fff;
  /* border: 1px solid #fff; */
  display: inline-block;
  margin: 0 3px;
  border-radius: 1.5px;
  transition: 800ms ease-in-out;
}

#slider .indicator_con ul.indicator li.active{
background-color:#F2B206;
}

/* SLIDER 3 BG  */

#slider-bg-3 {
  position: relative;
  /* margin: 20px auto 0 auto; */
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider-bg-3 ul.image_slider_ul-bg-3 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 400%;
  height: 100%;
  list-style: none;
}

#slider-bg-3 ul.image_slider_ul-bg-3 li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 30vw;
  height: 100%;
}

#slider-bg-3 ul.image_slider_ul-bg-3 li .bgimage-bg-3{
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: #333; */
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* -webkit-filter: blur(2px); */
}

/*  Indicators*/

#slider-bg-3 .indicator_con-bg-3{
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  bottom: 0;
}

#slider-bg-3 .indicator_con-bg-3 ul.indicator-bg-3{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

#slider-bg-3 .indicator_con-bg-3 ul.indicator-bg-3 li{
  position: relative;
  list-style: none;
  width: 20px;
  height: 4px;
  background-color: #fff;
  /* border: 1px solid #fff; */
  display: inline-block;
  margin: 0 3px;
  border-radius: 1.5px;
  transition: 800ms ease-in-out;
}

#slider-bg-3 .indicator_con-bg-3 ul.indicator-bg-3 li.active{
background-color:#F2B206;
}


/* SLIDER 3 MOBILE  */

#slider-3-mob {
  position: relative;
  /* margin: 20px auto 0 auto; */
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slider-3-mob ul.image_slider_ul-3-mob {
  position: relative;
  margin: 0;
  padding: 0;
  width: 400%;
  height: 100%;
  list-style: none;
}

#slider-mob-3 ul.image_slider_ul-3-mob li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100%;
}

#slider-3-mob ul.image_slider_ul-3-mob li .bgimage-3-mob {
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: #333; */
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* -webkit-filter: blur(2px); */
}

/*  Indicators*/

#slider-3-mob .indicator_con-3-mob {
  width: 100%;
  height: auto;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  bottom: 0;
}

#slider-3-mob .indicator_con-3-mob ul.indicator-3-mob {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

#slider-3-mob .indicator_con-3-mob ul.indicator-3-mob li{
  position: relative;
  list-style: none;
  width: 20px;
  height: 4px;
  background-color: #fff;
  /* border: 1px solid #fff; */
  display: inline-block;
  margin: 0 3px;
  border-radius: 1.5px;
  transition: 800ms ease-in-out;
}

#slider-3-mob .indicator_con-3-mob ul.indicator-3-mob li.active{
background-color:#F2B206;
}

.c-bgcolor-slider {
/*background-color: rgba(250,219,47,0.9);*/
background-color: rgba(0,0,0,0.5);
height: 100%;
}

.c-bgcolor-slide-abs {
/*background-color: rgba(250,219,47,0.9);*/
background-color: rgba(0,0,0,0.5);
position: absolute;
top: 0; 
bottom: 0; 
left: 0; 
right: 0;
}

.c-bgcolor-slide-abs-mob {
left: auto; 
width: 45%;
background-color: rgba(0,0,0,0);
}

.slides-inner-mob {
    top: 0% !important;
    left: auto !important;
    transform: translate(0%, 0%) !important;
    width: 85% !important;
    height: 70vh !important;
    right: 0 !important;
}

.c-mob-slider-2023 {
height: 70vh;
position: relative;
    margin-bottom: 100px;
    margin-top: 0px;
}#efarmozetai {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 100px;
    position: relative;
    margin-left: 5vw;
    margin-right: 5vw;
}

#efarmozetai div{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: flex;
}

#efarmozetai img{
width: 3vw;
height: auto;
margin-left: 1vw;
margin-right: 1vw;
}

#active-fruits .col-md-3{
padding-right: 0;
    padding-top: 15px;
}

#active-fruits .c-srtln-frouto-title-2 {
color: white;
}

#active-fruits .row .col-md-3:nth-child(4) {
padding-right: 15px;
}
@media (max-width: 768px) {
#active-fruits .row .col-xs-6:nth-child(even) {
padding-right: 15px;
}
}

.c-frouta-srtln-container {
    height: 18vw;
    max-height: 350px;
    position: relative;
    background-color: transparent;
    transition: 0.3s;
    width: 100%;
    margin: auto;
}

@media (max-width: 768px) {
.c-frouta-srtln-container {
height: 250px;
position: relative;
background-color: transparent;
transition: 0.3s;
    width: 100%;
    margin: auto;
}
}


.c-frouta-srtln-container-sm {
height: 300px;
position: relative;
background-color: transparent;
transition: 0.3s;
    margin: auto;
}
.c-frouta-srtln-container-inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.3s;
}
.c-frouta-srtln-title {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
transition: 0.3s;
}

.c-frouto {
transform: translate(0%, 0%);
    animation-name: animation-main-fruit;
animation-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
/* The animation code */
@keyframes animation-main-fruit {
  0% {transform: translate(0%, 0%);}
  50% {transform: translate(0%, 5%);}
  100% {transform: translate(0%, 0%);}
}

.c-frouto-sm {
transform: translate(0%, 0%);
    animation-name: animation-main-fruit;
animation-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
text-align: center;
}
/* The animation code */
@keyframes animation-main-fruit {
  0% {transform: translate(0%, 0%);}
  50% {transform: translate(0%, 5%);}
  100% {transform: translate(0%, 0%);}
}

.c-frouto-shadow {
    opacity: 0.1;
}
.c-frouto-shadow img {
    width: 8vw;
    max-width: 150px;
}

@media (max-width: 768px) {
.c-frouto-shadow img {
width: 100%;
margin: auto;
}
}


.c-frouta-srtln-container-inner:hover .c-frouta-srtln-title {
font-size: 40px;
    transform: translate(-50%, -50%);
}


.c-srtln-frouto-title-1 {
    position: absolute;
    bottom: 8%;
    width: 100%;
    color: #2b2a29;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    transition: 0.3s;
}

#details .c-srtln-frouto-title-1 {
    position: absolute;
    bottom: 19%;
    width: 100%;
    color: #2b2a29;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    transition: 0.3s;
}

@media (width: 1024px) {
.c-srtln-frouto-title-1 {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: #2b2a29;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    transition: 0.3s;
}
}

.c-srtln-frouto-title-2 {
position: absolute;
bottom: 10%;
width: 100%;
color: #2b2a29;
text-align: center;
    font-size: 25px;
    font-weight: 800;
transition: 0.3s;
}
@media (max-width: 768px) {
.c-srtln-frouto-title-2 {
    font-size: 16px;
}
}
.c-frouto img {
width: 13vw;
max-width: 150px;
height: auto;
}
@media (max-width: 768px) {
.c-frouto img {
width: 100%;
height: auto;
}
}
.c-frouto-sm img {
width: 100px;
height: auto;
}
@media (width: 1024px) {
.c-frouto-sm img {
width: 70px;
height: auto;
}
}

.box-hover:hover .c-srtln-frouto-title-2 {
color: white;
}
.box-hover {
    width: 100%;
    max-width: 400px;
    margin: auto;
}
@media (max-width: 768px) {
.box-hover {
    width: 100%;
    margin: auto;
}
}

/* KARPOUZI */
.c-background-color-frouto-karpouzi {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-karpouzi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgba(208,77,77,1) 0%, rgba(255,132,132,1) 100%);
}

.box-hover-active .c-background-color-frouto-karpouzi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgba(208,77,77,1) 0%, rgba(255,132,132,1) 100%);
}


/* AKTINIDIO */
.c-background-color-frouto-aktinidio {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-aktinidio {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(92 162 40) 0%, rgb(208 255 132) 100%);
}

.box-hover-active .c-background-color-frouto-aktinidio {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(92 162 40) 0%, rgb(208 255 132) 100%);
}

/* STAFILI */
.c-background-color-frouto-stafili {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-stafili {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(162 147 40) 0%, rgb(255 251 132) 100%);
}

.box-hover-active .c-background-color-frouto-stafili {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(162 147 40) 0%, rgb(255 251 132) 100%);
}

/* AXLADI */
.c-background-color-frouto-axladi {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-axladi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(136 226 139) 0%, rgb(255 252 163) 100%);
}

.box-hover-active .c-background-color-frouto-axladi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(136 226 139) 0%, rgb(255 252 163) 100%);
}

/* PEPONI */
.c-background-color-frouto-peponi {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-peponi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(43 154 46) 0%, rgb(255 250 87) 100%);
}

.box-hover-active .c-background-color-frouto-peponi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(43 154 46) 0%, rgb(255 250 87) 100%);
}

/* SPARAGIA */
.c-background-color-frouto-sparagia {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-sparagia {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(255 106 0) 0%, rgb(255 238 111) 100%);
}

.box-hover-active .c-background-color-frouto-sparagia {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(255 106 0) 0%, rgb(255 238 111) 100%);
}

/* MILA */
.c-background-color-frouto-mila {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-mila {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(72 134 2) 0%, rgb(147 232 103) 100%);
}

.box-hover-active .c-background-color-frouto-mila {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(72 134 2) 0%, rgb(147 232 103) 100%);
}

/* KOLOKITHA */
.c-background-color-frouto-kolokitha {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-kolokitha {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(255 106 0) 0%, rgb(255 238 111) 100%);
}

.box-hover-active .c-background-color-frouto-kolokitha {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(255 106 0) 0%, rgb(255 238 111) 100%);
}

/* PIPERIES */
.c-background-color-frouto-piperies {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-piperies {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(166 242 242) 0%, rgb(88 176 195) 100%);
}

.box-hover-active .c-background-color-frouto-piperies {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(166 242 242) 0%, rgb(88 176 195) 100%);
}

/* TOMATA */
.c-background-color-frouto-tomata {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-tomata {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(249 142 102) 0%, rgb(183 52 2) 100%);
}

.box-hover-active .c-background-color-frouto-tomata {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(249 142 102) 0%, rgb(183 52 2) 100%);
}

/* RODI */
.c-background-color-frouto-rodi {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-rodi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(251 96 113) 0%, rgb(98 3 18) 100%);
}

.box-hover-active .c-background-color-frouto-rodi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(251 96 113) 0%, rgb(98 3 18) 100%);
}


/* AVOCADO */
.c-background-color-frouto-avocado {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-avocado {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(225 255 60) 0%, rgb(28 138 0) 100%);
}

.box-hover-active .c-background-color-frouto-avocado {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(225 255 60) 0%, rgb(28 138 0) 100%);
}

/* PORTOKALI */
.c-background-color-frouto-portokali {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-portokali {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 247 0) 0%, rgb(27 134 0) 100%);
}

.box-hover-active .c-background-color-frouto-portokali {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 247 0) 0%, rgb(27 134 0) 100%);
}

/* FRAGKOSIKO */
.c-background-color-frouto-fragkosiko {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-fragkosiko {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(241 89 131) 0%, rgb(95 0 13) 100%);
}

.box-hover-active .c-background-color-frouto-fragkosiko {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(241 89 131) 0%, rgb(95 0 13) 100%);
}

/* MANGO */
.c-background-color-frouto-mango {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-mango {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 208 103) 0%, rgb(130 181 7) 100%);
}

.box-hover-active .c-background-color-frouto-mango {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 208 103) 0%, rgb(130 181 7) 100%);
}

/* PATATA */
.c-background-color-frouto-patata {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-patata {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(254 255 188) 0%, rgb(115 136 0) 100%);
}

.box-hover-active .c-background-color-frouto-patata {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(254 255 188) 0%, rgb(115 136 0) 100%);
}

/* KUDWNIA */
.c-background-color-frouto-kudwnia {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-kudwnia {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(166 242 242) 0%, rgb(88 176 195) 100%);
}

.box-hover-active .c-background-color-frouto-kudwnia {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(166 242 242) 0%, rgb(88 176 195) 100%);
}

/* RODAKINA */
.c-background-color-frouto-rodakina {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-rodakina {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(251 232 141) 0%, rgb(173 0 32) 100%);
}

.box-hover-active .c-background-color-frouto-rodakina {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(251 232 141) 0%, rgb(173 0 32) 100%);
}

/* DAMASKINA */
.c-background-color-frouto-damaskino {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-damaskino {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(239 213 255) 0%, rgb(78 37 115) 100%);
}

.box-hover-active .c-background-color-frouto-damaskino {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(239 213 255) 0%, rgb(78 37 115) 100%);
}

/* AGGOURI */
.c-background-color-frouto-aggouri {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-aggouri {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(255 106 0) 0%, rgb(255 238 111) 100%);
}

.box-hover-active .c-background-color-frouto-aggouri {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(255 106 0) 0%, rgb(255 238 111) 100%);
}

/* KREMMUDI */
.c-background-color-frouto-kremmudi {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-kremmudi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 223 235) 0%, rgb(95 43 152) 100%);
}

.box-hover-active .c-background-color-frouto-kremmudi {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 223 235) 0%, rgb(95 43 152) 100%);
}

/* KASTANO */
.c-background-color-frouto-kastano {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-kastano {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 243 155) 0%, rgb(173 51 13) 100%);
}

.box-hover-active .c-background-color-frouto-kastano {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 243 155) 0%, rgb(173 51 13) 100%);
}

/* KALAMPOKI */
.c-background-color-frouto-kalampoki {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-kalampoki {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(224 234 59) 0%, rgb(31 93 16) 100%);
}

.box-hover-active .c-background-color-frouto-kalampoki {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(224 234 59) 0%, rgb(31 93 16) 100%);
}


/* LAXANO */
.c-background-color-frouto-laxano {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-laxano {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 219 118) 0%, rgb(236 163 28) 100%);
}

.box-hover-active .c-background-color-frouto-laxano {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(255 219 118) 0%, rgb(236 163 28) 100%);
}


/* KAROTO */
.c-background-color-frouto-karoto {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-karoto {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(166 242 242) 0%, rgb(88 176 195) 100%);
}

.box-hover-active .c-background-color-frouto-karoto {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(166 242 242) 0%, rgb(88 176 195) 100%);
}

/* APOFLOIOMENI PATATA */
.c-background-color-frouto-peeled-potato{
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-peeled-potato {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(209 242 166) 0%, rgb(87 160 56) 100%);
}

.box-hover-active .c-background-color-frouto-peeled-potato {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(155deg, rgb(209 242 166) 0%, rgb(87 160 56) 100%);
}

/* KERASIA */
.c-background-color-frouto-kerasia {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-kerasia {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(202 0 0) 0%, rgb(255 103 119) 100%);
}

.box-hover-active .c-background-color-frouto-kerasia {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(202 0 0) 0%, rgb(255 103 119) 100%);
}


/* FRAOULA */
.c-background-color-frouto-fraoula {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: 0.5s;
border-radius: 5px;
height: 100%;
}

.box-hover:hover .c-background-color-frouto-fraoula  {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(255 0 0) 0%, rgb(214 190 76) 100%);
}

.box-hover-active .c-background-color-frouto-fraoula  {
background-color: #ff8484;
opacity: 1;
background: linear-gradient(335deg, rgb(255 0 0) 0%, rgb(214 190 76) 100%);
}.c-youtube-iframe-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.c-youtube-iframe-boxes div {
  flex: 0 1 calc(20% - 30px); /* 20% width with a 30px gap */
}


.c-youtube-iframe-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.c-youtube-iframe-list div {
  flex: 0 1 calc(25% - 30px); /* 20% width with a 30px gap */
}

.c-youtube-iframe-list div iframe {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}

/* Media query for responsiveness */
@media screen and (max-width: 768px) {

.c-youtube-iframe-list div {
    flex: 0 1 100%; /* Adjust for smaller screens, e.g., 50% width */
}

.c-youtube-iframe-boxes div {
    flex: 0 1 100%; /* Adjust for smaller screens, e.g., 50% width */
  }


}.title {
  font-size: 38px;
  color: #616161;
  font-style: italic;
  font-weight: 800;
}

.timeline {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline .swiper-container {
  height: 100vh;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 100%;
font-weight: 300;
  max-width: 400px;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 16px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
font-family: 'Manrope', sans-serif;
  font-size: 40px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #54af3a;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: 0.2s ease 0.4s;
  transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
line-height: 1.1em;
font-family: 'Manrope', sans-serif;
  font-size: 45px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: 0.2s ease 0.5s;
  transition: 0.2s ease 0.5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: 0.2s ease 0.6s;
  transition: 0.2s ease 0.6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease 1.6s;
  transition: 0.4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease 1.7s;
  transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
padding-top: 15px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease 1.8s;
  transition: 0.4s ease 1.8s;
}
.timeline .swiper-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
  right: 15% !important;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: white;
  margin: 15px 0 !important;
  position: relative;
    cursor: pointer;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -34px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #54af3a;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.timeline .swiper-pagination-bullet-active {
  color: white;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    position: absolute;
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 400px;
    font-size: 20px;
font-weight: 300;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 40px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 45px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: -webkit-box;
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -300px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}


/* MOBILE */

@media (max-width: 768px) {
.timeline .swiper-wrapper {
    height: 100vh;
}
.timeline .swiper-slide {
    height: 100vh;
position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.timeline .swiper-wrapper div:nth-of-type(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.timeline .swiper-wrapper div:nth-of-type(2) {
top: 00%;
    left: 50%;
    transform: translate(50%, -100%);
}
.timeline .swiper-wrapper div:nth-of-type(3) {
    top: 00%;
    left: 150%;
    transform: translate(50%, -200%);
}
.timeline .swiper-wrapper div:nth-of-type(4) {
    top: 00%;
    left: 250%;
    transform: translate(50%, -300%);
}
.timeline .swiper-wrapper div:nth-of-type(5) {
    top: 00%;
    left: 350%;
    transform: translate(50%, -400%);
}
.timeline .swiper-wrapper div:nth-of-type(6) {
    top: 00%;
    left: 450%;
    transform: translate(50%, -500%);
}
}/* XARTIS - MAP */

.c-map {
    position: absolute;
    width: 1280px;
    height: 720px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.c-map img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    width: 100%;
    height: auto;
}

.c-map-title {
position: absolute;
top: 20%;
padding-left: 5vw;
}

/* MAP PINS */

.c-pin-pos-1 {
    position: absolute;
    top: 290px;
    left: 682px;
}
.c-pin-pos-2 {
    position: absolute;
    top: 210px;
    left: 742px;
}
.c-pin-pos-3 {
    position: absolute;
    top: 410px;
    left: 382px;
}
.c-pin-pos-4 {
    position: absolute;
    top: 293px;
    left: 716px;
}
.c-pin-pos-5 {
    position: absolute;
    top: 320px;
    left: 612px;
}
.c-pin-pos-6 {
    position: absolute;
    top: 250px;
    left: 652px;
}
.c-pin-pos-7 {
    position: absolute;
    top: 230px;
    left: 602px;
}
.c-pin-pos-8 {
    position: absolute;
    top: 310px;
    left: 312px;
}
.c-pin-pos-9 {
    position: absolute;
        top: 330px;
    left: 242px;
}
.c-pin-pos-10 {
    position: absolute;
 top: 310px;
    left: 822px;
}
.c-pin-pos-11 {
    position: absolute;
        top: 480px;
    left: 442px;
}
.c-pin-pos-12 {
    position: absolute;
       top: 230px;
    left: 952px;
}
.c-pin-pos-13 {
    position: absolute;
      top: 530px;
    left: 1062px;
}
.c-pin-pos-14 {
    position: absolute;
    top: 190px;
    left: 852px;
}

.c-pin-pos-15 {
    position: absolute;
       top: 420px;
    left: 682px;
}

.c-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #54af3a;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
z-index: 2;
}
.c-pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 4px;
  background: white;
  position: absolute;
  border-radius: 50%;
}
.c-pulse {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: 0;
}
.c-pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -11px 0 0 -17px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #89849b;
  box-shadow: 0 0 1px 2px #89849b;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}.c-newlogo{
background-image: url('/cache/files/e452ca81e8dcd60ced26db299d54ee7977786cac.svg');
}

.notloggedin #topbanner .langchooser select {
    color: white;
}

#topbanner {
background-color: transparent;
}

#topmenu {
background-color: transparent;
}

* {
  box-sizing: border-box;
}

::  -webkit-scrollbar {
  /* Webkit */
  width: 0;
  height: 0;
}

.hs {
  display: -webkit-box;
  display: flex;
  overflow-x: hidden;;
  -webkit-box-pack: justify;
          justify-content: space-between;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
}
.hs__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.hs__headline {
  -webkit-box-flex: 1;
          flex: 1;
}
.hs__arrows {
    position: absolute;
    right: 20px;
    padding-bottom: 20px;
  align-self: center;
}
.hs__arrows .arrow:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'black'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  -webkit-filter: brightness(5);
          filter: brightness(5);
width: 17px;
    height: 21px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.hs__arrows .arrow.disabled:before {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
.hs__arrows .arrow.arrow-prev:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-right: 10px;
}
.hs__arrows .arrow.arrow-next:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hs__item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));
  margin: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 990px) {
  .hs__item {
    flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));
  }
}
.hs__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: calc(10px * 2 * -1);
}
.hs__item:first-child {
  margin-left: calc(10px * 2);
}
.hs__item__description {
  z-index: 1;
  align-self: flex-start;
  margin: 10px 0;
}
.hs__item__subtitle {
  color: #aaa;
  display: block;
}
.hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.hs__item__image {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* MOBILE SETTINGS */

/* @media (hover: none) and (pointer: coarse) {
  .hs__wrapper .hs__arrows {
    display: none;
  }
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(80% - 20px * 1);
  }
} */
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
  .hs__wrapper .hs__item {
    -webkit-box-flex: 1;
            flex: 1 0 calc(80% - 20px * 1);
  }
}

/* -------------------- */

/* Base Styling */


.c-container-hor {
    margin: 0 auto;
    mix-blend-mode: invert;
    position: relative;
    height: 100%;
    width: 100%;
}

.c-container-hor:after {
  content: '';
  width: 95vw;
  height: 100%;
  background: #212121;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}


.description {
  max-width: 990px;
  color: #212121;
  margin: 0 auto;
  padding: calc(10px * 4);
}

ul {
  padding: 0;
  margin: 0;
}