#ukModal {
    padding-right: 0px !important;
        font-family: Poppins;
}

#ukModal .modal-content {
    background-color: transparent;
    position: relative;
    border: none;
}

#ukModal .modal-header {
    border-bottom: none;
}

#ukModal .button-close {
    background-color: transparent;
    border: none;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 14px;
    z-index: 2;
}

#ukModal .ukClose {
    color: #ffffff;
    width: 18.41px;
    height: 18.41px;
}

.uk-popup-dialog {
    max-width: 1085px !important;
}

.uk-popup {
    padding: 0 !important;
}

.uk-popup-body {
    display: flex;
    width: 100%;
    /* background: var(--primary-color); */
}

.uk-popup-img {
    min-width: 426px;
    max-height: 503px;
    object-fit: cover;
}

.content-bg-mobile {
    display: none;
}

.uk-popup-img-mobile {
    object-fit: cover;
    display: none;
}

.uk-popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.uk-popup-content>.content-bg {
    position: absolute;
    background-color: #fff;
    width: 120%;
    left: -20%;
    bottom: 0;
    height: 90%;
    z-index: -1;
    border-radius: 12px;
}

.uk-popup-heading {
    font-size: 36px;
    line-height: 34px;
    color: #1977F3;
}

.uk-popup-heading>.first {
    font-weight: 700;
    line-height: 40px;
    color: #020104;
}

.uk-popup-content-top {
    padding-inline: 42px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.uk-popup-content>.uk-popup-content-top>.date-and-location {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 10px;
}

.uk-popup-content .date-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 150px;
}

.uk-popup-content .date-wrapper>.calender {
    width: 20px;
    height: 20px;
}

.uk-popup-content .date-wrapper>.date-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
}

.uk-popup-content .date-divider {
    height: 100%;
    border: 1px solid #EBEBEB;
    transform: rotate(5deg);
}

.uk-popup-content .date-wrapper .excel-comma {
    display: none;
}


.uk-popup-content .date-wrapper>.date-content::first-line {
    font-weight: normal;
}

.uk-popup-content>.uk-popup-content-top>.empowering-part {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 28px;
}


.empowering-part>.empowering-one {
    font-size: 18px;
    line-height: 100%;
    color: #020104;
    font-weight: 400;
    text-transform: capitalize;
}

.empowering-part>.empowering-two {
    position: relative;
    background: linear-gradient(90deg, #D2E0FF 0%, #F2F6FF 25.96%, #E1EAFF 70.19%, #D2E0FF 100%);
    font-weight: 600;
    font-size: 18px;
    line-height: 43px;
    color: #0338A9;
    text-align: center;
    width: fit-content;
    text-transform: capitalize;
    margin-left: 4px;
}

.empowering-two-text {
    padding: 2px 20px;
}

.pillar-one,
.pillar-two {
    position: absolute;
    height: 100%;
    top: 0;
}

.pillar-one {
    left: -7px;
}

.pillar-two {
    right: -7px;
}

.uk-popup-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    background: linear-gradient(180deg, rgba(197, 210, 238, 0.29) 0%, rgba(217, 217, 217, 0) 46.63%);
    border-radius: 49px;
    padding-top: 21px;
    padding-inline: 42px;
}

.uk-popup-footer>.footer-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #020104;
    max-width: 214px;
    text-transform: capitalize;
}

.uk-popup-footer>.footer-btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    background-color: #0D6EFD;
    border-radius: 55px;
    text-decoration: none;
    padding: 12px 28px;
    text-transform: capitalize;
    position: relative;
}

.footer-btn>.animation-bg {
    background: linear-gradient(88.75deg, rgba(255, 255, 255, 0.2) 1.22%, rgba(255, 255, 255, 0) 44.51%, rgba(255, 255, 255, 0) 99.1%);
    position: absolute;
    top: 0;
    left: -10%;
    width: 54px;
    height: 177%;
    z-index: 1;
    transform: rotate(30deg);
    animation-name: slide-bg;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

@keyframes slide-bg {
    0% {
        left: -10%;
    }

    40% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .uk-popup-dialog {
        margin: 0 1rem !important
    }
}


@media screen and (max-width: 1000px) {
    /* .uk-popup-dialog {
        max-width: 90vw !important;
    } */

    .uk-popup-heading {
        font-size: 24px;
        line-height: 34px;
    }

    .uk-popup-heading>.first {
        font-size: 24px;
        line-height: 34px;
    }

    .uk-popup-content .date-wrapper>.date-content {
        font-size: 13px;
        line-height: 17px;
    }

    .empowering-part>.empowering-one {
        font-size: 13px;
    }

    .empowering-part>.empowering-two {
        font-size: 11px;
        line-height: 14px;
        padding-block: 10px;
    }

    .uk-popup-footer {
        gap: 5px;
    }

    .uk-popup-footer>.footer-text {
        font-size: 16px;
        line-height: 22px;
    }

    .uk-popup-footer>.footer-btn {
        font-size: 16px;
        line-height: 20px;
        padding: 5px 14px;
    }
}


@media screen and (max-width: 880px) {
    .uk-popup-dialog {
        margin: 1rem 1rem !important
    }

    .uk-popup-img {
        display: none;
    }

    .uk-popup-img-mobile {
        display: block;
        /* height: 286px; */
        width: 85%;
        object-fit: contain;
        /* max-width: 336px; */
    }

    .uk-popup-body {
        flex-direction: column;
        /* background-color: #ffffff; */
        position: relative;
    }

    .date-content-breaker {
        display: none;
    }

    .uk-popup-content .date-divider {
        display: none;
    }

    .content-bg-mobile {
        display: block;
        position: absolute;
        top: 10%;
        width: 100%;
        height: 90%;
        left: 0;
        background-color: #fff;
        z-index: -1;
        border-radius: 10px;
    }

    .uk-popup-content>.content-bg {
        display: none;
    }

    .uk-popup-content-top {
        padding-inline: 28px;
        padding-top: 24px;
    }

    .uk-popup-heading {
        text-align: center;
    }

    .uk-popup-content>.uk-popup-content-top>.date-and-location {
        flex-direction: column;
        gap: 10px;
    }

    .uk-popup-content>.uk-popup-content-top>.empowering-part {
        margin-top: 23px;
        margin-bottom: 27px;
    }

    .uk-popup-content .date-wrapper {
        max-width: none;
    }

    .uk-popup-content .date-wrapper>.calender {
        width: 15px;
        height: 15px;
    }

    .uk-popup-content .date-wrapper>.location {
        width: 13.5px;
        height: 16.3px;
    }

    .uk-popup-content .date-wrapper .excel-comma {
        display: inline;
    }

    .empowering-part>.empowering-one {
        text-align: center;
    }

    .empowering-part>.empowering-two {
        width: 100%;
    }

    .empowering-two-text {
        padding: 2px 4px;
    }

    .uk-popup-footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 26px;
        gap: 20px;
    }

    .uk-popup-footer>.footer-text {
        text-align: center;
    }

    .uk-popup-footer>.footer-btn {
        width: 100%;
        text-align: center;
        padding: 18px 20px;
    }
}

@media screen and (max-width:500px) {
    .heading-breaker {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .uk-popup-heading {
        font-size: 20px;
        line-height: 31px;
    }

    .uk-popup-heading>.first {
        font-size: 20px;
        line-height: 31px;
    }
}

@media screen and (max-width: 360px) {
    .uk-popup-heading {
        font-size: 19px;
        line-height: 30px;
    }

    .uk-popup-heading>.first {
        font-size: 19px;
        line-height: 30px;
    }
}