/*кнопка на обложке*/

.hero-btn {
    cursor: pointer;
    border-radius: 14px;
    transition: 0.3s ease-in-out;
}

.hero-btn:hover {
    box-shadow: 0 0 10px 0 #FFB976 inset, 0 0 10px 4px #FFB976;
}

/*форма обратной связи*/

.my-form input {
    border-bottom: 1px solid #ffb976;
}

.my-form textarea {
    border-bottom: 1px solid #ffb976;
}

.btn-whats {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    border: none;
    background-color: #FFB976;
}

.btn-whats:hover {
    transition: 0.3s ease-in-out;
    background-color: #232323;
    box-shadow: 0 0 10px 0 #FFB976 inset, 0 0 10px 4px #FFB976;
}

.fa-whatsapp:before {
    font-size: 36px;
}

#allrecords a {
    color: #232323;
}

.fa-whatsapp {
    color: #232323;
}

.fa-whatsapp:hover {
    color: #FFB976;
}