@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');
@import url(https://fonts.googleapis.com/css?family=DM+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);


* {
    padding: 0;
    margin: 0;
    font-family: "DM Sans", serif;
    box-sizing: border-box;
}

html::-webkit-scrollbar {
    display: none;
}

/* index header */
header {
    padding: 0 9vw;
    background: #0232f4 url(img/effect.png);
    width: 100%;
    height: 100vh;
    position: relative;
    top: -100vh;
    transition: top 600ms ease-out;
    overflow: hidden;
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}


h1, h2 {
    font-weight: 700;
    user-select: none;
}

h3 {
    color: #eeeeeeb4;
    font-size: 16px;
    letter-spacing: 1px;
}

p {
    line-height: 1.5;
}

header h1 {
    color: #eee;
}

div#logo_gumb {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 400ms opacity ease-in;
}

div#ikona_nav {
    width: 30px;
    height: 18px;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    z-index: 9;
}

   

#a, #b {
    height: 2px;
    background-color: #eee; 
    position: absolute;
}

div#ikona_nav #a {
    width: 100%;
    top: 4px;
    transform-origin: top left;
    transition: 300ms;
}

div#ikona_nav #b {
    width: 70%;
    bottom: 0;
    transition: width 150ms;
    right: 0;
}

div#ikona_nav:hover #a {
    top: 0;
}

#close {
    filter: invert(99%) sepia(3%) saturate(21%) hue-rotate(346deg) brightness(110%) contrast(87%);
    z-index: 10 !important;
    width: 15px;
    position: absolute;
    right:50px;
    top: 50px;
    cursor: pointer;
}


#container-nav {
    background-color: #111111;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding-inline: 9vw;
    overflow: hidden;
    opacity: 0;
    transition: 500ms opacity;
    z-index: 110;
    visibility: hidden;
}

#container-nav nav {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

#container-nav nav a {
    color: #eee;
    text-decoration: none;
    font-size: calc(36px + 3vw);
    font-weight: 1000;
}

#container-nav nav a:hover {
    color: #0232f4;
}


/* main */

body {
    background-color: black;
}

main {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}



#landing-contentINDEX {
    position: absolute;
    left: 25vw;
    bottom: 15vw;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    transform: translate(-3vw, 3vw) scale(1.2);
    transition: 2000ms;
    opacity: 0;
    z-index: 10;
}
#landing-contentINDEX hgroup {
    display: flex;
    flex-direction: column;
    gap: .5vw;
}

#landing-contentINDEX h1 {
    font-size: calc(38px + 2vw);
    line-height: 1.3;
}

#landing-contentINDEX #vise {
    font-weight: 500;
    color: #eee;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

#ladning-tekstINDEX {
    height: 100%;
    position: relative;
    overflow: hidden;
}

#ladning-tekstINDEX p {
    writing-mode: vertical-lr;
    rotate: 180deg;
    text-transform: uppercase;
    font-weight: 600;
    color: #eeeeeeb4;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-wrap: none;
    position: absolute;
    top: -100%;
    transition: top 3000ms ease-in-out;
}

#paragraf21312 {
    writing-mode: vertical-lr;
    rotate: 180deg;
    text-transform: uppercase;
    font-weight: 600;
    color: #eeeeeeb4;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-wrap: none;
}



@media screen and (max-width: 600px) {


    #paragraf21312 {
        writing-mode: vertical-lr;
        rotate: -90deg;
        text-transform: uppercase;
        font-weight: 600;
        color: #eeeeeeb4;
        letter-spacing: 1px;
        word-spacing: 2px;
        text-wrap: none;
    }
    

    #landing-contentINDEX {
        left: 50%;
        transform: translateX(-50%);
        bottom: 65vw;
        width: 82%;
        gap: 25px;
        align-items: center;
    }

    #landing-contentINDEX #vise {
        align-self: flex-start;
    }

    #landing-contentINDEX hgroup {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    

    #container-nav {
        justify-content: center;
    }

    #ladning-tekstINDEX {
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    
    #ladning-tekstINDEX p {
        writing-mode: sideways-lr;
        text-transform: uppercase;
        font-weight: 600;
        color: #eeeeeeb4;
        letter-spacing: 1px;
        word-spacing: 2px;
        text-wrap: none;
        position: absolute;
        left: -100%;
        transition: top 3s ease-in-out;
        overflow: hidden;
    }
}


/* sekcija 1 */

