/*  reset styles */

html{ width:100%; height:100%;}
body{ width:100%; height:100%; }
html, body{  margin:0; padding:0; scroll-behavior: smooth;  }
body *{ margin:0; padding:0; box-sizing:border-box; }
a{ text-decoration:none; }
ol, ul{ list-style-type:none; }



body{
    font-family: 'Orbitron', sans-serif; 
}

:root{
    --gold: rgba(226, 201, 142);
}

/*  HEADER */

#hamburger{
    background-color:rgba(226, 201, 142, 0.582);
    border: none;
}

.navbar{
    transition: .5s;
}

.navbar ul li a{
    color: var(--gold)!important;
    font-size: 1.3em;
    margin: auto 12px;
    font-weight: 400;
    text-shadow: 1px 1px #000000;
    transition: all 1s ease-out;
}

.navbar ul li a:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: 1s;
}

.btn-solid-lg {
    display: inline-block;
    padding: 1.375rem 2.125rem 1.375rem 2.125rem;
    border: 0.125rem solid rgba(226, 201, 142);
    border-radius: 0.25rem;
    background-color: transparent;
    color: var(--gold);
    font: 700 0.75rem/0 "Orbitron", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 600;
    
}

.header .btn-solid-lg {
    margin-right: 0.5rem;
    margin-bottom: 1.25rem;
    
}



/*  NASLOVNA */

#naslov a{
    margin-top: 50px;
}

#naslov a:hover{
    background-color: rgba(226, 201, 142, 0.356);
    text-decoration: none;
    color: rgba(226, 201, 142);
}

#naslov{ 
    height: 100vh; 
    margin: 0 auto;
    border-radius: 80vh 0 0 0;
    background-image: url("images/naslovna.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 15vh;
    box-shadow: -30px 75px 58px 52px rgba(63, 54, 75, 0.678);
}

#naslov h1 {
    color: var(--gold);
    font-size: 4.7em;
    font-weight: 500;
}
  
#naslov p {
    color: var(--gold);
    font-size: 1.5rem;
    line-height: 1.3em;
    padding: 20px;
    margin-top: 20px;
    width: 70%;
    font-weight: 500;
}
  



/*  RAZDVAJANJE2 */

#razdvajanje2{
    height: 150px;
    width: auto;
    background-image: radial-gradient(circle, rgba(134, 171, 205, 0.986) 0%, rgb(8, 60, 102) 100%);
    display: flex;
    align-items: center;
    text-align: center;
}

#razdvajanje2 h4{
    margin: 0 auto;
}

#razdvajanje2 .ml15 {
    font-weight: 500;
    font-size: 2em;
    padding: 0 10px 0 10px;
}
  
#razdvajanje2 .ml15 .word {
    line-height: 1em;
    color: var(--gold);
    text-shadow: 1.5px 1.5px #000000;
}




 /*  ABOUT */
  
#about{ 
    text-align: center;
    background-image: radial-gradient(circle, rgba(141, 202, 255, 0.596) 0%, rgba(8, 60, 102, 0.568) 100%), url("images/services2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#about #onama{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 0 50px 50px 50px;
}

#about h3{
    padding: 12vh;
    color: var(--gold);
    font-size: 3rem;
    text-shadow: 2px 2px #000000;
    font-weight: 500;

}

    #onama #tekstabout{
    flex: 0 0 50%;
}


    #onama div:nth-child(2){
    flex: 0 0 50%;

}
    #onama div img{
        width: 660px;
    }
    #about div h4{
        color: var(--gold);
        text-shadow: 1.5px 1.5px #000000;
        font-weight: 500;
        background-color: rgba(8, 60, 102, 0.7);
        border-radius: 120px 0 60px 0;
        padding: 10px 0 10px 0;
    }
    
#about div h5{
    text-align: end;
    color: var(--gold);
    text-shadow: 1.5px 1.5px #000000;
    font-weight: 500;
    margin: 20px 0;
    padding-right: 25px;
}


