.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
a.icon {
  background: var (--secondary);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
 
}

/* Add a grey background color on mouse-over */
a:hover {
  background-color: var(--black);
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}

@font-face {
    font-family: "OpenSans-Regular";
    src: local("OpenSans-Regular")
      url("OpenSans-Regular.ttf");      
  }
.regular {
  font-family: "OpenSans-Regular";
  font-size: 40px;
}

@font-face {
    font-family: "TrajanP0";
    src: url("../fonts/TrajanP0.otf");      
  }

@font-face {
    font-family: "TrajanPro-Regular";
    src: url("../fonts/TrajanPro-Regular.otf");      
}



@font-face {
    font-family: "hcffr";
    src: url("../fonts/hcffr.ttf");      
}
.naslov {
  font-family: "OpenSans-Regular";
  font-weight: 200;
  font-size: 60px;
}


@font-face{
    font-family: "Signatie";
    src: local("Signatie"),
    url('../fonts/Signatie.otf') format("opentype");
}

@font-face{
    font-family: "EBGaramond";
    src: local("EBGaramond"),
    url('../fonts/static/EBGaramond-Regular.ttf') format("truetype");
}


.potpis{
    font-family: "Signatie";
    font-size: 40px;
    text-align: right;
    color:  var(--primary);
}
.potpis-image {
    width: 554px;
    height: 84px;
    float:right;
}

.image-background{
    background-image: url('../images/amelafotkamontaza.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    position:relative;
    width: 100%; 
    height: 0;
    padding-top: 58.52%
}


.front-image-content{
 position: absolute;
  top: 33%;
  bottom: 0;
  right: 0;
  left: 0;
    color: #A99E6F;
  text-align: left;
  margin-top: 5%;
  font-family: TrajanP0;
      font-weight: 300;
      font-size: 40px;
}
.front-image-text{
      font-weight: 200;
      font-size: 20px;
}

.black-background {
    background-color: #211E1F; 
     color: white;
}
.white{
    color:  white !important;
}
.futter-p{
    margin-bottom: 0rem !important;
}

.background-white{
    background-color:  white;
}

.black{
    color: #211E1F; 
}

.golden-background{
    background-color: #A99E6F;
}
.golden{
    color: #A99E6F /* #A99E6F */
}
.head3{
    text-align: center;
    color: #211E1F; 
}

.vl{
  border-left: 2px solid #A99E6F;
  height: 100px;
  
}
.vl-black{
  border-left: 2px solid var(--secondary);
  height: 100px;  
      position: absolute;
      margin-top: 20px;
    margin-bottom: 20px;
}
.vl-right{
    border-right: 2px solid #A99E6F;
    height: 100px;
}
.vl-right-black{
    border-right: 2px solid var(--secondary);
    height: 100px;
}
.opis{
    margin-left: 1em;
    margin-top: -2em;
}
.images{
    width: 100%;
    padding: 20px;
}
.right {
  float: right;
}
.form-group{
    color: #A99E6F;
    border-color: #A99E6F;;
}

.svgfit{
    display: block;
  margin-left: auto;
  margin-right: auto;
    width: 40%; 
    height: auto;
}


.cat-item {
  display: block;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  border: 1px solid transparent;
  transition: .5s;
}
.ital{
    font-family: EBGaramond;
    font-style: italic;
}

.height1em{
    height: 10px !important;
}

.svgcont{
    padding: 0px 60px 0px 60px;
}

.services-desc{
   padding: 0px 15px 0px 15px;;
}

.google-map {
     padding-bottom: 50%;
  }

.google-map .iframe {
     height: 70%;
     width: 100%;
 }

 .align-sign{
    text-align: center;
 }
.futter-icons{
    width: 40px;
    height: 40px;    
}
.futter-icons-container {
    display: inline-block;
}

.img-center{
  
  height: 60px;
}

.futter-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;

}
.indent {
    margin-left: 20px;
}
/* banner */

.pod-naslov-margin{
    margin-left: 2em;
    padding-bottom: 40px;
}

.pod-naslov {
  font-family: "TrajanPro-Regular";
  font-weight: 200;
  font-size: 25px;
}


.pod-naslovna {
  font-family: "TrajanP0";
  font-weight: 200;
  font-size: 18px;
}
.banner{
   
}

.banner-text{
    width: 100%;  
    height: 140px; 

}
.box{
    opacity: 0;
    position: absolute;
    width: 80%;
    margin-top: 23px;
    margin-left: 45px;
}

.b1{
    animation: ani1 40s infinite;
}
.b2{
    animation: ani2 40s infinite;
}
.b3{
    animation: ani3 40s infinite;
}
.b4{
    animation: ani4 40s infinite;
}

@keyframes ani1{
    0%{
        opacity: 0;
    }
    5%{
        opacity: 1;
    }
    20%{
        opacity: 1;
    }
    25%{
        opacity: 0;
    }
 }
@keyframes ani2{
    25%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    45%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
 }
@keyframes ani3{
    50%{
        opacity: 0;
    }
    55%{
        opacity: 1;
    }
    70%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
 }
 @keyframes ani4{
    75%{
        opacity: 0;
    }
    80%{
        opacity: 1;
    }
    95%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
 }

.smalldesc {
    height: 350px;
    overflow:hidden;   
}
.normaldesc {
    height: 400 px;
    overflow:hidden;   
}

.bigdesc {
    height: auto;
}
.link {
    color: var(--light);
}
.link:hover {
    color: var(--primary);
}

/********** Template CSS **********/

:root {
    --primary: #A99E6F;
    --secondary: #211E1F;
    --golden: #A99E6F;
    --black: #211E1F; ;
    --light: #EFFDF5;
    --dark: #2B3940;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

 #hamburger {
    background: var(--secondary);
    display: block;
    position: absolute;
    right: 20px;
    top: 26px;
    color:  var(--golden);

 }

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active{
    color: var(--primary);
}
.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}




/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid var(--primary);
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    #hamburger {
        display: block;
    }
    #navigacija {
        display: none ;
    }
    .navitem {
        display: block;
    }
    .moblink{
        margin-left: 30px;
    }


}



@media (min-width: 992px) {
        
        .moblink {
            display: none;
        }
        #mobileLink{
            display: none;
        }

        #hamburger {
            display: none;
        }


        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .moblink {
        display: block;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .pod-naslov{
        font-size: 15px;
    }
    .pod-naslovna{
        font-size: 12px;
    }
    .box{
        margin-top: 35px;
        margin-left: 8px;
    }
    .front-image-content{
        font-size: 18px;
    }
    .front-image-text{
        font-size: 15;
    }

}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}