@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;family=Space+Grotesk:wght@500;600&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
    --tw-color-primary: #92a421;
}

* {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tailwind-ready .hero-bg {
    background: linear-gradient(rgba(0, 184, 169, 0.85), rgba(0, 184, 169, 0.85)), url('https://picsum.photos/id/1015/2000/1200') center/cover no-repeat;
}

.section-header {
    font-family: 'Bebas Neue', sans-serif;
    color: #303030;
}

h1.text-5xl.md\:text-6xl.leading-none.font-semibold.section-header.tracking-tighter.animate-fade-up {
    color: white;
}

body {
    font-family: 'Roboto', sans-serif;
}

.nav-link {
    position: relative;
}

.tracking-tighter {
    letter-spacing: 0.05em !important;
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #00b8a9;
}

.nav-link:hover:after {
    width: 100%;
}

.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.modal {
    animation: modalPop 0.3s ease forwards;
}

@keyframes modalPop {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.benefit-icon {
    animation: float 3s ease-in-out infinite;
}



.aspect-video {
    aspect-ratio: 1 / 1;
}



.bg-gray-900 {
    background-color: #303030 !important;
}

.testimonial::-webkit-scrollbar {
    display: none;

}

.stars {
    color: gold;
    font-size: x-large;
}

.testimonial {
    background: transparent;
    color: #303030;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (min-width: 768px) {
    .testimonials {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        width: 1536px !important;
        gap: 20px !important;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    animation: fadeUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    opacity: 0;
}


button span {
    color: #303030;
    font-family: 'Bebas Neue';
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}

button:hover span {
    color: white !important;
}

button:hover i {
    color: white !important;
}

i.fa-solid.fa-calculator {
    color: #303030;
}

i.fa-solid.fa-calculator:hover {
    color: #fff !important;
}

button {
    border-radius: 50px !important;
    justify-content: center;
    color: #303030 !important;
    font-weight: 400 !important;
}

.button:hover {
    color: white !important;
}

.relative.max-w-screen-2xl.mx-auto.px-6.grid.md\:grid-cols-2.gap-12.items-center {
    padding-top: 120px;
}

nav .wrapper {
    max-width: 1536px;
    margin: 0 auto !important;
    padding: 2% 20px;
}

h1.text-4xl.sm\:text-5xl.md\:text-6xl.leading-\[1\.05\].font-semibold.section-header.tracking-tighter.animate-fade-up {
    text-align: start;
}

@media (min-width: 320px) and (max-width: 480px) {
    .leading-tight {
        font-size: 13px;
    }

    .text-sm {
        font-size: 11px;
        line-height: 1.25rem;
    }
}



.block-leistung {
    padding-top: 120px;
}

i.fa-brands.fa-whatsapp {
    color: white;
}

.mobile-bar {
    width: 90%;
    justify-content: space-around;
}

button#callBtn {
    width: auto;
}