*{
    margin: 0;
    padding: 0;
}

html{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Roboto", sans-serif;

}

a:link{
    text-decoration: none;
}

.preloader{
    z-index: 1033;
    --bg-color: #34314c;
    --size: 200px;
    --first-color: #ff7473;
    --second-color:#ffc952;
    --third-color: #47b8c0;
    --thickness: 3px;
    --duration: 1s;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--duration);
}

.preloader__content{
    position: relative;
    width: var(--size);
    height: var(--size);
}

.preloader__first,
.preloader__second,
.preloader__third{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: var(--duration) linear;
}

.preloader__first{
    border-bottom: var(--thickness) solid var(--first-color);
    animation-name: first;
}

.preloader__second{
    border-right: var(--thickness) solid var(--second-color);
    animation-name: second;
}

.preloader__third{
    border-top: var(--thickness) solid var(--third-color);
    animation-name: third;
}   

@keyframes first{
    0% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
}
@keyframes second{
    0% {  transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {  transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
}
@keyframes third{
    0% {  transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)}
    100% {  transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}
/*Btn scroll to top*/
#topBtn{
    position: fixed;
    bottom: 40px;
    right: 15px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #FF0000;
    border-radius: 50%;
    color: white;
    border: none;
    cursor: pointer;
    display: none;
  }
/*btn scroll ended here*/
.logo {
    width: 200px;
    height: 110px;
  }
  
  @media (max-width: 776px) {
    .logo {
      width: 160px;
      height: 90px;
    }
  }
  
  @media (max-width: 576px) {
    .logo {
      width: 130px;
      height: 70px;
    }
  }
  
.navbar{
    text-transform: uppercase;
    border: 5px solid #ccc;
    background: #E8E8E8 !important;
    font-weight: 700;
    
}

.street_adresse{
    margin-right: -20px;
}

.fas .fa-bars{
    color: #ffff;
}

.my-nav a{
    translate: uppercase;
    margin-right: 30px;
    color: #000000 !important;
}

@media (max-width: 576px) {
    .my-nav a{
        font-size:18px;
    }
}

@media (max-width: 576px) {
    .my-nav a{
        font-size:15px;
    }

}

.my-nav a:hover{ 
    color: #FF0000 !important;
}
.navbar.nav-link:hover{
    background-color: #0000;
    box-shadow: 2px 2px 5px silver;
}

.nav-link:hover{
    color: #FF0000;
}

.title{
    margin-top: 80px !important;
}

.our-cli{
    margin-top: 80px !important;
}

.dropdown{
    position: relative;
}

.dropdown:active>.dropdown-menu{
    position: absolute;
    display: inline-block;
}
.dropdown-item{
    font-weight: 700 !important;
  }

.dropdown-menu{
    background: #E8E8E8 !important;
    padding: 20px;
    margin: 20px;
}

.dropdown-menu:hover{
    color: #459fb6;
}

.dropdown-menu>a:hover{
    /* background:#ffff; */
    color: #459fb6;
}

.navbar>.navbar-brand:hover{
    color: #459fb6;
}
.nav-item>a:hover{
    color: #459fb6;
}

/* client-pics*/
.client-pic{
    width: 400px; 
    height: 210px;
    object-fit: cover;
}

.galerija-podova{
    margin-top: 20px;
}
.dts{
    margin-top: 75px;
    margin-left: 20px;
}

.onkologija{
    margin-top: -40px;
}

.izvrsitelj{
    margin-top: 30px;
}

.sim{
    margin-top: -20px;
}

.monus{
    margin-top: 40px;
}

.cubi{
    margin-top: -20px;
}
.luxol{
    margin-top: 40px;
}

.biser{
    margin-top: 35px;
}

.dunav{
    margin-top: 70px;
}


.youth{
    margin-top: -50px;
}

.mc{
    margin-top: -40px;
    margin-left: 20px;
}
.kabel{
    margin-top: -50px;
}

.big{
    margin-top: -40px;
}
.eco{
    margin-top: -20px; 
}


#footer{
    background-color: #000 !important;
    display: flex;
    align-items: center;
    z-index: 0;
}


.footer{
    box-shadow: 2px 2px 5px #0000;
    height: 100%;
    width: auto;
}
.info{
    width: 33%;
    height: auto;
}

@media (max-width: 776px) {
    .footer h3{
        font-size: 18px;
    }
    .footer p{
        font-size: 18px;
    }

}

@media (max-width: 576px) {
    .footer h3{
        font-size: 15px;
    }
    .footer p{
        font-size: 15px;
    }

}


@media (max-width: 576px) {
    .icons{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 776px) {
    #footer{
        font-size: 18px;
    }
    h4{
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    #footer{
        font-size:15px;
    }
    h4{
        font-size: 15px;
    }
}

.email-font{
    font-weight: 400;
  }
  

.infos a{
    text-decoration: none !important;
    color: white;

}

.infos a:hover{
    text-decoration: none !important;
    color: white;
}

.infos a:visited{
    text-decoration: none !important;
    color: white;
}

.infos a:active{
    text-decoration: none !important;
    color: white;
}

.infos a:link{
    text-decoration: none !important;
    color: white;
}

.pos_first_icon{
    margin-right: 40px;
  }