﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #fff;
    overflow: hidden;
    background-color: #000;
    position: relative;
    line-height: 1.2;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.MyLPs .btnCommon {
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    display: block;
    transition: all linear 0.2s;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 10px auto;
    -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}

.MyLPs .btnCommon span {
    align-self: center;
}

.MyLPs .linkStretched {
    z-index: 5;
    overflow: hidden;
    display: block;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.margin_0_auto {
    margin: 0 auto;
}

.margin_auto {
    margin: auto;
}

.MyLPs .header {
    margin-bottom: 15px;
}

.MyLPs .header .header_title {
    position: relative;
    z-index: 1;
    margin: 20px;
    font-size: 42px;
}

.MyLPs .header .header_text {
    position: relative;
    z-index: 1;
    margin: auto;
}

.MyLPs .header .header_par {
    margin: auto 85px 30px;
    font-size: 26px;
}

.MyLPs .header .header_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px 0;
}

.MyLPs .header .header_slider_img {
    width: 580px !important;
}

.MyLPs .Header_carousel .item .header_img_bg {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
}

.MyLPs .Header_carousel_wrapper .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.MyLPs .Header_carousel_wrapper .owl-nav button {
    font-size: 60px !important;
    font-weight: 600;
    background-color: transparent !important;
}

.MyLPs .Header_carousel_wrapper .owl-nav .owl-prev {
    margin-left: 260px;
}

.MyLPs .Header_carousel_wrapper .owl-nav .owl-next {
    margin-right: 260px;
}

.MyLPs .Header_carousel_wrapper .owl-dots {
    position: relative;
    margin-top: -40px;
}

.MyLPs .section_logo {
    background-image: url(images/bg_logo_img.jpg);
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.MyLPs .section_logo .section_logo_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 20px;
}

.MyLPs .section_logo .logo_miele {
    margin-right: 100px;
}

.MyLPs .section_logo .section_logo_text {
    color: #fff;
    font-size: 18px;
}

.MyLPs .section1 {
    padding: 40px;
}

.MyLPs .section_title {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 10px;
}

.MyLPs .section_subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;

}

.MyLPs .horizontal-line {
    width: 40%;
    height: 1px;
    background-color: #191a1c;
    margin: auto;
}

.MyLPs .section1 .text-styling {
    font-size: 112px;
    /* Set the font size */
    text-transform: uppercase;
    /* Capitalize all letters */
    font-weight: 800;
    /* Extra bold font weight */
    color: #464646;
    /* Set the text color */
    background: linear-gradient(to bottom, rgba(70, 70, 70, 0.5), transparent);
    /* Apply gradient background with 50% opacity */
    -webkit-background-clip: text;
    /* Clip text to the background gradient */
    background-clip: text;
    /* Clip text to the background gradient */
    color: transparent;
    /* Set text color to transparent */
    margin-top: 20px;
}

.MyLPs .section1 .section1_images {
    margin-top: -10px;
    display: block;
    margin-left: 70px;
}

.MyLPs .section1_text_box {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(to bottom, rgba(70, 70, 70, 0.5), transparent);
    color: transparent;
    z-index: 1;
    height: 500px;
    width: 75%;
    border-radius: 20px;
    color: #ffffff;
    /* Set a visible color for the text */
    padding: 20px;
}

.MyLPs .section1_text_box_subtitle {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
    line-height: 1.3;
}

.MyLPs .text_box_lists_container {
    flex-wrap: nowrap;
}

.MyLPs .text_box_lists_color_bg {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 20px;
    margin: 10px 20px;
}

.MyLPs .section1_text_box .text_box_lists {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.MyLPs .section1 .fa-circle {
    font-size: 10px;
}

.MyLPs .section1 ul li {
    margin-bottom: 10px;
}

.MyLPs .banner_skoupes {
    padding-top: 20px;
}

.MyLPs .banner_skoupes .banner_skoupes_image {
    margin: auto;
}

.MyLPs .section2 {
    padding: 100px 0 40px 0;
    background-image: url(images/kouzina_bg_D.png);
    background-repeat: repeat;
    height: 100%;
}

.MyLPs .section2_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0;
    justify-content: space-around;
}

.MyLPs .section2_container .productWrapper {
    padding: 8px;
    width: 31%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    height: auto;
}

.MyLPs .section2_container .productWrapper img {
    position: relative;
}

.MyLPs .sections_carousel img {
    width: 160px;
    margin: auto;
}

.MyLPs .sections_carousel .item {
    background-color: #0a0a0a;
    padding-top: 30px;
    margin-bottom: 20px;
    border-radius: 30px;
}

