
.stop-scroll {
    overflow: hidden;
}

.popup-preloader {
    display: none;
}

.popup-preloader.show {
    display: flex;
    backdrop-filter: blur(10px);
}

.popup-preloader-gif {
    max-width: 450px;
    margin:auto;
}

.popup-full-width {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    position:fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 10100;
    display: flex;
    justify-content: center;
  
}

.popup-outer-container {
    max-height: 90vh;
    max-width: 1440px;
    margin: auto;
    width: 90%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s ease-in-out;
}

.popup-container {
    position: relative;
    max-height: 90vh;
    max-width: 1440px;
    margin: auto;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 16px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.popup-outer-container.load {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}

.close-btn-container span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.close-btn-container {
    text-align: right;
    padding: 10px 16px 0px;
    position: absolute;
    z-index: 9999;
}

.close-btn-container .close-btn {
    cursor: pointer;
    background: white;
    border-radius: 100%;
}

.popup-inner-container {
    padding: 24px 50px 60px;
}

.popup-heading-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.popup-heading-container .popup-heading {
    font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
    font-size: 50px;
    color: #015676 !important;
    line-height: 65px;
    font-style: normal;
    font-weight: 400;
}

.popup-heading-btn .ln-button.ln-show-btn {
    color: #E2523B !important;
    border-color: #E2523B;
    border-radius: 40px;
    letter-spacing: 2.46px;
    font-size: 14px;
    font-family: 'Avenir-Black 900', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    padding: 16px;
    border: 2px solid;
    line-height: 14px!important;
    align-items: center;
    height: 60px;
}


.images-gallary {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 32px;
    column-gap: 22px;
    margin-bottom: 64px;
}

.images-gallary img:first-child {
    grid-column: 1 / span 4;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    max-height: 496px;
    border-radius: 20px;
}

.images-gallary img:nth-child(2), 
.images-gallary img:nth-child(3), 
.images-gallary img:nth-child(4), 
.images-gallary img:nth-child(5) {
    grid-row: 2;
    height: auto;
    max-height: 178px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.popup-gallary-two.hide-popup-thumbs {
    display: none;
}

.popup-inner-container .ln-home-more-details-wrapper {
    display: flex;
    margin-bottom: 16px;
    gap: 26px;
    margin-top: 64px;
} 

.ln-home-beds-count-flex, .ln-home-area-size-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ln-home-more-details-wrapper img {
    max-width: 18px;
    max-height: 18px;
}
.ln-home-more-details-wrapper p {
    color: var(--Grey, #919EAB);
    font-size: 14px;
    font-style: normal;
    font-family: 'Avenir-Heavy-800', Helvetica, Arial, Lucida, sans-serif;
    line-height: 24px;
    letter-spacing: 1.12px;
    text-transform: uppercase; 
}

.price-container {
    margin-bottom: 32px;;
}

.price-container h3 {
    font-weight: 400;
    font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1.28px;
    color: #015676;
}

.more-info-container .des-container p {
    font-size: 18px;
    line-height: 26px;
    max-width: 630px;
    color: var(--Black, #000);
    font-weight: 400;
}

.more-info-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.more-info-container .feature-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.more-info-container .feature-container div {
    display: flex;
    gap: 18px;
    align-items: center;
}
.more-info-container .feature-container div p {
    color: var(--Navy, #015675);
    font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.more-info-container .feature-container div:last-child img {
    height: 14px;
    min-width: 24px;
    width: 14px;
    max-width: 24px;
}

.map-container iframe {
    border-radius: 20px;
}

/* gallary slider */

.popup-gallary {
    display: flex;
    overflow: hidden;
}

.popup-gallary-two {
    display: flex;
    overflow: hidden;
    margin-top: 32px;
}

.popup-slider-container {
    display: flex;
}

.popup-slider-thumb-container {
    display: flex;
}

.popup-gallary .popup-slider-container img {
    width: 100%;
    height: 496px;
    object-fit: cover;
    border-radius: 20px;
}

.popup-gallary-two .popup-slider-thumb-container img {
    max-width: 100%;
    width: 100%;
    height: 178px;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
}


/* Scroll bar */
.popup-container::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
.popup-container::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: rgba(0,0,0,0);
}

.popup-container::-webkit-scrollbar-track:hover {
    background-color: rgba(0,0,0,0);
}

.popup-container::-webkit-scrollbar-track:active {
    background-color: rgba(0,0,0,0);
}

.popup-container::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #E2523B;
}

.popup-container::-webkit-scrollbar-thumb:hover {
    background-color: #E2523B;
}

.popup-container::-webkit-scrollbar-thumb:active {
    background-color: #df381e;
}



/* /////////////////////////////////////////////////////////// */
/* Max Width 1024px */
/* /////////////////////////////////////////////////////////// */

@media only screen and (max-width: 1024px) {
    .images-gallary img:nth-child(2), 
    .images-gallary img:nth-child(3), 
    .images-gallary img:nth-child(4), 
    .images-gallary img:nth-child(5) {
        grid-row: 2;
        height: auto;
        max-height: 178px;
        min-height: 178px;
        object-fit: cover;
        width: 100%;
        border-radius: 20px;
    }

    .popup-container .more-info-container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 64px;
        gap: 32px;
        flex-direction: column;
    }

    .popup-container .more-info-container p {
        max-width: 100%!important;
    }

    .more-info-container .feature-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
    }

    .map-container iframe {
        border-radius: 20px;
        max-height: 500px;
    }

}

/* /////////////////////////////////////////////////////////// */
/* Max Width 980px */
/* /////////////////////////////////////////////////////////// */

@media only screen and (max-width: 980px) {

    .popup-heading-container .popup-heading {
        font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
        font-size: 36px;
        color: #015676 !important;
        line-height: 65px;
        font-style: normal;
        font-weight: 400;
    }

    .more-info-container .feature-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .images-gallary img:nth-child(2), 
    .images-gallary img:nth-child(3), 
    .images-gallary img:nth-child(4), 
    .images-gallary img:nth-child(5) {
        grid-row: 2;
        height: auto;
        max-height: 150px;
        min-height: 150px;
        object-fit: cover;
        width: 100%;
        border-radius: 20px;
    }

}


/* /////////////////////////////////////////////////////////// */
/* Max Width 767px */
/* /////////////////////////////////////////////////////////// */

@media only screen and (max-width: 767px) { 

    
    .popup-heading-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 32px;
        gap: 16px;
        flex-direction: column;
    }

    .popup-container {
        padding: 24px;
    }

    .popup-inner-container {
        padding: 24px 0px 0px;
    }

    .popup-gallary .popup-slider-container img {
        height: 180px;
    }

    .popup-gallary-two .popup-slider-thumb-container img {
        height: 140px;
    }
}



/* /////////////////////////////////////////////////////////// */
/* Max Width 480px */
/* /////////////////////////////////////////////////////////// */

@media only screen and (max-width: 480px) {

    .popup-heading-container .popup-heading {
        font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
        font-size: 30px;
        color: #015676 !important;
        line-height: 39px;
        font-style: normal;
        font-weight: 400;
    }

    .popup-gallary-two {
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .images-gallary {
        display: flex;
        row-gap: 32px;
        column-gap: 22px;
        margin-bottom: 38px;
        overflow: auto!important;
    }

    .images-gallary img {
        width: 80%!important;
        max-width: 100%;
        object-fit: cover;
        max-height: 100%;
        border-radius: 20px;
    }

    .images-gallary img:nth-child(2), 
    .images-gallary img:nth-child(3), 
    .images-gallary img:nth-child(4), 
    .images-gallary img:nth-child(5) {
        grid-row: 2;
        height: auto;
        max-height: 100%;
        object-fit: cover;
        width: 100%;
        border-radius: 20px;
    }

    .ln-home-more-details-wrapper {
        display: flex;
        margin-bottom: 16px;
        gap: 16px;
    }

    .popup-inner-container  .price-container {
        margin-bottom: 16px;
    }

    .more-info-container .feature-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .popup-container .more-info-container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 38px;
        gap: 32px;
        flex-direction: column;
    }

    .map-container iframe {
        border-radius: 20px;
        max-height: 200px;
    }

}
