/*---------------OFFER SLIDER---------------------*/

.corporate_yperexoumetitle {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font: 700 calc(var(--corporate_default_font_size) * var(--corporate_homepage_left_right_title)) 'Geologica', sans-serif;
    color: #053361;
    /* background-color: #8a8c8e; */
}

.corporate_yperexoumeslider {
    width: 100%;
    position: relative;
    background-color: #faf6ef;
    padding: 2vmax 0% 2vmax 0%;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: stretch;
}


/* .corporate_yperexoumeslider .owl-stage-outer,
.corporate_yperexoumeslider .owl-stage,
.corporate_yperexoumeslider .owl-item {
    height: 100%;
} */

.corporate_yperexoumeslider .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}

.corporate_yperexoumeslider .owl-dots {
    position: absolute;
    bottom: 8px;
}

.corporate_yperexoumeslider_item {
    flex: 0 1 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 1% 0;
    min-height: 60vh;
}

.corporate_yperexoumeslider_item:nth-of-type(3n+2) {
    /* margin: 0 1% 1% 1%; */
}

.corporate_yperexoumeslider_img {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.corporate_yperexoumeslider_img_item {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.corporate_yperexoumeslider_text {
    width: 100%;
    position: relative;
    background-color: rgb(0 0 0 / 60%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
    flex: 1 0 auto;
}

.corporate_yperexoumeslider_text * {
    color: #fff!important;
    border-color: #fff!important;
}

.corporate_yperexoumeslider_offer_title {
    padding: 1vmax 5% 0 5%;
    margin: 0;
    font: 300 calc(var(--corporate_default_font_size) * var(--corporate_product_slider_3_description_text)) 'Open Sans', sans-serif;
    color: #2E2E2E;
    text-align: justify;
    width: 90%;
    flex: 0 1 100%;
    overflow: hidden;
    text-align: center;
}

.corporate_yperexoumeslider_offer_title ul {
    margin: 2vmax 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: stretch;
}

.corporate_yperexoumeslider_offer_title ul:first-of-type {
    margin: 0vmax 0 0 0;
}

.corporate_yperexoumeslider_offer_title ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
}

.corporate_yperexoumeslider_offer_title li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex: 0 1 40%;
    margin: 0 0 0.5vmax 0;
    border-radius: 10px;
    border: 1px solid #0D2137;
    padding: 2% 4%;
    color: #0D2137;
    text-align: center;
    transition: 0.2s all ease-in-out;
    flex: 1 0 100%;
    font: 700 calc(var(--corporate_default_font_size) * var(--corporate_product_slider_3_description_text)) 'Open Sans', sans-serif;
    .corporate_yperexoumeslider_offer_title ul {
        margin: 2vmax 0 0 0;
    }
    ;
}

.corporate_yperexoumeslider_offer_title li:hover {
    color: #E8EDF3;
    background-color: #1C3A5E;
    transition: 0.2s all ease-in-out;
}

.corporate_yperexoumeslider_offer_discount {
    padding: 0;
    margin: 0;
    font: 600 calc(var(--corporate_default_font_size) * var(--corporate_big_left_right_title)) 'Source Serif 4', sans-serif;
    color: #0D2137;
    text-align: center;
    flex: 0 1 100%;
}

.corporate_yperexoumeslider_button {
    padding: 0vh 3.5vw;
    margin: 0;
    /* font: 600 var(--troodos_2021_font_size)/var(--troodos_2021_line_height) 'Alegre'; */
    letter-spacing: 2px;
    border: 1px solid #000;
    background-color: #053361;
    color: #fff;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
}

.corporate_yperexoumeslider_button:hover {
    background-color: #fff;
    color: #000;
    transition: 0.2s all ease-in-out;
}

.troodos_animation_not_shown_left {
    left: -20%;
    opacity: 0;
    position: relative;
}

.corporate_yperexoumeslider .slider_ribbon_nav_arrow {
    width: 3vmax;
    position: relative;
    filter: invert(100%) sepia(63%) saturate(2%) hue-rotate(288deg) brightness(111%) contrast(101%);
}


/*---------------END OFFER SLIDER---------------------*/

@media screen and (orientation: portrait) and (max-width: 500px) {}

@media screen and (orientation: landscape) and (max-width: 900px) {}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1050px) {}

@media screen and (orientation: portrait) and (max-width: 1250px) {
    .corporate_yperexoumeslider_img {
        height: 40vh;
    }
}

@media screen and (orientation: landscape) and (max-width: 1250px) {
    .corporate_yperexoumeslider_img {
        height: calc(100vh - var(--top_menu));
    }
}