.footer a{
    color: #bfbfbf;
}
.footer a:hover{
    color: white;
}
.unorder01 a{
    text-decoration: none;
    color: black;
}
.unorder01 a:hover{
    color: #ff7e42;
}
.unorder01 i{
    color: #ff7e42;
    font-size: 30px;
}
.whatapp i{
    font-size: 30px;
    font-weight: 900;
    color: aliceblue;
}
.whatapp a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center; 
}
@keyframes whatapp{
    0%, 100% {
    transform: scale(1);
    opacity: 1;
    }
    50% {
    transform: scale(1.2);
    opacity: 0.8;
    }
}
.whatapp{
    width: 65px;
    height: 65px;
    padding: 20px 25px 20px 25px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 1435px;
    bottom: 90px;
    animation: whatapp;
    animation-duration: 4s;
    animation-delay: 0s;
    animation: whatapp 1.4s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
    z-index: 10;
}
.alt-up i{
    font-size: 20px;
    font-weight: 900;
    color: aliceblue;
}
.alt-up{
    border-radius: 50%;
    background-color: #ff7e42;
    display: inline;
    padding: 10px 15px;
    position: fixed;
    left: 1440px;
    bottom: 20px;
}
/* @media screen and (max-width: 770px) {
    #navbaricon{
        clip-path: inset(100%);
    }    
} */
