.for-homepage .homepage-carousel-address-bar .address-block-details {
    display:none;
}



.landing_PopupWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.mobile .landing_PopupWrapper {
    padding: 30px;
}

.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}

.landing_Popup img {
    max-width: 100%;
    object-fit: cover;
}

.for-homepage .landing_Popup {
    position: relative;
    max-width: 70vw;
    /*width: 100%;*/
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile.for-homepage .landing_Popup {
    flex-direction: column;
    align-items: center;
    max-width: 450px;
    height: unset;
    overflow-y: unset;
}

.for-homepage .landing_Popup .text-content {
    background: white;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile.for-homepage .landing_Popup .text-content {
    position: unset;
}

.mobile.for-homepage .landing_Popup .text-content,
.mobile.for-homepage .landing_Popup .image-content-wrapper {
    width: 100%;
}

.for-homepage .landing_Popup .text-content-wrapper {
    text-align: center;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.for-homepage .landing_Popup .text-content-wrapper h2,
.for-homepage .landing_Popup .text-content-wrapper p,
.for-homepage .landing_Popup .text-content-wrapper a {
    visibility: visible;
}

.for-homepage .landing_Popup .image-content-wrapper {
    width: 50%;
    min-width: 300px;
    display: flex;
}

.mobile.for-homepage .landing_Popup .image-content-wrapper {
    position: relative;
}

.imgforPopup {
    max-width: 100%;
    display: block;
}

.for-homepage .landing_Popup .text-content-wrapper h2 {
    text-transform: capitalize;
}

.for-homepage .landing_Popup .text-content-wrapper a {
    margin-top: 16px;
    padding: 10px 20px;
}

.for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: 0;
    background: black;
    border-radius: 0;
    right: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    border: 2px solid white;
    color: black;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.3, 0.3);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

 @keyframes fadeIn {
      from { opacity: 0 } to { opacity: 1 }
    }
    
    @keyframes scaleIn {
      from { transform: scale(0.9); opacity: 0 } to { transform: scale(1); opacity: 1 }
    }
    
.landing_Popup {
    animation: fadeIn 1s ease-in-out;
}


/*list content css*/
@media (orientation: landscape) {
    .mobile .landing_PopupWrapper.popUp_zoomIn:has(.list-content-popup) {
        padding: 0;
        padding: 30px;
        justify-content: center;
        align-items: center;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup {
        overflow-y: auto;
        height: 100%;
        width: 100%;
        padding: 0;
        display: block;
        align-content: center;
    }

    .mobile.for-homepage.content .landing_Popup.list-content-popup div.image-content-wrapper {
        min-width: unset;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup .image-content-wrapper img {
        width: 100%;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup .popUp_Close {
        top: 10px;
        right: 10px;
        background: #000;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup .popUp_Close .fas:before {
        color: #fff;
    }
}

.mobile.for-homepage .landing_Popup.list-content-popup * {
    text-align: left;
}

.mobile.for-homepage .landing_Popup.list-content-popup ul {
    padding: 0 0 0 20px;
}

.mobile.for-homepage .landing_Popup.list-content-popup .text-content-wrapper * {
    margin: 0;
}

.mobile.for-homepage .landing_Popup.list-content-popup .text-content-wrapper :is(h1, h2, h3, h4, h5, h6)+ :is(ul, ol, div, p, a) {
    margin-top: 20px;
}

.mobile.for-homepage .landing_Popup.list-content-popup .text-content-wrapper :is(ul, ol, div, p, a)+ :is(ul, ol, div, p, a) {
    margin-top: 20px;
}

/*desktop css*/
.landing_Popup .landing-content-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.for-homepage .list-content-popup .image-content-wrapper img {
    width: 100%;
}

.for-homepage .list-content-popup .landing-content-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
}

.for-homepage:not(.mobile) .list-content-popup h2 {
    font-size: clamp(20px, 2.083vw, 32px);
    line-height: normal;
}

.for-homepage:not(.mobile) .list-content-popup :is(p, a, li) {
    font-size: clamp(14px, 1.172vw, 18px);
    line-height: clamp(20px, 1.89vw, 29px);
}

.mobile.for-homepage.content .list-content-popup .landing-content-wrapper {
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

@media(max-width: 960px) {
    .for-homepage:not(.mobile) .list-content-popup .landing-content-wrapper {
        flex-direction: row;
    }

    .for-homepage .list-content-popup .landing-content-wrapper>* {
        width: 100%;
    }
}

.mobile.for-homepage .landing_Popup.list-content-popup .image-content-wrapper {
    height: inherit;
    min-width: 100%;
}

.mobile.for-homepage .landing_Popup.list-content-popup .image-content-wrapper img {
    object-fit: cover;
}

.mobile.for-homepage .list-content-popup .landing-content-wrapper {
    align-items: unset;
    flex-direction:column;
}

.for-homepage .landing_Popup.list-content-popup .popUp_Close .fa-times:before {
    color: #fff;
    font-size: 14px;
}

.mobile.for-homepage .landing_Popup.list-content-popup .popUp_Close {
    top: 0px;
    border: none;
    right: 0;
    width: 25px;
    height: 25px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .for-homepage:not(.mobile) .list-content-popup .landing-content-wrapper {
        flex-direction: column;
        max-width: 400px;
        align-items: center;
        height: 100%;
        overflow-y: auto;
    }

    .for-homepage .landing_Popup .image-content-wrapper,
    .for-homepage .landing_Popup .text-content {
        width: 100%;
    }
}

.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper::-webkit-scrollbar {
    width: 3px;
}

.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper::-webkit-scrollbar-thumb {
    background: #c39e65db;
    border-radius: 10px;
}

.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper::-webkit-scrollbar-thumb:hover {
    background: #c39e65;
}

.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper::-webkit-scrollbar-track {
    background: #ffffffdb;
}

@media (max-width: 992px) and (max-height: 750px) {
    .mobile.for-homepage.content .list-content-popup .landing-content-wrapper {
        /*height: 80dvh;*/
        justify-content: left;
    }

    .for-homepage:not(.mobile) .list-content-popup .landing-content-wrapper {
        height: 80vh;
        height: 80dvh;
        justify-content: left;
    }

}

