body.popup-class::before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    transition: 0.5s;
}

body.popup-class {
    overflow: hidden;
}

/* body.popup-class .main_banner, */
body.popup-class .main_banner_cont,
body.popup-class header#header {
    opacity: 0;
}

.pop-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}

.title-row-box {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 40px;
}


.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: bottom;
}

.popup-main-box h2 {
    line-height: 40px;
}

.popup-main-box h2 span {
    font-family: 'PoppinsSemiBold' !important;
    font-weight: 600;
    padding-bottom: 0;
    letter-spacing: 1px !important;
    padding: 0 26px;
}

.main_site_popup {
    max-width: 780px;
    width: calc(100% - 50px);
    display: none;
}

.popup-main-box {
    border-radius: 10px;
    overflow-y: auto;
}

.image-box {
    height: 100%;
    /* max-height: 428px; */
    overflow: hidden;
}

.popup-main-box,
body.popup-class #main_site_popup_id {
    height: 50vh;
    /* min-height: 300px; */
}

body.popup-class #main_site_popup_id {
    display: block;
}

body.popup-class #main_site_popup_id {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999;
    color: #fff;
    display: block;
    padding: 0;
    /* max-height: 500px; */
    border-radius: 10px;
    box-shadow: 0 0 13.5px rgba(0, 0, 0, 0.15);
}

.popup-main-box .kl-private-reset-css-Xuajs1 input[type=email] {
    transition: all 0.5s ease;
}

.popup-main-box .kl-private-reset-css-Xuajs1 input[type=email]:focus {
    box-shadow: 0 0 13.5px rgba(0, 0, 0, 0.15);
}

.popup-main-box .kl-private-reset-css-Xuajs1 input[type=email]::placeholder,
.popup-main-box .kl-private-reset-css-Xuajs1 input[type=email],
button.needsclick.kl-private-reset-css-Xuajs1,
.popup-main-box span {
    font-family: "Poppins-Regular" !important;
    letter-spacing: 0.5px !important;
}

button.needsclick.kl-private-reset-css-Xuajs1 {
    transition: all 0.5s ease;
    border: 1px solid #000 !important;
}

button.needsclick.kl-private-reset-css-Xuajs1:hover {
    color: #000 !important;
    background: transparent !important;
}

.popup-main-box .kl-private-reset-css-Xuajs1 input[type=email]:focus-visible {
    outline: none !important;
}

.popup-main-box .kl-private-reset-css-Xuajs1 input[type=email],
.popup-main-box .kl-private-reset-css-Xuajs1 input[type=email]:hover,
input#email_01JMFDH63EJ7750EJN1YYYBA9K {
    border: 1px solid #d9deeb !important;

}

.popup-main-box .kl-private-reset-css-Xuajs1 input[aria-invalid=true] {
    border: 1px solid red !important;
}

.popup-main-box h2,
.popup-main-box span {
    color: #000 !important;

}

.popup-main-box span {
    display: inline-block !important;
}

.needsclick.kl-private-reset-css-Xuajs1 img {
    /* height: 500px !important; */
    /* object-fit: cover; */
}

.overylay-close-btn {
    /* position: sticky;
    top: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 5; */
    position: absolute;
    top: -14px;
    width: 30px;
    height: 30px;
    z-index: 5;
    right: -14px
}


#close_popup {
    /* position: absolute; */
    /* top: 15px; */
    /* right: 15px; */
    cursor: pointer;
    /* border-radius: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    transition: all 0.5s ease;
}

#close_popup:hover {
    background: #fff;
}

#close_popup:hover svg path {
    transition: all 0.5s ease;

}

#close_popup:hover svg path {
    fill: #000;
}

#close_popup svg {
    width: 13px;
}


.popup-main-box::-webkit-scrollbar {
    width: 10px;
}

.popup-main-box::-webkit-scrollbar-track {
    background: #ffffff;
}

.popup-main-box::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.popup-main-box button.needsclick.kl-private-reset-css-Xuajs1 {
    height: 50px !important;
}

.popup-main-box h1 span {
    line-height: 38px !important;
}


@media (max-width: 991px) {

    .image-box {
        /* max-height:; */
        height: 100%;
    }

    .popup-main-box,
    body.popup-class #main_site_popup_id {
        height: 50vh;
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .popup-main-box h2 span {
        font-size: 26px !important;
        line-height: 36px;
        padding: 0;
    }
    .title-row-box {
        padding: 30px 20px;
    }
    .pop-row {
        /* grid-template-columns: repeat(1, 1fr); */
        display: flex;
        height: unset;
        flex-direction: column-reverse;
    }

    /* .popup-main-box h2 span {
        font-size: 22px !important;
        line-height: 32px;
    } */

    .popup-main-box .kl-private-reset-css-Xuajs1 input[type=email],
    .popup-main-box button.needsclick.kl-private-reset-css-Xuajs1 {
        height: 40px !important;
    }

    .title-row-box {
        justify-content: center;
    }

    .image-box {
        height: 300px;
        min-height: unset;
    }

    .popup-main-box,
    body.popup-class #main_site_popup_id {
        height: unset;
        max-height: 570px;
        height: 74.5vh;
    }

}

@media (max-width: 576px) {
.popup-main-box h2 span {
        font-size: 22px !important;
        line-height: 32px;
    }
}
 