@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: #fff url(img/effect.png);
    width: 100%;
    height: auto;
    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: #111;
    cursor: pointer;
}

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: #111; 
    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;
}


@media screen and (max-width: 600px) {


    #container-nav {
        background-color: #111111;
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-inline: 40px !important;
        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;
}






#ABOUTsect1 {
    width: 100%;
    background: #fff url(img/effect.png) 90%;
    display: grid;
    min-width: 500px;
    grid-template: 1fr / 50px auto 2fr;
    padding: 4.25vw 0;
    color: #111;
    position: relative;
    gap: 10vw;
    align-items: center;
    opacity: 0;
    transition: 600ms;
    bottom: -20px;
}

#paragraf1 {
    writing-mode: vertical-lr;
    rotate: 180deg;
    text-transform: uppercase;
    font-weight: 600;
    color: #2c2c2cd8;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-wrap: none;
    position: relative;
    height: 100%;
    text-align: center;
    place-content: center;
    display: grid;
    }

    #ABOUTsect1 h1 {
    font-size: 42px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

#ABOUTsect1 h1 {
    width: 90%;
    color: #111;
}

#ABOUTsect1 div {
    display: flex;
    flex-direction: column;
    gap: .5vw;
    text-align: left;
    color: #2c2c2cd8;
}


@media screen and (max-width: 600px) {
    #ABOUTsect1 {
        width: 100%;
        background: #fff url(img/effect.png) 90%;
        display: flex;
        min-width: 0px;
        flex-direction: column;
        padding: 50px 0;
        color: #111;
        position: relative;
        gap: 10vw;
        justify-content: space-around;
        opacity: 0;
        transition: 600ms;
        height: auto;
    }

    #paragraf1 {
        display: none;
        }

        #ABOUTsect1 h1 {
            width: 100%;
            font-size: 46px;
        }
}


#banner {
    width: 100%;
    height: 0;
    background-color: #111;
    margin-top: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1000ms height;
    text-align: center;

}


#banner h1{
    color: #fff;
    font-size: 10vw;
    overflow: hidden;
    text-wrap: nowrap;
    width: 0;
    transition:2000ms width ease-out;
}




#ABOUTsect2 {
    width: 100%;
    background: #fff url(img/effect.png) 90%;
    display: grid;
    min-width: 500px;
    grid-template: 1fr / 50px 1fr 2fr;
    padding: 7.5vw 9vw;
    color: #111;
    position: relative;
    gap: 10vw;
    align-items: center;
    place-content: center;
    visibility: hidden;
}

#KONTAKT1 {
    opacity: 0;
    transition: 1200ms;
}


#ABOUTsect2 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;
    }

    #ABOUTsect2 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;
    opacity: 0;
    transition: 1200ms;
}

#forma {
    width: 100%;
}


.form-container {
    width: 100%;
  }
  
 
form {
    display: flex;
    flex-direction: column;
  }
  
  label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
  }
  
  input, textarea {
    border: none;
    border-radius: 0;
    padding: 10px 0 ;
    margin-bottom: 25px;
    font-size: 14px;
    width: 0%;
    background-color: transparent;
    box-shadow: 0 2px #2c2c2cd8;
    transition: width 1200ms;
  }
  

  
  textarea {
    resize: none;
  }
  
  button {
    background-color: #111;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    transition: 1200ms background-color;
  }
  
  button:hover {
    background-color: #0044cc;

  }




  @media screen and (max-width: 600px) {
    #ABOUTsect2 {
        width: 100%;
        background: #fff url(img/effect.png) 90%;
        display: flex;
        min-width: 200px;
        flex-direction: column;
        padding: 100px 40px;
        color: #111;
        position: relative;
        gap: 10vw;
        align-items: center;
        place-content: center;
    
    }

    #KONTAKT1 {
        opacity: 0;
        transition: 1200ms;
        display: none;
    }

}






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: 40px;
        color: #eee;
    }
    
}