.btn-modal:hover{
    transform: scale(1.1);
}
/*modal*/
.modal-body{
    background-color: #111111;
    height: 417px;
}

.modal-body h2{
    font-size: 26px;
    font-weight: 600;
}
.modal-body form{
    max-width: 556px;
}
.modal-body input{
    height: 60px;
    border: none;
    font-size: 20px;
    padding-left: 5px;
}
.modal-body input::placeholder{
    padding-left: 10px;
}
.modal-body button{
    height: 60px;
    background-color: #FAEDCC;
    color: #242437;
    font-size: 26px;
    font-weight: 600;
    border: none;
    transition: 300ms;
}
.modal-body button:hover{
    background-color: #FAEDCC;
    box-shadow: #FAEDCC 0 0 14px 1px;
}
.modal-dialog {
    max-width: 770px;
}
.close {
    width: 44px;
    height: 44px !important;
    position: absolute;
    right: -10px !important;
    top: -21px;
    border-radius: 50%;
    background-color: #2B2B2B !important;
    color: #fff !important;
    opacity: 1;
    font-size: 25px !important;
}
.close:hover{
    opacity: 1;
}
.close:hover{
    box-shadow: #ff4141 0 0 14px 1px !important;
}
input,
button,
.close:focus{
    outline: -webkit-focus-ring-color auto 0 !important;
}
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
@media (max-width: 576px) {
    form p{
        font-size: 14px;
    }

    .modal-body button {
        height: 50px;
        font-size: 18px;
    }
    .modal-body input {
        height: 50px;
        font-size: 18px;
    }
    .modal-body form {
        max-width: 90%;
    }
    .modal-body h2 {
        font-size: 22px;
    }
    .modal-body {
        height: 270px;
    }
    .modal-body input {
        font-size: 16px;
    }
}

@media(max-width: 320px){
    form p{
        font-size: 12px;
    }
    .modal-body {
        height: 244px;
    }
}