body { 
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    overflow: hidden; 
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;

}

nav {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    z-index: 10; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
}

#menu-toggle {
    display: none; 
}

.menu-icon {
    font-size: 30px;
    color: white;
    cursor: pointer;
    display: block;
    z-index: 11; 
}

.nav_klasa {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #000000;
    width: 200px;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    flex-direction: column;
}

.nav_klasa li {
    padding: 10px;
}

.nav_klasa a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#menu-toggle:checked + .menu-icon + .nav_klasa {
    display: flex;
}

header {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}







h1 {
    font-size: 9.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 100px;
    margin-bottom: 0;
    margin-top: -20px; 
    transition: transform 0.3s ease; 
}

h1:hover {
    transform: scale(1.1); 
}

h2, h3 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    margin-top: -10px; 
}


.text-wrapper {
    display: flex;
    gap: 30px;
}


h2 { color: #4b4a5c; }
h3 { color: #748570; }

.pocetna {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 1;
    left: 1;
    z-index: -1; 
}

body {
    background-color: black;
    color: white;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: auto;
}

p {
    font-weight: lighter;
    margin-top: 80px;
    text-align: left;
    font-size: 25pt;
}
.strong1{
    font-weight: lighter;
}

.strong2{
    color: #4b4a5c;
    font-weight: lighter;
}
.ja1 {
    color: #D3D3D3;
    text-transform: uppercase;
    font-size: 40pt;
    margin-top: 10px; 
    margin-bottom: 150px; 
    letter-spacing: 10px;
    color: #748570;
}

.hamburger {
    text-align: left;
    font-size: 30px;
    cursor: pointer;
}

.email, .facebook {

    display: inline-block;
    margin: 20px;
}
.facebook{
   margin-left: 100px;
    margin-top: 80px;
}

.email a:hover, .facebook a:hover {
    color: #748570;
    text-decoration: underline; 
}
.email a, .facebook a {
    color: #ffffff;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

img {
    width: 80px;
    height: 80px;
}

h4 {
    color: #D3D3D3;
    text-transform: uppercase;
    font-size: 40pt;
    margin-top: 10px; 
    margin-bottom: 150px; 
    letter-spacing: 10px;
    color: #748570;
}

.Prvi {
    margin-top: 250px;
    text-decoration: none;
    font-size: 25pt;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.Prvi .box {
    text-decoration: none;
    color: #ffffff;
    margin: 5px;
    padding: 15px;
    background-color: #333;
    border-radius: 8px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.Prvi.box a {
  
    margin-top: 0;
    color: #ffffff;
 
    display: block;
   

}

.Prvi .box:hover {
    color: #4b4a5c;
    transform: scale(1.1);
}




.Drugi {
    margin-top: 250px;
    text-decoration: none;
    font-size: 25pt;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.Drugi .box {
    text-decoration: none;
    color: #ffffff;
    margin: 5px;
    padding: 15px;
    background-color: #333;
    border-radius: 8px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.Drugi.box a {
  
    margin-top: 0;
    color: #ffffff;
 
    display: block;
   

}

.Drugi .box:hover {
    color: #4b4a5c;
    transform: scale(1.1);
}





.Treci {
    margin-top: 250px;
    text-decoration: none;
    font-size: 25pt;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.Treci .box {
    text-decoration: none;
    color: #ffffff;
    margin: 5px;
    padding: 15px;
    background-color: #333;
    border-radius: 8px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.Treci.box a {
  
    margin-top: 0;
    color: #ffffff;
 
    display: block;
   

}

.Treci .box:hover {
    color: #4b4a5c;
    transform: scale(1.1);
}


footer {
    margin-top: 600px;
    height: 60px;
    background-color: #4b4a5c;
    color: #ffffff;
    display: flex;
    justify-content: center; 
    align-items: center;
}

.footerP {
    font-size: 12pt;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .menu-icon {
        font-size: 50px; 
    }
    .nav_klasa {
     
        position: fixed;
        top: 60px;
        left: 0;
        background-color: #000000;
        flex-direction: column;
        text-align: center;
        width: 40%;
        max-height: 100px;
        overflow-y: auto; /* skrolanje */ 
    }

    .nav_klasa li {
        padding: 15px;
        .nav_klasa {
        width: 80%; 
         max-height: 100px; 
        overflow-y: auto; 
        }
    }

    .Prvi, .Drugi, .Treci {
        font-size: 18px;
        margin-top: 20px;
        display: block;
    }

    .Prvi .box, .Drugi .box, .Treci .box {
        width: 100%;
        height: auto;
        margin: 10px;
    }

    img {
        width: 50px;
        height: 50px;
    }


    .text-wrapper h2, .text-wrapper h3 {
        font-size: 1.5rem;
    }

    footer {
        margin-top: 30px;
    }

    .hamburger {
        display: block;
    }

p{
    font-size: 20pt;
}
.mailP{
    margin-top: 1px;
}
.email, .facebook {

    display: inline-block;
    margin: 100x;
}
.facebook{
   margin-left: 10px;
    margin-top: 1px;
   align-items: center;
   justify-content: center;
}

.email a:hover, .facebook a:hover {
    color: #748570; 
    text-decoration: underline; 
}
.email a, .facebook a {
    color: #ffffff;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

header {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 6rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 0;
    margin-top: -20px;
    transition: transform 0.3s ease;
}

h1:hover {
    transform: scale(1.1);
}

h2, h3 {
    font-size: 5rem;
    font-weight: bold;
    margin: 0;
    margin-top: -10px;
}

.text-wrapper {
    display: flex;
    gap: 30px;
}

h2 {
    color: #4b4a5c;
}

h3 {
    color: #748570;
}

.pocetna {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.Prvi, .Drugi, .Treci {
    margin-top: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
    gap: 20px;
}

.Prvi .box, .Drugi .box, .Treci .box {
    text-decoration: none;
    color: #ffffff;
    margin: 5px;
    padding: 5px;
    background-color: #333;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.Prvi .box:hover, .Drugi .box:hover, .Treci .box:hover {
    color: #4b4a5c;
    transform: scale(1.1);
}


footer {
    margin-top: 600px;
    height: 60px;
    background-color: #4b4a5c;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerP {
    font-size: 12pt;
    margin: 0;
}
}


