html,body{
    font-family: 'lato';
    font-weight: 400;
    font-size: 29px;
    color: #333;
    overflow-x: hidden;
    margin:0px;
    scroll-behavior: smooth;
}

img{
    cursor: pointer;
}
header, nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position:fixed;
    width: 100%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    z-index: 1500;
    background-color: rgba(217, 217, 217, 0.2);
    transition:all 0.3s ease-in-out;
}
.nav{
    transform: translateY(-300px);
    transition: all 1s ease-in-out;
}
.container-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 20px 0px;
    width:1500px;
    font-family: 'Kurale';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color:#e6bd5e;
    padding: 0px 40px 0px 40px;
}
.name{
    display:flex;
    justify-content: flex-start;
    align-items: stretch;
    position: sticky;
    font-family: 'Kurale';
    z-index: 9999;
    text-shadow: 2px 1px black;    
    letter-spacing: 3px;
    text-decoration: none;
    color:#e6bd5e;
    opacity: 0;
    transition: all 1s ease-in-out;
    transition-delay: 1.25s;
}
#brand{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 5px 0px 5px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
    z-index: 1000;
}
.logo-img{
    width:65px;
}
.menu{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:5px;
    text-decoration:none;
    flex-direction: column;
    cursor:pointer;
    color:#e6bd5e;
    opacity: 0;
    transition: all 1s ease-in-out;
    transition-delay: 1.25s;
}
li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:70px;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 30px;
    text-shadow: 2px 1px black;
    font-family: 'Kurale';
}

a > li::after {
    content: "";
    display: flex;
    flex-direction: column;
    margin: auto;
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.3s;
    
}
  
a > li:hover::after, li > li.active-nav::after {
    width: 100%;
    background-color: #e6bd5e;
}

#o-nama{
    width:80px;
}
#radovi{
    width:115px;
}
#radionica{
    width: 85px;
    margin-right: 8px;
}
.menu-btn{
    display:none;
    position: sticky;
    z-index: 1550;
    cursor: pointer;
    transition: all 1s ease-in-out;
    transition-delay: 1.25s;
    opacity: 0;
}
.menu-img{
    width:45px;
}
.hero{
    height: 100vh;
    width: 100%;
}
video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position:absolute;
    top:0%;
    bottom:auto;
    left:0%;
    right:0%;
}
.overlay{
    height:100vh;
    display: flex;
    justify-content:center;
    position:relative;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}
.text-overlay{
    padding: 0px 60px 0px 60px;
    width: 750px;
    background-color: rgba(217, 217, 217, 0.2);
}
.hero-heading{
    font-family: 'Kurale';
    font-weight: 400;
    font-size: 40px;
    line-height: 2;
    color:white;
    text-align: center;
    letter-spacing: 3px;
    transition: all 1s ease-in-out;
    transition-delay: 1.25s;
    opacity: 0;
}
.all-sections{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0px 80px 0px;
    background-color: #6b5b52;
}

