*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: 'Russo One', serif;
    text-decoration: none;
}

header{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding: 4px 15%;
    background-color: rgba(220, 220, 220, 1);
}

footer{
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 8%;
    background-color: rgba(220, 220, 220, 1);
}

footer h2{
    color:#000000;
    font-weight: 400;
    font-size: 2rem;
}

footer h4{
    color: #000000;
    font-weight: 400;
    font-size: 1.2rem;
    padding-top: 15px;
}

footer a{
    color: #000000;
    display: block;
    padding-top: 15px;
}

footer a:visited{
    color:#708090;
}

footer a:hover{
    color:#616161;
}

.logo{
    font-size: 30px;
    font-weight: 400;
    color: white;

}
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo img{
    width: 7rem;
    height: auto;
    border: none;
    object-fit: contain;

}

.navlist{
    display: flex;
}

.menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navlist a{
    color: black;
    margin:0 20px;
    font-size: 1.3rem;
    font-weight: 400;
    border-bottom: 2 px solid transparent;
    transition: all .55s ease;
    text-transform: capitalize;
}

.navlist a:hover, a:focus-visible{
    color:#616161;
    transition: all .55s ease-out;
}
.navlist a:active{
    border-top: 2px solid #708090;
    transition: all 0.6s ease-in-out;
}

.left-navlist {
    justify-content: flex-start;
    flex: 1;
}

.right-navlist {
    justify-content: flex-end;
    flex: 1;
}

