.w-30 {
    width: 30% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-95 {
    width: 95% !important;
}

.w-180 {
    width: 200% !important;
}

.t-w {
    color: white;
}

.footer-svltt {
    background-color: black;
    height: 50px;
    display: flex;
}

.height-60 {
    height: 60px !important;
    max-height: 60px !important;
}

.clickable {
    cursor: pointer;
}

.bg-img {
    background-image: url("../img/bg/hollywood.jpeg") !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.skyline {
    display: block;
    height: 7rem;
    width: 100%;
    background-image: url("../img/skyline-firenze.png") !important;
    background-repeat: repeat-x !important;
    z-index: 1000 !important;
    position: absolute;
    bottom: 4rem;
}

.app-btn.color-ten:hover {
    background: transparent;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swiper-pagination-bullets {
    display: none;
}

#call-to-action-five .pix-btn {
    z-index: 1000;
    background-color: white;
}

.svg-color {
    fill: #ffffff !important;
    fill-rule: evenodd;
    opacity: 0.03 !important;
}

.cls-1 {
    fill: #ffffff;
    fill-rule: evenodd;
    opacity: 0.3;
}

#firstAppStore:hover {
    color: black !important;
}

.blob {
    background: lightgray !important;
}

.blobs .blob-center {
    background: lightgray !important;

    -webkit-box-shadow: 0 -10px 40px -5px lightgray !important;
    box-shadow: 0 -10px 40px -5px lightgray !important;
}

.handCursor {
    cursor: pointer !important;
}

.spaceTop {
    margin-top: 3rem;
}

.spaceBottomApple::before {
    position: relative;
    top: -2px;
}

.bg-carousel-1 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 30%, rgba(255, 255, 255, 0.5) 80%),
        url('../img/bg/bologna.avif') !important;
    background-position: center;
}

.bg-carousel-2 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 30%, rgba(255, 255, 255, 0.5) 80%),
        url('../img/bg/colosseo.jpeg') !important;
    background-position: center;
}

.bg-carousel-3 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 30%, rgba(255, 255, 255, 0.5) 80%),
        url('../img/bg/firenze.webp') !important;
    background-position: center;
}

.bg-carousel-4 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 30%, rgba(255, 255, 255, 0.5) 80%),
        url('../img/bg/milano.jpeg') !important;
    background-position: center;
}

.bg-carousel-5 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 30%, rgba(255, 255, 255, 0.5) 80%),
        url('../img/bg/napoli.jpeg') !important;
    background-position: center;
}

.bg-carousel-6 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 30%, rgba(255, 255, 255, 0.5) 80%),
        url('../img/bg/venezia.jpeg') !important;
    background-position: center;
}

#footer-app-two {
    background-color: #252526 !important;
}

.bg-icon {
    filter: grayscale(300%);
}

:root {
    --h-header: 88px;
}

.anchor {
    scroll-margin-top: calc(var(--h-header));
}

@media screen and (max-width: 1300px) {
    .skyline {
        display: none;
    }
}

@media screen and (max-width: 365px) {
    .skyline {
        display: none;
    }

    .align {
        text-align: center;
    }
}

@media screen and (max-width: 830px) {
    #footer-app-two .widget-title {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0px !important;
        border-bottom: 0;
    }

    .nome {
        display: none;
    }

    .bg-carousel-1 {
        background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 40%, rgba(255, 255, 255, 0.5) 80%),
            url('../img/bg/bologna.avif') !important;
    }

    .bg-carousel-2 {
        background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 40%, rgba(255, 255, 255, 0.5) 80%),
            url('../img/bg/colosseo.jpeg') !important;
    }

    .bg-carousel-3 {
        background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 40%, rgba(255, 255, 255, 0.5) 80%),
            url('../img/bg/firenze.webp') !important;
    }

    .bg-carousel-4 {
        background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 40%, rgba(255, 255, 255, 0.5) 80%),
            url('../img/bg/milano.jpeg') !important;
    }

    .bg-carousel-5 {
        background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 40%, rgba(255, 255, 255, 0.5) 80%),
            url('../img/bg/napoli.jpeg') !important;
    }

    .bg-carousel-6 {
        background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 40%, rgba(255, 255, 255, 0.5) 80%),
            url('../img/bg/venezia.jpeg') !important;
    }
}

@media screen and (max-width: 1490px) {
    .bg-img {
        background-image: linear-gradient(-335deg, rgba(0, 0, 0, 0.7) 40%, rgba(255, 255, 255, 0.5) 80%) !important;
    }
}

@media screen and (min-width: 992px) {
    .linguaFooter {
        display: none;
    }
}