/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.oliva{
    color:#8C8E5D;
}
.h2 strong, .h1 strong, .titolo-cta strong{
    font-weight: 400 !important;
    color:#8C8E5D !important;
    font-style: italic;
}
.box-servizio:hover{
    background-color: #fff9f1;
}
.elementor-counter-number-suffix{
    font-size: 20px;
    color: #7a6444;
}
.marquee-swiper {
    width: 100%;
    overflow: hidden;
}
.marquee-swiper .swiper-slide {
    width: auto;
    padding: 0 2px;
    font-size: 12px;
    font-family: "JetBrains Mono", Sans-serif;
    font-weight: 300;
    color:#f5f0e6;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.marquee-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
.footer-ripetizione{
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer-ripetizione h4{
    font-family: "Cormorant", Sans-serif;
    font-size: 210px;
    line-height: 230px;
    font-weight: 300;
    font-style: italic;
    color:#8C8E5D;
}
.slideGallery{
    overflow: hidden;
}
.slideGallery .swiper-slide img{
    height: auto !important;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #333333;
}
.indicatore-scroll{
    margin-left: 50px;
    margin-top: 40px;
}
.indicatore-scroll path, .indicatore-scroll circle{
    transform-origin: center !important;
}
.content-slider-gallery{
    position: relative;
}
.numero-slide{
    font-family: 'JetBrains Mono';
    font-size: 150px;
    line-height: 150px;
    position: absolute;
    bottom: -30px;
    z-index: 4;
    right: -40px;
    color: #f5f0e6;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #333;
    display: none;
}
.indicatore-slide{
    margin-top: 20px;
}
.swiper-pagination{
    position: relative !important;
    text-align: left !important;
}
.swiper-pagination-bullet{
    width: 20px !important;
    border-radius: 0 !important;
    height: 5px !important;
}
.swiper-pagination-bullet-active {
    background: #7a6444 !important;
}
.box-testimonial .desc{
    font-family: Cormorant;
    font-weight: 400;
    color:var(--Bianco);
    display: flex;
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
}
.slideTestimonial{
    overflow: hidden;
}
.box-testimonial .desc p{
    margin-bottom: 0;
    margin: 0 5px;
}
.box-testimonial h3{
    font-family: JetBrains Mono;
    font-weight: 200;
    color:var(--Bianco);
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
}
.indicatore-slide-testimonial .swiper-pagination-bullet-active{
    background: var(--Bianco) !important;
}
.box-cliente a{
    display: flex;
    justify-content: center;
}