.MyLPs .sections_carousel .owl-dots {
    margin: 70px 0 20px 0;
}

.MyLPs .productWrapper_text {
    position: absolute;
    bottom: 10px;
    padding: 30px;
}

.MyLPs .productWrapper_text_m {
    bottom: 10px;
    padding: 30px;
    height: 135px;
}

.MyLPs .section3 .productWrapper_text_m {
    height: 170px;
}

.MyLPs .productWrapper_text_title {
    font-size: 26px;
    font-weight: 800;
}

.MyLPs .productWrapper_text_sub {
    font-size: 18px;
    padding-top: 10px;
}

.MyLPs .section3 {
    padding: 100px 0 40px 0;
    background-image: url(images/frontida_rouxon_bg_D.png);
    background-repeat: repeat;
    height: 100%;
}

.MyLPs .section3 .productWrapper_text {
    padding: 30px;
}

.MyLPs .section3 .productWrapper_text {
    padding: 45px 30px;
}

.MyLPs .sections_carousel {
    display: none;
}

.MyLPs .skoupes_banners_text {
    display: none;
}

.MyLPs .section1_text_box.hlektrikes_skoupes {
    top: 70%;
    height: 370px;
}

.MyLPs .footer {
    background-color: #ececec;
}

.MyLPs .logo_125years {
    margin: auto;
}

.MyLPs .footer_heading {
    font-size: 50px;
    font-weight: 700;
    color: #2a2b3f;
    margin-top: -50px;
}

.MyLPs .footer_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0;
    justify-content: space-around;
}

.MyLPs .footer_container .footer_item {
    padding: 8px;
    width: 17%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    height: auto;
}

.MyLPs .footer_title {
    font-size: 22px;
    font-weight: 800;
    color: #2a2b3f;
    margin-bottom: 10px;
    min-height: 53px;
}

.MyLPs .footer_subtitle {
    font-size: 18px;
    color: #2a2b3f;
}

.MyLPs .footer_icon {
    margin: 0 auto 20px;
}

@media (max-width: 1800px) {
    .MyLPs .header .header_title {
        font-size: 35px;
    }

    .MyLPs .header .header_par {
        font-size: 22px;
    }

    .MyLPs .header .header_slider_img {
        width: 500px !important;
    }
}

@media (max-width: 1650px) {
    .MyLPs .Header_carousel_wrapper .owl-nav .owl-prev {
        margin-left: 150px;
    }

    .MyLPs .Header_carousel_wrapper .owl-nav .owl-next {
        margin-right: 150px;
    }
}

@media (max-width: 1575px) {

    .container {
        padding: 0px 20px;
    }
}

@media (max-width: 1500px) {
    .MyLPs .header .header_title {
        font-size: 30px;
    }

    .MyLPs .header .header_par {
        font-size: 20px;
        margin: auto 20px 20px;
    }

    .MyLPs .header .header_slider_img {
        width: 450px !important;
    }

    .MyLPs .productWrapper_text {
        padding: 10px;
    }
}

@media (max-width: 1450px) {
    .MyLPs .section1 .section1_images {
        margin-left: 0;
    }

    .MyLPs .section1_text_box {
        width: 90%;
    }

    .MyLPs .section1_text_box {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: auto;
        background: none;
        height: fit-content !important;
    }

    .MyLPs .section1_text_box.hlektrikes_skoupes {
        top: 0;
        height: 370px;
    }

    .MyLPs .text_box_lists_color_bg {
        background-color: rgba(46, 46, 46);
    }
}

