﻿html {
    scroll-behavior: smooth;
}

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

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

.margin_auto {
    margin: auto;
}

.MyLPs .f36 {
    font-size: 36px;
}

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

.MyLPs .f28 {
    font-size: 28px;
}

.MyLPs .f26 {
    font-size: 26px;
}

.MyLPs .f24 {
    font-size: 24px;
}

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

.MyLPs .f14 {
    font-size: 14px;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .header {
    background: url(images/header_bg.jpg) center top no-repeat;
    background-size: contain;
    background-color: #caf4ff;
}

.MyLPs .header .header_blue_text {
    color: #4960f2;
    background: linear-gradient(180deg, rgba(237, 237, 239, 0) 0%, rgba(237, 237, 239, 0) 58%, rgba(241, 251, 254, 1) 58%, rgba(241, 251, 254, 1) 100%);
    display: inline-block;
    width: fit-content;
    padding: 0 10px;
}

.MyLPs .header_btns {
    padding: 10px 0 20px;
}

.MyLPs .header_btns .header_btns_wrapper .title {
    color: #2b2d40;
    font-weight: 500;
    margin-top: 20px;
    font-size: 17px;
}

.MyLPs .header_btns .header_btns_wrapper .item img {
    width: fit-content;
    height: fit-content;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.MyLPs .header_btns .header_btns_wrapper .item:hover img {
    -webkit-transform: rotate(-15deg) scale(1);
    transform: rotate(-15deg) scale(1);
}

.MyLPs .section1 {
    background: url(images/section1_bg.png) center top no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-radius: 100px;
}

.MyLPs .carousel_wrapper .title {
    color: #2b2d40;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 46px;
    place-content: center;
}

.MyLPs .carousel_wrapper .item img {
    padding: 8px;
    width: fit-content;
    height: auto;
    margin: auto;
}

.MyLPs .carousel_wrapper .item:hover img,
.MyLPs .section4_6_carousel_wrapper .products:hover {
    filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.3));
}

.MyLPs .section1 .section1_bg_icon1,
.MyLPs .section1 .section1_bg_icon2,
.MyLPs .section2 .section2_bg_icon1,
.MyLPs .section3 .section3_bg_icon1,
.MyLPs .section4 .section4_bg_icon1,
.MyLPs .section5 .section5_bg_icon1,
.MyLPs .section5 .section5_bg_icon2,
.MyLPs .section6 .section6_bg_icon1,
.MyLPs .section7 .section7_bg_icon1 {
    display: none;
}

.MyLPs .owl-nav {
    margin-top: 0;
}

.MyLPs .owl-nav button.owl-prev {
    transform: translateY(-50%) scale(-1);
}

.MyLPs .owl-nav button {
    position: absolute;
    top: 65%;
    left: -80px;
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    background: url(images/arrowSliderYel.svg) center center no-repeat !important;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all linear 0.15s;
}

.MyLPs .owl-nav button.owl-next {
    left: unset;
    right: -80px;
}

.MyLPs .owl-nav button span {
    display: none;
}

.MyLPs .section2 {
    background: url(images/section2_bg.png) center top no-repeat;
    background-size: cover;
    color: #2b2d40;
    padding: 40px 0;
    border-radius: 100px;
}

.MyLPs .section3 {
    background: url(images/section3_bg.png) center top no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-radius: 100px;
}

.MyLPs .section4 {
    background: url(images/section4_bg.png) center top no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-radius: 100px;
}

.MyLPs .section4_6_carousel_wrapper .products {
    background-color: #fff;
    padding: 10px 20px 20px;
    border-radius: 20px;
    text-align: left;
    position: relative;
    margin: 38px 10px 20px;
}

.MyLPs .section4_6_carousel_wrapper .products .title {
    margin-top: 20px;
    color: #2b2d40;
    height: 52px;
}

.MyLPs .section4_6_carousel_wrapper .products::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: url('images/pin.png') center bottom no-repeat;
    background-size: cover;
    height: 38px;
    width: 49px;
    opacity: 0;
    transition: all linear 0.1s;
}

.MyLPs .section4_6_carousel_wrapper .products:hover::after {
    opacity: 1;
}

.MyLPs .section3 .carousel_wrapper .title,
.MyLPs .section5 .carousel_wrapper .title {
    height: 64px;
}

.MyLPs .section5 {
    background: url(images/section5_bg.png) center top no-repeat;
    background-size: cover;
    padding: 40px 0;
    color: #2b2d40;
    border-radius: 100px;
}

.MyLPs .section6 {
    background: url(images/section6_bg.png) center top no-repeat;
    background-size: cover;
    padding: 40px 0;
    color: #2b2d40;
    border-radius: 100px;
}

.MyLPs .section7 {
    background: url(images/section7_bg.png) center top no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-radius: 100px;
}

