p,
body {
    font-size: 20px;
    line-height: 26px;
}

h1,
h4,
p.titolo,
h2.titlestyle {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

h1 span,
h4 span,
h2.titlestyle span {
    background: #262626;
    border-radius: 12px;
    padding: 2px 12px;
    color: #fff;
}


hr.dark-black {
    background: #262626;
    height: 1px;
    opacity: 1;
}


button.white_button {
    background: transparent;
    border: none;
    color: #262626;
    padding: 0;
    display: inline-flex;
    font-weight: bold;
    text-transform: uppercase;
}

button.white_button.white_text {
    color: #fff !important;
    background: transparent;
    padding: 0;
}

.white_text .minus {
    background: #fff;
}

button.white_button_video {
    background: transparent !important;
    border: none !important;
    color: #262626 !important;
    padding: 0 !important;
    display: inline-flex !important;
    font-weight: bold !important;
    text-transform: uppercase !important;

}

#video_review a.but {
    z-index: 999;
    width: fit-content;
}

#video_review .wrap {
    border-radius: 6px;
}

#catalog a,
.catalog a {
    text-decoration: none !important;
    color: #262626 !important;
}

a.notd {
    text-decoration: none !important;
    color: #262626 !important;
    z-index: 998;
    position: relative;
    width: fit-content;
    display: block;
}



.overlay {
    position: absolute;
    background: linear-gradient(to right, #161616, rgba(0, 0, 0, 0));
    z-index: 225;
    display: block;
    width: 50%;
    bottom: 0;
    left: 0;
    height: 100%;

}

.bg-dark-blue {
    background: #018692;
    color: #fff;
}

.pretitle p {
    line-height: 20px;
    margin-bottom: 0;
}



.plus {
    background: #262626;
    border-radius: 50%;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 4px;
    color: #fff !important;
    font-size: 18px;
    line-height: 0px;
    border: 2px solid #262626;
    padding: 4px;
}

.plus svg {
    fill: #fff;
}

.minus {
    display: inline-block;
    width: 33px;
    background: #262626;
    height: 2px;
    margin-left: 10px;
}

/*Banner*/

#banner {
    width: 100%;
    min-height: calc(100vh - 129px);
    background-position: center !important;
    background-size: cover !important;
    position: relative !important;
    z-index: 300 !important;
    background-repeat: no-repeat !important;
}

#banner .video-wrap {
    z-index: 999;
}


#banner p {
    color: #fff;
    z-index: 999;
}

#bannet .tag p {
    font-size: 18px;
    lh24px
}


#banner p.titolo {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
}

#banner p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

#banner p b {
    font-weight: 700;
}

#banner button {
    font-size: 18px;
    background: #fff;
    padding: 14px 32px;
    font-weight: bold;
    border: none !important;
    border-radius: 10px;
}

#banner .white {
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 16px;
}

/*Vantaggi*/

#vantaggi .item {
    font-size: 18px;
}

#vantaggi .item img {
    margin-right: 7px;
    width: 30px;
}

/*Catalog*/
#catalog h2,
.catalog h2 {
    font-size: 18px;
    line-height: 24px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 0;
}

#catalog .item,
.catalog .item {
    max-width: 400px;
    font-size: 16px;
    line-height: 20px;
}

/*Video*/
#video {
    max-height: 850px;
}

/*Category*/
#category .item {
    position: relative;
}

#category .item .label {
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 65%;
    border-radius: 0 20px 0 0;
    min-width: 280px;

}

#category .modal {
    --bs-modal-border-width: 0px !important;
}

#category .modal-dialog {
    max-width: 100% !important;
    min-height: 100% !important;
    height: auto !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
}

#category .modal-header {


    border: none !important;



}

#category .modal-body {
    padding-top: 0;
}

#category .modal-body p {
    margin-bottom: 0.75rem;
    line-height: 28px;
}

#category .modal-body p strong {
    color: #018692;
}

#category .modal-header .btn-close {
    padding: 10px;
    border-radius: 0px !important;
    border: none !important;
    color: #262626;
    opacity: 1;
    font-size: 24px;
    outline: none !important;
    box-shadow: none !important;
    z-index: 999;
}

#category .modal-content {
    height: auto;

}

#category .modal-content .container {
    max-width: 1200px;
}

#category .modal-dialog h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
}

#category .modal-dialog span {
    font-size: 22px;
    font-weight: normal;
}

#category .item .label::after {
    content: "";
    width: 25px;
    height: 20px;
    background: transparent;
    display: block;
    position: absolute;
    z-index: 9999;
    right: -25px;
    bottom: 0px;
    box-shadow: -5px 7px 0px 5px #fff;
    border-radius: 0 0 0 25px;
}