#tekstabout div{
    background-color: rgba(8, 60, 102, 0.7);
    height: 250px;
    border-radius: 120px 0 60px 0;
    padding: 10px 40px 10px 40px;
    margin: 20px;
}

#about div p{
    text-align: left;
    text-indent: 25px;
    color: white;
    text-shadow: 1px 1px #000000;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}



/*  JEZICI */

#jezici{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background-color: transparent;
}

#jezici #tekst1{
    flex: 0 0 25%;
    color: var(--gold);
    text-shadow: 1.5px 1.5px #000000;
    font-weight: 600;  
}

#jezici div:nth-child(2){
    flex: 0 0 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

#jezici div:nth-child(2) div{
    flex: 0 0 8%;
}

#jezici div:nth-child(2) div img{
    width: 100%;
    height: auto;
    filter: grayscale(100%);
}

#jezici div:nth-child(2) div img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
    transition: 1s;
}

#jezici img{
    transition: all 1s ease-out;
}



/*  SERVICES */

#services{
    background-image: radial-gradient(circle, rgba(141, 202, 255, 0.596) 0%, rgba(8, 60, 102, 0.568) 100%), url("images/services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#services h3{
    text-align: center;
    color: var(--gold);
    padding: 12vh;
    font-size: 3rem;
    text-shadow: 2px 2px #000000;
}

#services #sekcija2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 0 35px 65px 35px;
}

#services .usluge{
    flex: 0 0 30%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

#services img{
    width: 350px;
    height: 350px;
    padding-bottom: 10px;
}

#services .tekst{
    width: 350px;
    height: 400px;
    background-color: rgba(8, 60, 102, 0.7);
    border-radius: 120px 0 60px 0;
    align-items: top;
    padding: 10px 25px 25px 25px;
    text-align: left;
    text-indent: 25px;
    color:white;
    text-shadow: 1px 1px #000000;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

#services .usluge h4{
    height: 100px;
    padding: 30px 0px 30px 0px;
    align-items: top;
    text-align: end;
    color: var(--gold);
    text-shadow: 1.5px 1.5px #000000;
    font-weight: 500;
    font-family: 'Orbitron', sans-serif; 
}



/*  RAZDVAJANJE */

#razdvajanje{
    height: 150px;
    width: auto;
    background-image: radial-gradient(circle, rgba(134, 171, 205, 0.986) 0%, rgb(8, 60, 102) 100%);
    display: flex;
    align-items: center;
    text-align: center;
}

#razdvajanje h4{
    margin: 0 auto;
}

#razdvajanje .ml15 {
    font-weight: 500;
    font-size: 2.5em;
    padding: 0 10px 0 10px;
}
  
#razdvajanje .ml15 .word {
    line-height: 1em;
    color: var(--gold);
    text-shadow: 1.5px 1.5px #000000;
}



/*  PROJECTS */

#projects{ 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    background-image: radial-gradient(circle, rgba(141, 202, 255, 0.596) 0%, rgba(8, 60, 102, 0.568) 100%), url("images/services2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} 

#projects h3{
    color: var(--gold);
    padding: 12vh;
    font-size: 3rem;
    text-shadow: 2px 2px #000000;
}

#projects #sekcijadole{
    width: 1100px;
    height: 900px;
    align-items: center;
    text-align: center;
    background-image: url("images/monitor.png");
    background-repeat: no-repeat;
    background-size: cover;
}



/*  CAROUSEL */

.carousel-item{
    background-color: rgba(30, 31, 30, 0.685);
}

.carousel-item img{
    padding: 50px;
    padding-top: 20px;
    width: 800px;
    height: 600px;
}

.carousel-control-prev{
    left:-50px;
}

.carousel-control-next{
    right:-50px;
}

.carousel-item h5{
    color: white;
    padding-top: 20px;
}

#projects #desktop div a img:hover,
#projects #mobilni div a img:hover {
    transform: scale(1.1);
    transition: 1s;
} 
#projects #desktop{
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 100px 0 100px 0;
}
#projects #desktop div{
    flex: 0 0 10%;
    padding: 20px;  
}
#projects #desktop div a img {
    width: 100%;
    height: auto;
}
#projects #mobilni{
    display: none;
}