.MyLPs .section7 .carousel_wrapper .title {
    bottom: 30px;
    height: 86px;
}

.MyLPs .section8 {
    background-color: #daf6fd;
    border-radius: 80px;
    margin: 80px auto;
}

.MyLPs .section8 img {
    margin: -80px auto;
}

.MyLPs .travel_promo:hover {
filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.3));
}

@media (max-width: 1685px) {
    .MyLPs .f22 {
        font-size: 20px;
    }

    .MyLPs .header .container {
        padding: 0 0;
    }

    .MyLPs .carousel_wrapper .title {
        bottom: 25px;
    }

    .MyLPs .section7 .carousel_wrapper .title {
        bottom: 20px;
    }
}

@media (max-width: 1483px) {

    .MyLPs .section7 .item {
        display: flex;
        flex-direction: row;
    }

    .MyLPs .section7 .carousel_wrapper .title {
        bottom: 30px;
    }
}

@media (max-width: 1453px) {
    .MyLPs .header .header_left_part {
        display: none;
    }

    .MyLPs .header .header_logo_part {
        margin: auto 80px;
        max-width: 50%;
    }

    .MyLPs .header .header_logo {
        width: 385px;
    }

    .MyLPs .section1 {
        background-color: #4db8d3;
        border-radius: 40px;
        background-image: none;
    }

    .MyLPs .section1 .section1_bg_icon1,
    .MyLPs .section1 .section1_bg_icon2,
    .MyLPs .section2 .section2_bg_icon1,
    .MyLPs .section3 .section3_bg_icon1,
    .MyLPs .section4 .section4_bg_icon1,
    .MyLPs .section5 .section5_bg_icon1,
    .MyLPs .section5 .section5_bg_icon2,
    .MyLPs .section6 .section6_bg_icon1,
    .MyLPs .section7 .section7_bg_icon1 {
        display: block;
    }

    .MyLPs .section1 .section1_bg_icon1 {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .MyLPs .section1 .section1_bg_icon2 {
        position: absolute;
        top: 30%;
        right: 20px;
    }

    .MyLPs .section2 {
        background-color: #c9eaf2;
        border-radius: 40px;
        background-image: none;
    }

    .MyLPs .section2 .section2_bg_icon1,
    .MyLPs .section4 .section4_bg_icon1 {
        position: absolute;
        top: 0;
        left: 20px;
        height: -webkit-fill-available;
    }

    .MyLPs .section3 {
        background-color: #228ba6;
        border-radius: 40px;
        background-image: none;
    }

    .MyLPs .section3 .section3_bg_icon1 {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: auto;
        border-radius: 40px 0 0 40px;
    }

    .MyLPs .section4 {
        background-color: #0c4d5e;
        border-radius: 40px;
        background-image: none;
    }

    .MyLPs .section5 {
        background-color: #c9eaf2;
        border-radius: 40px;
        background-image: none;
    }

    .MyLPs .section5 .section5_bg_icon1, .MyLPs .section7 .section7_bg_icon1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto;
        border-radius: 40px 0 0 40px;
    }

    .MyLPs .section5 .section5_bg_icon2 {
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: 0.4;
        border-radius: 0 0 40px 40px;
    }

    .MyLPs .section6 {
        background-color: #ddeaef;
        border-radius: 40px;
        background-image: none;
    }

    .MyLPs .section6 .section6_bg_icon1 {
        position: absolute;
        top: 0;
        right: 0;
        height: -webkit-fill-available;
    }

    .MyLPs .section7 {
        background-color: #228ba6;
        border-radius: 40px;
        background-image: none;
    }
    
}

@media (max-width: 1200px) {
    .MyLPs .f36 {
        font-size: 32px;
    }

    .MyLPs .f32 {
        font-size: 28px;
    }

    .MyLPs .f28 {
        font-size: 24px;
    }

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

    .MyLPs .f24 {
        font-size: 20px;
    }

    .MyLPs .f22 {
        font-size: 18px;
    }

    .MyLPs .f14 {
        font-size: 12px;
    }

    .MyLPs .header .header_logo_part {
        margin: auto;
    }

    .MyLPs .header .header_logo {
        width: 285px;
    }

    .MyLPs .header .container {
        padding-left: 52px;
        padding-right: 52px;
    }

    .MyLPs .header_btns .header_btns_wrapper .title {
        margin-top: 10px;
        font-size: 16px;
    }

    .MyLPs .section1 .section1_bg_icon2 {
        width: 120px;
        height: auto;
    }

    .MyLPs .section2 .section2_bg_icon1 {
        opacity: 0.3;
    }


    .MyLPs .section8 {
        border-radius: 30px;
    }

    .MyLPs .section8 .container .flexRow {
        display: flex;
        flex-direction: column-reverse;
    }

    .MyLPs .section8 img {
        margin-bottom: -20px;
    }
}

