*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    max-width: 2000px;
    min-width: 300px;
    margin: 0 auto;
    scroll-behavior: smooth;
}

a{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

li{
    list-style: none;
}

.animate__animated.animate__bounceInRight {
    --animate-duration: 0.9s;
}

/*-----------------SCROLL-BAR---------------*/
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track{
    background-color: rgb(165, 165, 165);
}

::-webkit-scrollbar-button{
    display: none;
}
::-webkit-scrollbar-thumb{
    background-color: rgb(61, 61, 61);
    border-radius: 5px;
}
/*------------------------------------------*/

@media screen and (min-width: 2000px){
    .section1_socials{
        position: relative !important;
        left: -18% !important;
    }
    /*.fixedButtonsBox{
        right: calc(50% - 970px) !important;
    }*/
    .goToTheTopButton{
        right: calc(50% - 970px) !important;
    }
    .whatsButton{
        right: calc(50% - 980px) !important;
    }
}