@charset "utf-8";
/* CSS Document */

        #introduzione {
padding:300px 0px 100px 0px;

        }

        .hero-section {
            background-image: url('../images/jchat-hero-bg.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            height: 100vh;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
        }
        .hero-content {
            position: relative;
            z-index: 1;
            padding: 20px;
            max-width: 800px;
        }
        .hero-content h3 {
            font-size: 90px;
            font-weight: 400;
            margin-bottom: 20px;
        }

@media only screen and (max-width: 480px) {

}
        .hero-content .lead {
            font-size: 1.5rem;
            margin-bottom: 30px;
        }
        .feature-card, .pricing-card {
            transition: transform 0.3s ease;
        }
        .feature-card:hover, .pricing-card:hover {
            transform: translateY(-10px);
        }
        .stats-card {
            opacity: 0;
            position: relative;
            top: 20px;
            transition: all 0.8s ease;
        }
        .pricing-card .card-header {
            font-size: 1.5rem;
            padding: 15px;
        }
        .pricing-card .card-title {
            font-size: 2rem;
            font-weight: 300;
        }
        .row.equal-height {
            display: flex;
            flex-wrap: wrap;
        }
        .row.equal-height > [class*="col-"] {
            display: flex;
            flex-direction: column;
        }
        .row.equal-height .card {
            flex: 1;
        }
        .pricing-toggle .btn {
            border-radius: 50px;
            padding: 10px 20px;
font-size:18px;
        }
        .pricing-toggle .btn.active {
            background-color: #007bff;
            color: white;
        }
@media only screen and (max-width: 480px) {
        .pricing-toggle .btn {

font-size:14px;
        }
}
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.5rem;
            }
            .hero-content .lead {
                font-size: 1.2rem;
            }
            .pricing-card .card-title {
                font-size: 1.5rem;
            }
        }

#slogan-sotto{
padding-bottom:90px;
}


