.layout--generic-block {
    background-color: rgba(0, 0, 0, 1);
}

/*================ Video Background ================*/

.layout--generic-block .grad {
    position: fixed;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) -20%,
        rgba(0, 0, 0, 0) 100%
    );
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

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

.layout--generic-block .steps-content {
    /* background-color: rgba(33, 39, 53, .8); */
}

.offers {
    width: 100%;
    /*border: 1px solid black;*/
    overflow: hidden;
    text-align: center;
    margin-left: 0px;
}

.offer {
    font-size: 12px;
    line-height: 1em;
    margin: 0px 10px 0px 10px;
    text-align: center;
    font-weight: 800;
    display: inline-block;
    /*border: 1px solid red;*/
    text-transform: uppercase;
}

.offernum {
    font-size: 40px;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 800;
    background-color: #6df6ff;
    padding: 15px 10px 15px 10px;
    border-radius: 10px;
    color: #202735;
}

#animation_container_mobile {
    background: url(../assets/bg_m.png) no-repeat;
    background-size: 100%;
    background-position: center top;
    display: block;
    /* background-position: 0; */
}
/* (Η εμφάνιση/απόκρυψη animation containers γίνεται πλέον στο τέλος του αρχείου με media queries) */

.steps-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: column;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
}

.step {
    list-style-type: none;
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 5px;
}

.step:first-child,
.step:last-child,
.step:nth-child(2) {
    margin-left: 5px;
}

.vertline {
    position: absolute;
    left: -5px;
    width: 5px;
    height: 55px;
    background-color: #29a8ac;
}

.stepicon {
    position: absolute;
    margin: auto 10px;
    width: 30px;
    top: 0;
    bottom: 0;
    float: left;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.8s ease-in-out;
}

.steptext {
    margin-left: 50px;
    display: table;
    height: 55px;
}

.steplink {
    text-decoration: none;
}

.steplink:hover .stepicon {
    -webkit-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);
}

.steplink:hover .steps-content {
    /* background-color: rgba(13, 19, 33, .8); */
}

.layout--generic-block .steps-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    /* margin-top: -550px; */
    margin-bottom: 50px;
}

#animation_container {
    background: url(../assets/bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    background-position-y: 0;
    height: 100%;
    visibility: visible;
    display: block;
}

/* .layout--generic-block .content-wrap {
    background: url(../assets/bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    background-position-y: 0;
    height: 100%;
} */

.content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.layout--generic-block .headline {
    width: 100%;
    text-align: left;
    padding: 0px 15px 5px 15px;
    /* margin-bottom:20px; */
    /* background-color: rgba(33, 39, 53, .8); */
}

.miniterms {
    font-size: 11px;
    padding: 10px 20px 10px 15px;
    vertical-align: middle;
    font-weight: 600;
    max-width: 100%;
    background-color: rgba(33, 39, 53, 0.8);
    line-height: 1.3em;
    margin: 0px 0 5px 0;
}

.layout--generic-block .cta-wrapper {
    /* padding-left: 30px; */
    /* text-align:left; */
    text-align: center;

    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
}

.layout--generic-block .cta-wrapperM {
    padding-left: 0px;
    text-align: center;
    margin: 10px 0 240px 0;
}

.layout--generic-block .kv-mask {
    height: 0;
    min-height: 460px;
}
.desktopdisplaynone {
    display: block;
}

.mobiledisplaynone {
    display: none;
}
/*================================*/
@media only screen and (min-width: 1830px) {
    .top-main-text {
        min-height: 540px !important;
    }
}
@media only screen and (min-width: 1930px) {
    .top-main-text {
        min-height: 600px !important;
    }
}
@media only screen and (min-width: 2090px) {
    .top-main-text {
        min-height: 700px !important;
    }
}
@media only screen and (min-width: 2320px) {
    .top-main-text {
        min-height: 780px !important;
    }
}
@media only screen and (min-width: 2520px) {
    .top-main-text {
        min-height: 900px !important;
    }
}
@media only screen and (min-width: 2720px) {
    .top-main-text {
        min-height: 1000px !important;
    }
}
@media only screen and (min-width: 2920px) {
    .top-main-text {
        min-height: 1100px !important;
    }
}
@media only screen and (min-width: 3165px) {
    .top-main-text {
        min-height: 1360px !important;
    }
}

/*=Tablet=*/
@media only screen and (min-width: 768px) {
    .layout--generic-block .content-wrap {
        background-position: 50% calc(50% + -290px);
    }
}

