/*******************************************************
 *
 * Landing Page
 *
 *******************************************************/

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.img-canvas{
    position: relative;
    overflow: hidden;
}

.img-canvas canvas{
    display: block;
    width: 100%;
    height: auto;
}

.img-canvas img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.3s;
}

.ip-banner {
    display: none;
}


/* LP header */

.hdr-nav {
    display: flex;
    align-items: center;
}

    .hdr-nav-contact {
        display: flex;
        align-items: center;
        margin-left: clamp(50px,6.875vw,110px);
    }

        .hdr-nav-email {
            font-size: 15px;
            color: #fff;
            line-height: 25px;
            letter-spacing: 0.05em;
        }

            .hdr-nav-email i {
                font-size: 12px;
                display: inline-block;
                padding-right: 10px;
            }

            .hdr-nav-email:hover {
                color: #fff;
                opacity: 0.6;
            }

        .hdr-nav-phone {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 24px;
            letter-spacing: 0.05em;
            font-weight: 600;
            border: 2px solid #fff;
            width: fit-content;
            padding: 16px 24px;
            transition: 0.3s;
            margin-left: clamp(25px,3.438vw,55px);
        }

            .hdr-nav-phone:hover {
                background: #fff;
                color: #000;
            }



/* LP banner */

.lp-banner {
    position: relative;
    overflow: hidden;
}
    
    .lp-banner-photo {}

        .lp-banner-photo:before {
            position: absolute;
            content: '';
            pointer-events: none;
            width: 100%;
            height: 40%;
            top: 0;
            left: 0;
            background: linear-gradient(180deg, black, transparent);
            z-index: 1;
            opacity: 0.6;
        }

        .lp-banner-photo canvas {
            min-height: 420px;
        }

        .lp-banner-photo img {
            filter: brightness(0.8);
        }

    .lp-banner-tagline {
        z-index: 3;
        position: absolute;
        bottom: 133px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 20px;
        text-transform: uppercase;
        max-width: 1280px;
    }

        .lp-banner-tagline h2 {
            color: #fff;
            font-size: clamp(40px,3.500vw,56px);
            font-family: var(--font-family-title);
            font-weight: 600;
            text-shadow: -2px 2px 5px #000;
            line-height: 1.6;
        }

        .lp-banner-tagline span {
            font-size: clamp(20px,1.875vw,30px);
            color: #fff;
            line-height: 24px;
            font-weight: 200;
            text-shadow: -2px 2px 5px BLACK;
        }


.lp-banner-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

    .lp-banner-accent canvas {
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        opacity: 0.24;
        pointer-events: none;
        display: block;
        height: 100%;
    }




/* LP Breadcrumbs */
.lp-breadcrumbs {
    padding: 0 20px;
}

    .lp-breadcrumbs .custom-breadcrumbs {
        width: 100%;
        max-width: max(1120px,70vw);
        margin: 0 auto;
    }

        .lp-breadcrumbs p#breadcrumbs {
            margin: 10px 0;
            text-align: right;
            text-transform: uppercase;
            font-size: 15px;
            letter-spacing: 0.08em;
            font-weight: 500;
        }

            .lp-breadcrumbs p#breadcrumbs a {
                color: #aaaaaa;
            }


/* LP Sell */