#category .item .button-label {
    top: 0px;
    right: -1px;
    background: #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 50%;

}

#category .item .button-label:before {
    content: "";
    width: 30px;
    height: 25px;
    background: transparent;
    display: block;
    position: absolute;
    z-index: 9999;
    left: -30px;
    top: -2px;
    box-shadow: 15px 0px 0px 0px #fff;
    border-radius: 0px 25px 0 0px;
}

#category .item .button-label:after {
    content: "";
    width: 30px;
    height: 25px;
    background: transparent;
    display: block;
    position: absolute;
    z-index: 9999;
    right: 0px;
    bottom: -25px;
    box-shadow: 10px -5px 0px 5px #fff;
    border-radius: 0px 25px 0px 0px;
}

#category .item .button-label button {
    background: #262626;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0px !important;
    margin: 5px 0 5px 15px;
    line-height: 28px !important;
    border: 2px solid #262626 !important;


}

#category .item .button-label button svg {
    width: 16px;
    fill: #d6d6d7;
    transition: fill 120ms linear, color 120ms linear;

}

#category .item .button-label button:hover svg {
    fill: #fff;
}

#category .item .label h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 0px 10px;
    line-height: 17px;


}

#category .item .label span {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    margin-top: 6px;

}


/*DonnoLive*/
#donnolive {
    width: 100% !important;
    min-height: 790px !important;
    background-position: center !important;
    background-size: cover !important;
}

.banner-full p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.banner-full h4 {
    color: #fff;

}

.banner-full h2 {
    color: #fff;

}

.banner-full button {
    background: #fff;
    border-radius: 21px;
    color: #262626;
    padding: 12px;
    font-weight: bold;
    font-size: 18px;
    width: 280px;
    display: inline-block;
    border: none !important;
}

/*Bonus*/

#bonus {
    width: 100% !important;
    min-height: 790px !important;
    background-position: center !important;
    background-size: cover !important;
}

#bonus .pretitle {
    background: #018692;
    border-radius: 7px;
    width: fit-content;
    padding: 7px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #fff !important;

}

/*FAQ*/
#faq {
    width: 100% !important;
    min-height: 790px !important;
    background-position: center !important;
    background-size: cover !important;
}

#faq h2 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

/*About*/
#about .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px !important;
    min-height: 100%;

    padding: 0px 1.5rem;
}

#about .item p.title {
    font-size: 43px;
    font-weight: bold;
    line-height: 42px;
}



#about .cols1 {
    background: linear-gradient(to bottom right, #E6F3E6, #F0FFF0);
}

#about .cols2 {
    background: linear-gradient(to bottom right, #E6F2F5, #E0F8FF);
}

#about .cols3 {
    background: linear-gradient(to bottom right, #EAE6F3, #F3F0FF);
}

#about .cols5 {
    background: linear-gradient(to bottom right, #F3F0E6, #FFF5E0);
}

#about .cols4 {
    background: linear-gradient(to bottom right, #E6F3F3, #E0FFFF);
}

#about .cols6 {
    background: linear-gradient(to bottom right, #E6F3F0, #F0FFFA);
}



#about .cols {
    border-radius: 12px;
    margin: 4px;
    height: calc(100% - 8px);
}

#about .item p {
    color: #262626 !important;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;


}

#about .item img {
    max-width: 100%;
    height: auto;
    width: 180px;
}

#about .cols5 .item img,
#about .cols6 .item img,
#about .cols4 .item img {

    width: 70px;
}

#about .cols4 p.title,
#about .cols5 p.title,
#about .cols6 p.title {
    font-size: 24px;
    margin-bottom: 1rem !important;
}










/*Press*/

#press button {
    background: transparent !important;
    margin: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #262626;
    padding: 0px !important;
}

#press .entry-index-content a {
    text-decoration: none;
}

#press .entry-meta {
    background: #f2f9fa;
    color: #018692;
    border-radius: 8px;
    font-size: 14px;
    padding: 5px 10px;
    width: fit-content;
    line-height: 20px;
}

#press .entry-meta a {
    background: #f2f9fa;
    color: #018692;
    text-decoration: none !important;
}

#press p.entry-title a {
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    text-decoration: none;
    font-weight: bold;
}

#press .posted-on a {
    font-size: 14px;
    line-height: 20px;
    color: #97989F;
    font-weight: normal;
    text-decoration: none;

}

#press .entry-index-content {
    font-size: 16px;
    line-height: 22px;
}




/*Swiper*/

