.corpo {
    background-color: #F49D04;
    font-family: 'Montserrat', sans-serif;
}

/* navbar */
.customnav {
    background-color: #F7EBE1;
    height: 60px;
}

.logo {
    margin-top: 2px;
}
/* fine navbar */

/* showcase */

.showcase {
    position: relative;
    width: 100%;
    margin-top: 60px;
    height: calc(100vh - 100px);
    background: url('Img/stacked-waves-haikei.svg') center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: left;
}


/* .showcase-content {
    max-width: 800px;
    margin: auto;
} */

.custom-fadeIn {
    animation: fadeInCustom 5s;
    /* Imposta la durata dell'animazione a 2 secondi */
}

@keyframes fadeInCustom {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.showcase h1 {
    font-size: 3.5em;
    margin-bottom: 0.5em;

    /* background: linear-gradient(to right, rgb(235, 32, 32), rgb(196, 106, 106), rgb(164, 61, 61));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.custom-blue {
    color: #080541;
}

.custom-orange {
    color: #F49D04;
}

.custom-brown {
    color: #422903;
}

.showcase p {
    font-size: 1.2em;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 1em;
    background-color: #F49D04;
    color: #3f2602;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #422903;
}


/* fine showcase */

/* servizi */
.servizi {
    background-color: #F49D04;
    padding: 20px 0;
    text-align: center;
}

.containerServizi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-card {
    width: 350px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #F7EBE1;
    transition: transform 0.3s ease-in-out;
}

.service-card:hover {
    transform: scale(1.05);
}

/* test */
.new-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff0000; /* Colore di sfondo del bollino */
    color: #fff; /* Colore del testo del bollino */
    padding: 5px 10px; /* Padding del bollino */
    font-size: 14px; /* Dimensione del testo del bollino */
}

/* .btn2 {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 1em;
    background-color: #F49D04;
    color: #3f2602;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn2:hover {
    background-color: #422903;
} */

.service-icon {
    font-size: 3em;
    color: #3498db;
}

.service-title {
    font-size: 1.5em;
    margin-top: 10px;
}

.service-description {
    margin-top: 10px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .animated-up {
    animation: fadeInUp 1s forwards;
} */

/* fine servizi */


/* progetti */
.progetti {
    height: 100vh;
    /* Altezza della sezione*/
    background: url('Img/sfondo-prog.svg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-attachment: fixed; /* Rimane fissa durante lo scrolling */
}

/* fine progetti */


/* footer */
.footer {
    background-color: #F49D04;
}

/* fine footer */



/* media query */
/* Stile per dispositivi mobili */
@media (max-width: 1300px) {
    .customnav {
        height: 80px; /* Altezza ridotta per dispositivi mobili */
    }

    .btn {
        background-color: #411805;
    }

    .showcase h1 {
        margin-top: 100px;
    }

    /* .showcase img {
        width: 0rem;
    } */

    /* background-image: ; */
    
    .progetti h2 {
        font-size: 40px;
    }

    .progetti p {
        font-size: 30px;
    }

    #img1 {
        width: 16rem;
    }

    #img2 {
        width: 18rem;
    }

    .progetti {
        height: 100vh;
    }
}

@media (max-width: 1200px) {
    .customnav {
        height: 80px; /* Altezza ridotta per dispositivi mobili */
    }

    .btn {
        background-color: #411805;
    }

    .showcase h1 {
        margin-top: 100px;
    }

    .showcase img {
        width: 0rem;
    }

    /* background-image: ; */
    
    .progetti h2 {
        font-size: 40px;
    }

    .progetti p {
        font-size: 30px;
    }

    #img1 {
        width: 16rem;
    }

    #img2 {
        width: 18rem;
    }

    .progetti {
        height: 100vh;
        background: url('Img/blob-mobile.svg') center/cover no-repeat;
        background-attachment: fixed; /* Rimane fissa durante lo scrolling */
    }
}

@media (max-width: 1100px) {
    .customnav {
        height: 80px; /* Altezza ridotta per dispositivi mobili */
    }

    .btn {
        background-color: #411805;
    }

    .showcase h1 {
        margin-top: 100px;
    }

    .showcase img {
        width: 0rem;
    }

    /* background-image: ; */
    
    .progetti h2 {
        font-size: 40px;
    }

    .progetti p {
        font-size: 30px;
    }

    #img1 {
        width: 16rem;
    }

    #img2 {
        width: 18rem;
    }

    .progetti {
        height: 100vh;
        background: url('Img/blob-mobile.svg') center/cover no-repeat;
        background-attachment: fixed; /* Rimane fissa durante lo scrolling */
    }
}

@media (max-width: 1000px) {
    .customnav {
        height: 80px; /* Altezza ridotta per dispositivi mobili */
    }

    .showcase h1 {
        margin-top: 100px;
    }

    /* background-image: ; */
    
    .progetti h2 {
        margin-top: -50px;
        font-size: 40px;
    }

    .progetti p {
        margin-top: 1px;
        font-size: 30px;
    }

    .progetti img {
        width: 13rem;
    }

    #img2 {
        width: 0rem;
    }

    .progetti {
        height: 130vh;
        background: url('Img/blob-mobile.svg') center/cover no-repeat;
        background-attachment: fixed; /* Rimane fissa durante lo scrolling */
    }
}

@media (max-width: 900px) {
    .customnav {
        height: 80px; /* Altezza ridotta per dispositivi mobili */
    }

    .showcase h1 {
        margin-top: 80px;
    }

    /* background-image: ; */
    
    .progetti h2 {
        margin-top: -50px;
        font-size: 40px;
    }

    .progetti p {
        margin-top: 1px;
        font-size: 30px;
    }

    .progetti img {
        width: 13rem;
    }

    .progetti {
        height: 130vh;
        background: url('Img/blob-mobile.svg') center/cover no-repeat;
        background-attachment: fixed; /* Rimane fissa durante lo scrolling */
    }
}

@media (max-width: 770px) {
    .customnav {
        height: 80px; /* Altezza ridotta per dispositivi mobili */
    }

    .showcase h1 {
        margin-top: 100px;
    }

    /* background-image: ; */
    
    .progetti h2 {
        margin-top: -20px;
        font-size: 40px;
    }

    .progetti p {
        margin-top: 2px;
        font-size: 30px;
    }

    #img1 {
        width: 18rem;
        margin-left: 45%;
    }

    #img2 {
        width: 0rem;
    }

    .progetti {
        height: 130vh;
        background: url('Img/blob-mobile.svg') center/cover no-repeat;
        background-attachment: fixed; /* Rimane fissa durante lo scrolling */
    }
}

@media (max-width: 400px) {
    .customnav {
        height: 80px; /* Altezza ridotta per dispositivi mobili */
    }

    .btn {
        background-color: #411805;
    }

    .showcase h1 {
        margin-top: 100px;
    }

    /* background-image: ; */
    
    .progetti h2 {
        margin-top: -50px;
        font-size: 40px;
    }

    .progetti p {
        margin-top: 20px;
        font-size: 30px;
    }

    .progetti img {
        width: 20rem;
        padding-left: 40px;
    }

    #img1 {
        width: 20rem;
        margin-left: -5%;
    }

    #img2 {
        width: 0rem;
    }

    .progetti {
        height: 160vh;
        background: url('Img/blob-mobile.svg') center/cover no-repeat;
        background-attachment: fixed; /* Rimane fissa durante lo scrolling */
    }
}