#menu-icon{
    font-size: 40px;
    z-index: 10001;
    cursor: pointer;
    display: none;
    color: white;
}
.hero{
    height: 100%;
    width: 100%;
    min-height: 90vh;
    background: linear-gradient(230deg, #708090 1%, #dcdcdc 60%, #FFFFFF 80%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items:center;
    justify-content: center;
    gap: 7rem;
    padding-top: 10px;
}

.contact{
    height: 100%;
    width: 100%;
    min-height: 80vh;
    background: linear-gradient(230deg, #708090 1%, #dcdcdc 60%, #FFFFFF 80%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items:center;
    justify-content: center;
    gap: 7rem;
    padding-top: 10px;
}

.aboutus{
    height: 100%;
    width: 100%;
    min-height: 80vh;
    background: linear-gradient(230deg, #708090 1%, #dcdcdc 60%, #FFFFFF 80%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items:center;
    justify-content: center;
    gap: 7rem;
    padding-top: 30px;
}

.aboutus .hero-img img{
    width: 100%;
    height: auto;
    border: none;
}
 .aboutus .hero-text h1{
    font-size: 60px;
    line-height: 1;
    color: rgb(0, 0, 0);
    margin: 0 0 45px;
}

section{
    padding: 0 15%;
    overflow-x: hidden;
}


.hero-text h1{
    font-size: 90px;
    line-height: 1;
    color: rgb(0, 0, 0);
    margin: 0 0 45px;
}

.hero-text h2{

    font-size: 2rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

.hero-text h3{

    font-size: 1.7rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
    margin-top: -10px;
}

.hero-text h4{

    font-size: 1.6rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    text-align: justify;
}
.hero-text p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: justify;
}


 .hero .hero-img img{
    width: 30rem;
    height: auto;
    border: none;
}

.hero-text a{

    display: inline-block;
    color: rgb(255, 255, 255);
    background: #708090;
    border: 1px solid white;
    padding: 12px 30px;
    margin: 2px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .55s ease;

}

.hero-text a:hover{

    background: transparent;
    border: 1px solid white;
    transform: translateX(8px);

}

.hero-text a.ctaa{
    background: #DCDCDC;
    border: 1px solid rgb(0, 0, 0);
    margin-left: 20px;
    color: black;
}

.hero-text a.ctaa i{
    vertical-align: middle;
    margin-right: 5px;
}

.icons{
    position:absolute;
    display: flex;
    top: 77%;
    padding: 0 9%;
    transform: translateY(-10%);
    transform: translateX(110%);
}
.icons i{
    margin-left: 18px;
    font-size: 24px;
    color: rgb(0, 0, 0);
    transition: all .55s ease-in-out;
}

.icons i:hover{
    color: rgb(255, 255, 255);
    transform: translateX(5px);
}
/*Project section*/
.project_section{
    height: 100%;
    width: 100%;
    min-height: 80vh;
    background: linear-gradient(-230deg, #708090 1%, #DCDCDC 60%, #FFFFFF 80%);
    padding: 0 5%;
    padding-bottom: 10vh;
}

.project_section h1{
    font-size: 60px;
    line-height: 1;
    color: rgb(0, 0, 0);
    padding: 0 5%;
    padding-top: 5vh;
}

.project_section h2{
    font-size: 60px;
    line-height: 1;
    color: rgb(0, 0, 0);
    padding: 0 3%;
    padding-top: 3vh;
}

.project_section .more{
    text-decoration: none;
    font-size: 1.4rem;
    color:#708090;
    display: flex;
    justify-content: end;
}
.project_section a:hover{
    color:black;
}

.project_list{
    display: grid;
    padding-top: 5vh;
    grid-template-columns: repeat(2, 1fr);
    justify-content:space-between;
    gap: 1.5rem;
    padding-top: 15px;

}

.project_card{
    height: 400px;
    width: auto;
    border: none;
    border-radius: 5px; 
    text-align: center;
}

.project_card img{
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 5px;
    
}

.project_card img:hover{
    max-width: 93%;
    max-height: 93%;
    transition: all .50s ease;
}

.project_card p{
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
}
/*Location section*/
.location_section{
    height: 100%;
    width: 100%;
    min-height: 80vh;
    background: linear-gradient(-230deg, #708090 1%, #DCDCDC 60%, #FFFFFF 80%);
    padding: 0 5%;
    padding-bottom: 5vh;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    
}
.location_section h1{
    font-size: 60px;
    line-height: 1;
    color: rgb(0, 0, 0);
    padding: 0 5%;
    padding-top: 5vh;
    padding-bottom: 10vh;
    flex-wrap: wrap;
}

.location_section h2{
    font-size: 2rem;
    font-weight: 400;
    padding-top: 2rem;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

/*Poslovi section*/
.poslovi_section{
    height: 100%;
    width: 100%;
    min-height: 80vh;
    background: linear-gradient(-230deg, #708090 1%, #DCDCDC 60%, #FFFFFF 80%);
    padding: 0 5%;
    padding-bottom: 5vh;
}

.poslovi_section h1{
    font-size: 60px;
    line-height: 1;
    color: rgb(0, 0, 0);
    padding: 0 5%;
    padding-top: 5vh;
}

.poslovi_section .project_list{
    display: grid;
    padding-top: 5vh;
    grid-template-columns: repeat(3, 1fr);
    justify-content:space-evenly;
    align-items: center;
    gap: 1.5rem;
}

.poslovi_section .project_card{
    height: 350px;
    width: auto;
    border: 1px solid #708090;
    border-radius: 5px; 
    text-align: center;
    object-fit: contain;
    background: #DCDCDC;
}

.poslovi_section h2{
    font-size: 2rem;
    font-weight: 400;
    padding-top: 2rem;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}
.design{
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10%;
    background-color: #708090;
    font-weight: 400;
}

.design a{
    color: #000000;
}

.design a:visited{
    color:azure;
}

.design a:hover{
    color: #DCDCDC;
}

/*--------------------Kontakt forma------------------------------------------------------- */
input[type=text], select, textarea {
    width: 100%; 
    padding: 12px; 
    border: 1px solid #000000; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical;
  }
  input[type=email]{
    width: 100%; 
    padding: 12px; 
    border: 1px solid #000000; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical;
  }
  
  /* Style the submit button*/
  input[type=submit] {
    background: linear-gradient(200deg, #708090 0%, #DCDCDC 35%, #FFFFFF 60%);
    color: rgb(0, 0, 0);
    padding: 12px 20px;
    border: 1px solid #708090;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* Hover effect*/
  input[type=submit]:hover {
    background: linear-gradient(-200deg, #708090 0%, #DCDCDC 35%, #FFFFFF 60%);
  }
  
  /*Background color for contact container*/
  .contact-container {
    border-radius: 5px;
    background: rgb(255,255,255, 0.7);
    padding: 20px;
    color: rgb(0, 0, 0);
    border: 1px solid white;
    padding: 20px;
    margin: 5%;
  }

  .contact-container h2{
    font-size: 2rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    text-align: center;
}

.contact .hero-text a{
    background: black;
    margin: 2px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .55s ease;
    padding: 5px 10px;
}

  /*------------------ANIMACIJE---------------------------*/
  .slide-in-left {
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  

  .slide-in-right {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

  .scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scale-in-center {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  
  /*------------------RESPONZIVNOST---------------------------------*/
  @media (max-width:1535px){
    header{
        padding: 15px 15%;
        transition: .2s;
    }

    .icons{
        padding: 0 9%;
        transition: .2s;
        top: 70%;
        transform: translateY(-10%);
        transform: translateX(110%);

    }

    .scroll-down{
        right: 3%;
        transition: .2s;
    }
}

@media (max-width:1460p){

    section{
        padding: 0 12%;
        transition: .2s;
    }
}
@media (max-width:1340px){
    
    .hero-text h1{
        font-size: 75px;
        margin: 0 0 30px;

    }

    .hero-text h2{
        margin-bottom: 20px;
    }

    .contact-container h2{
        margin-bottom: 20px;
    }

    
    .hero-text a.ctaa{
        margin-left: 0px;
}

    .icons{
        padding: 0 9%;
        top: 70%;
        transform: translateY(-10%);
        transform: translateX(115%);

    }

    .contact-container {
        padding: 15px;
        color: rgb(0, 0, 0);
        border: 1px solid white;
        padding: 15px;
        margin: 1%;
      }
      .hero-text h4{
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 7px;
        text-align: justify;
    }

}
@media (max-width:1195px){
    .hero-img img{
        width: 100%;
        height: auto;
    }
    section{
        padding: 0 4%;
        transition: .2s;
    }

    .hero-text{
        text-align: center;

    }

    .hero-img{
        text-align: center;
    }
    .hero-img img{
        width: 480px;
        height: auto;
        padding-top: 20px;
    }

    .hero{
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .aboutus, .contact{
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .aboutus .hero-text{
        text-align: left;
    }

    .aboutus, .contact .hero-text h2{
        margin-bottom: 10px;
    }

    .icons{
        padding: 0 8%;
        top: 68%;
        transform: translateY(-10%);
        transform: translateX(110%);

    }

    .scroll-down{
        display: none;
    }
    .project_section{
        max-height: auto;
        max-width: 100%;
    }

    .project_section h1{
        padding-left: 1%;
    }

    .project_list{
        display: grid;
        padding-top: 3vh;
        grid-template-columns:repeat(1, 1fr);
        justify-content:space-between;
        gap: 1.5rem;
    
    }
    .hero-text a.ctaa{
        margin-left: 0px;
}
    .contact{
        padding-top: 5%;
    }

    .contact-container {
        margin-left: 15%;
        margin-right: 15%;
        margin-bottom: 30px;
    }
    .hero-text h4{
        font-size: 1.4rem;
        margin-bottom: 7px;
    }

    .poslovi_section{
        min-height: auto;
    }

    .poslovi_section h1{
        padding-left: 1%;
    }

    .poslovi_section .project_card{
        height: 400px;
    }

    .poslovi_section .project_card img{
        max-width: 80%;
        max-height: 80%;
        padding-top: 5px;
    }

    .location_section h1{
        padding-left: 1%;
        padding-bottom: 5vh;
    }

   
}

@media (max-width:990px){

    #menu-icon{
        display: block;
    }
    .menu-container {
        position: absolute;
        top: 100%;
        right: -100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.7);
        flex-direction: column;
        align-items: center;
        padding: 40px 30px;
        transition: all 0.55s ease;
    }

    .menu-container.open {
        right: 0;
    }
    .navlist {
        flex-direction: column;
        align-items: center;
    }

    header{
        position: fixed;
        top: 0;
        right: 0;
        padding: 1px 4%;
        flex-direction: row;
        align-items: center;
    }

    .navlist a{
        
        margin: 10px 0;
        font-size: 1.6rem;
        margin:15px;
        
    }

    .navlist li{
        padding-bottom: 20px;
    }

    .hero .hero-img img{
        padding-top: 20%;
    }

    .logo {
        margin: 20px 0;
    }
    .left-navlist,
    .right-navlist {
        justify-content: center;
        flex: unset;
    }


    .project_section{
        max-width: 100%;
    }

    .project_section h2{
        font-size: 55px;
        padding: 0 2%;
        padding-top: 20vh;
        text-align: center;
    }

    .poslovi_section{
        max-width: 100%;
    }

    .project_list{
        display: grid;
        padding-top: 3vh;
        grid-template-columns:repeat(1, 1fr);
        justify-content:space-between;
        gap: 1.5rem;
    
    }

    .poslovi_section .project_list{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 1.5rem;
    }

    .contact{
        padding-top: 25%;
    }

    .aboutus{
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 1.5rem;
        padding: 4% 4%;
    }



}

@media (max-width: 952px){
    .icons{
        padding: 0 7%;
        top: 64%;
        transform: translateY(-10%);
        transform: translateX(110%);

    }
}

@media (max-width:680px){
    
    .hero-img img{
        width: 70%;
        height: auto;
    }

    .icons{
        display: none;
    }

    .project_section{
        height: auto;
        width: 100%;
    }

    .project_section h1{
        font-size: 50px;
    }

    .project_section h2{
        font-size: 45px;
       
    }

    .project_list{
        padding-top: 2vh;
        grid-template-columns:1fr;
        justify-content:center;
        gap: 1.5rem;
    }

    .project_card{
        height: auto;
        text-align: center;
    
    }

    .poslovi_section h1{
        font-size: 50px;
    }

    .poslovi_section .project_card{
        height:auto;
    }

    .poslovi_section .project_card img{
        max-width: 70%;
        max-height: 70%;
    }

    .location_section h1{
        font-size: 50px;
    }

    .location_section h2{
        font-size: 1.6rem;
        padding-top: 1.5rem;
        margin-bottom: 5px;
    }

    .aboutus .hero-text h1{
        font-size: 50px;
    }

    .contact{
        padding-top: 30%;
    }


    footer{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-evenly;
        gap: 1.5rem;
    }

    iframe{
        width:90%
    }
}

@media (max-width:510px){
    .hero-text h1{
        font-size: 65px;
        margin: 0 0 20px;
    }

    .hero-text h2{
        font-size: 1.6rem;
    }

    .poslovi_section h1{
        font-size: 45px;
    }

    .project_section h1{
        font-size: 45px;
        padding-left: 3%;
    }
    .project_section h2{
        font-size: 40px;
       
    }

    .aboutus .hero-text h1{
        font-size: 45px;
    }

    .aboutus .hero-text h2{
        font-size: 1.9rem;
    }
    .aboutus .hero-text h3{
        font-size: 1.7rem;
    }

    .aboutus .hero-img img{
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .location_section{
        padding-bottom: 2vh;
        min-height: 90%;
    }

    .location_section h1{
        font-size: 45px;
        padding-bottom: 3vh;
    }
    .location_section h2{
        margin-bottom: 1px;
    }

    .contact-container{
        margin-left: 5%;
        margin-right: 5%;
    }

    .hero-text h4{
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    footer h4{
        font-size: 1rem;
    }

    .contact{
        padding-top: 35%;
    }
}

@media (max-width:435px){
    
    .hero{
        min-height: 100vh;
    }
    .hero-text h1{
        font-size: 50px;
        margin: 0 0 20px;
    }

    .hero-text h2{
        font-size: 1.3rem;
    }

    .poslovi_section h1{
        font-size: 30px;
    }

    .project_section h1{
        font-size: 30px;
        padding-left: 2%;
    }

    .aboutus .hero-text h1{
        font-size: 30px;
    }

    .aboutus .hero-text h2{
        font-size: 1.7rem;
    }

    .aboutus .hero-text h3{
        font-size: 1.5rem;
    }

    .aboutus .hero-img img{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .location_section{
        padding-bottom: 1vh;
        min-height: 85%;
    }

    .location_section h1{
        font-size: 30px;
        padding-bottom: 1vh;
    }
    .location_section h2{
        margin-bottom: 1px;
        font-size: 1.4rem;
    }

    .contact{
        padding-top: 40%;
    }
    
}





  
