
    html {
        scroll-behavior: smooth;
       
        
    }

    body{
        width: 95vw;
    }
   
  

div.hero{
    text-align: center;
    padding-top: 3vh;
   
    padding-bottom: 15vh;
  
    
    height: auto;
    width: 90vw;
    margin: 0 auto;
}

div.hero-button{
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
    width: 90vw;
    justify-content: center;
    margin: 0 auto;
}
.hero-item{
    min-width: 100px; 
    padding: 10px; 
    text-align: center; 
    margin: 10px;
    

}

.hero-full{
    background-color: #C7AA74 ;
    border-radius: 16px;
    border: solid;
    color: #121113;
    border-color: #C7AA74;
    padding: 10px 20px 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.hero-full:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
    background-color: #121113 ;
    border-color: #121113;
    color:white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hero-outline{
    border-radius: 16px;
    border-color: #C7AA74;
    border: #C7AA74;
    color: #C7AA74;
    border-style: solid;
    background-color: transparent;
    padding: 10px 20px 10px 20px;
   
}

.hero-outline:hover{
    transform: scale(1.1);
    transition: ease-in-out 0.5s;
    background-color: #C7AA74 ;
   
    color:#121113;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


div.blok{
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin: 0 auto;
    gap: 5vw;
}

div.blok-2{
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin: 0 auto;
    gap: 5vw;
    margin-top: -20vh;
}

div.margin_index{

margin-bottom: 8vh;
margin-top: -13vh;

}

div.margin{
    margin-bottom: 25vh;
    margin-top: 10vh;
}

div.blok-item{
    flex: 1;
    padding: 10px;
    
}

div.blok-item-1{
    margin-top: 49vh;
    flex: 1;
    padding: 10px;
    
}
.blok-item-row-1{
    padding: 5px;
    
    
}

.blok-item-row-2{
    
    padding: 5px;
    margin-top: -4vh;
    
    
}

.blok-item-row{
    margin-bottom: 10px;
    padding: 5px;
    margin-top: -2vh;
    
    
}

img.image{
    width: 40vw;
}

img.image-hand{
    height: 70vh;
    text-align: center;
}

img.image-hand_2{
    height: 40vh;
    text-align: center;
}

img.image-partneri{
    width: 45vh;
    text-align: center;
}

.back-image{
    height: 90vh;
    z-index: -3;
    position: relative;
    margin-top: -80vh;
    margin-left: 75vw;

}

.snake{
    height: 70vh;
    margin-left: 70vw;
    margin-top: -20vh;
}

.background{
    z-index: -99;
    position: absolute;
}

div.slider{
    margin-top: 15vh;
   
    text-align: center;
    align-items: center;
   
 

}

div.slider-right{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

img.slider{
    width: 12vw;
    height: 10vh;
    -webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);
}

img.slider-1{
    width: 12vw;
    height: 6vh;
    -webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);
}





@media screen and (min-width:912px)and (max-width:1024px) {
    div.hero{
        background-size: contain;
        background-repeat: repeat-y;
        padding-top: 25vh;
        padding-bottom: 25vh;
        height: 80vh;
    }

    div.slider{
        margin-top: -63vh;
    }
}

@media screen and (max-width:912px) {
    div.hero{
        background-size: contain;
        background-repeat: repeat-y;
        padding-top: 20vh;
        padding-bottom: 45vh;
        height: 30vh;
    }
    div.blok{
        display: block;
        margin-top: 5vh;
    }

    div.margin{
        margin-bottom: 5vh;
    }
    
    div.blok-item-1{
margin-top: 5vh;
    }

    div.blok-2{
        margin-top: 5vh;
        display: block;
    }

    img.image{
        width: 80vw;
    }

    img.image-hand{
        height: 40vh;
        text-align: center;
    }

    img.image-hand_2{
        height: 30vh;
        text-align: center;
    }


    img.image-partneri{
        width: 40vh;
        text-align: center;
    }

    .word{
        font-size: 26px;
    }

    h2{
        font-size: 17px;
    }

    div.slider{
        
        margin-bottom: -5vh;
        max-width: 90vw;
    
    }

    div.slider-right{
        display: inline;
        margin-left: 5vw;
    }

    img.slider{
        width: 40vw;
   
    }
    
    img.slider-1{
        width: 20vw;
        height: 9vh;
       
    }
   

}



@media screen and (max-width:290px){
    div.hero{
        padding-top: 12vh;
        padding-bottom: 20vh;
        height: 70vh;
    }

   
}