
.ebook-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.ebook-modal-content {
    margin: 6% auto;
    max-width: 1239px;
    max-height: 693px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    animation-name: modalopen;
}
.ebook-modal-body {
    display: flex;
    position: relative;
    padding: 80px 70px 60px 80px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.ebook-text-part {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.ebook-text-part h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 50px;

}

.download-ebook {
    display: flex;
    align-items: center;
    max-width: 369px;
    height: 82px;
    padding: 18px 36px;
    border-radius: 13px;
    color: #0D2C3E;
    background-color: #F6FCFF;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
}

.download-ebook:hover {
    color: #F6FCFF;
    background-color: #0D2C3E;
}

#ebookPopup .close-ebook-modal-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#ebookPopup .close-ebook-modal-btn::before {

    display: inline-block;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    content: "";
}

span.color-blue {
    background-color: #147cee;
}
span.color-grey {
    background-color: #216091;
}
span.color-yellow {
    background-color: #f6871e;
}

@media screen and (max-width: 1500px) {
    .ebook-modal {
        top: 60px;
    }
}

@media screen and (max-width: 1250px) {
    .ebook-modal-content {
        margin: 4% 2%;
        max-width: 1100px;
        max-height: 520px;
    }
    .ebook-text-part h3 {
        font-size: 40px;
        line-height: 50px;
    }

}

@media screen and (max-width: 991px) {
    .image-right {
        display: none;
    }
    .ebook-modal-content {
        margin: 4% 2%;
    }
}
@media screen and (max-width: 767px) {
    .ebook-modal-body {
        padding: 60px 40px 60px 40px;
    }
    .ebook-text-part h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .download-ebook {
        max-width: 300px;
        height: 60px;
        padding: 12px 22px;
        font-size: 18px;
    }
}