@media only screen and (min-width: 991px) {
    .layout--generic-block {
        /* background-color: rgba(33, 39, 53, 1); */
        background-color: #000;
    }
    .desktopdisplaynone {
        display: none;
    }
    .mobiledisplaynone {
        display: block;
    }

    .layout--generic-block .banner {
        /* width: 70%; */
        /* float: left; */
        top: 0px;
        position: relative;
    }
    .layout--generic-block .headline {
        /* text-align:left; */
        /* left: 25%; */
        position: relative;
        margin-bottom: 5px;
        background-color: rgba(33, 39, 53, 0);
        /* padding: 30px; */
    }

    .miniterms {
        font-size: 11px;
        padding: 10px 20px 10px 30px;
        vertical-align: middle;
        font-weight: 600;
        max-width: 500px;
        line-height: 1.3em;
        background-color: rgba(33, 39, 53, 0);
    }

    .layout--generic-block .kv-mask {
        height: 0;
        min-height: 620px;
    }
    .steps-wrapper ul {
        flex-flow: row;
    }
    .step {
        padding-bottom: 10px;
    }
    .step:last-child,
    .step:nth-child(2) {
        margin-left: 35px;
    }
    .step:last-child {
        margin-right: 35px;
    }
    .step:first-child {
        margin-left: 35px;
    }

    .vertline {
        height: 70px;
    }

    .layout--generic-block .steps-content {
        /* background-color: rgba(33, 39, 53, .8); */
    }

    .stepicon {
        width: 50px;
        height: 50px;
        bottom: 10px;
    }
    .steptext {
        height: 150px;
        margin-left: 65px;
    }
    .offers {
    }
}

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

Main Title > H1
SUB Title > H2
STEPS Title > H3
STEPS Text > P

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

h1,
h2 {
    line-height: 1em;
    font-family:
        Open Sans,
        sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

h1 a,
h2 a,
h3 a {
    color: inherit;
    text-decoration: none;
}

/* Αφαίρεση underline από όλα τα <a> με class button */
a.button {
    text-decoration: none !important;
}

/*=Mobile=*/
.layout--generic-block h1 {
    font-size: 26px;
    line-height: 1em;
    font-weight: 800;
    text-align: center;
    /* margin-bottom: 10px; */
}

.layout--generic-block h1 br {
    display: block;
}

/* (Η εμφάνιση/απόκρυψη animation containers γίνεται πλέον παραπάνω με media queries) */

/*.layout--generic-block h3 br{
	display: none;
}*/

.layout--generic-block h2 {
    margin: 0px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
}

.layout--generic-block h3 {
    font-size: 18px;
    padding: 10px 20px 10px 5px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.2em;
}
.top-main-text-spacer {
    margin-bottom: 150px;
}
.eeep-logo {
    float: none;
}
.steptext h3 {
    color: #fff;
}
.steps-wrapper ul {
    width: 300px;
}
.mobile {
    display: block;
}
/*=Tablet=*/
@media only screen and (min-width: 768px) {
    .layout--generic-block h1 br {
        display: block;
    }

    .layout--generic-block h1 {
        font-size: 40px;
    }
    .top-main-text-spacer {
        margin-bottom: 200px;
    }
    .eeep-logo {
        float: none;
    }
    .steps-wrapper ul {
        width: 320px;
    }
}

@media only screen and (max-width: 768px) {
    .layout--generic-block h1 br {
        display: block;
    }

    .layout--generic-block h1 {
        font-size: 40px;
    }
    .top-main-text-spacer {
        margin-bottom: 200px;
    }
    .eeep-logo {
        float: none;
    }
    .steps-wrapper ul {
        width: 320px;
    }

    .layout--generic-block .kv-mask {
        height: 0;
        min-height: 500px;
    }
}

/*=Desktop=*/
@media only screen and (min-width: 991px) {
    .mobile {
        display: none;
    }
    .top-main-text-spacer {
        margin-bottom: 0px;
    }
    .eeep-logo {
        float: left;
    }
    .steps-wrapper ul {
        width: 100%;
    }

    .layout--generic-block h1 {
        font-size: 40px;
        line-height: 1em;
        /* margin-bottom: 10px; */
        /* text-align: left; */
    }

    .layout--generic-block h1 br {
        display: block;
    }

    /*.layout--generic-block h3 br{
		display: block;
	}*/

    .layout--generic-block h2 {
        font-size: 20px;
        line-height: 1;
        /* text-align: left; */
        margin-bottom: 5px;
    }

    .layout--generic-block h3 {
        padding: 15px 20px 15px 5px;
        font-size: 19px;
        line-height: 1em;
    }

    #animation_container_mobile {
        display: none;
    }
    #animation_container {
        display: block;
    }
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: visible;
}

.hero.desktop {
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 20%),
        url(../assets/bg.png) no-repeat;
    background-size: auto, cover;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 1920 / 1500; /* ή ό,τι αναλογία έχει της εικόνα σου */
    width: 100%;
    min-height: 400px; /* για πολύ μικρές οθόνες */
    position: relative;
    display: block;
}

.hero.mobile img {
    width: 100%;
    height: auto;
    display: block;
}

.hero.mobile {
    display: none;
}

/* Show/hide per device */
@media (min-width: 991px) {
    .hero.desktop {
        display: block;
    }
    .hero.mobile {
        display: none;
    }
}

@media (max-width: 990px) {
    .hero.desktop {
        display: none;
    }
    .hero.mobile {
        display: block;
    }
}

/* The one and only marker, outside of hero */
.global-marker {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    /* background: red; */
    z-index: 9999;
    transition: top 0.25s ease-out;
}

.container {
    overflow: visible;
}
