
body {
    background-color: white;
}

.blocco_bordo {
    padding-left: 30px;
    padding-right: 30px;
}

.slogan {
    position: relative;
    width: 120%; //vw;
    left: -10%; //vw;
    z-index: 50;

    //height: 200px;
    text-align: left;
    font-style: italic;
    font-family: $font-family-serif;
    background: $linear-grad-viola;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    &--grande {
        font-size: 101px;
        line-height: 90px;
        font-weight: 600;
    }

    &--medio {
        font-size: 66px;
        line-height: 62px;
        font-weight: 600;
    }

    &--centered {
        text-align: center;
    }

    &--acapo {
        br {
            display: block !important;
        }
    }
}

.intro {
    // TEMP:
    margin-top: 60px;
    top: 0;
    height: 100vh;
    width: 100%;
    position: relative;
    background-image: url("../../assets/img/viaggi/intro_viaggi_islanda.jpg");
    background-repeat: no-repeat;
    background-position: center;
    //background-size: auto 100%;
    background-size: cover;

    &__intestazione {
        top: 30%;
        pointer-events: auto;

        &__play {
            height: 27vh;
            position: relative;

            &--btn {
                position: absolute;
                margin: auto;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
            }
        }
    }

    &__btn {
        //position: absolute;
        //bottom: 60px;
        //margin: auto;
        //left: 0;
        //right: 0;
    }
}

.ancore {
    height: 60px;
    vertical-align: middle;
    overflow-x: scroll;
    margin-bottom: 60px;

    ul {
        margin: 0;
        padding: 0px;
        //padding-left: 0;
        height: 100%;
        width: max-content;
        border-top: 1px #666 solid;
        border-bottom: 1px #666 solid;
        text-align: center;

        li:last-of-type {
            border-right: 0px #666 solid;
        }
    }

    li {
        display: inline-block;
        list-style: none;
        min-width: 140px;
        font-weight: 600;
        border-right: 1px #666 solid;
        height: 100%;
        vertical-align: middle;
        line-height: 60px;
        overflow: hidden;

        a {
            text-decoration: none;
        }
    }
}

.info {
    width: 100%;

    &__colonna {
        display: inline-block;
        font-size: $font-size-testi;
        width: 100%;
        vertical-align: top;

        &--titolo {
            text-transform: uppercase;
            font-size: 22px;
            font-weight: 700;
        }

        &--lista {
            font-weight: 600;
            padding-inline-start: 20px;
        }
    }
}

.itinerario {
    &__img {
        width: 100%;
        margin-top: -75px;
    }
}

.mappa {
    width: 100%;
    height: 100vh;

    &__titolo {
        //position: absolute;
        width: 100%;
        height: 50vh;
        display: inline;
        float: left;
    }

    &__img {
        width: 100vw;
        height: 50vh;
        display: inline;
        float: left;

        img {
            float: right;
            width: 100%;
            height: auto;
        }
    }
}

.step {
    width: 370px;
    padding: 30px;
    position: relative;

    &__pos {
        position: absolute;
        font-size: 200px;
        line-height: 190px;
        width: 180px;
        font-family: $font-family-serif;
        font-style: italic;
        font-weight: 700;
        z-index: 0;
        user-select: none;
        top: -50px;

        &--right {
            right: 5px;
        }
    }

    &__titolo {
        position: relative;
        z-index: 10;
        text-transform: uppercase;
        font-size: 27px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    &__testo {
        position: relative;
        z-index: 11;
        font-size: $font-size-testi;
        line-height: $line-height-testi;
        margin-bottom: 10px;
    }

    &__btn {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        z-index: 12;
        text-transform: uppercase;
        letter-spacing: .5px;
    }
}

////////  DESKTOP
@media screen and (min-width: 1024px) {
    .blocco_bordo {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop_maxW {
        max-width: 1160px;
        margin: auto;
    }
    .slogan {
        &--grande {
            left: 0; //vw;
            br {
                display: none;
            }
        }
    }
    .intro {
        margin-top: $header-height-desktop;
        height: 630px;
        background-image: url("../../assets/img/viaggi/cardIslanda_desktop.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;

        &__intestazione {
            &__play {
                height: 10%;

                &--btn {
                    position: relative;
                }
            }
        }
    }

    .ancore {
        height: auto;
        text-align: left;
        overflow-x: auto;

        ul {
            border: none;
            padding: 60px;
            padding-left: 0;
            height: 180px;

            li {
                height: 100%;
                border: none;
            }
        }
    }
    .info {
        &__colonna {
            display: inline-block;
            font-size: $font-size-testi-desktop;
            width: 49%;
            max-width: 49%;
            vertical-align: top;

            &--titolo {
                text-transform: uppercase;
                font-weight: 700;
                font-size: 38px;
                line-height: 48px;
            }

            &--lista {
                font-weight: 600;
            }
        }
    }

    .itinerario {
        &__img {
            width: 50%;
            margin-top: -75px;
        }
    }

    .step {
        width: 370px;
        padding: 30px;
        position: relative;

        &__pos {
            position: absolute;
            font-size: 200px;
            line-height: 190px;
            width: 180px;
            font-family: $font-family-serif;
            font-style: italic;
            font-weight: 700;
            z-index: 0;
            user-select: none;
            top: -50px;

            &--right {
                right: 5px;
            }
        }

        &__titolo {
            position: relative;
            z-index: 10;
            text-transform: uppercase;
            font-size: 27px;
            line-height: 32px;
            font-weight: 700;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        &__testo {
            position: relative;
            z-index: 11;
            font-size: $font-size-testi-desktop;
            line-height: $line-height-testi-desktop;
            margin-bottom: 10px;
        }

        &__btn {
            position: relative;
            font-size: 13px;
            font-weight: 600;
            z-index: 12;
            text-transform: uppercase;
            letter-spacing: .5px;
        }
    }

    .mappa {
        width: 100%;
        height: 644px;

        &__titolo {
            //position: absolute;
            padding-top: 120px;
            width: 50%;
            height: 100%;
            display: inline;
            float: left;
        }

        &__img {
            width: 50%;
            height: 100%;
            display: inline;
            float: left;

            img {
                float: right;
            }
        }
    }
}