@media (max-width: 991px) {
    .MyLPs .section1 .section1_bg_icon1 {
        width: 90px;
        height: auto;
        left: 5px;
        top: 80px;
    }

    .MyLPs .section1 .section1_bg_icon2 {
        width: 100px;
        top: 20%;
        right: 5px;
    }

    .MyLPs .owl-nav button {
        height: 30px;
        width: 30px;
        left: -40px;
    }

    .MyLPs .owl-nav button.owl-next {
        right: -40px;
    }

    .MyLPs .section2 .section2_bg_icon1,
    .MyLPs .section3 .section3_bg_icon1,
    .MyLPs .section5 .section5_bg_icon1, .MyLPs .section7 .section7_bg_icon1 {
        display: none;
    }

    .MyLPs .section4 .section4_bg_icon1,
    .MyLPs .section6 .section6_bg_icon1 {
        opacity: 0.3;
    }

    .MyLPs .section4_6_carousel_wrapper .products::after {
        background: unset;
    }
}

@media (max-width: 900px) {
    .MyLPs .header .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 768px) {
    .MyLPs .f36 {
        font-size: 30px;
    }

    .MyLPs .f32 {
        font-size: 26px;
    }

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

    .MyLPs .f26 {
        font-size: 20px;
    }

    .MyLPs .f24 {
        font-size: 18px;
    }

    .MyLPs .f22 {
        font-size: 17px;
    }

    .MyLPs .f14 {
        font-size: 11px;
    }

    .MyLPs .header .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .MyLPs .header_btns .header_btns_wrapper .title {
        font-size: 14px;
    }
}

@media (max-width: 670px) {
    .MyLPs .section4_6_carousel_wrapper .products .title {
        height: 41px;
    }

    .MyLPs .section4_6_carousel_wrapper .products {
        margin: 38px 0px 20px;
    }

    .MyLPs .section4 .section4_bg_icon1,
    .MyLPs .section6 .section6_bg_icon1 {
        display: none;
    }

    .MyLPs .section7 .carousel_wrapper .title {
        bottom: 15px;
    }
}

@media (max-width: 578px) {
    .MyLPs .f36 {
        font-size: 28px;
    }

    .MyLPs .f32 {
        font-size: 21px;
    }

    .MyLPs .f28 {
        font-size: 20px;
    }

    .MyLPs .f26 {
        font-size: 18px;
    }

    .MyLPs .f24 {
        font-size: 17px;
    }

    .MyLPs .f22 {
        font-size: 16px;
    }

    .MyLPs .f14 {
        font-size: 10px;
    }

    .MyLPs .hozSpace.space40 {
        height: 20px;
    }

    .MyLPs .header .header_logo_part {
        max-width: 100%;
    }

    .MyLPs .header .header_logo {
        width: 200px;
    }

    .MyLPs .header .header_logo {
        margin: 20px auto -30px;
    }

    .MyLPs .header_btns .header_btns_wrapper .title {
        display: none;
    }

    .MyLPs .header_btns .header_btns_wrapper .item img {
        height: 50px;
        width: auto;
    }

    .MyLPs .header_btns {
        padding: 0 0 14px;
    }

    .MyLPs .section7 .carousel_wrapper .title {
        bottom: 0px;
    }
}

@media (max-width: 440px) {

    .MyLPs .section1,
    .MyLPs .section2,
    .MyLPs .section3,
    .MyLPs .section4,
    .MyLPs .section5,
    .MyLPs .section6,
    .MyLPs .section7 {
        padding: 25px 0;
        border-radius: 20px;
    }

    .MyLPs .section1 .section1_bg_icon1 {
        display: none;
    }

    .MyLPs .section1 .section1_bg_icon2 {
        display: none;
    }

    .MyLPs .carousel_wrapper .title {
        bottom: 10px;
    }

    .MyLPs .carousel_wrapper .item img {
        background: linear-gradient(0deg, #fff 40%, transparent 30%);
        border-radius: 30px;
        padding: 0 0 10px;
    }

    .MyLPs .section4_6_carousel_wrapper {
        margin-top: 20px;
    }

    .MyLPs .section4_6_carousel_wrapper .products {
        max-width: 242px;
        margin: auto;
        height: auto;
    }

    .MyLPs .section4_6_carousel_wrapper .products img {
        width: 200px;
        height: auto;
    }

    .MyLPs .section4_6_carousel_wrapper .products .title {
        height: 28px;
    }

    .MyLPs .section7 .item .products {
        margin: auto 5px;
    }

    .MyLPs .section7 .item .products .title {
        width: 93%;
    }

    .MyLPs .section7 .carousel_wrapper .item img {
        background: linear-gradient(0deg, #fff 45%, transparent 30%);
        padding: 0 0 30px;
    }
}