@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

/*uvodna*/
.Uvodna{
    width: 100vw;
    height: 100vh;
    background-image: url(slike/uvodna2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
}

.logo{
   
    width: 30vh; 
}

.uvodanNaslov{
    font-size: 35pt;
    font-weight: 400;
}

.slika{
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    height: 100vh;
    width: 50vw;
    margin-top: 20vh;
}

.naslov{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 35pt;
    height: 100vh;
    width: 50vw;
    margin-bottom: 40vh;
}

    /*Header*/
header{
    height: 10vh;
    width: 100vw;
    position: fixed;
    top: 0;
}

.mobile {
    display: none;
}

  /* Navigacija */
nav {
    display: flex; 
    justify-content: center; 
    align-items: center; 
}


a {
    text-decoration: none;
    color: black;
    margin: 0 8vh; 
    font-size: 25px; 
    position: relative;
}

nav a:hover{
    color:#fcb765;
    text-decoration: underline;
    font-weight: 600;
    transition-duration: 0.7s;
}

.navLogo {
    margin: 20px; 
    max-width: 100vw; 
    cursor: pointer;
    height: 20vh; 
    display: flex;
    justify-content: center;
}

.okvir{
    width: 12.5vw;
    height: 25vh;
    background-color: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 5px 5px rgba(128, 128, 128, 0.494);
    display: flex;
    justify-content: center;
}

/*pocetna*/
section {
    width: 100vw;
    height: 95vh;
}
.prva{
    margin-top: 15vh;
}

.container{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 49vh;
}

.prviNaslov{
    font-size: 35pt;
}

.tekstNaslovna{
    font-size: 25pt;
}

.glavniNaslov{
    font-size: 25pt;
    color: #fcb765;
    font-weight: 400;
}

.logopocetna{
    width: 25vw;
}

/*o nama*/

.about-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
  /*   margin-left:16.5vw; */
    
}

.kutija{
    height: 90vh;
    width:90vw;
    display: flex;
    align-items: center;
    justify-content: center;
  /*   gap: 1vh; */
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 50vw;
    min-height: 50vh;
    gap: 3vw;
}

.left-column {
    width: 35%;
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vh;
    padding: 0 3vw;
}

.right-column {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-image {
    height: 24vh;
}

.large-image {
    height:50vh;
}

.about-text {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
   /*  gap: 2vh; */
    min-height: 50%;
}

.about-text h2 {
    color: rgb(0, 102, 255);
    font-size: 30pt;
}

.about-text p strong {
    color: rgb(255, 196, 0);
}

.about-text p {
    font-size: 18.5pt;
}

/* radionice */

.radionice{
    display: flex;
    justify-content: center;
    gap: 11vh;
    height: 80vh;
    width: auto;
    margin-top: 15vh;
}

.kartice{
    background-color: #005fa3;
    width: 25vw;
    min-height: 70vh;
    border-radius: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.karticeText{
    width: 15vw;
    height: 70vh;
    color: white;
    padding-top: 5vh;
}

.karticenaslov{
    text-align: center;
    color:#fcb765;
}

button{
    background-color: #fcb765;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    padding: 1vh 3vh;
    border-radius: 5vh;
    transition: all 0.3s ease 0s;
    color: white;
    font-size: 20px;
    margin-bottom: 5vh;
}

button:hover{
    background-color: #024778;
    transform: scale(1.2);
}

.ikona{
    height: 150px;
    padding-top: 5vh;
}

.tekst{
    padding-top: 5vh;
}


nav label {
    display: none;
}

nav input[type="checkbox"] {
    display: none;
}

@media screen and (max-width: 651px) {
    .Uvodna{
        display: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }

    nav div.menu {
        display: none;
    }

    nav label {
        display: block;
        position: fixed;
        top: 2vh;
        left: 10px;
        z-index: 999;
        font-size: 24px;
        color: black;
        cursor: pointer;
    }

    nav input[type="checkbox"]:checked ~ div.menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: black;
        color: white;
        width: 95%;
        position: absolute;
        top: calc(7vh + 15px); /* Adjust the top position */
        left: 0;
        padding: 10px;
        z-index: 998;
    }

    nav input[type="checkbox"]:checked ~ div.menu a {
        color: white;
    }

    .okvir {
       display: none;
    }

    .prva{
        height: 90vh;
    }

    .container{
        display: flex;
        flex-direction: column-reverse;
    }

    .uvod{
        margin-top: -45vh;
    }

    .logopocetna{
        margin-top: -55vh;
        height: 20vh;
        width: auto;
    }

    /*about*/
    .about-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
    }
    
    .gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 5vh;
        gap: 2vw;
        width: 90%;
    }

    .column {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .small-image {
        width: 100%;
        height: 55%;
        object-fit: cover;
    }

    .large-image {
        width: 100%;
        height: 111%;
        object-fit: cover;
    }

    .left-column {
        flex: 2;
    }

    .right-column {
        flex: 2.5;
    }
    
    .about-text {
        margin-top: 3vh;
        flex-direction: row;
        width: 65vw;
        height: 50vh;
        justify-content: flex-start;
        align-items: center;
    }
    
    .about-text h2 {
        color: rgb(0, 102, 255);
        font-size: 20pt;
    }
    
    .about-text p strong {
        color: rgb(255, 196, 0);
    }
    
    .about-text p {
        font-size: 18pt;
    }

    /*kartice*/
    .radionice {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15vh 0;
    }

    .kartice {
        width: 60%;
        padding: 3vh 5vw;
        min-height: 65vh;
    }

    .karticenaslov {
        font-size: 18px;
    }

    .karticeText {
        font-size: 17px; 
    }

    .karticenaslov, .karticeText {
        width: 80%;
    }

    .ikona {
        padding: 1vh 5vw;
    }

}