/*******************************************************
 *
 * listingshoods Details
 *
 *******************************************************/
span.listings-status {
    padding: 10px 15px;
    display: block;
    background: #051c43;
    width: fit-content;
    margin-top: 10px;
}

.ip-banner {
    display: none;
}

p#breadcrumbs > span.container {
    width: 100% !important;
    max-width: max(1420px,88.75vw);
    padding: 0;
}

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

#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;
}

.bg-fixed{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-fixed canvas {
    display: block;
    width: 100%;
    height: 100%;
    background: center/cover no-repeat fixed;
}

.listings-details-banner {
    position: relative;
}

    .list-det-banner-photo canvas {
        min-height: 250px;
    }

    .list-det-banner-photo:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000;
        z-index: 1;
        opacity: 0.45;
        pointer-events: none;
    }

.list-det-banner-address {
    position: absolute;
    background: #0f100f;
    padding: 24px 10px 24px 37px;
    width: 495px;
    bottom: 35px;
    left: 48px;
    z-index: 3;
}

    .list-det-banner-address h2 {
        font-size: 24px;
        letter-spacing: 0.03em;
        font-weight: 600;
        color: #fff;
    }

    .list-det-banner-address span {
        font-size: 18px;
        letter-spacing: 0.05em;
        display: block;
        padding-top: 10px;
        color: #fff;
    }


