::-webkit-scrollbar {
    width: 0;
}
body{
    min-height: 100svh;
    overflow-x: hidden;
    background: url(https://daprus.ru/wp-content/uploads/2024/01/main_img.jpg) no-repeat;
    background: linear-gradient(rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 0.8)),url(https://daprus.ru/wp-content/uploads/2024/01/main_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#page{
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#fp-container{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wellcome {
    text-align: center;
    left: 0;
    right: 0;
}
.wellcome h1{
    color: white;
    font-size: 55px;
    font-weight: 800;
}
.wellcome h2{
    color: white;
    font-size: 28px;
    font-weight: 700;
}
.wellcome button {
    height: 54px;
    width: 240px;
    font-size: 25px;
    font-weight: 500;
    color: white;
    padding: 0;
    margin-top: 20px;
    border: 1px solid white;
    transition: all .5s;
}
.wellcome button:hover{
    color: black;
    background: white;
    border: 1px solid black;
    transition: all .5s;
}



@media (max-width: 1199px){
    .wellcome h2 {
        color: white;
        font-size: 23px;
        font-weight: 700;
    }    
}
@media(max-width:959px){
    .wellcome h1 {
        color: white;
        font-size: 45px;
        font-weight: 800;
    } 
}
@media(max-width:719px){
    .wellcome h1 {
        color: white;
        font-size: 33px;
        font-weight: 800;
    }
    .wellcome h2 {
        color: white;
        font-size: 17px;
        font-weight: 500;
    }
}
@media(max-width:479px){
    .wellcome h1 {
        color: white;
        font-size: 26px;
        font-weight: 800;
    }
    .wellcome h2 {
        color: white;
        font-size: 14px;
        font-weight: 500;
    }
}