::selection {
    background: var(--primary-blu-color);
    color: #ffffff;
}

:root {
    --primary-blu-color: rgba(74, 181, 173, 1);
}

.container-inline-block {
    display: inline-block;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-600 {
    font-weight: 600;
}

html {
    /* font-weight:300; */
}
/*
 Animazione cerchi prodotto
 */
#spring-animation-container{
    position: relative;
    width: 100%;
    height: 400px;
    /*background:#ffffff;*/
}
.circle-level-1-circle{
    fill:#a4dad6!important;
    transform: translateX(-100%);
    opacity: 0.1;
}
.circle-level-2-circle{
    fill:#c9e9e7!important;
    transform: translateX(-100%);
    opacity: 0.01;
}
.circle-level-3-circle{
    fill:#4ab5ad!important;
    transform: translateX(-100%);
    opacity: 0.01;
}
svg {
    overflow: visible;
}
/*

 */
.product-main-download-button{
    cursor:pointer;
}
.product-main-download-button .uk-h3{
    transition: transform .5s;
}
.product-main-download-button:hover  .uk-h3{
    transform: translateX(-10%);
}
.product-main-download-button svg{
    transition: transform .5s;
}
.product-main-download-button svg path,
.product-main-download-button svg polygon{
    transition: fill 1s;
}
.product-main-download-button:hover svg{
    transform: translateX(-10%);
}
.product-main-download-button:hover svg polygon,
.product-main-download-button:hover svg path{
    fill:#4AB5AD;
}

/*
 wave animations
 */
.header-content-page{
    position:relative;
    background:transparent;
    z-index:2;
}
.waves-background-container, .test-nuove-onde{
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top:80px;
    width:100vw;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
}
@media only screen and (min-width:1600px){
    .waves-background-container{
        top: 120px;
    }
}

.disc-animation-background-container{
    height: 1000px;
    margin-bottom: 20px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top:0;
    transform: translateY(50%);
    width:120vw;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;

}
.molla-pixi-js-container{
    background: transparent !important;

}