.swiper-1,
.swiper-2,
.swiper-5 {

    padding-top: 80px;
    position: relative;
    margin-top: -80px;

}

.swiper-4 {
    padding-bottom: 80px;
}




.swiper-button-prev {
    position: absolute;
    right: 60px;
    top: 35px;
    left: auto;
    border-radius: 50%;
    border: 2px solid #d6d6d7;
    color: #6e6e6f;
    padding: 16px;
    height: 36px;
    background: #d6d6d7;
    z-index: 999;
}

.swiper-button-next {
    position: absolute;
    right: 0px;
    top: 35px;
    left: auto;
    border-radius: 50%;
    border: 2px solid #d6d6d7;
    color: #6e6e6f;
    padding: 16px;
    height: 36px;
    background: #d6d6d7;
    z-index: 999;
}

.swiper-4 .swiper-button-next,
.swiper-4 .swiper-button-prev {
    top: auto;
    bottom: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bolder !important;
    line-height: 20px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: .7
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.item.swiper-slide {
    width: 400px !important;
    min-height: 450px !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#press .swiper-2 .swiper-slide {
    border: 1px solid #E8E8EA;
    border-radius: 15px;
    height: 98% !important;
    width: 400px;
}

.front-page p.header_video {
    height: 44px;
}

.front-page p.header_video {
    font-size: 14px !important;
    line-height: 18px !important;
}

.img_wr {
    width: 100% !important;
    min-height: 350px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

h2.titlestyle {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold;
}



@media (max-width:1428px) {
    .item.swiper-slide {
        width: 26vw !important;
        min-height: 30vw !important;
    }

    #press .swiper-2 .swiper-slide {
        width: 26vw;
    }

    #donnolive,
    #bonus {
        min-height: 65vw !important;

    }

    .img_wr {
        min-height: 25vw !important;

    }
}

@media (max-width:992px) {
    .item.swiper-slide {
        width: 39vw !important;
        min-height: 44vw !important;
    }

    .swiper-4 .swiper-slide {
        max-width: 40vw;
    }

    #press .swiper-2 .swiper-slide {
        width: 39vw;
    }

    #donnosafe img {
        max-width: 60%;
    }

    #banner-mobile {
        min-height: 83vh;
        width: 100%;
        background-position: center !important;
        background-size: cover !important;
        position: relative !important;
        z-index: 300 !important;
        background-repeat: no-repeat !important;

    }

    .img_wr {
        min-height: 35vw;

    }

}

@media (max-width:768px) {
    #press .swiper-2 .swiper-slide {
        width: 70vw;
    }

    #donnosafe img {
        max-width: 70%;
    }

    .overlay {
        width: 100%;
        background: linear-gradient(to top, #161616, rgba(0, 0, 0, 0));
        height: 20%;

    }

    .img_wr {
        min-height: 65vw !important;

    }

}

@media (max-width:575px) {
    .item.swiper-slide {
        width: 70vw !important;
        min-height: 77vw !important;
    }

    #donnolive,
    #bonus,
    #faq {
        min-height: 130vw !important;
    }

    .swiper-4 .swiper-slide {
        max-width: 70vw;
    }

    #press .entry-index-content {
        font-size: 15px;
        line-height: 20px;
    }

    #press p.entry-title a {
        font-size: 18px;
        line-height: 22px;
    }

    .new-home p,
    .new-home body {
        font-size: 16px !important;
        line-height: 22px !important;

    }

    #about .item p.title {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    h1,
    h4,
    p.titolo,
    h2.titlestyle {
        font-size: 22px !important;
        line-height: 28px !important;
    }



    #catalog .item,
    .catalog .item {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    #about .item {
        padding: 0px .5rem
    }

    #about .cols4 p.title,
    #about .cols5 p.title,
    #about .cols6 p.title {
        font-size: 22px !important;
        line-height: 32px;

    }

    #about .cols5 .item img,
    #about .cols6 .item img,
    #about .cols4 .item img {
        width: 50px !important;
    }

    #vantaggi .item img {

        width: 20px;
        margin-right: 4px !important;

    }

    #vantaggi .item {
        font-size: 13px !important;
        line-height: 18px;
        text-align: left;
    }

    .banner-full p {
        font-size: 16px;
        line-height: 22px;
    }

    #category .modal-dialog h3 {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    #category .modal-dialog span {
        font-size: 18px;
        line-height: 26px;
    }

    .img_wr {
        min-height: 65vw !important;

    }

}

@media (max-width:500px) {


    #about .item {
        min-height: 50vw !important;
        height: 50vw;
    }

}

@media (max-width:400px) {



    #category .item .label {
        min-width: 90% !important;
    }




}