main section:nth-child(1) {
    width: 100%;
    background: #111111 url(img/effect.png) 90%;
    display: grid;
    min-width: 500px;
    grid-template: 1fr / 50px 1fr 2fr;
    padding: 10vw 9vw;
    color: #eee;
    position: relative;
    gap: 10vw;
    align-items: center;
}

main section:nth-child(1) p:nth-child(1) {
    writing-mode: vertical-lr;
    rotate: 180deg;
    text-transform: uppercase;
    font-weight: 600;
    color: #eeeeeeb4;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-wrap: none;
    position: relative;
    height: 100%;
    text-align: center;
    }

main section:nth-child(1) h1 {
    font-size: 42px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

main section:nth-child(1) .p2 {
    width: 80%;
    color: #eeeeeeb4;
}

#okomito, #s1naslov, #tekst12312312 {
    opacity: 0;
    transition:  800ms;
    position: relative;
    top: 30px;
}

#okomito2, #odlomakneki, #sekcija2POZADINA {
    opacity: 0;
    transition:  900ms;
    position: relative;
    top: 30px;
}


#paragraf1, #lista, #naslovnekirandom {
    opacity: 0;
    transition:  900ms;
    position: relative;
    top: 30px;
}

#paragraf21312, #recenzijeDIV1, #recenzijeDIV2, #recenzijeDIV3 {
    opacity: 0;
    transition:  900ms;
    position: relative;
    top: 30px;
}




@media screen and (max-width: 600px) {
    main section:nth-child(1) {
        width: 100%;
        height: 100vh;
        background: #111111 url(img/effect.png) 90%;
        min-width: 200px;
        display: flex;
        flex-direction: column;
        padding: 100px 40px;
        color: #eee;
        position: relative;
        gap: 10vw;
        align-items: center;
        justify-content: center;
    }
    
    main section:nth-child(1) p:nth-child(1) {
        writing-mode: vertical-lr;
        rotate: 180deg;
        text-transform: uppercase;
        font-weight: 600;
        color: #eeeeeeb4;
        letter-spacing: 1px;
        word-spacing: 2px;
        text-wrap: none;
        position: relative;
        height: 100%;
        text-align: center;
        }
    
    main section:nth-child(1) h1 {
        font-size: 42px;
        display: flex;
        align-items: center;
        line-height: 1.3;
    }
    
    main section:nth-child(1) .p2 {
        width: auto;
        color: #eeeeeeb4;
    }
    
    #okomito {
        display: none;
    }
}



/* sekcija 2 */


main section:nth-child(2) {
    width: 100%;
    background: #fff url(img/effect.png) 90%;
    display: grid;
    min-width: 500px;
    grid-template: 1fr / 50px 1fr 2fr;
    padding: 5vw 9vw;
    color: #111;
    position: relative;
    gap: 10vw;
    align-items: center;
}

main section:nth-child(2) p:nth-child(1) {
    writing-mode: vertical-lr;
    rotate: 180deg;
    text-transform: uppercase;
    font-weight: 600;
    color: #111111dc;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-wrap: none;
    position: relative;
    height: 100%;
    text-align: center;
    }

main section:nth-child(2) h1 {
    font-size: 42px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    width: 50%;
}

.naslov_odlomak {
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: #111111dc;
}

#sekcija2POZADINA {
    background-image: url(img/web-server-scaled.webp);
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}


@media screen and (max-width: 600px) {
    main section:nth-child(2) {
        width: 100%;
        background: #fff url(img/effect.png) 90%;
        min-width: 200px;
        display: flex;
        flex-direction: column;
        padding: 100px 40px;
        color: #111;
        position: relative;
        gap: 10vw;
        align-items: center;
    }
    
    main section:nth-child(2) p:nth-child(1) {
        writing-mode: vertical-lr;
        rotate: 180deg;
        text-transform: uppercase;
        font-weight: 600;
        color: #111111dc;
        letter-spacing: 1px;
        word-spacing: 2px;
        text-wrap: none;
        position: relative;
        height: 100%;
        text-align: center;
        }
    
    main section:nth-child(2) h1 {
        font-size: 42px;
        display: flex;
        align-items: center;
        line-height: 1.3;
        width: 50%;
    }
    
    .naslov_odlomak {
        display: flex;
        flex-direction: column;
        gap: 25px;
        color: #111111dc;
    }
    
    #sekcija2POZADINA {
        background-image: url(img/web-server-scaled.webp);
        width: 100%;
        height: 100%;
        min-height: 500px;
        background-size: cover;
        background-position: center;
    }

    #okomito2 {
        display: none;
    }
}