.listings-details-wrap {}

    .listings-details-inner {}

        .list-det-main {
            padding: 0 20px 40px;
            position: relative;
        }

            .list-det-main-bg canvas {
                filter: grayscale(1);
                opacity: 0.2;
            }

            .list-det-main-bg::before {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: linear-gradient(0deg, #fff,#fff, transparent);
                z-index: 1;
            }

            .list-det-main-inner {
                width: 100%;
                max-width: max(1420px,88.75vw);
                margin: 0 auto;
                display: flex;
                align-items: end;
                padding: 90px 0 0;
            }

                .left-main {
                    width: calc((720/1420)*100%);
                    background: #141414;
                    padding: 80px clamp(30px,3.563vw,57px);
                }

                    .left-main h2 {
                        text-transform: uppercase;
                        font-size: clamp(23px,3vw,48px);
                        font-weight: 300;
                        color: #fff;
                        padding-bottom: 21px;
                    }

                    .left-main p {
                        font-size: 14px;
                        letter-spacing: 0.03em;
                        line-height: 30px;
                        margin: 25px 0;
                        color: #ccc;
                    }

                    .list-req-btn {
                        padding-top: 5px;
                    }

                .right-main {
                    width: calc(100% - calc((720/1420)*100%));
                }

                    .list-info {
                        display: flex;
                        justify-content: center;
                        align-items: start;
                        padding: 50px 20px;
                    }

                        .list-info span {
                            text-transform: uppercase;
                            font-size: clamp(14px,1.125vw,18px);
                            line-height: 30px;
                            letter-spacing: 0.03em;
                            text-align: center;
                            display: block;
                            margin: 0 clamp(20px,2.688vw,43px);
                        }

                            .list-info span img {
                                display: block;
                                margin: 9px auto;
                            }

            .list-det-main-cta {
                display: flex;
                justify-content: center;
                align-items: end;
                padding: 40px 0;
            }

                .list-det-main-cta a {
                    margin: 0 clamp(20px,2.688vw,43px);
                    text-transform: uppercase;
                    font-size: 14px;
                    line-height: 30px;
                    letter-spacing: 0.03em;
                    display: block;
                    text-align: center;
                    font-weight: 600;
                    color: #000;
                }

                    .list-det-main-cta a img {
                        display: block;
                        margin: 0 auto 15px;
                        transition: 0.5s;
                    }

                        .list-det-main-cta a:hover img {
                            transform: rotateY(180deg);
                        }

        .list-det-features {
            padding: 144px 20px;
            position: relative;
        }

            .list-det-features-bg canvas {
                filter: brightness(0.2);
            }

            .list-det-feat-inner {
                display: flex;
                justify-content: center;
                align-items: end;
            }

                .list-det-feat-inner > div {
                    text-align: center;
                    padding: 0 clamp(40px,5.625vw,90px);

                }

                .list-id, .list-area {
                    padding: 0 clamp(20px,2.5vw,40px) !important;
                }

                    .list-det-feat-inner > div span {
                        text-transform: uppercase;
                        letter-spacing: 0.03em;
                        display: block;
                        padding: 20px 0;
                        color: #fff;
                    }

                    .list-det-feat-inner > div h2 {
                        font-size: clamp(35px,3vw,48px);
                        letter-spacing: 0.03em;
                        color: #fff;
                    }

        .list-det-gallery {
            padding: 0 20px;
        }

            .list-det-gal-inner {
                width: 100%;
                max-width: max(1420px,88.75vw);
                margin: 0 auto;
                padding: 90px 0;
            }

                .list-det-gal-slider {}

                    .list-det-gal-slides {}

                        .list-det-gal-slide {}

                            .list-det-gal-rows {}

                                .list-det-gal-row {
                                    display: flex;
                                    justify-content: space-between;
                                    margin-bottom: 33px;
                                }

                                .list-det-gal-row:last-child {
                                    flex-direction: row-reverse;
                                }

                                    .list-det-gal-row:nth-child(odd) .list-det-gal-photo:first-child {
                                        width: calc((789/1420)*100%);
                                    }

                                    .list-det-gal-row:nth-child(odd) .list-det-gal-photo:last-child {
                                        width: calc((598/1420)*100%);
                                    }

                                    .list-det-gal-row:nth-child(even) .list-det-gal-photo {
                                        width: calc((692/1420)*100%);
                                    }



                    .list-det-gal-navi {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding-top: 40px;
                    }

                        .list-det-gal-navi > div {
                            font-size: 18px;
                            display: flex;
                            align-items: center;
                        }

                            .list-det-gal-navi > div span {
                                font-size: 16px;
                                display: inline-block;
                                padding: 0 14px;
                            }

                        .list-det-gal-navi span.line {
                            display: block;
                            width: 1px;
                            height: 30px;
                            background: #000;
                            margin: 0 27px;
                        }

        .list-det-cta {
            padding-top: 50px;
        }

            .list-det-cta-title {
                text-align: center;
            }

            .listings-det-cta {
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 40px 0px 90px;
            }

                .listings-det-cta a {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    width: 360px;
                    padding: 27px 0;
                    margin: 0 15px;
                    position: relative;
                }

                .listings-det-cta a:before{
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    background: var(--font-color-accent-1);
                    z-index: -1;
                    transition: 0.3s;
                }

                    .listings-det-cta a:after {
                        background: #000;
                        position: absolute;
                        content: '';
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        z-index: -1;
                        opacity: 0;
                        transition: 0.3s;
                    }

                  

                    .listings-det-cta a:hover:after {
                        opacity: 1;
                    }



                    .listings-det-cta a span {
                        font-size: 14px;
                        text-transform: uppercase;
                        letter-spacing: 0.01em;
                        color: #fff;
                    }

                    .listings-det-cta a h2 {
                        font-size: 25px;
                        text-transform: uppercase;
                        letter-spacing: 0.01em;
                        margin-top: 6px;
                        color: #fff;
                    }






/*******************************************************
 *
 * 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) {

    .left-main {
        padding: 50px clamp(30px,3.563vw,57px);
    }

    .left-main p {
        line-height: 25px;
        margin: 20px 0;
    }

    .bg-fixed canvas {
        background-attachment: scroll;
    }
} 

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

    .listings-det-cta {
        flex-direction: column;
    }

    .listings-det-cta a {
        margin: 10px;
    }

    .list-det-main-inner {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
    }

    .list-det-main-inner > div {
        width: 100%;
        text-align: center;
    }

    .list-req-btn .site-btn {
        margin: 0 auto;
    }

    .list-det-feat-inner {
        flex-direction: column;
        align-items: center;
    }

    .list-det-feat-inner > div h2 {
        margin-top: 0;
    }

    .list-det-feat-inner > div span {
        padding: 10px 0;
    }

    .list-det-feat-inner > div {
        padding: 30px 0;
    }

    .list-det-gal-row {
        margin-bottom: 23px;
    }


    .list-det-banner-address {
        width: 100%;
        left: 0;
        text-align: center;
        padding: 20px 10px;
        position: relative;
        bottom: 0;
    }

    p#breadcrumbs {
        position: relative;
    }


} 

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


    .list-det-banner-address h2 {
        font-size: 20px;
    }
    
    .list-det-banner-address span {
        font-size: 14px;
    }

}

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

    .listings-det-cta a {
        width: 290px;
    }

    .list-info {
        flex-direction: column;
        align-items: center;
    }

    .list-det-main-cta {
        flex-direction: column;
        align-items: center;
    }

    .list-info span {
        margin: 15px 0;
    }

    .list-det-main-cta a {
        margin: 20px 0;
    }

    .list-det-gal-row {
        margin-bottom: 8px;
    }



}
 