.lp-sell {
    position: relative;
    padding: 0 50px;
}

    .lp-sell-inner {
        padding: 60px 50px 0;
        background: #8e8483;
        position: relative;
    }

        .lp-sell-accent {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            height: 100%;
        }

           .lp-sell-accent canvas {
                opacity: 0.08;
                display: block;
                width: 100%;
                height: auto;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }

        .lp-sell-inner:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 33%;
            bottom: 0;
            left: 0;
            background: #fff;
        }

        .lp-sell-rm {
            margin-top: 60px;
            position: relative;
        }

            .lp-sell-rm-items {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

                .lp-sell-rm-item {
                    width: calc((215/1400)*100%);
                }

                    .lp-sell-rm-item-photo {
                        border: 5px solid #fff;
                    }

                        .lp-sell-rm-item:hover .lp-sell-rm-item-photo img {
                            transform: scale(1.2);
                        }


                    .lp-sell-rm-title {
                        padding: 20px 0;
                    }

                        .lp-sell-rm-title h2 {
                            text-align: center;
                            font-size: clamp(16px,1.250vw,20px);
                            text-transform: uppercase;
                            color: #444444;
                            line-height: 24px;
                            font-weight: 600;
                        }



/* LP FL */


.lp-fl {
    padding: 0 20px;
}

    .lp-fl-inner {
        width: 100%;
        max-width: max(1140px);
        margin: 0 auto;
        padding: 100px 0;
    }


    .lp-fl-slider {
        margin-top: 37px;
    }

        .lp-fl-slides {}

            .lp-fl-slides .slick-list.draggable {
                margin-left: -6px;
                margin-right: -6px;
            }

                .lp-fl-slide {
                    position: relative;
                }

                    .lp-fl-photo img {
                        filter: brightness(0.8);
                    }

                    .lp-fl-slide:hover .lp-fl-photo img {
                        filter: none;
                        transform: scale(1.1);
                    }


                    .lp-fl-slides .slick-slide > div {
                        margin: 0 6px;
                    }

                    .lp-fl-det {
                        position: absolute;
                        bottom: 10px;
                        left: 0;
                        width: 100%;
                        padding: 17px;
                    }

                        .lp-fl-price {
                            font-size: clamp(25px,2.250vw,36px);
                            color: #fff;
                            font-weight: 600;
                        }

                        .lp-fl-loc {
                            color: #fff;
                            font-size: clamp(13px,1vw,16px);
                            line-height: 24px;
                            margin-top: 5px;
                            text-transform: uppercase;
                        }

                        .lp-fl-feat {
                            display: flex;
                            margin-top: 10px;
                        }

                            .lp-fl-feat > div {
                                font-size: clamp(13px,1vw,16px);
                                color: #fff;
                                text-transform: uppercase;
                                padding: 0 10px
                            }

                            .lp-fl-bed {
                                padding-left: 0 !important;
                            }

                            .lp-fl-bath {
                                border-left: 1px solid #fff;
                                border-right: 1px solid #fff;
                            }

        .lp-fl-navigations {
            display: flex;
            justify-content: center;
            margin-top: 45px;
            flex-wrap: wrap;
        }

            .lp-fl-navigations .prev, .lp-fl-navigations .next {
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 0.05em;
                display: flex !important;
                align-items: center;
                cursor: pointer;
            }

                .lp-fl-navigations .prev:hover, .lp-fl-navigations .next:hover {
                    color: #666;
                }

                .lp-fl-navigations .prev i, .lp-fl-navigations .next i {
                    font-size: 17px;
                    display: inline-block;
                    padding: 0 18px;
                }

            .lp-fl-navigations .site-button {
                margin: 0 65px;
            }


/* LP Testi */

.lp-testi {
    padding: 0 20px;
    background: #eeeeee;
}

    .lp-testi-inner {
        width: 100%;
        max-width: max(1340px,83.75vw);
        margin: 0 auto;
        padding: 100px 0;
        position: relative;
    }


        .lp-testi-slider {
             padding: 0 130px; 
        }

            .lp-testi-slide p {
                line-height: 28px;
                text-align: center;
                margin: 25px 0;
            }

            .lp-testi-slide h2 {
                font-size: 22px;
                text-align: center;
                padding-top: 15px;
                text-transform: uppercase;
            }

        .lp-testi-arrows {

        }

            .lp-testi-arrows > div {
                width: 65px;
                height: 65px;
                display: flex !important;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                border: 2px solid #dacfd6;
                position: absolute;
                top: 55%;
                transform: translateY(-50%);
            }

            .lp-testi-arrows > div.next {
                right: 0;
            }

            .lp-testi-arrows > div.prev {
                left: 0;
            }





.lp-fl-slides:not(.slick-initialized) .lp-fl-slide:nth-child(n+3) ~ div,
.lp-testi-slides:not(.slick-initialized) .lp-testi-slide:nth-child(n+2){ 
     display: none !important;
}

.lp-fl-slides:not(.slick-initialized) .lp-fl-slide {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% /3);
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

    .lp-sell {
        padding: 0 20px;
    }

    .lp-sell-inner {
        padding: 60px 20px 0;
    }

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {

    .lp-fl-slides:not(.slick-initialized) .lp-fl-slide:nth-child(n+2),
    .lp-testi-slides:not(.slick-initialized) .lp-testi-slide:nth-child(n+2){ 
         display: none !important;
    }

    .lp-banner-tagline {
        text-align: center;
        bottom: auto;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .lp-banner-tagline h2 {
        line-height: 1.1;
        margin-bottom: 10px;
    }

   .lp-sell-rm-item {
        width: 32%;
    }

    .lp-sell-inner:before {
        display: none;
    }

    .lp-sell-rm-title h2 {
        color: #fff;
    } 

    .lp-sell-accent canvas {
        height: 100%;
        background-size: cover;
    }

    .lp-fl-det {
        text-align: center;
    }

    .lp-fl-feat {
        justify-content: center;
    }

    .lp-fl-bed {
        padding-left: 10px !important;
    }

    .lp-fl-slides .slick-slide > div {
        max-width: 500px;
        margin: 0 auto;
    }

    .lp-testi-arrows > div {
        position: relative;
        transform: none;
        left: auto !important;
        right: auto !important;
        margin: 0 20px;
    }

    .lp-testi-arrows {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    .lp-testi-slider {
        padding: 0 20px;
    }

    .hdr-nav {
        display: none;
    }

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

    .lp-sell-rm-item {
        width: 48%;
        margin-bottom: 30px;
    }

    .lp-sell-rm-title h2 {
        font-size: 20px;
    }

    .lp-fl-navigations .site-button {
        margin: 0 25px;
    }

    .lp-fl-navigations .site-button {
        width: 100%;
        text-align: center;
    }

     .lp-fl-navigations .site-button {
        width: 100%;
        text-align: center;
        order: 1;
        margin: 40px 25px 0;
    }

    .lp-fl-navigations .prev, .lp-fl-navigations .next {
        margin: 0 25px;
    }

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

    .lp-sell-rm-item {
        width: 100%;
    }



}
 
