﻿.modal {
    z-index: 999999;
    background-color: #e2dfdfbf;
}

.modal-content{
    border:0;
}

.modal-body {
    padding: 0;
}

.popup-modal {
    border-radius: 16px;
    padding: 40px;
}

.popup-image img {
    width: 100%;
    max-width:420px;
    min-width:420px;
    height:100%;
    max-height:450px;
    border-radius: 16px;
    object-fit: cover;
}

.popup-content h3 {
    font-size: 55px;
    line-height: 65px;
    letter-spacing: .0px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0E181E;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.popup-description {
    font-size: 20px;
    line-height: 25px;
    color: #0E181E;
    padding:5px 0;
    max-height: 180px;
    min-height:0;
    overflow-y: auto;
}


@media (min-width: 576px) and (max-width: 991px) {

    .popup-modal {
        padding: 30px;
    }

    .popup-image img {
        max-width: 100%;
        min-width: 100%;
        max-height: 360px;
    }

    .popup-content h3 {
        font-size: 56px;
        line-height: 58px;
        margin-bottom: 30px;
    }

    .popup-description {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .modal {
        overflow: hidden;
    }
    .popup-modal {
        padding: 20px;
    }

    .popup-image img {
        max-width: 100%;
        min-width: unset;
        max-height: 300px;
        width: 100%;
    }

    .modal-dialog{
        margin:1rem;
    }

    .popup-content h3 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .popup-description {
        font-size: 16px;
        line-height: 22px;
    }
}
