html {
    scroll-behavior: smooth;
}

#wallpaper-shape {
    left: 0;
    top: 0;
    position: absolute;
}

#wallpaper-shape.interactive {
    cursor: none;
}

.wallpaper-header-content {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    position: relative;
    font-size: 4.5em;
    padding-top: 40vh;
    left: 1vw;
    z-index: 2;
    color: #000;
}

@media only screen and (max-width: 600px) {
    .wallpaper-header-content {
        padding-top: 35vh;
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 800px) and (min-width: 600px) {
    .wallpaper-header-content {
        padding-top: 35vh;
        font-size: 2em;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 800px) {
    .wallpaper-header-content {
        padding-top: 35vh;
        font-size: 3.5em;
    }
}

@media only screen and (max-height: 600px) {
    .wallpaper-header-content {
        padding-top: 5vh;
        font-size: 1.1em;
    }
}

.arrow-down {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFF;
    z-index: 2;
    transition: 0.5s;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px;
}

.arrow-down:hover,
.arrow-down:active {
    top: 30px;
    color: #9c4ff0;
    background: rgba(100, 100, 100, 0.2);
}

.arrow-down>svg {
    min-height: 35px;
    min-width: 35px;
    height: 3vw;
    width: 3vw;
}

.round-100 {
    border-radius: 100%;
}

.testimonial {
    min-width: 200px;
    max-width: 300px;
}

::-webkit-scrollbar {
    display: none;
}