.elementor-1118 .elementor-element.elementor-element-33c905e{margin-top:0px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-da75dbd */.cursor-pointer {
    cursor: pointer;
}
.wrap {
    display: flex;
    height: 100vh;
    flex-direction: column;
    background: #ccc;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.wrap > * {
    min-height: 100vh;
    scroll-snap-align: start;
}
.page {
    position: relative;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.page:nth-child(even) {
    background: #9ad1ef;
}
.page a {
    color: #fff;
    text-decoration: none;
}

.page:target .box {
    transform: translateY(0%);
    }
#page1 .box {
    transform: translateY(0);
}
#page1 {
    background: url("https://pop.popinttech.pl/wp-content/uploads/2024/07/boat.jpg") no-repeat center center / cover;
}
#page2 {
    background: url("https://pop.popinttech.pl/wp-content/uploads/2024/07/heart_bg.jpg") no-repeat center center / cover;
}
#page3 {
    background: url("https://pop.popinttech.pl/wp-content/uploads/2024/07/sea.jpg") no-repeat center center / cover;
}
#page4 {
    background: url("https://pop.popinttech.pl/wp-content/uploads/2024/07/sunset.jpg") no-repeat center center / cover;
}

/*Negative letters*/
.page h2 {
    height: inherit;
    width: 100vw;
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font: 900 20vmin/50vh cookie !important;
    text-align: center;
    filter: invert(1);
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
    text-wrap: nowrap;
}
/* Mobile styles */
@media (max-width: 768px) {
    .page h2 {
font-size: calc(15vw + 1vh) !important;
    line-height: normal !important;
    text-wrap: auto;
    }
}
/*Negative letters*/


/*Arrow animation */
.arrow,
.arrow:before {
    position: absolute;
    left: 50%;
}

.arrow {
    width: 40px;
    height: 40px;
    bottom: 10%;
    margin: -20px 0 0 -20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
}

.arrow.last {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.arrow:before {
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0 -10px;
    border-left: none;
    border-top: none;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-10px, -10px);
    }
}

/*Arrow animation */

/*typewriter*/
.typewriter{
    animation: typewriter 3.5s;
}
@keyframes typewriter{
    from{width: 0;}
    to{width: 100%;}
}
/*typewriter*//* End custom CSS */