#projects img{
    transition: all 1s ease-out;
}



/*  CONTACT */

#contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding: 15vh;
    background-image: radial-gradient(circle, rgba(134, 171, 205, 0.986) 0%, rgb(8, 60, 102) 100%);
}

#contact div:first-child{
    flex: 0 0 40%;
}

#contact div:nth-child(2){
    color: var(--gold);
    box-shadow: 1px 1px black;
    height: 600px;
    width: 1px;
}

#contact div:nth-last-child(3){
    flex: 0 0 40%;
}

#contact h3{
    color: var(--gold);
    padding: 20px 0 40px 0;
    font-size: 3rem;
    text-shadow: 1.5px 1.5px #000000;
}





#contact #social{
    background-color: var(--gold);
    border-radius: 36px 0 18px 0;
    margin: 10px 0 30px 0;
    justify-content: center;
    align-items: center;
    padding: 8px;
}



#contact #social a{
    margin:5px;
    text-decoration: none;
}


#contact #social p:first-child a:first-child{
    background-color: #395795;
}
#contact #social p:first-child a:nth-child(2){
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

}
#contact #social p:first-child a:nth-child(3){
    background-color: #000000;
}
#contact #social p:nth-child(2) a:first-child{
    background-color: #01abe9;
}
#contact #social p:nth-child(2) a:nth-child(2){
    
    background-color: #1bd741;
}
#contact #social p:nth-child(2) a:nth-child(3){
    
    background-color: #01abe9;
}
#contact #social p:nth-child(2) a:nth-child(4){
    background-color: #7d3daf;
}

.icon{
    border-radius: 18px 0 9px 0;
    width: 2em;
    height: 2em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size:1.2em;
} 
.icon i{
    color: white;
}





#contact p{
    color: var(--gold);
    text-shadow: 1px 1px #000000;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}

#contact div:nth-child(3) p{
    padding-bottom: 10px;
    color: var(--gold);
    text-shadow: 1px 1px #000000;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    text-align: left;
    margin-left: 70px;
}

#contact div:nth-child(3) p a{
    color: var(--gold)!important;
}

#contact form{
    flex-basis: 400px;
    display: flex;
    flex-direction: column;
}
   
#contact input[type=text],input[type=email], textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: none;
    font-family: 'Lato', sans-serif;
}

#contact textarea{
    width: 400px;
    height: 250px;
}

#contact ::placeholder {
    color: rgba(0, 0, 0, 0.712);
}

#contact input[type=submit] {
    background:var(--gold);
    color: rgba(0, 0, 0, 0.712);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    height: 50px;
    transition: all 1s ease-out;
    font-family: 'Lato', sans-serif;
} 

    


/*  FOOTER */

#footer1{
        
    display: flex;
    align-items: center;
    text-align: center;
    background-image: radial-gradient(circle, rgba(141, 202, 255, 0.596) 0%, rgba(8, 60, 102, 0.568) 100%), url("images/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60px;
    width: auto;
    font-weight: 500;
    padding: 10px 0 10px 0;
}

#footer1 div{
    margin: 0 auto;
    color: var(--gold);
    text-shadow: 1.5px 1.5px #000000;
}



  #languages{
      margin: 0px 10px;
    font-size: 0.8em;
    color:var(--blue1);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#E2C98E
  }
  #languages a{
    width: 40px;
    display: inline-block;
    padding: 10px;
    margin: 0px
  }

  #languages a img{
    width: 100%
   }

  #nav{
    /* position: relative; */
  }
  .pomocni{
    position: relative;
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #languages-mob{
    
    font-size: 0.8em;
    color:var(--blue1);
    justify-content: center;
    align-items: center;
    position: absolute; 
    /* left: 0;  */
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    display: none 
  }
  #languages-mob a{
    color:white;
    display: block;
    width: 30px;
    text-align: center;
    font-size: 12px;
    margin: 0px 10px;
  }
  #languages-mob a img{
   width: 100%
  }


    