h1,
h2,
h4{
    font-family: "Tenor Sans";
}
h3,
h5,
p {
    font-family: "Tenor Sans";
}
header a ,span {
    font-family: "Tenor Sans";
}
.prikaz-fontova > div > p:first-child{
    /*font-family: "Monsterrat";*/
}
.entry-content a {
    color: #024220!important;
}
li {
    margin-bottom: 5px;
}
.site-main a {
    color: #024220!important;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}
.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.slides1 {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    height: 100%;
}
.slidee {
    flex: 0 0 100%;
    height: 100%;
}
.with-gradient::before {
    width: 15000px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, black); /* Gradient from transparent to black */
    opacity: 0.6; /* Adjust opacity of the gradient for desired effect */
    pointer-events: none; /* Ensures the overlay doesn't interfere with clicks on the image */
    z-index: 9;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 0%;
}
.slidee img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 0%;
}
.content-wrapper {
    padding: 0px 15%;
}
.entry-content{
     margin: 0px;
}
.post, .page {
    margin: 0px;
}
.slide-text{
    font-size: 45px;
    font-weight: 300;
    position: relative;
    z-index: 99999;
    margin-top: -120px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.slider-dots {
    position: relative;
    top: -50px;
    text-align: center;
    padding-top: 10px;
    z-index: 10;
}

/* Style for each dot */
.slider-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Active dot style */
.slider-dots .dot.active {
    background-color: #fff; /* Change color when active */
}
.slider-dots1 {
    position: relative;
    top: -50px;
    text-align: center;
    padding-top: 10px;
    z-index: 10;
}

/* Style for each dot */
.slider-dots1 .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Active dot style */
.slider-dots1 .dot.active {
    background-color: #fff; /* Change color when active */
}

input[type="submit"].stanovi-dugme{
    border: 1px solid #024220!important;
    border-radius: 20px !important;
    padding: 7px 54px!important;
    background-color: transparent!important;
    position: relative;
    left: 23%;
    margin-top: 20px;
    color: #024220!important;
}

input[type="submit"].stanovi-dugme:hover{
    border: 1px solid #024220!important;
    background-color: #02422090!important;
    color: #fff!important;
}

.stanovi-dugme a{
    border: 1px solid #024220!important;
    border-radius: 20px !important;
    padding: 7px 54px!important;
    background-color: transparent!important;
}
.stanovi-dugme a:hover{
    border: 1px solid #024220!important;
    background-color: #02422090!important;
    color: #ffffff!important;
}
.stanovi-dugme button{
    color: #024220!important;
    border: 1px solid #024220!important;
    border-radius: 20px !important;
    padding: 7px 54px!important;
    background-color: transparent!important;
}
.stanovi-dugme button:hover{
    border: 1px solid #024220!important;
    background-color: #02422090!important;
    color: #fff!important;
}
.vc-gitem-zone-height-mode-auto:before {
    padding-top: 80%!important;
}
.highlight {
    background-color: #FFFF0060; /* Highlights the searched term */
}
.wpcf7-form {
    display: flex;
    justify-content: center;
}
.wpcf7-form-control-wrap input {
    margin: 20px 0px;
    border-radius: 20px;
    padding: 5px 15px
}
.wpcf7-form-control-wrap textarea {
    margin: 20px 0px;
    border-radius: 20px;
    padding: 5px 15px
}
.loader-wrapper {
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    /*animation: fadeIn 1s ease-in-out forwards;*/
}
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 1s ease-in-out forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.loaded{
    animation: fadeOut 2s ease-in-out forwards;
}
.content_404{
    display: block;
    margin: 30px 5px;
}
.content_404 .footer-col .menu li a {
    color: #111;
    text-decoration: none;
    position: relative;
    left: 0;
    transition: left ease 0.5s;
    font-size: 18px;
}
.content_404 .footer-col .menu {
    list-style: circle;
}
.content_404 .footer-col {
    width: 100%;
}
.error-404 {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
    padding-top: 2%;
}
.image_404 {
    height: 240px;
    background: url('../images/image404.png') no-repeat 5px center;
    background-size: 90%;
}
@media (max-width: 3000px) {
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 15%!important;
    }
}
@media (max-width: 2200px) {
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 30%!important;
    }
}
@media (max-width: 1821px) {
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 40%!important;
    }
}
@media (max-width: 1455px) {
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 50%!important;
    }
}
@media (max-width: 1265px) {
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 67%!important;
    }
}
@media (max-width: 1000px) {
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 100%!important;
    }
}
@media (max-width: 768px) {

    .wpcf7-form-control-wrap input.wpcf7-form-control {
        width: 100%;
    }

    .wpcf7-form-control-wrap textarea{
        width: 100%;
    }
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 30%!important;
    }
}
@media (max-width: 600px) {
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 40%!important;
    }
}
@media (max-width: 440px) {
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 40%!important;
    }
}
@media (max-width: 430px) {
    .vc-gitem-zone-height-mode-auto:before {
        padding-top: 70% !important;
    }
}
.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
    border: 1px solid transparent!important;
}
.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #2A2A2A!important;
}
.uLevo .vc_column-inner {
     padding-left: 0px!important;
    padding-right: 0px!important;
}
.hero-slider::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('../images/LOGO ICON.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: unset;
    top: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
/*.logo-desno .vc_single_image-wrapper::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 10%;*/
/*    right: 7%;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background-image: url('../images/LOGO ICON.svg');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-color: #11111199;*/
/*    border-radius: 50px;*/
/*}*/
.logo-desno .vc_column-inner {
    padding-top: 0px!important;
}
/*.vc_column-inner::before {*/
/*    width: 1500px;*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(to bottom, transparent, black); !* Gradient from transparent to black *!*/
/*    opacity: 0.6; !* Adjust opacity of the gradient for desired effect *!*/
/*    pointer-events: none; !* Ensures the overlay doesn't interfere with clicks on the image *!*/
/*    z-index: 9;*/
/*}*/
@media (max-width: 768px) {
    .hero-slider {
        height: 300px;
        position: relative;
    }
    body {
        overflow-x: hidden;
    }
    footer {
        overflow-x: hidden;
    }
}
.page-id-640 .slider-dots {
    display: none;
}