@media (max-width: 1200px) {

    .MyLPs .Header_carousel .item .header_img_bg {
        width: auto;
        height: 100%;
        /* Ensure the image height fills the container */
        object-fit: cover;
    }

    .MyLPs .header .header_content {
        flex-direction: column-reverse;
        padding-left: 50px;
        padding-right: 50px;
    }

    .MyLPs .header .header_slider_img {
        margin: 0 auto !important;
    }

    .MyLPs .Header_carousel_wrapper .owl-nav .owl-prev {
        margin-left: 50px;
    }

    .MyLPs .Header_carousel_wrapper .owl-nav .owl-next {
        margin-right: 50px;
    }

    .MyLPs .section_title {
        margin-top: 40px;
        font-size: 38px;
    }

    .MyLPs .section_subtitle {
        font-size: 18px;

    }

    .MyLPs .horizontal-line {
        display: none;
    }

    .MyLPs .section1_images {
        padding-top: 40px;
    }

    .MyLPs .text-styling {
        display: none;
    }

    .MyLPs .section1 {
        padding: 0px;
    }

    .MyLPs .section1 .container {
        padding: 0px;
    }

    .MyLPs .section2_container {
        display: none;
    }

    .MyLPs .sections_carousel {
        display: block !important;
        margin-top: 20px;
    }

    .MyLPs .productWrapper_text_title {
        font-size: 22px;
    }

    .MyLPs .productWrapper_text_sub {
        font-size: 16px;
        font-weight: 400;
    }

    .MyLPs .section2 {
        background-image: none;
        background-color: #141414;
        padding: 0 40px;
    }

    .MyLPs .section3 {
        background-image: none;
        padding: 0 40px;
    }

    .MyLPs .banner_skoupes {
        padding: 40px;
    }

    .MyLPs .section1_text_box {
        font-size: 30px;
    }

    .MyLPs .footer_container .footer_item {
        padding: 30px 20px;
        width: 30%;
        border: 1px solid #d6d6d6;
        margin-bottom: 20px;
        border-radius: 30px;
    }

}

@media (max-width: 900px) {
    .MyLPs .skoupes_banners_text {
        display: block;
        background-color: #303030;
        border-radius: 0 0 30px 30px;
        padding: 20px;
    }

    .MyLPs .skoupes_banner_title {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .MyLPs .footer_container .footer_item {
        width: 47%;
    }
}

@media (max-width: 700px) {

    .MyLPs .section_logo .logo_miele {
        margin-right: 15px;
    }

    .MyLPs .section_logo .section_logo_text {
        color: #2a2b3f;
        font-size: 14px;
        font-weight: 600;
        margin-left: 15px;
        text-align: left;
    }

    .MyLPs .section_logo {
        background-image: none;
        background-color: #fff;
    }

    .MyLPs .section2,
    .MyLPs .section3 {
        padding: 0 20px 40px 20px;
    }

    .MyLPs .section_subtitle {
        font-size: 16px;
        font-weight: 500;
    }

    .MyLPs .section_logo .vl {
        border-left: 1px solid #aaaaaa;
        height: 40px;
        margin: auto;
    }

    .MyLPs .text_box_lists_container {
        flex-wrap: wrap;
    }

    .MyLPs .banner_skoupes .banner_skoupes_image {
        min-width: 100%;
    }

    .MyLPs .section_title {
        font-size: 32px;
    }
}

@media (max-width: 630px) {

    .MyLPs .Header_carousel_wrapper .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -30px;
    }

    .MyLPs .Header_carousel_wrapper .owl-nav {
        display: none;
    }
}

@media (max-width: 460px) {

    .MyLPs .header .header_icon {
        padding-top: 30px;
        width: 0% !important;
    }

    .MyLPs .header .header_title {
        margin: 10px auto 20px auto;
        font-size: 28px;
    }

    .MyLPs .header .header_img {
        padding: 20px 10px 0;
    }

    .MyLPs .header .header_content {
        padding: 40px 20px;
    }

    .MyLPs .header .header_par {
        font-size: 18px;
        margin: auto 20px 20px;
    }

    .MyLPs .btnCommon {
        font-size: 16px;
        padding: 12px 15px;
    }

    .MyLPs .horizontal-line {
        width: 90%;
    }

    .MyLPs .skoupes_banner_title {
        font-size: 22px;
        font-weight: 600;
    }

    .MyLPs .section1_text_box_subtitle {
        font-size: 17px;
        font-weight: 500;
        margin: 10px 0;
    }

    .MyLPs .section1_text_box .text_box_lists {
        font-size: 16px;
    }

    .MyLPs .section1_text_box {
        padding: 20px 0;
        background-color: #1f1f1f;
        border-radius: 0;
        width: 100%;
    }

    .MyLPs .text_box_lists_color_bg {
        padding: 20px;
    }

    .MyLPs .footer_container .footer_item {
        width: 87%;
    }

    .MyLPs .footer_heading {
        font-size: 38px;
        margin-top: -30px;
    }

    .MyLPs .footer_title {
        font-size: 18px;
        min-height: 0px;
    }
    
    .MyLPs .footer_subtitle {
        font-size: 16px;
    }

}

@media (max-width: 390px) {

    .MyLPs .header .header_title {
        font-size: 22px;
    }

    .MyLPs .header .header_par {
        font-size: 16px;
    }

    .MyLPs .btnCommon {
        font-size: 14px;
        padding: 11px 40px;
    }
}