.MyLPs {
    color: #fff;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
    background-color: #fff;
}

.MyLPs p {
    line-height: 1.2;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.MyLPs .wreg {
    font-weight: initial;
}

.MyLPs .w700 {
    font-weight: 700;
}

.MyLPs .w900 {
    font-weight: 900;
}

.MyLPs .f16 {
    font-size: 16px;
}

.MyLPs .f18 {
    font-size: 18px;
}

.MyLPs .f20 {
    font-size: 20px;
    line-height: 28px;
}

.MyLPs .f30 {
    font-size: 30px;
}

.MyLPs .f48 {
    font-size: 48px;
    margin-bottom: 30px;
}

.MyLPs .margin_0_auto {
    margin: 0 auto;
}

.MyLPs .margin_auto {
    margin: auto;
}

.MyLPs .container_padding {
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
    padding: 0px 96px;
    height: 100%;
}

.MyLPs .justify_content_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.MyLPs .justify_content_end {
    justify-content: flex-end;
}

.blue_text {
    color: #10218b;
}

.black_text {
    color: #000;
}

.gray_text {
    color: #90949c;
}

.header {
    background-color: #031622;
    background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/header_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
}

.section_btns {
    background-color: #90949c;
}

.section_btns .btns {
    color: #fff;
    font-size: 22px;
    padding: 10px 20px;
}

.section_btns .vl {
    border-left: 1px solid #fff;
    height: 100%;
}

.section_btns .container_btns {
    display: flex;
    flex-direction: row;
}

.section_logo {
    width: fit-content !important;
    margin-bottom: 20px;
}

.section1 {
    background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section1_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
}

.section2 {
    background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section2_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
}

.section3 {
    background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section3_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
}

.section4 {
    background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section4_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
}

.section5 {
    background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section5_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
}

.section6 {
    background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section6_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
}

.section7 {
    background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section7_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
}

.section_products {
    padding: 40px 80px;
}

.section_footnote {
    padding: 20px 0px;
}

.section_footnote li {
    margin: 20px 0px;
}

.section_products_carousel .owl-item {
    background-color: #fff;
    border-radius: 20px;
    margin: 20px 0px;
}

.section_products_carousel_wrapper {
    background-color: rgb(0, 0, 0, 0.1);
    padding: 20px 100px;
    border-radius: 20px;
}

.section_products_carousel_wrapper .owl-carousel .productWrapper img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.section_products_carousel .card_title {
    padding: 20px;
}

.section_products_carousel .card_sub {
    margin-bottom: 20px;
    min-height: 48px;
}

.section_products_carousel .card_text {
    min-height: 63px;
}

.section_products_carousel .item {
    padding: 20px 50px;
}

.section_products_carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.section_products_carousel .owl-nav .owl-prev,
.section6_carousel .owl-nav .owl-prev,
.section10_carousel .owl-nav .owl-prev {
    position: absolute;
    top: 33%;
    left: -53px;
}

.section_products_carousel .owl-nav .owl-next,
.section6_carousel .owl-nav .owl-next,
.section10_carousel .owl-nav .owl-next {
    position: absolute;
    top: 33%;
    right: -53px;
}

.section_products_carousel .owl-nav .owl-next:hover,
.section_products_carousel .owl-nav .owl-prev:hover {
    background-color: transparent;
}

.section_products_carousel .btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #2C2D31;
    background-color: #FFC439;
    border-radius: 6px;
    border: none;
    padding: 15px 40px 16px 40px;
    position: absolute;
    bottom: 10px;
    left: 50%;
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   margin-top: 50px;
   white-space: nowrap;
}

.section_products_carousel .item:hover .btn {
    background-color: #ffd061;
}

@media(max-width:1550px) {

    .MyLPs .f18 {
        font-size: 16px;
    }

    .MyLPs .f20 {
        font-size: 18px;
        line-height: 24px;
    }

    .MyLPs .f48 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .MyLPs .container_padding {
        max-width: 1550px;
        padding: 0px 40px;
        height: 100%;
    }

    .section_products_carousel .item {
        padding: 20px 30px;
    }

}

@media(max-width:1400px) {

    .section_products {
        padding: 40px;
    }
    .section_products_carousel .card_text {
        min-height: 76px;
    }
}

@media(max-width:1350px) {

    .section_products_carousel .card_SUB {
        min-height: 63px;
    }

    .section3 .flexCol_lg_4, .section4 .flexCol_lg_4 {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media(max-width:1070px) {

    .MyLPs .justify_content_center {
        justify-content: flex-end;
        padding-bottom: 20px;
    }

    .header {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/header_bg_t.jpg);
        height: 600px;
    }

    .section1 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section1_bg_t.jpg);
        height: 600px;
    }

    .section2 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section2_bg_t.jpg);
        height: 600px;
    }

    .section3 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section3_bg_t.jpg);
        height: 600px;
    }

    .section4 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section4_bg_t.jpg);
        height: 600px;
    }

    .section5 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section5_bg_t.jpg);
        height: 600px;
    }

    .section6 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section6_bg_t.jpg);
        height: 600px;
    }

    .section7 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section7_bg_t.jpg);
        height: 600px;
    }

    .section3 .flexCol_lg_4, .section4 .flexCol_lg_4 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media(max-width:640px) {

    .MyLPs .f16 {
        font-size: 14px;
    }

    .header {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/header_bg_m.jpg);
        background-position: top;
        height: 700px;
    }

    .section1 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section1_bg_m.jpg?v3);
        background-position: top;
        height: 700px;
    }

    .section2 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section2_bg_m.jpg?v4);
        background-position: top;
        height: 700px;
    }

    .section3 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section3_bg_m.jpg?v2);
        background-position: top;
        height: 700px;
    }

    .section4 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section4_bg_m.jpg?v4);
        background-position: top;
        height: 700px;
    }

    .section5 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section5_bg_m.jpg?v2);
        background-position: top;
        height: 540px;
    }

    .section6 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section6_bg_m.jpg?v3);
        background-position: top;
        height: 700px;
    }

    .section7 {
        background: url(https://support3.you.gr/you/redesign/landing_pages/2023_Epson_projectors/images/section7_bg_m.jpg?v2);
        background-position: top;
        height: 700px;
    }

    .section_btns .btns {
        font-size: 19px;
    }

    .section_products {
        padding: 10px;
    }

    .section_products_carousel_wrapper {
        padding: 20px 40px;
    }

    .section_products_carousel .owl-nav .owl-prev,
.section6_carousel .owl-nav .owl-prev,
.section10_carousel .owl-nav .owl-prev {
    left: -33px;
}

.section_products_carousel .owl-nav .owl-next,
.section6_carousel .owl-nav .owl-next,
.section10_carousel .owl-nav .owl-next {
    right: -33px;
}
}

@media(max-width:440px) {

    .MyLPs .f16 {
        font-size: 12px;
    }

    .MyLPs .f20 {
        font-size: 16px;
        line-height: 22px;
    }

    .MyLPs .f48 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .section_btns .btns {
        font-size: 16px;
        padding: 10px;
        margin: auto;
    }

    .MyLPs .container_padding {
        max-width: 440px;
        padding: 0px 20px;
    }
}