.navClass {
    color: #000;
    transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
}
.navClass:hover {
    color: #f39c12;
    transform: scale(1.1); 
}
 .modal-header {
    border: none;
    color: #ffff;
    padding: 0px !important;
    background: rgb(250, 206, 54);
    background: linear-gradient(47deg, #03172e 0%, #1f0e27 82%);
    border-radius: 20px 20px 0px 0px;
     padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-title {
    text-align: center;
    font-size: 15px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-left: 10px!important;
     margin: 0;
    line-height: 0.8;
}
.interested{
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}
.em:hover
{
    color:White!important;
}
@media (max-width: 768px) {
    .btn, .btn-outline-primary {
         width: 100%!important; 
    }
}