.o-nama-section{
    opacity: 0;
    transition: 0.7s all ease-in-out;
}
.container{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px 0px 20px;
}
.main-heading{
    text-align: center;
    color:white;
    font-family: 'Kurale';
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: 400;
    margin:0px 0px 60px 0px;
}
.second-heading-borders{
    width: 450px;
    border: 2px solid white;
    border-top: 0px;
    margin-bottom:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:80px
}
.second-heading{
    color:white;
    padding: 10px 0px 10px 0px;
    font-family: 'Kurale';
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
}
p{
    text-align: center;
    color: white;
    inline-size: fit-content;
    line-height:2;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 70px;
}
.prije-poslije-div{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
}
.column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px 0px 20px;
}
span{
    color:white;
    font-family: 'Kurale';
    letter-spacing: 2px;
    margin-bottom:35px;
}
.img-col{
    width:400px;
    height: 470px;
    box-shadow: 3px 3px 3px #333;
    object-fit: cover;
}
.arrow{
    width: 53%;
}
.animate-nav{
    background-color: #4b3217;
    border-bottom: 2px solid #e6bd5e;
    transition:all 0.3s ease-in-out;
}
.projects-section{
    transform: translateX(-150%);
    transition: all 1s ease-in-out;
}
.projects-div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.project{
    margin-bottom: 20px;
    position: relative;
    cursor:pointer;
}
.project-hover{
    overflow: hidden;
    box-shadow: 3px 3px 3px #333;
    width: 450px;
    height: 310px;
}
.project-hover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.project-hover-imageScale{
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
}
.informations-project{
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
    left: 0%;
    width: 100%;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.project-hover-showInformations{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.informations-project h3{
    color:white;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 25px;
    background-color: #4b3217;
    padding: 10px 20px 10px 20px;
    font-weight: 300;
}
.zasto-mi{
    margin-top: 70px;
    width: 300px;
    height: 60px;
}
.services{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:20px;
    margin-bottom: 80px;
}
.service{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 450px;
    background-color: #cbbc9b;
    height: 300px;
    box-shadow: 3px 3px 3px #333;
}
.service-left{
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.7s ease-in-out;
}
.service-right{
    transform: translateX(100px);
    opacity: 0;
    transition: all 0.7s ease-in-out;
}
.service img{
    width: 65px;
}
.service h3{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color:#333;
    margin: 0px;
    padding: 20px 0px 20px 0px;
}
.service p{
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    margin: 0px;
    margin-bottom: 10px;
}
.button-with-arrows{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

/* animation for arrows */

.column-arrow{
    position: relative;
    width: 147px;
}
.right-arrow{
    position: absolute;
    animation: moveRight 2s infinite;
}
.left-arrow{
    position: absolute;
    animation: moveLeft 2s infinite;
}

@keyframes moveRight{
    0%{ transform : translateX(20px) rotate3d(0, 0, 1, 180deg)}
    50%{ transform: translateX(0px) rotate3d(0, 0, 1, 180deg);}
    100%{ transform : translateX(20px) rotate3d(0, 0, 1, 180deg)}
}

@keyframes moveLeft{
    0%{ transform: translateX(-20px)}
    50%{ transform: translateX(0px);}
    100%{ transform: translateX(-20px);}
}

/* animation for arrows */

.left-arrow, .right-arrow{
    transition:all 1s ease-in-out;
}
.right-arrow{
    transform: rotate3d(0, 0, 1, 180deg);
}
.contact-btn{
    font-family: 'Kurale';
    letter-spacing: 2px;
    font-size: 22px;
    background-color: #4b3217;
    padding: 10px 60px 10px 60px;
    outline: none;
    border: none;
    cursor:pointer;
    color: white;
}
.contact-btn a{
    text-decoration: none;
    color: white;
}
.bridge-section{
    padding:0px;
}
.images-bridge{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:200px;
}
.first{
    background: url("filip stranica1/1.jpg") center/cover;
    height: 100%;
    width: 100%;
}
.second{
    background: url("filip stranica1/2.jpeg") center/cover;
    height: 100%;
    width: 100%;
}
.third{
    background: url("filip stranica1/3.jpeg") center/cover;
    height: 100%;
    width: 100%;
}
.fourth{
    background: url("filip stranica1/4.jpeg") center/cover;
    height: 100%;
    width: 100%;
}
.fifth{
    background: url("filip stranica1/5.jpeg") center/cover;
    height: 100%;
    width: 100%;
}
.sixth{
    background: url("filip stranica1/6.jpeg") center/cover;
    height: 100%;
    width: 100%;
}
.seventh{
    background: url("filip stranica1/7.jpeg") center/cover;
    height: 100%;
    width: 100%;
}
.footer{
    background-color: #4b3217;
    position: relative;
    padding:100px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-heading-borders{
    width: 700px;
}
.footer-heading{
    font-family: "Lato";
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 6.5px;

}
.contact-ways{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
}
.contact-way{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 0px 20px;
    flex-direction: column;
    width: 100%;
}
.underline-heading-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 0.5px;
    width: 110px;
}
.underline-heading-footer h3{
    font-size: 25px;
    font-family: 'Lato';
    font-weight: 400;
    letter-spacing: 1.5px;
    color: white;
    margin: 20px 0px 10px 0px;
}
.contact-way p{
    margin-top:20px;
    font-family: 'Lato';
    font-weight: 400;
    color: white;
    font-size: 17px;
    margin-bottom: 0px;
}
.col, .number{
    padding: 0px 20px 0px 20px;
    margin-top:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.col img, .number img{
    height: 35px;
    width: 35px;
    margin-right: 20px;
}
.col p, .number p{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.text-footer{
    margin: 150px 0px 200px 0px;
    font-size: 40px;
    color: white;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Lato';
    font-weight: 400;
}
.footer-copyright{
    background-color: rgba(217, 217, 217, 0.2);
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: auto;
    bottom:0%;
    right: 0%;
    left: 0%;
    z-index: 999;
}
.copyright{
    font-size: 15px;
    color: white;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Lato';
}
.hide-id{
    display: none;
}

/*style for projects.html*/

.hero-projects{
    background: radial-gradient(#d8bab1, #a18f5e, #924e3c);
    height: 100%;
}
.overlay-projects{
    padding: 150px 0px 140px 0px;
    height:100%;
}
.columns-for-text-img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}
.column-image{
    height: 275px;
    overflow: hidden;
}
.columns-for-text-img .main-img{
    width: 80%;
    box-shadow: 3px 3px 3px #1c1c1c;
    cursor: pointer;
    margin-right: 50px;
    height: 100%;
    object-fit: cover;
}
.columns-for-text-img .text{
    line-height: 1.5;
    font-size: 20px;
    text-align: left;
    font-weight: 300;
}
.col-projects{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.projects-heading{
    letter-spacing: 1.5px;
}
.more-images{
    margin-top:90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.more-img{
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0px 15px 30px 15px;
    box-shadow: 3px 3px 3px #1c1c1c;
    cursor: pointer;
}
.more-img .other-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}
.more-img .other-img:hover{
    scale: 1.1;
    transition: all 0.2s ease-in-out;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.pop-up-div{
    display: none; 
    position: fixed; 
    z-index: 9999; 
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.pop-up-img {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 100vh;
  }
.heading{
    margin:90px 0px 70px 0px;
    color:white;
    font-family: "Kurale";
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 2px;
}
.related-projects{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.related-project{
    width:380px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    margin: 10px;
    cursor: pointer;
    box-shadow: 3px 3px 3px #1c1c1c;

}
.related-project-img-div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height:250px;
}
.related-project-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.related-project-heading-div{
    height:120px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.related-project-heading{
    font-family: "lato";
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom:0px;
    border: 2px solid #d6ac4e;
    border-top:none;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    transition: all 0.5s ease-in-out;
}

.related-project-heading-hover{
    background-color: #d6ac4e;
    transition: all 0.5s ease-in-out;
    color: black;
}
.related-project-image-hover{
    scale: 1.1;
    transition: all 0.5s ease-in-out;
}
.before-and-after{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top:50px;
}
.images-before, .images-after{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.projects-arrow{
    width:100%;
}

/*style for otkup.html*/

.section-otkup{
    position: relative;
}

.otkup-overlay{
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: space-evenly;
}
.otkup-text-overlay{
    background-color: transparent;
}
.otkup-heading{
    letter-spacing: 2px;
    font-size: 55px;
    line-height: 1.5;
    transform: translateX(-50px);
    transition: 0.8s ease-in-out;
}
.text-otkup{
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: 0.8s ease-in-out;
    transform: translateX(-50px);
    opacity: 0;
}
.otkup-images{
    width: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    transform: translateX(50px);
    opacity: 0;
    transition: 1s ease-in-out;
    margin-right: 20px;
}
.otkup-text-active{
    transform: translateX(0px);
    opacity: 1;
    transition: 1s ease-in-out;
}
.image-wrapper{
    height: 200px;
    width: 200px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.image-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.image-active{
    transform: translateX(0px);
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.image-wrapper img:hover{
    scale: 1.1;
    transition: all 0.2s ease-in-out;
}

.arrow-scrollTop{
    border-radius: 50%;
    background-color: #4b3217;
    position: fixed;
    height: 27px;
    width: 27px;
    z-index: 99999;
    padding: 7px;
    cursor: pointer;
    top: 150px;
    right: 50px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-scrollTop img{
    transform: rotate(-90deg);
    height: 100%;
    width: 100%;
}
.arrow-scrollTop-active{
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

/*style for radionica.html*/

.hero-radionica{
    background-image: url("filip stranica1/hero-img-radionica.jpg");
    background-position: center;
    background-size: cover;
}
.overlay-radionica, .overlay-radionica2{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
}
.hero-heading-radionica{
    letter-spacing: 2px;
    line-height: 1.5;
}
.info{
    width: 100%;
    height: 120px;
    background-color: #4b3217;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px 30px;
}
.email-div, .price-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.email-div p, .price-div p{
    font-family: 'Kurale';
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0px;
    margin-left: 20px;
}
.icon-radionica{
    height: 40px;
    width: 40px;
}
.relative{
    position: relative;
    padding: 0px;
    background:radial-gradient(#d8bab1, #a18f5e, #924e3c);
}
.overlay-radionica2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 70px 0px;
}
.text-div{
    margin: 100px 30px;
    opacity: 0;
    transition: 0.5s all ease-in-out;
}
.text-radionica{
    font-family: 'Syne';
    font-weight: 400;
    font-size: 35px;
    line-height: 1.5;
    color:white;
    text-align: center;
    letter-spacing: 2px;
    max-width: 1000px;
}
.images-div{
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0px 0px 50px 0px;
}
.image-div{
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.4s all ease-in-out;
}

@keyframes animateImage {
    from {
      transform: translateY(100px);
      opacity: 0;
    }
    to {
      transform: translateY(0px);
      opacity: 1;
    }
  }

.horizontal{
    height: 260px;
    width: 305px;
    object-fit: cover;
}
.vertical{
    height: 300px;
    width: 210px;
    object-fit: cover;
}
.wider-text{
    width: 1000px;
}
.map{
    width: 75%;
    height: 350px;
    border: 0px;
    margin: 65px 0px;
}
.radionica-location-section{
    background-color: #4b3217;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
.animate-img{
    opacity: 1;
    transform: translateY(0px);
}
.display-none{
    display: none;
}
.in-icon{
    height: 20px;
    width: 20px;
    margin-left: 10px;
}
.linkedin-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.col a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}