@media (min-width: 1024px) {
    .offcanvas-dialog {
        min-width: 900px !important;
    }
}

.modal-sec-contant {
    width: 1200px;
    position: relative;
    /* background-image: url("../../images/modal-bg.png"); */
    background-image: url("../../images/modal-bg-1.png");
    background-position: center;
    background-size: cover;
    /* background-color: #1a3051; */

}

.modal-sec-contant::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #1A3051CC;
    z-index: 1;
    border-radius: 20px;
}

.modal-sec-contant .modal-footer,
.modal-sec-contant .modal-contant {
    z-index: 2;
}

.Welcome-modal .modal-contant .play-win {
    color: #FBC711;
    /* font-style: italic; */
    font-family: ae_AlHor;
}

.Welcome-modal .modal-contant .apply-now-btn {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #439F36;
    margin-top: 12px;
    /* font-style: italic; */
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    border: none !important;
}

.Welcome-modal .modal-contant .apply-now-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    top: -2px;
    left: 5px;
}

.Welcome-modal .modal-contant .box-img img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}

.Welcome-modal .modal-contant .exhibition-name {
    color: #FBC711;
    line-height: 2;
    /* letter-spacing: 1.4px;    */
     /* font-size: 25px; */

    /* font-style: italic; */
    /* -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */

}

.Welcome-modal .apply-now {
    background-color: #FBC711;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 1.4px;
    width: 60%;
    text-align: center;
    padding: 12px 0;
    margin-top: 12px;
}

.Welcome-modal  i,
.Welcome-modal  i {
    color: #439F36;
    margin-right: 5px;
    font-size: 40px;
}
.Welcome-modal   .line{
    width: 3px;
    height: 77%;
    background-color: #fff;
    transform: translate(2px, 32px);
    
}
.Welcome-modal .modal-contant .exhibition-des {
    line-height: 2;
    /* letter-spacing: 1.4px; */
    /* font-size: px; */
    /* -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-style: italic; */
    /* width: 50%; */
}

.modal-footer-contant {
    position: relative;
}

.modal-footer-contant .btn-skip {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.modal-footer-contant .box-img {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 80px;
    height: 65px;
}

@media (max-width:1024px) {
    .modal-sec-contant {
        width: 900px;
    }
}

@media (max-width:768px) {
    .modal-sec-contant {
        width: auto;
    }
}

@media (max-width:567px) {
    .Welcome-modal .modal-contant .exhibition-des {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .date .date-to,
    .date .date-from {
        font-size: 14px !important;
    }

    .Welcome-modal .modal-contant .box-img img {
        height: auto;
    }

    .Welcome-modal .modal-contant .box-img img {
        width: 100%;
        height: 150px;
        object-fit: contain;
    }

    .modal-sec-contant .box-img {
        height: auto !important;
        bottom: -14px;
    }

    .Welcome-modal .modal-contant .play-win {
        font-size: calc(1.05rem + 1.5vw) !important;
    }

    .Welcome-modal .modal-contant .apply-now-btn {
        width: 60px;
        height: 60px;
        margin-top: 0;
        font-size: 10px;
    }

}

.swal2-popup {
    background-color: #1A3051CC !important;
    color: #fff !important;
}