.banner {
    background: #111111 url("CASAMASSIMA-20.jpg") 0 0 no-repeat fixed; /* Deep red background */

    text-align: center;
    background-size: cover;


    height: 800px;
    width: 100%;
    margin-bottom: 3em;
    display: table;
}

.banner-head {
    display: table-cell;
    vertical-align: middle;

    font-size: 2em;
    color: #FFFFFF; /* White text for better readability */

    font-weight: 500;
    text-shadow: 0 1px 1px black;
}






.content{
    padding: 40px;
    text-align: center;
}
.inner-content{
    padding: 100px;
}
.inner-content-foot{
    padding: 100px;
    text-align: center;
    
}

.inner-content-img{
    margin-top: 60px;
    margin-left: 100px;
    box-shadow: 0 0 5px cyan, 0 0 25px cyan;
    
}
.inner-content-img:hover {
    box-shadow: 0 0 5px cyan, 0 0 25px cyan, 0 0 50px cyan, 0 0 100px cyan, 0 0 200px cyan;
}
.img1{
    width: 500px;
        height: auto;
}
.img2 {
    width: 350px;
    height: auto;
}
.img3 {
    width: 350px;
    height: auto;
}
.img4 {
    width: 500px;
    height: auto;
}
.Trasporti{
    width: 50%;
    height: auto;
    margin-left: 25%;
}

.button{
    padding: 15px 30px;
    font-size: 16px;
    color: white;
    background: linear-gradient(90deg, #ff0066,#ff6600);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0);
    transition: box-shadow 0.3s ease, transform 0.3s ease;   
}
.button:hover{
    box-shadow: 0 10px 20px rgba(255, 0, 102, 0.5);
    transform: translateY(-3px);
}



@media screen and (max-width: 768px) {

        .banner {
            height: 400px;
            
        }

        .content {
            padding: 10px;
            text-align: center;
        }
        .align_center {
            text-align: center;
            padding: 10px;
            margin-left: -100px;
        }
    
        .inner-content {
            padding: 10px;
        }
    
        .inner-content-foot {
            padding: 10px;
            text-align: center;
    
        }
    
        .inner-content-img {
            margin-top: 60px;
            

        }

        .img1 {
            width: 250px;
            height: auto;
        }

        .img2 {
            width: 250px;
            height: auto;
        }

        .img3 {
            width: 200px;
            height: auto;
        }

        .img4 {
            width: 250px;
            height: auto;
        }
        .order-1 {
            order: 1;
        }
        
        .order-2 {
            order: 2;
        }
    
}