/* sekcija 3 */


main section:nth-child(3) {
    width: 100%;
    background: #111111 url(img/effect.png) 90%;
    display: grid;
    min-width: 500px;
    grid-template: 1fr / 50px auto 2fr;
    padding: 10vw 9vw;
    color: #eee;
    position: relative;
    gap: 15vw;
    align-items: center;
}

main #paragraf1 {
    writing-mode: vertical-lr;
    rotate: 180deg;
    text-transform: uppercase;
    font-weight: 600;
    color: #eeeeeeb4;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-wrap: none;
    position: relative;
    height: 100%;
    text-align: center;
    
    }



   

main section:nth-child(3) h1 {
    font-size: 42px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

main section:nth-child(3) h1 {
    width: 90%;
    color: #eee;

}

#sekcija3 div {
    display: flex;
    flex-direction: column;
    gap: .5vw;
    
    text-align: left;
    color: #eeeeeeb4;
}

@media screen and (max-width: 600px) {
    main section:nth-child(3) {
        width: 100%;
        height: 100vh;
        background: #111111 url(img/effect.png) 90%;
        min-width: 200px;
        display: flex;
        flex-direction: column;
        padding: 100px 40px;
        color: #eee;
        position: relative;
        gap: 15vw;
        align-items: center;
    }
    
    main #paragraf1 {
        writing-mode: sideways-lr;
        rotate: -90deg;
        text-transform: uppercase;
        font-weight: 600;
        color: #eeeeeeb4;
        letter-spacing: 1px;
        word-spacing: 2px;
        text-wrap: wrap;
        position: relative;
        height: 150px;
        width: 100px;
        text-align: center;
        }
    
    main section:nth-child(3) h1 {
        font-size: 32px;
        display: flex;
        align-items: center;
        line-height: 1.3;
        width: 90%;
        color: #eee;
        text-align: center;
    }
    

    #sekcija3 div {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        color: #eeeeeeb4;
    }
    


}



/* sekcija 4 */


main section:nth-child(4) {
    width: 100%;
    background: #0232f4 url(img/effect.png) 90%;
    display: grid;
    min-width: 500px;
    grid-template: 1fr / 50px repeat(3, 1fr);
    padding: 10vw 9vw;
    color: #eee;
    position: relative;
    gap: 7vw;
    align-items: center;
}

@media screen and (max-width: 600px) {
    main section:nth-child(4) {
        width: 100%;
        height: 100vh;
        background: #0232f4 url(img/effect.png) 90%;
        display: flex;
        min-width: 200px;
        flex-direction: column;
        padding: 100px 40px;
        color: #eee;
        position: relative;
        gap: 7vw;
        align-items: center;
    }
    

    #paragraf2 {
        writing-mode: sideways-lr;
        rotate: 180deg;
        text-transform: uppercase;
        font-weight: 600;
        color: #eeeeeeb4;
        letter-spacing: 1px;
        word-spacing: 2px;
        text-wrap: none;
        position: relative;
        height: 100%;
        text-align: center;
    }
}

main section:nth-child(4) div {
    display: flex;
    flex-direction: column;
    gap: 25px;
}


#recenzijeDIV1 {
    grid-area: 1/2/2/3;
}


#recenzijeDIV2 {
    grid-area: 1/3/2/4;
}


#recenzijeDIV3 {
    grid-area: 1/4/2/5;
}


footer {
    width: 100%;
    height: 300px;
    background: #111111 url(img/effect.png) 90%;
    display: grid;
    grid-template: 1fr 2px 1fr / 1fr 1fr;
    place-content: center;
    padding: 2vw 9vw;
    color: #eee;
}

#logo {
    display: flex;
    align-items: center;
}

footer nav {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

footer nav a {
    text-decoration: none;
    text-decoration: none;
    color: #eee;
}

footer span {
    grid-area: 2/1/3/3;
    background-color: #2c2c2cd8;
}

footer #copy {
    display: flex;
    align-items: center;
}

footer #footescroll {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

footer #footescroll i {
    margin-left: 5px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    footer {
        width: 100%;
        background: #111111 url(img/effect.png) 90%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 20px;
        padding: 2vw 9vw;
        color: #eee;
    }
    
}