html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about {
    background: linear-gradient(to top, gray, #130b00);
}

.contacts {
    background: linear-gradient(to top, white, lightgray);
}

.qname {
    font-family: 'Courgette', cursive;
}

.descr-h {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 30px;
    color: white;
}

.ava {
    width: 100px;
    height: 100px;
    position: relative;
    top: -50px;
}

.carousel-item img {
    height: 100%;
    max-height: 85vh;
    width: auto;
    margin: auto;
}

.div-btn-contacts {
    vertical-align: middle;
    text-align: center;
    padding: 14px;
    border-radius: 20px;
}

.btn-contacts {
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
    border-radius: 20px;
    height: 85px;
    width: 100%;
    --bs-btn-hover-bg: #d5e1f3;
    --bs-btn-color: black;
    --bs-btn-hover-color: black;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-cont {
    margin: 3px;
}

@media screen and (max-width: 768px)
{
    .footer-gif{
        width: 100% !important;
    }
}

@media screen and (max-width: 992px)
{
    .footer-gif{
        width: 80% !important;
    }
}

.footer-gif {
    width: 60%;
    position: relative;
    top: 50%;
}

.footer-widget-heading h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.footer-widget-heading h5::before {
    content: "";
    position: absolute;
    left: auto;
    bottom: -5px;
    height: 3px;
    width: 75px;
    background: #e91e63;
}

.social-icons {
    align-self: flex-end;
}

.element--hover {
    cursor: pointer;

    transition: box-shadow 600ms cubic-bezier(.33, .11, .02, .99),
    transform 600ms cubic-bezier(.33, .11, .02, .99);

  &:hover {
       box-shadow: 0 4px  4px  rgba(0, 0, 0, .1),
       0 1px  6px  rgba(0, 0, 0, .05),
       0 8px  8px  rgba(0, 0, 0, .1),
       0 16px 16px rgba(0, 0, 0, .1),
       8px 32px 32px rgba(0, 0, 0, .15),
       8px 64px 64px rgba(0, 0, 0, .15);

       transform: scale(1.05)
       translateY(-0.5rem);
   }

    &:active {
        box-shadow: 0 4px  4px  rgba(0, 0, 0, .1),
        0 1px  6px  rgba(0, 0, 0, .05),
        0 8px  8px  rgba(0, 0, 0, .1),
         0 16px 16px rgba(0, 0, 0, .1),
        8px 16px 16px rgba(0, 0, 0, .15),
        8px 32px 32px rgba(0, 0, 0, .15);
    }
}
