/*Fontovi*/

/*Calibri*/
@font-face {
    font-family: 'calibri_regular';
    src: url('../assets/fonts/calibri/calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri_bold';
    src: url('../assets/fonts/calibri/calibrib.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'calibri_italic';
    src: url('../assets/fonts/calibri/calibrii.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'calibri_light';
    src: url('../assets/fonts/calibri/calibril.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'calibri_light_italic';
    src: url('../assets/fonts/calibri/calibrili.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'calibri_bold_italic';
    src: url('../assets/fonts/calibri/calibriz.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/*Mistral*/
@font-face {
    font-family: 'mistral';
    src: url('../assets/fonts/mistral/MISTRAL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Bodoni-book*/
@font-face {
    font-family: 'bodoni_book_regular';
    src: url('../assets/fonts/bodoni-book/bodoni-book-r.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_book_bold';
    src: url('../assets/fonts/bodoni-book/bodoni-book-b.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_book_italic';
    src: url('../assets/fonts/bodoni-book/bodoni-book-i.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'bodoni_book_bold_italic';
    src: url('../assets/fonts/bodoni-book/bodoni-book-bi.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/*Bodoni MT*/
@font-face {
    font-family: 'bodoni_mt_regular';
    src: url('../assets/fonts/bodoni-mt/BOD_R.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_mt_bold';
    src: url('../assets/fonts/bodoni-mt/BOD_B.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_mt_italic';
    src: url('../assets/fonts/bodoni-mt/BOD_I.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'bodoni_mt_bold_italic';
    src: url('../assets/fonts/bodoni-mt/BOD_BI.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

/** {*/
/*    font-family: bodoni_book_regular, serif;*/
/*}*/

/*// X-Small devices (portrait phones, less than 576px)*/
/*// No media query for `xs` since this is the default in Bootstrap*/

/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px) {
    nav a {
        font-size: 0.9em;
    }

    #home p {
        font-size: 1.2em;
    }

    .testimonial p {
        font-size: 1.1em;
        line-height: 1.2;
    }

    .testimonial .signature {
        font-size: 1.5em;
    }

    .pet-slika p {
        font-size: 1.6em;
        font-family: bodoni_mt_regular, sans-serif !important;
    }

    /*.our-services h5 {
        font-size: 1.2em;
    }*/
    footer p {
        font-size: 1em;
    }

    .pojedinacne-naslov h1, .pojedinacne-naslov h2 {
        font-size: 1.5em;
    }

    .custom-made h2,
    .our-services h2,
    .contact-us h2 {
        font-size: 1.4em;
    }

    .pojedinacne-naslov p {
        font-size: 1.13em;
    }

    .custom-made p,
    .our-services p.read-more {
        font-size: 1.31em;
    }

    .our-services p {
        font-size: 1.2em;
    }

}

@media (min-width: 576px) {
    nav a {
        font-size: 0.9em;
    }

    #home p {
        font-size: 1.5em;
    }

    .testimonial p {
        font-size: 1.1em;
        line-height: 1.2;
    }

    .testimonial .signature {
        font-size: 1.5em;
    }

    .pet-slika p {
        font-size: 1.8em;
    }

    /*.our-services h5 {*/
    /*    font-size: 1.3em;*/
    /*}*/
    footer p {
        font-size: 1em;
    }

    .pojedinacne-naslov h1, .pojedinacne-naslov h2 {
        font-size: 2em;
    }

    .custom-made h2,
    .our-services h2,
    .contact-us h2 {
        font-size: 1.8em;
    }

    .pojedinacne-naslov p {
        font-size: 1.13em;
    }

    .custom-made p,
    .our-services p.read-more {
        font-size: 1.31em;
    }

    .our-services p {
        font-size: 1.5em;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    nav a {
        font-size: 1.2em;
    }

    .testimonial p {
        font-size: 1.1em;
        line-height: 1.2;
    }

    .pet-slika p {
        font-size: 1.1em;
    }

    /*.our-services h5 {*/
    /*    font-size: 1.25em;*/
    /*}*/
    #navbarDropdownMenuLinkHuntingPackagesUl,
    #navbarDropdownMenuLinkFamilyPackagesUl {
        position: absolute;
        left: 100% !important;
        top: 0 !important;
    }

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    nav a {
        font-size: 0.9em;
    }

    #home p {
        font-size: 1.6em;
    }

    .testimonial p {
        font-size: 1.3em;
        line-height: 1.2;
    }

    .testimonial .signature {
        font-size: 1.8em;
    }


}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    nav a {
        font-size: 1.2em;
    }

    #home p {
        font-size: 1.6em;
    }

    .testimonial p {
        font-size: 1.5em;
        line-height: 1.2;
    }

    .testimonial .signature {
        font-size: 2em;
    }

    .pet-slika p {
        font-size: 1.4em;
    }

    .pojedinacne-naslov h1, .pojedinacne-naslov h2 {
        font-size: 2.81em;
    }

    .custom-made h2,
    .our-services h2,
    .contact-us h2 {
        font-size: 2.5em;
    }

    /*.our-services h5 {*/
    /*    font-size: 1.5em;*/
    /*}*/
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    footer.pojedinacne {
        position: fixed;
        bottom: 0;
        width: -moz-available; /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
        width: fill-available;

    }

    nav a {
        font-size: 1.5em;
    }

    #home p {
        font-size: 1.8em;
    }
}

@media (max-width: 992px) {

}

/*body {
  position: relative;
}*/
.navbar {
    border-bottom: solid 3px rgb(178, 157, 95);
}

.navbar > .container-fluid {
    display: inline-block !important;
}

/*#navbarNavDropdown a {*/
/*    font-size: 1.4vmax;*/
/*    !*font-family: "Fira Sans", sans-serif;*!*/
/*    !*font-family: open_sansregular, sans-serif;*!*/
/*    font-family: calibri_regular, sans-serif;*/
/*    color: #2e512e;*/
/*}*/

/*.info-navigacija {*/
/*    border-bottom: solid 0.4rem;*/
/*    border-bottom-color: rgb(178, 157, 95);*/
/*    width: 100%;*/
/*}*/

.info-nav-text {
    color: rgb(178, 157, 95);
}

.navbar-nav {
    padding-left: 3px !important;
}

.nav-icons {
    border-radius: 50%;
    padding: 0.15em;
    background-color: rgb(178, 157, 95);
    width: 1.2em;
}

.nav-link,
.dropdown-item {
    color: rgb(46, 81, 46);
}

.responsive-img {
    width: 100%;
    height: auto;
}

.carousel-cap {
    position: absolute;
    right: 15%;
    top: 85%;
    transform: translateY(-85%);
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.carousel-img {
    object-fit: cover;
    /*opacity: 0.65;*/
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
    width: 8% !important;
}

.testimonial > .carousel-control-next,
.testimonial > .carousel-control-prev {
    filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(1795%) hue-rotate(71deg) brightness(96%) contrast(89%);
}

.carousel-indicators button {
    margin-right: 10px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
}

.img-experience {
    position: relative;
    border-top: solid 3px rgb(178, 157, 95);
    border-bottom: solid 3px rgb(178, 157, 95);
}

/*.img-experience p {*/
/*    position: absolute;*/
/*}*/

.img-experience img {
    width: 100%;
    height: auto;
}

.text-dec-none a:link,
.text-dec-none a:hover,
.text-dec-none a:visited {
    color: rgb(46, 81, 46) !important;
    text-decoration: none !important;
}

.gold-text {
    color: rgb(178, 157, 95);
}

.green-text {
    color: rgb(46, 81, 46);
}

.border-bottom-gold {
    border-bottom: solid 3px rgb(178, 157, 95);
}

.break-column {
    flex-basis: 100%;
    width: 0;
}

.main-bg {
    background-color: #f1f1f1;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    position: relative;
    display: block;
}

.card {
    width: 10rem !important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    color: white !important;
    background-color: rgb(178, 157, 95) !important;
}

.back-to-top:hover {
    background-color: rgb(178, 157, 95) !important;
}

.back-to-top:focus {
    box-shadow: none !important;
}

.kontakt input,
.kontakt textarea {
    background-color: #ccc !important;
    border-radius: 0 !important;
    /*box-shadow: 8px 8px 6px 0 rgba(0, 0, 0, 0.50);*/
}

.kontakt .form-control:focus {
    border-color: rgb(178, 157, 95) !important;
    -webkit-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
}

.send-button .send-dugme {
    border-radius: 20px;
    color: white !important;
    background-color: rgb(178, 157, 95) !important;
}

.send-button .form-control:focus {
    border-color: rgb(178, 157, 95) !important;
    -webkit-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.3);
}

.tel-font {
    font-size: 0.8rem;
}

/*.footer-icons {*/
/*    margin-bottom: 1.163rem;*/
/*}*/

.google-map iframe {
    /*max-width: 100%;*/
    /*height: auto;*/
    border: 2px solid rgb(178, 157, 95);
}

.text-shadow {
    text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.contact-modal {
    cursor: pointer;
}

.nav-link.active {
    color: rgb(178, 157, 95) !important;
}
.aktiv {
    color: rgb(178, 157, 95) !important;
}
.navbar {
    position: sticky !important;
}

.signature {
    font-family: mistral, sans-serif;
}

.no-bullets {
    list-style-type: none;
}

/*FONTOVI DEFAULT*/
/*NAVIGACIJA*/
nav a {
    font-family: calibri_regular, sans-serif;
    color: #2e512e !important;
}

/*HERO*/
#home p {
    font-family: bodoni_book_regular, sans-serif;
    color: white;
}

/*TESTIMONIAL*/
.testimonial p {
    font-family: bodoni_book_regular, sans-serif;
    color: #2e512e !important;
}

/*SIGNATURE*/
.testimonial .signature {
    font-family: mistral, sans-serif;
    color: #2e512e !important;
}

/*PET SLIKA*/
.pet-slika p {
    font-family: bodoni_mt_bold, sans-serif;
    color: white !important;
}

/*FOOTER*/
footer p {
    font-family: calibri_regular, sans-serif;
    color: rgb(178, 157, 95) !important;
}

/*POJEDINACNE NASLOV*/
.pojedinacne-naslov h1, .pojedinacne-naslov h2 {
    font-family: bodoni_book_regular, sans-serif;
}

/*POJEDINACNE TEXT*/
.pojedinacne-naslov p {
    font-family: bodoni_book_regular, sans-serif;
    color: black !important;
}

/*CUSTOM MADE NASLOV*/
.custom-made h2,
.our-services h2, .our-services h5 {
    font-family: bodoni_book_regular, sans-serif !important;
    color: #2e512e !important;
}

/*CUSTOM MADE TEXT*/
.custom-made p,
.our-services p.read-more {
    font-family: bodoni_book_regular, sans-serif !important;
    color: black !important;
}

/*OUR SERVICES POCETNI TEXT*/
/*.our-services h5 {*/
/*    font-family: bodoni_book_regular, sans-serif !important;*/
/*    color: black !important;*/
/*}*/

/*OUR SERVICES LISTA*/
.our-services p {
    font-family: bodoni_book_regular, sans-serif !important;
    color: black !important;
}

/*CONTACT US NASLOV*/
.contact-us h1 {
    font-family: calibri_regular, sans-serif;
    color: #2e512e !important;
}

/*PLACEHOLDERI KONTAKT FORMA*/
.form-control {
    font-family: calibri_light, sans-serif;
    font-size: 1em !important;
}

.send-dugme {
    font-family: calibri_light, sans-serif;
    font-size: 1.19em !important;
}

.form-control[type="email"]::placeholder,
.form-control[type="text"]::placeholder,
.form-control[type="tel"]::placeholder,
#message::placeholder,
#message-modal::placeholder {

    /* Firefox, Chrome, Opera */
    text-align: right;
}

#message,
#message-modal {
    text-align: left;
}

.div-5 {
    position: relative;
}

.slike-5 {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(46, 81, 46, 0.5); /* Green background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}

.slike-5 p {
    margin: 0;
}

.hero-div {
    position: relative;
}

.hero-pozadina {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(46, 81, 46, 0.6); /* Green background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
}

.bg-footer {
    background-color: #cccccc;
}

.pozadina {
    background-image: url(../images/background-nature.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.transbox {
    background: rgba(230, 230, 230, 0.9);
}

.overflow-y-scroll {
    overflow-y: scroll;

}

.select-language {
    cursor: pointer;
    color: #2e512e;
}

.select-language.active {
    color: rgb(178, 157, 95);
}

.text-left {
    text-align: left;
}

.red-text {
    color: darkred !important;
}

.sale {
    position: relative;
    display: inline-block;
    background: limegreen;
    color: white;
    height: 8rem;
    width: 8rem;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    line-height: 2rem;
    /*margin: 45vh 45vw;*/
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}

.sale:before, .sale:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sale:after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

@-webkit-keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }
    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}

@keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }
    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}

.carousel-cap-offer {
    position: absolute;
    right: 15%;
    top: 85%;
    transform: translateY(-85%);
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    font-size: 20px !important;
}
