﻿:root {
    --primary-color: #8dd3b6;
    --secondary-color: #456886; /*rgb(69,104,134)*/
}

.section-title p {
    font-size: 18px
}

.pricing-item-left ul li:nth-child(2), .pricing-item-bgc .pricing-item-left ul li:nth-child(2) {
    border-bottom: none
}

.content-details {
    padding: 0 20px;
}

.footer-item h6 {
    color: var(--primary-color)
}

.footer-item p, .footer-item ul li a {
    color: white
}

#footer-area {
    background: black;
}

.testimonial-home1 .blog-title a {
    color: white;
    transition: all .3s linear
}

.effect-item .content-overlay:before, .effect-item .content-overlay:after {
    background-color: rgba(69,104,134,.6)
}

.top-address::after {
    background: linear-gradient(90deg, rgba(243, 10, 70, 0) 25%, var(--primary-color) 100%)
}

.slider2-all-text h1 {
    text-transform: uppercase
}

.slider-bg-5 {
    background-image: url(/assets/img//home/vespa-home-1.webp)
}

.slider-bg-2 {
    background-image: url(/assets/img//home/vespa-home-2.webp)
}

.slider-bg-3 {
    background-image: url(/assets/img//home/vespa-home-3.webp)
}

.img-news {
    height: 235px;
    object-fit: contain
}

.about-right-text p {
    padding: 0
}

.row.blog-item:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 25px
}

.carousel-via-del-sale img {
    height: 250px;
    object-fit: contain
}

.popular-news-item img {
    max-height: 180px;
    object-fit: contain;
}

@media (min-width: 320px) and (max-width: 991px) {
    .logo img {
        width: 100px;
    }
}
