body {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
}

strong {
    font-weight: 600;
}

.bold {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.regular {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}



.semibold {
    font-family: acumin-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.nav-link {
    color: #777170;
}
.dropdown-menu{
    --bs-dropdown-min-width: 3rem;
}


a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

html, body {
    height: 100%;
}

.full-height {
    min-height: calc(100vh - 113px);
    margin: 0px;
    position:relative;
}

video.home-video {
    z-index: -100;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    left: 50%;
    opacity: .9;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.padding-white-left{
    height: calc(100vh - 113px);
    width:120px;
    background-color: #fff;
    position:absolute;
    z-index:-99;
    left: 0 ;
}
.padding-white-right{
    height: calc(100vh - 113px);
    width:120px;
    background-color: #fff;
    position:absolute;
    right: 0 ;
    z-index:-99;
}
.padding-white{
    height: 120px;
    width:100%;
    background-color: #fff;
    position:absolute;
    z-index:-99;
    bottom: 0 ;
}


.arrow-down {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: calc(100vh - 290px);

}

.arrow-down .fa-angle-down {
    animation: angle-down 1.8s;
    animation-iteration-count: infinite;
    position: relative;
}

.bg-mobile {
    z-index: -1;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-width: 100%;
    max-width: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes angle-down {
        0%,
        20%,
        50%,
        80%,
        100% {
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }
        40% {
          -moz-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
          -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
        }
        60% {
          -moz-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
          -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
        }
      
}


.section-model{
    background-image: url(../images/earthia-modella.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}

.natura-colore{
    padding-bottom:120px;
}
.principi-attivi{
    padding-top:120px;
}

.punti-forza span {
    font-size: 18px;
    margin-right: 1rem;
    line-height:1.2;
}


.father{
    border-bottom:solid 1px #787170;
}

.testo {
    margin-top:1rem;
    margin-bottom:1rem;
}



h2 {
    font-size: 45px;
}
.approfondimento p{
    display: none;
}

/* product circle */

.circle-wrapper {
    width: 963px;
    height: 715px;
    border-radius: 51%;
    background-image: url(../images/prodotto-sfondo.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 30px;
}

.circle {
    display: block;
    position: absolute;
    top: 50%;
    left: 45%;
    width: 280px;
    margin: -51px;
}

.deg-0 {
    transform: rotate(5deg) translate(365px) rotate(-5deg)
}

.deg-35 {
    transform: rotate(35deg) translate(365px) rotate(-35deg);
}

.deg-70 {
    transform: rotate(65deg) translate(365px) rotate(-65deg);
}

.deg-115 {
    transform: rotate(115deg) translate(365px) rotate(-115deg);
}

.deg-150 {
    transform: rotate(150deg) translate(365px) rotate(-150deg);
}

.deg-185 {
    transform: rotate(185deg) translate(365px) rotate(-185deg);
}

.deg-220 {
    transform: rotate(220deg) translate(365px) rotate(-220deg);
}

.deg-255 {
    transform: rotate(265deg) translate(310px) rotate(-265deg);
}

.deg-290 {
    transform: rotate(310deg) translate(335px) rotate(-310deg);
}

.deg-325 {
    transform: rotate(340deg) translate(365px) rotate(-340deg);
}



.prodotto p {
    color: #797170;
}

/* fine circle */

.img-principi {
    background-image: url(../images/principi-attivi.jpg);
    background-size: cover;
    overflow: hidden;
}

.title-box{
    font-size: 32px;
}

.principi-attivi li{
    line-height: 1.1;
    margin-bottom: 0.2rem;
}


.button-info{
    margin-top:20px;
}

.button-info a{
    color:#ffffff;
}

.button-info .button{

    width: 200px;
    text-align: left;
    
}

 .button-info .button {
    padding: 0.45em 0.9em;
    border-radius: .5rem;
    font-size: 1rem;
    outline: none;
    cursor: pointer;
    transition: .2s ease-in-out;
  }

  .btn-earthia{
    background-color:#777170;
    border: solid 2px #777170;
  }

  .btn-earthia:hover {
    background-color: #fff;
  }

  .button-info:hover a {
    color:#000;
  }

  .button-info a hr{
    margin: 0.25rem auto;
    height: 1px;
    transition: .2s ease-in-out;
    background-color: #fff;
    border: none;
  }

  .button-info :hover hr{
    margin: 0.25rem auto;
    height: 1px;
    background-color: #000000;
    border: none;
  }

footer {
    border-top: 1px solid #000000;
    background-color: #ffffff;
    padding: 1rem 0;
}

footer .datiAzienda {
    font-size: 0.8rem;
    line-height: 1.5;
}

footer h7 {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
}

footer .social a i {
    font-size: 1.9rem;
    color: #000000;
}

footer p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.6;
}

/* pagina nuances */

.grid-container-nuances {
    /* width: 100%;
    height: 100%; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nuances {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 160px;
    width: 149px;
}

.nuances img {
    width: 100%;
}

.nuances .text-center :nth-child(1) {
    font-weight: 600;
}


.naturale {
    color: #a68370;
}

.naturale-intenso {
    color: #aa7761;
}

.dorato {
    color: #b1921f;
}

.beige {
    color: #d5bc9c;
}

.sabbia {
    color: #cea666;
}

.marrone-tropicale {
    color: #6e381f;
}


.marrone-artico {
    color: #6f563e;
}

.cenere {
    color: #878787;
}

.carbone {
    color: #494c50;
}

.mogano {
    color: #a53d5b;
}

.rosso {
    color: #bd0c1d;
}

.rame {
    color: #b35a00;
}

.viola {
    color: #564091;
}

.irise {
    color: #8b7c93;
}

.special {
    color: #fbcfaf;
}

.correttori {
    color: #b2b2b2;
}

#naturale .nuances {

    border: solid 1px #a68370;
}

#naturale-intenso .nuances {

    border: solid 1px #aa7761;
}

#dorato .nuances {

    border: solid 1px #b1921f;
}

#beige .nuances {

    border: solid 1px #d5bc9c;
}

#sabbia .nuances {

    border: solid 1px #cea666;
}

#marrone-tropicale .nuances {

    border: solid 1px #6e381f;
}

#marrone-artico .nuances {

    border: solid 1px #6f563e;
}

#cenere .nuances {
    border: solid 1px #878787;
}

#carbone .nuances {
    border: solid 1px #494c50;
}

#mogano .nuances {
    border: solid 1px #a53d5b;
}

#rosso .nuances {
    border: solid 1px #bd0c1d;
}

#rame .nuances {
    border: solid 1px #b35a00;
}

#viola .nuances {
    border: solid 1px #564091;
}

#irise .nuances {
    border: solid 1px #8b7c93;
}

#special .nuances {
    border: solid 1px #fbcfaf;
}

#correttori .nuances {
    border: solid 1px #b2b2b2;
}


#correttori .nuances p {
    font-weight: 300;
}


@media (max-width: 2100px) {

    .padding-white-left{
        height: calc(100vh - 113px);
        width:60px;
        background-color: #fff;
        position:absolute;
        z-index:-99;
        left: 0 ;
    }
    .padding-white-right{
        height: calc(100vh - 113px);
        width:60px;
        background-color: #fff;
        position:absolute;
        right: 0 ;
        z-index:-99;
    }
    .padding-white{
        height: 60px;
        width:100%;
        background-color: #fff;
        position:absolute;
        z-index:-99;
        bottom: 0 ;
    }

    .arrow-down {
        top: calc(100vh - 245px);
    
    }

}

@media (max-width: 1399.98px) {


    .natura-colore{
        padding-bottom:60px;
    }

    .principi-attivi{
        padding-top:60px;
    }

    .arrow-down {
        top: calc(100vh - 223px);

    }

    .punti-forza span {
        font-size: 15px;
        margin-right: 1rem;
        line-height:1;
    }

    .testo {
        margin-top:0.7rem;
        margin-bottom:0.7rem;
    }


}

@media (max-width: 1199.98px) {


    .arrow-down {
        top: calc(100vh - 177px);

    }


    .natura-colore{
        padding-bottom:40px;
    }

    .principi-attivi{
        padding-top:40px;
    }



    .nuances {
        height: 170px;
        width: 160px;
    }

    .circle-wrapper {
        width: 800px;
        height: 615px;
        background-image: url(../images/prodotto-sfondo_lg.png);
        margin-top: 10px;
    }

    .circle {
        width: 270px;
    }

    .deg-0 {
        transform: rotate(5deg) translate(285px) rotate(-5deg)
    }

    .deg-35 {
        transform: rotate(35deg) translate(300px) rotate(-35deg);
    }

    .deg-70 {
        transform: rotate(60deg) translate(315px) rotate(-60deg);
    }

    .deg-115 {
        transform: rotate(115deg) translate(300px) rotate(-115deg);
    }

    .deg-150 {
        transform: rotate(150deg) translate(300px) rotate(-150deg);
    }

    .deg-185 {
        transform: rotate(185deg) translate(300px) rotate(-185deg);
    }

    .deg-220 {
        transform: rotate(220deg) translate(300px) rotate(-220deg);
    }

    .deg-255 {
        transform: rotate(265deg) translate(240px) rotate(-265deg);
    }

    .deg-290 {
        transform: rotate(310deg) translate(300px) rotate(-310deg);
    }

    .deg-325 {
        transform: rotate(340deg) translate(290px) rotate(-340deg);
    }

    .img-principi {
        height: 200px;
    }
}

@media (max-width: 991.98px) {


    .section-model{
        height:450px;
     }

     .natura-colore{
        padding-bottom:20px ;
    }

    .principi-attivi{
        padding-top:20px ;
    }
    .nuances {
        height: 155px;
        width: 124px;
        ;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .circle-wrapper {
        background-image: url(../images/prodotto-sfondo_md.png);
        margin: 0;
        margin-top: 30px;
        height: 520px;
    }

    .circle {
        width: 210px;
    }

    .deg-0 {
        transform: rotate(5deg) translate(250px) rotate(-5deg)
    }

    .deg-35 {
        transform: rotate(35deg) translate(250px) rotate(-35deg);
    }

    .deg-70 {
        transform: rotate(63deg) translate(250px) rotate(-63deg);
    }

    .deg-115 {
        transform: rotate(125deg) translate(270px) rotate(-125deg);
    }

    .deg-150 {
        transform: rotate(156deg) translate(270px) rotate(-156deg);
    }

    .deg-185 {
        transform: rotate(185deg) translate(235px) rotate(-185deg);
    }

    .deg-220 {
        transform: rotate(215deg) translate(250px) rotate(-215deg);
    }

    .deg-255 {
        transform: rotate(260deg) translate(215px) rotate(-260deg);
    }

    .deg-290 {
        transform: rotate(310deg) translate(225px) rotate(-310deg);
    }

    .deg-325 {
        transform: rotate(343deg) translate(235px) rotate(-343deg);
    }

    .testo {
        margin-top:1rem;
        margin-bottom:1rem;
    }

    .punti-forza span {
        font-size: 18px;
        margin-right: 1rem;
        line-height:1.2;
        font-weight: 700;
    }

    .dropdown-menu[data-bs-popper] {
        left: -16px;
    }

    
   

}

@media (max-width: 767.98px) {


    .section-model{
        height:350px;
     }

    .natura-colore{
        padding-bottom:10px ;
    }

    .principi-attivi{
        padding-top:10px ;
    }

    .logo {
        height: 50px;
    }




    h2 {
        font-size: 35px;
    }

    .nuances {
        height: 177px;
        margin-right: 3%;
        margin-bottom: 3%;
    }

    .grid-container-nuances {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

   

    .title-box{
        font-size: 26px;
    }


}

@media (max-width: 575.98px) {
    .nuances {
        height: 160px;
        width: 45%;
        margin-right: 13px;
        margin-bottom: 13px;
    }
}