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

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

.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;
}



.c-main-container {
    position: relative;
    height: 100vh;
    width: 100%;
}

.c-height-col {
    position: relative;
    height: 100vh;
}

.c-bg {
background-size: cover;
    background-position: center;
}

.c-logo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
}

.c-category {
    position: absolute;
    top: 50%;
    left: 50%;
transform: translate(-50%, -50%) scale(1.5)
}
.c-category a {
    font-size: 50px;
    font-weight: 800;
    color: white;
text-decoration: none;
transition: 1.5s;
}

.loggedin #copyinfo {
display: block;
}

.notloggedin #copyinfo {
display: none;
}

#logo-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
width: 18vw;
    height: auto;
max-width: 500px;
}

#logo-shape {
    position: absolute;
    top: 50%;
    left: 50%;
}

#bottomshape {
transition: 0.7s;
}

.c-logo-shape {
    transform: translate(-50%, -50%) rotate(-45deg);
    animation: spin 6s ease-in-out infinite;
transition: 1s;
}


.c-logo-shape-2 {
    transform: translate(-50%, -50%);
transition: 0.7s;
}


.c-maincontainer {
    position: relative;
    width: 100%;
    height: 100vh;
}

.c-content-over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.c-col-height {
height: 50vh;
    width: 100%;
    position: relative;
text-align: center;
}

.c-col-height-a {
position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
text-decoration: none;
color: white;
}

.c-title-banner {
    color: white;
    font-size: 50px;
    font-weight: 500;
margin-bottom: 0;
    transition: 0.3s;
}


.c-box-topleft {
    position: absolute;
    width: 100%;
    height: 100%;
}
.c-box-topleft div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.c-box-topright {
    position: absolute;
    width: 100%;
    height: 100%;
}
.c-box-topright div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} 


.c-box-bottomleft {
    position: absolute;
    width: 100%;
    height: 100%;
}
.c-box-bottomleft div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.c-box-bottomright {
    position: absolute;
    width: 100%;
    height: 100%;
}
.c-box-bottomright div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.c-topright-active {
    transform: translate(-50%, -50%) rotate(45deg) !important;
transition: 0.7s;
}

.c-bottomright-active {
    transform: translate(-50%, -50%) rotate(135deg) !important;
transition: 0.7s;
}

.c-bottomleft-active {
    transform: translate(-50%, -50%) rotate(-135deg) !important;
transition: 0.7s;
}


.c-bottomshape-act-tl {
    transform: translate(-50%, -50%) rotate(-45deg);
transition: 0.7s;
}

.c-bottomshape-act-tr {
    transform: translate(-50%, -50%) rotate(45deg);
transition: 0.7s;
}

.c-bottomshape-act-bl {
    transform: translate(-50%, -50%) rotate(-135deg);
transition: 0.7s;
}

.c-bottomshape-act-br {
    transform: translate(-50%, -50%) rotate(135deg);
transition: 0.7s;
}

.c-over-dark {
    background-color: rgb(0 0 0 / 25%);
    position: absolute;
width: 100%;
height: 100vh;
transition: 0.3s;
}

.c-border-right {
border-right: 1px solid rgb(255 255 255 / 50%);
}

.c-border-bottom {
border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.c-border-left {
border-left: 1px solid rgb(255 255 255 / 50%);
}


/* SPIN EFFECT */

@-moz-keyframes spin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
transition: 0.7s;
} 
25% {
transform: translate(-50%, -50%) rotate(3deg);
transition: 0.7s;
}
75% {
transform: translate(-50%, -50%) rotate(-3deg);
transition: 0.7s;
}
100% {
transform: translate(-50%, -50%) rotate(0deg);
transition: 0.7s;
}
}

@-webkit-keyframes spin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
transition: 0.7s;
} 
25% {
transform: translate(-50%, -50%) rotate(3deg);
transition: 0.7s;
}
75% {
transform: translate(-50%, -50%) rotate(-3deg);
transition: 0.7s;
}
100% {
transform: translate(-50%, -50%) rotate(0deg);
transition: 0.7s;
}
}

@keyframes spin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
transition: 0.7s;
} 
25% {
transform: translate(-50%, -50%) rotate(3deg);
transition: 0.7s;
}
75% {
transform: translate(-50%, -50%) rotate(-3deg);
transition: 0.7s;
}
100% {
transform: translate(-50%, -50%) rotate(0deg);
transition: 0.7s;
}
}


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

.c-button-1:hover {
    margin: auto;
    background-color: #8d2039;
    color: white;
    border: 1px solid #8d2039;
    transition: 0.3s;
}

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

.c-button-social:hover {
    background-color: #8d2039;
    color: white;
    border: 1px solid #8d2039;
    transition: 0.3s;
}


.c-social-bottom {
position: absolute;
bottom: 5%;
right: 10%;
color: white;
}

.c-contact-bottom {
position: absolute;
bottom: 5%;
left: 10%;
color: white;
}

.c-video-position {
position: absolute;
height: 100vh;
width: 100%;
overflow: hidden;
}


/* ANIMATE KEIMENO KAI KOYMPI */

.c-col-height .c-banner-parag {
    overflow: hidden;
    position: relative;
    top: -120px;
transition: 0.5s;
}


.c-col-height figure {
overflow: hidden;
    position: relative;
height: 0px;
transition: 0.5s;
}

.c-col-height:hover figure {
height: 70px;
}


.c-col-height .c-button-1 {
    position: relative;
    top: -120px;
transition: 0.5s;
transition-delay: 0.5s;
}
.c-col-height:hover .c-button-1, .c-col-height:hover .c-banner-parag  {
    position: relative;
    top: 0px;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

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