div[id*=bite] {
    font-family: Raleway,sans-serif;
}

div[id*=bite] .modal-content {
    padding: 70px 80px !important;
}

div[id*=bite] .popup-title {
    font-size: 35px;
    line-height: 1.25;
    margin-bottom: 10px;
    font-family: Raleway,sans-serif;
    font-weight: 800;
}

div[id*=bite] .popup-text {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.1px;
    margin-bottom: 25px;
}

div[id*=bite] .btn {
    margin-bottom: -10px;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 35px;
    color: #000;
    border-radius: 100px;
    font-weight: 600 !important;
}

div[id*=bite] .btn:hover
{
    color: #000;
}

div[id*=bite] .modal-header .close {
    background: rgba(255, 255, 255, 0.0);
    color: #000;
    border-radius: 100%;
    right: 11px;
    top: 11px;
    padding: 13px;
}

div[id*=bite] .modal-header .close:hover {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

div[id*=bite] .modal-header .close:before {
    right: 7px;
    top: 7px;
    width: 12px;
    height: 12px;
}

div[id*=bite] .modal-content:before {
    display: block;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 0;
    background-image: linear-gradient(75deg, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.3) 70%);
}

@media only screen and (max-width: 575px) {

    div[id*=bite] .modal-content {
        padding: 40px;
    }
}