@font-face {
    font-family: 'Michroma-Regular';
    src: url('../fonts/Michroma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: Poppins-Regular, sans-serif;
    margin: 0;
}
h1,h2,h3,h4,h5{
    font-family: Michroma-Regular, sans-serif;
    margin: 0;
    font-weight: bold;
}
a{
    text-decoration: none;
    color:#F07500;
}
a:hover{
    color:#ac5300;
}
.text-orange{
    color:#F07500;
}
.bg-orange{
    background: #F07500;
}
.bg-orange-light{
    background: #FFECDA;
}
.seperator {
    border: 1px solid #F07500;
    opacity: 1;
}
.btn-orange {
    color: #fff;
    background-color: #F07500;
    border-color: #F07500;
    font-family: Michroma-Regular, sans-serif;
    
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange.active {
    background: #b85900!important;
    color: #ffffff;
    border-color: #b85900;
    box-shadow: none;
}
.loading {
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: #68686896;
    z-index: 9999;
}
.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid #dadbdf;
    border-left: .8em solid #F07500;
    animation: spin 1.1s infinite linear;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.top-header{
    background: #F07500;
    color: #fff;
    font-size: 0.8rem;
    padding: 5px;
    text-align: end;
}
section.header{
    background: url(../images/header7.jpg);
    background-size: cover;
    background-position-y: bottom;
    margin-bottom: 100px;
    margin-top:-60px;
    padding-top: 100px;
}
.sticky-navbar{
    backdrop-filter: blur(10px);
    background: #eeeeeea8!important;
    
}
.navbar .nav-link{
    font-family: Michroma-Regular, sans-serif;
    font-weight: bold;
}
.navbar-dark .nav-link {
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    
}

.offcanvas.show .nav-link{
    text-shadow: none;
    color:#000;
    border-bottom: 1px solid #F07500;
}
.offcanvas.show .offcanvas-body .navbar-nav{
    padding: 30px;
} 
section.header .card-img-top {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    margin-top: -37px;
}
section.header .card{
    border:2px solid #F07500;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    background: #eeeeeea8;
    cursor: pointer;
    transition: all 1s;
}
section.header .card:hover{
    backdrop-filter: blur(10px);
    background: #fff
}
section.header .card-footer{
    background-color: unset;
    border-top:none;
    padding: 0px 40px 40px 40px;
}
.carousel-btn {
    position: absolute;
    left: 50%;
    background: #F07500;
    padding: 20px 50px;
    display: block;
    bottom: 0;
    color: #fff;
    font-size: 30px;
    border-radius: 20px 20px 0 0;
    transform: translate(-50%);
}
.carousel-btn-top {
    position: absolute;
    left: 50%;
    background: #F07500;
    padding: 1px 50px;
    display: block;
    top: 0;
    color: #fff;
    font-size: 67px;
    border-radius: 0 0 20px 20px;
    transform: translate(-50%);
  }
.carousel-btn:hover {
    background: #b85900;
    color: #fff;
}

.carousel-control-prev {
    left: 18px;
    width: unset;
}
.carousel-control-next {
    right: 18px;
    width: unset;
}
.carousel-indicators{
    margin-bottom: -10px;
}
section.advert .carousel-item {
    border-radius: 30px;
    border: 2px solid #F07500;
    overflow: hidden;
    padding: 20px;
}
section.advert .carousel-item img {
    border-radius: 15px;
}
section.advert .ugodno {
    border: 2px solid #F07500;
    font-family: Michroma-Regular, sans-serif;
    color: #F07500;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 35px;
    font-weight: bold;
    transform: rotate(-5deg);
    display: inline-block;
}
section.about{
    background: url('../images/aboutus.png');
    background-size: cover;
    background-position-y: bottom;
}
section.about .onas {
    border-radius: 40px;
    border: 1px solid #303030;
    font-family: Michroma-Regular, sans-serif;
    padding: 15px 35px;
    margin-bottom: 10px;
    display: inline-block;
}
section.about .izdelava {
    border-radius: 40px;
    border: 1px solid #303030;
    background: #fff;
    font-family: Michroma-Regular, sans-serif;
    padding: 15px 35px;
    margin-bottom: 30px;
    display: inline-block;
}
section.about .card{
    border:2px solid #F07500;
    border-radius: 25px;
}
.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0) 100%) !important;
}
.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    width: 200px;
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%) !important;
}
section.store .card {
    border: 2px solid #F07500;
}
section.store .title {
    border: 2px solid #F07500;
    border-radius: 30px;
    color: #F07500;
    text-align: center;
    padding: 10px;
    margin-top: -60px;
    background: #fff;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}
section.store .btn-naroci{
    margin-top: -20px;
    position: relative;
}
.google-maps {
    position: relative;
    padding-bottom: 400px; 
    height: 0;
    overflow: hidden;
  }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 400px !important;
}
section.contact{
    background: url('../images/contact.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -160px;
    background-color: #463220;
}
section.contact .form-control{
    backdrop-filter: blur(5px);
    background: #ffffffa8!important;
}
section.contact a{
    color: #F07500;
}
.cookiesBtn__link {
    background: #f07500 !important;
    border: #f07500 !important;
} 

#cookies-policy .cookies__category input:checked + .cookies__box::after {
    background: #f07500!important;
    opacity: 1;
}
#cookies-policy .cookies__details {
    color: #f07500!important;
}
@media screen and (max-width: 992px) {
    .sticky-navbar{
        backdrop-filter: unset;
        background: #eeeeeebe;        
    }
    .offcanvas{
        backdrop-filter: blur(5px);
        background: #ffffff63 !important;
    }
    section.store .title {
        
        margin-top: 0px;
       
    }
    section.header {
        background-size: 363%;
        background-position-y: top;
        margin-bottom: 50px;
        margin-top: -60px;
        background-position-x: 64%;
        background-repeat: no-repeat;
      }
}