*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #96676b;
    background-color: #96676b;
}
.video{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #96676b;
    width: 100vw;
    height:100%;
    
}
.video spline-viewer{
    width: 80vw; 
    height: 80vh;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    height: calc(100% - 40px);
}
.arrow-button{
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: none;
        border: none;
        cursor: pointer;
}
.arrow-button img {
    width: 3vw;
    align-self: center;
    margin: 0 auto;
    display: block;
}
.page{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.tresc{
    font-size: 7vh;
    text-align: center;
    color: white;
    background-color: #96676b;
    padding: 5vh;
}
.tresc-sm{
    font-size: 3vh;
    font-style: thin;
    
}
.scroll-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.scroll-element.visible {
    opacity: 1;
    transform: translateY(0);
}
.row{
    padding: 4vw;
    display: flex;

}
.naglowek {
    font-size: 5vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vh;
}

.naglowek h1{
    text-align: center;
    margin: 0;
    display: block;
    margin: 0 auto;
    display: block;
}
.ikony img {
    width: 10vw;
    background: none;
    margin: 0 auto;
    display: block;
}
.gallery-button{
    font-size: 5vh;
    color:white ;
    border-radius: 3vh;
    border-color: rgba(240, 255, 255, 0);
    margin: 0 auto;
    display: block;
    background-color: #2d6931;
    padding: 2vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    text-decoration: none;
}

.gallery-button:hover{
    scale: 110%;
}
.gallery-button:active{
    background-color: #3a713e;
}
.adobe {
    width:100vw;
    margin: 0;
    padding: 0;
}
.adobe img:hover{
    scale:110%;
}

.web1{
    height: 100vh;
    width: 100vw;
    background-color: #96676b;
    color: white;
}
.web{
    height: 100vh;
    width: 100vw;
    background-color: aliceblue;
}

.catalog{

    display: flex;
    height: 80vh;
    background-color: #96676b;
    z-index: 1;
    position:absolute;
}
.catalog img{
    margin: 0 auto;
    display: block;
    justify-content: center;
    align-items: center;
    padding-bottom: 5vh;

}
.catalog-container{
    width: 100vw;
    height: 80vh;
    background-color: #96676b;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
}
.materialy-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 


}

.materialy-container-flex {
    display: flex;
    align-items: center;
    justify-content: center;

}

.materialy {
    padding: 2vh; 
    text-align: center;
    max-width: fit-content;
    max-height: fit-content;
}

.materialy img {
    max-width: 100%;
    height: auto;     
    display: block; 
    margin: 0 auto; 
}

.card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}
.cards {
    padding: 2vh; 
    text-align: center;
    max-width: fit-content;
    max-height: fit-content;
}
.cards img{
    height: 50vh;
}
.cards-container-flex {
    display: flex;
    align-items: center;
    justify-content: center;

}
.pagetop
    .logo{
    position: fixed;
    display:block;
    padding-left: 10px;
    padding-top: 15px;
    }
    .back{
        font-size: 2vh;
        color:white ;
        border-radius: 1vh;
        border-color: rgba(240, 255, 255, 0);
        margin: 0 auto;
        display: block;
        background-color: #2d6931;
        padding: 1vw;
        padding-top: 1vh;
        padding-bottom: 1vh;
        text-decoration: none;
    }
.contact{
    height: auto;
    width: 100%;
}
.box-flex{
    display: flex;
    padding: 10vw;
}
.box{
    align-items: center;
    justify-content: center;
    font-size: 8vh;
}
.box img{
    max-width: 30vw;

}
.box a{
    max-width: 30vw;
    align-items: center;
    justify-content: center;
}
.box p{
    font-size: 4vh;
}
.gb-sm{
    font-size: 3vh;
    color:white ;
    border-radius: 3vh;
    border-color: rgba(240, 255, 255, 0);
    margin: 0 auto;
    display: block;
    background-color: #2d6931;
    padding: 1vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    text-decoration: none;
}

.gb-sm:hover{
    scale: 110%;
}
.gb-sm:active{
    background-color: #3a713e;
}