* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #111;
    color: white;
}

/* HEADER */
header {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    background: black;
    position: sticky;
    top: 0;
}

nav a {
    color: white;
    margin-left: 20px;
    text-decoration: none;
    transition: 0.3s;
}

nav a:hover {
    color: gold;
}

video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
    object-fit: cover;
    z-index: -1;
    opacity: 0.7;
}

.hero {
    height: 100vh;
    
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero h2 {
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 1.4vh ;
}


p{
    margin-left: 10%;
    font-size: 2vh;
    
}

.hero p {
    margin-left: 10%;
    font-size: 2vh;
    margin-top: 5%;
    
}


section {
    padding: 70px 40px;
    text-align: center;
}


.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.grid img {
    width: 100%;
    transition: 0.4s;
    border-radius: 10px;
}

.grid img:hover {
    transform: scale(1.05);
}


ul {
    list-style: none;
    line-height: 2;
}


footer {
    text-align: center;
    padding: 20px;
    background: black;
    margin-top: 20px;
    font-size: 2vh;
}
.Kontakt23{
    width: 5%;
}

#ad{
    width: 15%;
    margin-left: 2%;
}
#link23{
    width: 15%;
}
.galerija23
{
    font-size: 45px;
    margin-bottom: 5%;
    
}

#slikaimage{
    width: 50%;
    margin-top: 5%;
    border-radius: 2%;

}
#omeni{
    margin-top: 5%;
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 1.4vh ;
}
#about p{
    margin-top: 2%;
}


#kontakt{
    font-size: 45px;
    margin-bottom: 5%;
}
.p23{
    font-size: 2vh;
}
#back-link-container {
    background-color: red;
    width: 9%;
    margin-left: 25%;
    height: 5vh;
    border-radius: 5%;


}
#back-link{
    text-align: center;
    color: white;
    text-decoration: none;
    margin-top: 5%;
    margin-left: 45%;
    
}

@media (max-width:480px) 
{
    video{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
    
        object-fit: cover;
        z-index: -1;
        opacity: 0.7;
    }
    #ad
    {
        width: 50%;
        margin-left: 2%;
    }

    .Kontakt23
    {
    width: 27%;
    }
    .hero h2{
        font-size: 50px;
  margin-bottom: 7px;
  line-height: 6.4vh;
    }
    #slikaimage{
        width: 95%;
  margin-top: 5%;
  border-radius: 2%;
    }

}



