
    @font-face {
        font-family: 'ANTQUAB';
        src: url(../Fonts/ANTQUAB.ttf);
      }

    @font-face {
        font-family: 'Montserrat-Bold';
        src: url(../Fonts/Montserrat-Bold.ttf);
      }


    @font-face {
        font-family: 'Montserrat-SemiBold';
        src: url(../Fonts/Montserrat-SemiBold.ttf);
    }

    @font-face {
        font-family: 'Montserrat-ExtraBold';
        src: url(../Fonts/Montserrat-ExtraBold.ttf);
      }


    @font-face {
        font-family: 'Montserrat-Medium';
        src: url(../Fonts/Montserrat-Medium.ttf);
      }

    @font-face {
        font-family: 'Montserrat-Regular';
        src: url(../Fonts/Montserrat-Regular.ttf);
      }


*{
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.has-error {
    border: 1px solid #8D5B3B !important;
}
#main-wrapper {
    background-image: url('../images/site-bg.png');
    padding: 30px 80px;
    overflow-x: hidden;
    max-width: 1950px;
    margin:0 auto;
}

/* ------------------------------------------------------------ HOME PAGE ------------------------------------------------------------------ */

/* ------------  Top Solical links ---------- */

.top-social {
    padding: 15px 80px !important;
    height: 50px;
    width: 100%;
    background-color: #fff;
}

.top-social .wrapper {
    width: fit-content;
    margin-right: auto;
    position: relative;
    top: -2px;
}
.active-page{
    color: #8D5B3B !important; 
}
.top-social .wrapper a {
    display: inline-block;
    text-decoration: none;
    width: fit-content;
    height: fit-content;
    color: #fff;
    margin-left: 15px;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    background-color: #AFAFAF;
}

.top-social .wrapper a:hover {
    background-color: rgb(139, 139, 139);
}

.top-social .wrapper a i {
    width: 8px;
    height: 8px;
    font-size: 12px;
    position: relative;
    top: -2px;
    left: -1.2px
}


.top-social .wrapper a .fa-facebook {
    top: -1px;
    left: 0px !important;
}

@media screen and (max-width: 620px) {

    .top-social {
        padding: 15px 20px !important;
        height: 50px;
        width: 100%;
        background-color: #fff;
    }
}


/* ------------  Header style---------- */

.sticky {
    position: fixed;
    padding: 15px 20px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.sticky + #home-section {
    padding-top: 100px;
}

header {
    padding: 0 15px;
}

header  .big-menu {
    margin-bottom: 0 !important;
}

header nav .header-logo {
    width: 180px;
}


header nav ul {
    align-self: center;
    list-style: none;
}
 
header nav ul li {
    margin-left: 40px;
}

header nav ul li .fa-sort-down {
    position: relative;
    top: -2px;
}

header nav ul a ,header nav ul li .sub-menu li a {
    cursor: pointer;
    display: inline-block;
    line-height: 18.86px;
    font-size: 15.72px;
    font-family: 'Montserrat-SemiBold';
    color: #000;
    text-decoration: none !important;
}

header nav ul li .sub-menu li a {
    line-height: 16.86px;
    font-size: 14px;
}


header nav ul li a:hover, header nav ul li .sub-menu li a:hover {
    color: #8D5B3B !important;
}

header nav ul .open-submenu {
    position: relative;
}

header nav ul li .sub-menu {
    background-color: rgba(255, 255, 255, 0.70);
    display: none;
    position: absolute;
    width: 150px;
    height: fit-content;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    top: 30px;
    left: -30%;
    z-index: 10;
}

header nav ul li .sub-menu li {
    width: 100%;
    margin-left: 0;
}

header nav ul li .sub-menu li a {
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    width: 100%;
}

header nav ul li .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.70);
}



.mobile-menu {
    z-index: 1000000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    /* height: fit-content; */
    padding: 40px 0 40px 70px;
    /* padding-left: 25px; */
    background-color: rgba(228, 228, 228, 0.96);
    overflow: auto;
}

.mobile-menu ul{
    list-style: none;
    margin-top: 20px;
}

.mobile-menu ul li a{
    position: relative;
    text-align: left;
    display: block;
    color: #333 !important;
    width: fit-content;
    display: block;
    height: fit-content;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-decoration: none !important;
}

.mobile-menu ul li a:hover {
    font-family: 'Montserrat-ExtraBold';

}

.mobile-menu ul li a::after{
    content: "";
    width: 140px;
    border-bottom: 2px solid #AFAFAF;
    left: 0;
    bottom: -15px;
    position: absolute;
}

.menu-div .menu-open{
    display: block;
    position: relative;
    top: 20px;
}

 .menu-close{
    display: none;
    position: fixed;
    z-index: 22222200;
    right: 20px;
    top: 20px;
    color: black;
    cursor: pointer;
}

 /* .menu-close div {
    display: block;
    position: absolute;
    color: #AB1717 !important;
    cursor: pointer; 
} */

 .menu-open {
    margin-top: 5px !important;
    display: none;
    z-index: 2;
    cursor: pointer;
}

@media screen and (max-width: 991px){
    .big-menu {
        display: none !important;
    }

    header nav ul li .sub-menu {
        display: none;
        position: static;
        margin-left: 20px;
        background-color: rgba(255, 255, 255, 0);
    }
    
    header nav ul li .sub-menu li a:hover {
        background-color: rgba(255, 255, 255, 0);
    }
    
    

    .menu-open {
        display: block;
        z-index: 2;
        cursor: pointer;
    }

    header {
        padding: 0px;
    }
}

/* ------------  Home-Section style---------- */

#ancher-news,#ancher-specifikacije,#ancher-products,#ancher-contact {
    position: relative;
    top: -70px
}

#ancher-contact {
    top: -150px
}

#home-section {
    padding: 50px 80px 10px;
    /* overflow-y: hidden; */
    position: relative;
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px !important;
}

#home-section .section-arrow {
    height: 20px;
    position: relative;
    overflow-y: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

#home-section .arrow {
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    width: fit-content;
    position: absolute;
    left: 49.2%;
    top: -10px;
    z-index: 6;
    /* position:; */
    transform: rotate(45deg);
}

#home-section .main-img {
    z-index: 2;
    width: 100%;
    overflow-x: hidden;
}

/* #home-section .main-img img {
    width: 1016px;
    z-index: 3;
    position: absolute;
    top: -230px;
    left: -95px;
} */

#home-section .main-img img {
    max-width: 1016px;
    width: fit-content;
    z-index: 3;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-61%);
    top: 50%;
}

#home-section .img-been {
    position: absolute;
    width: 212.96px;
    left: -180px;
    top: 80px;
    z-index: 6;
}

#home-section h1 {
    font-family: 'ANTQUAB';
    /* margin-left: 40px; */
    color: #fff;
    font-size: 15vw;
    position: relative;
    z-index: 2;
}

#home-section ul .item{
    list-style: none;
    margin-bottom: 40px;
}

#home-section ul .item .wrapper {
    align-content: center;
    align-items: center;
    list-style: none;
    padding-left: 9px;
    height: 42px;
    border-left: 7.3px solid #fff;
}

#home-section ul .item .wrapper:hover {
    border-left: 7.3px solid #8D5B3B;
    cursor: pointer;
}

#home-section ul .item .text-div {
    padding-top: 3px;
}

#home-section ul .item .text-div p {
    margin-bottom: 0 !important;
    line-height: 19.2px;
    font-size: 16px;
}

#home-section ul .item .text-div>:nth-child(1){
    font-family: 'Montserrat-Bold';
}
#home-section ul .item .text-div>:nth-child(2){
    font-family: 'Montserrat-Regular';
}

#home-section ul .item .img-div {
    width: 70.09px;
}

#home-section ul .big-product .img-div {
    margin-right: 15px;
    width: 45.72px;
}

#home-section ul .big-product .wrapper {
    padding-left: 20px;
}

#home-section .info-text {
    max-width: 240px;
    margin-bottom: 70px;
}

#home-section .info-text span {
    display: inline-block;
    height: 13px;
    width: 13px;
    background-color: #8D5B3B;
    border-radius: 2.5px;
}

#home-section .info-text h5 {
    margin-left: 20px;
    display: inline-block !important;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    line-height: 19.2px;
    margin-bottom: 15px;
}

#home-section .info-text p , #home-novosti p {
    color: #666666;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    line-height: 16.8px;
    text-align: left;
}

#home-section .info-text .citaj-vise,  #home-novosti .citaj-vise, #home-vijesti .citaj-vise, .citaj-vise {
    display: block;
    text-align: center;
    padding: 22px 40px;
    width: 240px;
    text-decoration: none;
    color: #fff;
    background-color: #8D5B3B;
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    line-height: 16.8px;
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
    z-index: 5;
    border: none;
}


#home-section .info-text a:hover,  #home-novosti a:hover, #home-vijesti a:hover {
    color: #fff;
    background-color: rgb(100, 66, 45);
}

@media screen and (min-width: 1750px) {
    #home-section h1 {
        font-size: 280px !important;
    }
}


@media screen and (min-width: 1690px) {
    #home-section h1 {
        font-size: 272px;
    }
}

@media screen and (max-width: 1520px) {
    #home-section h1 {
        font-size: 15vw;
    }
}

@media screen and (max-width: 1470px) {
    #home-section {
        padding: 50px 30px 10px;
    }

    #home-section h1 {
        font-size: 15.5vw;
    }

    #home-section .img-been {
        width: 150.96px;
        left: -120px;
        top: 80px;
    }

    #home-novosti .novosti-been1 {
        width: 180px;
        top: -140px;
        right: 100px;
        filter: blur(5px);
    }
    
    #home-novosti .novosti-been2 {
        width: 180px;
        top: 45%;
        left: -90px;
    }
}

@media screen and (max-width: 1400px) {

    #home-section .main-img img {
        width: fit-content;
        /* left: -110px; */
        /* transform: translateY(0);
        position: static; */
        z-index: 3;
    }

    #home-section .main-img {
        width: fit-content;
        /* left: -110px; */
        z-index: 3;
    }
}

@media screen and (max-width: 1336px) {

    #home-section .main-img {
        z-index: 2;
        width: calc(100% - 30px);
        overflow-x: hidden;   
    }    

    #home-section .main-img img {
        /* width: 100%; */
        z-index: 3;
        /* position: static; */
    }

    #home-section ul .item{
        list-style: none;
        margin-top: 30px;
    }

    #home-section ul .item .img-div {
        width: 60.09px;
    }
    
    #home-section ul .big-product .img-div {
        margin-right: 15px;
        width: 35.72px;
    }

    
    #home-section ul .item .text-div p {
        margin-bottom: 0 !important;
        line-height: 19.2px;
        font-size: 12px;
    }
 
    #home-section ul .item .wrapper {
        height: 32px;
    }
}

@media screen and (max-width: 1200px) {

    #home-section .main-img {
        width: calc(100% - 50px);
        /* position: relative; */
        right: -16%;
        top: -40px;
    }   

    #home-section .main-img {
        width: fit-content;
   
    }   



    #home-section .section-arrow {
        height: 20px;
        position: relative;
        overflow-y: hidden;
        margin-top: 0px !important;
        margin-bottom: 60px;
        text-align: center;
    }

    
    #home-section .arrow {
        display: inline-block;
        background-color: #fff;
        padding: 10px;
        width: fit-content;
        position: relative;
        left: 0px;
        z-index: 6;
        /* position:; */
        transform: rotate(45deg);
    }

    #home-section h1 {
        font-size: 15vw !important;
    }
    #home-section .info-text {
        text-align: center !important;
        max-width: 500px;
        width: fit-content;
    }

    #home-section .info-text h5 {
        font-size: 20px;
    }

    #home-section .info-text p {
        max-width: 500px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    #home-section .info-text a {
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 1050px) {

    #home-section h1 {
        text-align: center;
        font-size: 14.5vw !important;
    }

}

@media screen and (max-width: 992px) {


    #home-section {
        padding: 50px 0px 10px;
    }

    #home-section h1 {
        font-size: 14vw !important;
    }

    #home-section ul .item .img-div {
        width: 50.09px;
    }
    
    #home-section ul .big-product .img-div {
        margin-right: 15px;
        width: 25.72px;
    }

    
    #home-section ul .item .text-div p {
        margin-bottom: 0 !important;
        line-height: 19.2px;
        font-size: 12px;
    }
 
    #home-section ul .item .wrapper {
        
        height: 32px;
    }
}

@media screen and (max-width: 900px) {

    /* #home-section .main-img {
        width: 100%;
        position: relative;
        top: 0px;
    }    */
}

@media screen and (max-width: 800px) {

    #home-section .main-img img {
        width: 100%;
    }   
}

@media screen and (max-width: 767px) {

    #home-section .section-arrow {
        margin-bottom: 20px;
    }

    #home-section .info-text {
        margin-bottom: 30px;
    }

    #home-section .main-img {
        position: static;
        margin-top: 60px;
    }   

    #home-section h1 {
        font-size: 14vw !important;
    }

    #home-section ul .item .img-div {
        width: 50.09px;
    }
    
    #home-section ul .big-product .img-div {
        margin-right: 15px;
        width: 25.72px;
    }

    
    #home-section ul .item .text-div p {
        margin-bottom: 0 !important;
        line-height: 19.2px;
        font-size: 12px;
    }
 
    #home-section ul .item .wrapper {
        height: 32px;
    }
}

@media screen and (max-width: 500px) {

    #home-section .col-8,  #home-section .col-4, #home-section .col-12 {
        padding: 0;
    }   

    #home-section .main-img {
        margin-top: 120px;
        margin-left: auto;
        margin-right: auto;
        position: static;
        width: 200px;
    }   

}


@media screen and (max-width: 400px) {

    #home-section ul .item .wrapper {
        padding-left: 5px;
    }

    
    #home-section ul .img-div {
        margin-right: 15px;
        width: 28px;
    }

}
    

/* ------------------------- home-novosti ------------------------------- */

#home-novosti {
    padding: 40px 80px 100px;
    background-color: #fff;
    border-radius: 41.87px;
    position: relative;
    z-index: 2;
}

#home-novosti .novosti-been1 {
    width: 240px;
    position: absolute;
    top: -140px;
    right: 100px;
    filter: blur(5px);
}

#home-novosti .novosti-been2 {
    width: 240px;
    position: absolute;
    top: 45%;
    left: -90px;
}

#home-novosti h1 , #home-novosti .product-specification h2, #onama-page #product-list h1 {
    font-family: 'ANTQUAB';
    width: fit-content;
    margin: auto;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 60px;
    color: #3E3B36;
    position: relative;
}

#home-novosti h1::after, #onama-page #product-list h1::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    bottom: -30px;
    left: 30%;
    border-bottom: 10px solid #3E3B36;
}


#home-novosti h2, 
#home-vijesti h2 {
    font-family: 'ANTQUAB';
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 20px;
    color: #fff;
}

#home-novosti .novosti-info p {
    max-width: 294.5px;
}
.news-description{
    max-width: 100% !important;
}
.news-description a{
    color:#000000;
}
#home-novosti .main-img{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 0 39.72px 39.72px 0;
}

#home-novosti .novosti-info,
#home-vijesti .novosti-info {
    padding: 50px 100px;
    background-color: #D1D1D1;
    border-radius: 39.72px 0 0 39.72px;
    min-height:385px;
}
.email_contact{
    font-size:12px !important;
}


#home-novosti .second ,
#home-vijesti .second {
    position: relative;
    margin-top: 50px;
    border-radius: 39.72px;
    overflow-y: hidden;
}

#home-novosti .second .img-div ,
#home-vijesti .second .img-div {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 235.4px;
}

#home-novosti .second p,
#home-vijesti .second p {
    max-width: 60%;
    font-size: 14px;
    line-height: 16.8px;
    color: #666666;
}

@media screen and (max-width: 1470px) {

    #home-novosti .novosti-been1 {
        width: 180px;
        top: -140px;
        right: 100px;
        filter: blur(5px);
    }
    
    #home-novosti .novosti-been2 {
        width: 180px;
        top: 45%;
        left: -90px;
    }

    #home-novosti .second .img-div ,
    #home-vijesti .second .img-div {
        right: 0;
        width: 180.4px;
    }

    #home-novosti h2, 
    #home-vijesti h2 {
        font-family: 'ANTQUAB';
        font-size: 40px;
        line-height: 34px;
    }

   
}

@media screen and (max-width: 1200px) {

    #home-novosti .novosti-info,
    #home-vijesti .novosti-info {
        padding: 30px !important;
    }


    #home-novosti .novosti-been1 {
        width: 180px;
        top: -140px;
        right: 100px;
        filter: blur(5px);
    }
    
    #home-novosti .novosti-been2 {
        width: 180px;
        top: 45%;
        left: -90px;
    }

    #home-novosti .second .img-div ,
    #home-vijesti .second .img-div {
        right: 0;
        bottom: -30px !important;
        width: 130.4px;
    }

    #home-novosti h2, 
    #home-vijesti h2 {
        font-family: 'ANTQUAB';
        font-size: 40px;
        line-height: 34px;
    }


}

@media screen and (max-width: 991px) {

    #home-novosti .main-img{
        width: 100%;
        height: 400px;
        /* height: 100%; */
        background-position: center center;
        background-size: cover;
      
        border-radius: 39.72px 39.72px 0 0;
        order: 1;
    }

    #home-novosti .novosti-info,
    #home-vijesti .novosti-info {
        padding: 50px 30px !important;
    }

    #home-novosti .first {
        text-align: center;
        order: 2;
        border-radius: 0 0 39.72px 39.72px;
    }

    
    #home-novosti .first p {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }

    #home-novosti .first a {
        margin-left: auto;
        margin-right: auto;
    }

    #home-novosti .novosti-been1,   
    #home-novosti .novosti-been2,
    #home-vijesti .vijesti-been3, 
    #home-vijesti .vijesti-been4, 
    #home-section .img-been {
        display: none !important;
    }

    #home-novosti .second .img-div ,
    #home-vijesti .second .img-div {
        right: 0;
        bottom: -50px !important;
        width: 235.4px;
    }

    #home-novosti h2, 
    #home-vijesti h2 {
        font-family: 'ANTQUAB';
        font-size: 40px;
        line-height: 34px;
    }


}

@media screen and (max-width: 767px) {

    #home-novosti .main-img{
        width: 100%;
        height: 350px;
        /* height: 100%; */
        background-position: center center;
        background-size: cover;
      
        border-radius: 39.72px 39.72px 0 0;
        order: 1;
    }

    #home-novosti ,#home-vijesti {
        padding: 40px 0px 50px !important;
    }

    #home-novosti .container-fluid ,#home-vijesti .container-fluid {
        padding: 0;
    }

    #home-novosti .novosti-been1,   
    #home-novosti .novosti-been2,
    #home-vijesti .vijesti-been3, 
    #home-vijesti .vijesti-been4, 
    #home-section .img-been {
        display: none !important;
    }

    #home-novosti .novosti-info,
    #home-vijesti .novosti-info {
        padding: 30px !important;
    }

    #home-novosti .second .img-div ,
    #home-vijesti .second .img-div {
        right: 0;
        bottom: -30px !important;
        width: 130.4px;
    }

    #home-novosti h2, 
    #home-vijesti h2 {
        font-family: 'ANTQUAB';
        font-size: 40px;
        line-height: 34px;
    }


    
}

@media screen and (max-width: 620px) {

    #main-wrapper {
        background-image: url('../images/site-bg.png');
        padding: 30px 20px;
    }
    
}

@media screen and (max-width: 400px) {
    #home-novosti .novosti-info,
    #home-vijesti .novosti-info {
        padding: 20px !important;
    }

    #home-novosti .second .img-div ,
    #home-vijesti .second .img-div {
        right: 0;
        width: 100.4px;
    }

    #home-novosti h2, 
    #home-vijesti h2 {
        font-size: 30px !important;
        line-height: 25px;
    }


    
}

/* ------------------ home-vijesti --------------- */

#home-vijesti {
    padding: 40px 80px 100px;
    border-radius: 41.87px;
    position: relative;
}

#home-vijesti .vijesti-been3 {
    z-index: 8;
    width: 240px;
    position: absolute;
    bottom: 150px;
    left: -30px;
    filter: blur(5px);
}

#home-vijesti .vijesti-been4 {
    width: 240px;
    position: absolute;
    top: -120px;
    right: 150px;
    z-index: 1;
    filter: blur(5px);
}

#home-vijesti h1 {
    font-family: 'ANTQUAB';
    width: fit-content;
    margin: auto;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 20px;
    color: #3E3B36;
    position: relative;
    letter-spacing: -0.4px;
}

#home-vijesti h1::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    bottom: -30px;
    left: 20%;
    border-bottom: 10px solid #3E3B36;
}

#home-vijesti h2 {
    color: #999999;
}

#home-vijesti .novosti-info {
    background-color: #fff;
}


#home-vijesti .pagination-links {
    margin-top: 50px;
}

#home-vijesti .pagination-links a {
    display: inline-block;
    text-align: center;
    padding: 20px 0;
    width: 40px;
    text-decoration: none;
    color: #fff;
    background-color: #8D5B3B;
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    line-height: 16.8px;
    border-radius: 10px;
    margin-left: 1px;
    margin-right: 1px;
    border: none;
}

#home-vijesti .pagination-links a:hover {
    color: #fff;
    background-color: rgb(100, 66, 45);
}

@media screen and (max-width: 1520px) {
    #home-novosti .novosti-info,
    #home-vijesti .novosti-info {
        padding: 50px 50px;
    }

    #home-novosti ,#home-vijesti {
        padding: 40px 50px 80px;
    }

    #home-vijesti .vijesti-been3 {
        width: 180px;
        bottom: 150px;
        left: -30px;
    }
    
    #home-vijesti .vijesti-been4 {
        width: 180px;
        top: -100px;
        right: 150px;
        filter: blur(5px);
    }
    
}

@media screen and (max-width: 450px) {
    #home-vijesti .pagination-links a {
        display: inline-block;
        text-align: center;
        padding: 15px 0;
        width: 30px;
        text-decoration: none;
        color: #fff;
        background-color: #8D5B3B;
        font-size: 14px;
        font-family: 'Montserrat-SemiBold';
        line-height: 16.8px;
        border-radius: 10px;
        margin-left: 1px;
        margin-right: 1px;
        border: none;
    }
}
/* ----------------------------- FOOTER SECTION ---------------------------- */


footer {
    padding: 50px 80px 10px;
}

footer .footer-logo {
    display: block;
    padding-top: 30px;
    width: 327.73px;
}

footer h4 {
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    line-height: 19.2px;
    color: #8D5B3B;
    margin-bottom: 15px;
}

footer h4 , footer form label {
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    line-height: 19.2px;
    color: #8D5B3B;
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-bottom: 13px;
}

footer ul li ,footer ul a {
    display: block;
    width: fit-content;
    text-decoration: none !important;
    font-size: 13px;
    font-family: 'Montserrat-Regular';
    line-height: 15px;
    color: #999999;
}

footer ul a:hover {
    color: #000;
}

footer ul i {
    font-size: 15px !important;
    width: 20px;
    color: #8D5B3B;
    text-align: center;
}

footer form textarea {
    display: block;
    font-size: 16.15px;
    font-family: 'Montserrat-SemiBold';
    line-height: 19.38px;
    padding: 15px;
    color: #707070;
    background-color: #E6E6E6;
    width: 100%;
    height: 82px;
    resize: none;
    border-radius: 10px;
    border: none
}

footer form input {
    display: block;
    font-size: 16.15px;
    font-family: 'Montserrat-SemiBold';
    line-height: 19.38px;
    padding: 15px;
    color: #707070;
    background-color: #E6E6E6;
    width: 100%;
    height: 82px;
    resize: none;
    border-radius: 10px;
    border: none
}

footer form button, #product-list .product-info a {
    text-align: center;
    padding: 13px 0;
    width: 98.87px;
    color: #fff;
    background-color: #8D5B3B;
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
    line-height: 14.4px;
    border-radius: 10px;
    border: none;
    margin-top: 12px;
}

footer form button:hover , 
#product-list .product-info a:hover {
        color: #fff;
        background-color: rgb(100, 66, 45);
}

footer hr {
    background-color: #8D5B3B; 
    padding: 0.7px;
    margin-bottom: 30px;
}

footer .top-social {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
}

footer .top-social p {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    line-height: 19.2px;
}


footer .top-social .wrapper a {
    margin-left: 0px !important;
    margin-right: 15px;
}

@media screen and (max-width: 1400px) {

        
    footer ul li ,footer ul a {
        display: block;
        text-decoration: none !important;
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        line-height: 14.4px;
        color: #999999;
    }

    footer .contact-info {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {

    footer .contact-info {
        padding: 0 15px;
    }
}


@media screen and (max-width: 767px) {

    footer form label {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    footer .contact-info {
        padding: 0;
    }

    footer form button {
        display: block;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    footer {
        padding: 50px 5px 10px;
    }

    footer .footer-logo {
        width: 200px;
        padding-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    footer .top-social p {
        font-size: 14px;
        font-family: 'Montserrat-Regular';
        line-height: 19.2px;
    }

    footer .top-social .wrapper a {
        margin-left: 0px !important;
        margin-right: 5px;
    }
   
    footer ul {
        margin-bottom: 50px;
    }
   
}


/*-------------------------------------------------------------------------- PRODUCT PAGE ---------------------------------------------------------------------------------------*/

#home-section .product {
    position: relative;
}

#home-section .product .main-img img {
    transform: translateY(0%);
    top: 0%;
}


#home-section .product .main-img img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    position: static;
}

#home-section .product .main-img {
    margin-left: auto;
    margin-right: auto;
}

#home-section .product .info-text a {
    margin-top: 0px !important;
}

#home-section .product .info-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: fit-content;
    height: 100%;
    vertical-align: middle;
}

#home-section .product .info-text h2 {
    font-size: 4.3vw;
    letter-spacing: 0.4px;
    font-family: 'ANTQUAB';
    line-height: 99.39px;
    color: #3E3B36;
}

#home-section .product .info-text .fa-caret-right,
#home-novosti .product-specification .fa-caret-right {
    margin-left: 5px !important;
    font-size: 18px;
}

#home-novosti .product-specification .fa-caret-right {
    margin-left: 10px !important;
    font-size: 18px;
}

#home-section .product .info-text p, 
#home-novosti .product-specification .novosti-info p,
#home-novosti .product-specification .preuzmi-info p {
    max-width: 518px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
}

#home-novosti .product-been1 {
    width: 240px;
    position: absolute;
    top: -120px;
    right: 100px;
}

#home-section .product-been3 {
    width: 212px;
    position: absolute;
    top: 14px;
    right: 50%;
}

#home-novosti .product-been2 {
    width: 400px;
    position: absolute;
    top: -200px;
    left: 100px;
    filter: blur(5px);
}

#home-novosti .product-been4 {
    width: 373px;
    position: absolute;
    bottom: -50px;
    right: 180px;
    filter: blur(5px);
}

#home-novosti h1::after {
    left: 40%;
}

.product-section-info {
    padding: 0 15px;
}

#home-novosti .product-specification .novosti-info {
    padding: 50px 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

#home-novosti .product-specification h2 {
    margin: 30px 0;
}

#home-novosti .product-specification .novosti-info p {
    max-width: 562.83px;
}

#home-novosti .product-specification .product-video {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    padding-top: 20px;
   
}

#home-novosti .product-specification .product-video .video {
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}



#home-novosti .product-specification hr { 
    height: 1.2px;
    background-color: #E6E6E6;
    margin: 100px 0;
}

#home-novosti .product-specification .pdf-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 240px;
    width: 100%;
    height: 238px;
    background-color: #E6E6E6;
    border-radius: 10px;
    padding: 20px ;
}

#home-novosti .product-specification .pdf-info .pdf-logo {
    max-width: 81.46px;
    width: 100%;
    margin: 20px auto 30px;
}

#home-novosti .product-specification .pdf-info p {
    margin: 0 auto;
    text-align: center;
    max-width: 146px;
    font-size: 12px;
    font-family: 'Montserrat-Regular';
    line-height: 14.4px;
    color: #313335;
}

#home-novosti .product-specification .product-download {
    max-width: 240px;
    width: 100%;
    margin-top: 30px;
}

#home-novosti .product-specification .preuzmi-info p {
    max-width: 661.43px;
}


.download-section {
    width: 95%;
    margin: 0 auto;
}

#home-novosti .product-specification .section-arrow {
    padding: 0;
    background-color: #fff;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: -40px;
}

#home-novosti .product-specification .section-arrow .fa-sort-down {
    color: #C5C5C5;
    font-size: 45px;
}

#product-list {
    padding: 60px 0 20px;
}

#product-list .product-info {
    margin: 0px auto;
    padding-bottom: 30px !important;
    max-width: 380.87px;
    width: 100%;
    max-height: 400px;
    height: 100%;
    border-radius: 40px;
    background: #fff;
}

#product-list .product-info h2, #product-list .product-info p {
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
}

#product-list .product-info h2 {
   color: #000000;
   font-family: 'Montserrat-Bold';
}

#product-list .product-info p {
   color: #4D4D4D;
   font-family: 'Montserrat-Regular';
}

#product-list .product-info .img-div {
    max-width: 230.87px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    top: -40px;
    border-radius: 40px;
}

#product-list .product-info  {
    display: flex;    
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
 }

#product-list .product-info a {
    display: block;
    text-decoration: none;
    margin: 0 auto !important;
    float: none;
 }

 /* #product-list .product-info .product-wrap {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
} */


 @media screen and (max-width: 1650px) {
    #home-section .product .info-text h2 {
        font-size: 4vw;
    }
    
    #home-section .product .info-text p, 
    #home-novosti .product-specification .novosti-info p,
    #home-novosti .product-specification .preuzmi-info p {
        max-width: 518px;
        width: 100%;
        font-size: 16px;
        line-height: 19.92px;
    }

    #home-novosti .product-been1 {
        width: 220px;
    }
    
    #home-section .product-been3 {
        width: 190px;
    }
    
    #home-novosti .product-been2 {
        width: 380px;
    }
    
    #home-novosti .product-been4 {
        width: 353px;
    }
    
 }

 @media screen and (max-width: 1470px) {
     
    #home-section .product .info-text a,  
    #home-novosti .product-specification .novosti-info a {
  
        width: 200px !important;
    }

    #home-section .product .main-img ,
    #home-section .product .main-img img {
        width: 100%;
    }

    #home-novosti .product-been1 {
        width: 190px;
        position: absolute;
        top: -100px;
        right: 100px;
    }
    
    #home-section .product-been3 {
        width: 180px;
        position: absolute;
        top: 14px;
        right: 50%;
    }
    
    #home-novosti .product-been2 {
        width: 330px;
        position: absolute;
        top: -180px;
        left: 70px;
        filter: blur(5px);
    }
    
    #home-novosti .product-been4 {
        width: 323px;
        position: absolute;
        bottom: -50px;
        right: 100px;
        filter: blur(5px);
    }

    #home-novosti .product-specification .pdf-info {
        height: 200px;
    }   

    #home-novosti .product-specification .pdf-info .pdf-logo {
        max-width: 81.46px;
        width: 100%;
        margin: 0px auto 10px;
    }    

    #home-novosti .product-specification .product-download {
        padding: 22px 35px;
    }    
    
 }


 @media screen and (max-width: 1400px) {
    #home-section .product-been3 {
        width: 152px;
        position: absolute;
        top: 5px;
     
    }
 }
 
 @media screen and (max-width: 1200px) {

    #home-novosti .product-specification .pdf-info .pdf-logo {
        max-width: 81.46px;
        width: 100%;
        margin: 10px auto 30px;
    }   

    #home-novosti .product-specification hr {
        margin: 70px 0 50px;
    }

    #home-novosti .product-specification .pdf-info {
        height: 238px;
        margin: auto;
    }   

    #home-novosti .product-specification .product-download ,
    #home-novosti .product-specification .preuzmi-info p,
    #home-novosti .product-specification .preuzmi-info h2 {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    
    #home-novosti .product-specification .product-video {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 40px;
        padding-top: 20px;
       
    }
    
    #home-novosti .product-specification .novosti-info {
        padding: 0 !important;
        width: 100%;
    }

    
    #home-novosti .product-been1 {
        width: 160px;
        position: absolute;
        top: -80px;
        right: 70px;
    }
    
    #home-section .product-been3 {
        width: 132px;
        position: absolute;
        top: 5px;
    }
    
    #home-novosti .product-been2 {
        width: 250px;
        position: absolute;
        top: -150px;
        left: 50px;
        filter: blur(5px);
    }
    
    #home-novosti .product-been4 {
        width: 230px;
        position: absolute;
        bottom: -50px;
        right: 50px;
        filter: blur(5px);
    }
    
    #home-section .product .info-text a {
        margin: 0;
    }

    #home-section .product .info-text h2 {
        text-align: left;
        font-size: 3.8vw;
        line-height: 60px !important;
    }
    
    #home-section .product .info-text p, 
    #home-novosti .product-specification .novosti-info p,
    #home-novosti .product-specification .preuzmi-info p {
        text-align: left;
        max-width: 518px;
        width: 100%;
        font-size: 14px;
        line-height: 16.92px;
    }

    #home-section .product .main-img ,
    #home-section .product .main-img img {
        /* width: 100%; */
        margin: auto;
        position: static;
    }

 }

 @media screen and (max-width: 992px) {

    .download-section {
        width: 100%;
    }

    #home-novosti .product-specification hr {
        margin: 50px 0;
    }

    #home-novosti .product-specification .product-video {
        height: 400px;
    }
    
    #home-novosti .product-specification h2 {
        margin: 30px auto;
        text-align: center;
    }

    
    #home-novosti .product-specification .novosti-info a {
        width: 200px;
    }
    
    #home-novosti .product-specification .novosti-info p {
        text-align: center;
        max-width: 100%;
    }

    #home-novosti .product-been1 ,
    #home-section .product-been3 ,
    #home-novosti .product-been2 ,
    #home-novosti .product-been4 {
        display: none;
    }

    #home-section .product .info-text {
        display: block;
        margin: auto !important;
        text-align: center;
    }

    #home-section .product .info-text a {
        margin: 0 auto;
    }

    #home-section .product .product-img-m {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #home-section .product .info-text h2 {
        font-size: 40px;
        text-align: center;
    }

    #home-section .product .info-text {
        margin: auto;
    }

    #home-section .product .info-text p {
        margin: 0 auto 30px;
        text-align: center;
        max-width: 518px;
        width: 100%;
        font-size: 14px;
        line-height: 16.92px;
    }
 }

 @media screen and (max-width: 767px) {

    .product-section-info {
        padding: 0;
    }

    #home-novosti .product-specification .section-arrow {
        margin-bottom: 0px;
    }

    #home-novosti .product-specification .novosti-info a {
        max-width: 240px !important;
        width: 100% !important;
        padding: 22px 35px;
    }
 }

    @media screen and (max-width: 500px){

        .download-section .col-12,
        #product-list .col-12 {
            padding: 0;
        }

        #home-section .product .main-img {
            margin-top: 0;
            width: 100%;
            margin: 0 auto;
        }

        #home-section .product .product-img-m {
            margin-top: 30px;
            margin-bottom: 30px;
        }

        #home-novosti .product-specification .product-video {
            height: 300px;
        }

  
        
 }


 /*---------------------------------------------------------------------- NEWS PAGE --------------------------------------------------------------------------------------------*/


 #news-page #home-section .news-been1 {
    position: absolute;
    width: 300.6px;
    left: 0%;
    bottom: 30px;
    z-index: 6;
    filter: blur(5px);
}

 #news-page #home-section .news-been2 {
    position: absolute;
    width: 200.1px;
    right: -100px;
    bottom: 50px;
    z-index: 11;
    transform: rotate(59.83deg);
}


#news-page #home-novosti .news-been3 {
    position: absolute;
    width: 373.6px;
    right: -150px;
    bottom: 15%;
    z-index: 0;
    filter: blur(5px);
}

 #news-page #home-novosti .news-been4 {
    position: absolute;
    width: 240.1px;
    left: -80px;
    top: 31%;
    z-index: 0;
    filter: blur(5px);
}

#news-page #home-section h1 {
     font-size: 25.6vw;
     position: relative;
     z-index: 10;
}

 #news-page #home-novosti {
    background-color: transparent;
    padding-bottom: 0;
}

#news-page #home-novosti .novosti-info {
    background-color: #fff;
}

#news-page #home-novosti .novosti-info h2 {
    color: #999999;
}

#news-page #home-novosti .row-space{
    margin-bottom: 80px;
}

#news-page #home-vijesti {
    padding-top: 10px;
    padding-bottom: 60px;
}


#news-page .pagination-links {
    margin-top: 0;
    height: 50px;
}

#news-page .pagination-links a {
    margin-top: 0;
}

#news-page #home-novosti .text-wrapper {
    width: fit-content;
    margin: auto;
}


#news-page #home-novosti .img-left .main-img {
    border-radius:  39.72px 0 0 39.72px;
}

#news-page #home-novosti .img-left .novosti-info {
    text-align: right;
    border-radius:  0 39.72px 39.72px 0;
}

#news-page #home-novosti .img-left .novosti-info p {
    margin-left: auto;
}

#news-page #home-novosti .img-left .novosti-info a {
    margin-left: auto;
}

@media screen and (min-width: 1750px) {
    #news-page #home-section h1 {
        font-size: 26.15vw !important;
    }

    #onama-page #home-section h1 {
        font-size: 14.5vw !important;
    }

    #news-page #home-section .news-been1 {
        position: absolute;
        width: 373.6px;
        left: 10px;
        bottom: 80px;
        z-index: 6;
        filter: blur(5px);
    }
    
     #news-page #home-section .news-been2 {
        position: absolute;
        width: 240.1px;
        right: -100px;
        bottom: 50px;
        z-index: 11;
        transform: rotate(59.83deg);
    }
}

@media screen and (max-width: 1200px) {

    #news-page #home-section .news-been1 {
        position: absolute;
        width: 240.1px;
        left: -10px;
        bottom: 0px;
        z-index: 6;
        filter: blur(5px);
    }

    #onama-page #home-section h1 {
        font-size: 13.8vw !important;
    }

    #onama-page #home-section .main-img {
        z-index: 2;
        max-width: 527px;
        margin: auto;
        overflow-x: hidden;
        position: static !important;
    }

    #news-page #home-section .section-arrow {
        margin: 50px 0px !important;
    }

    #news-page #home-section h1 {
        font-size: 24vw !important;
    }
    
}

.service-wrap {
    padding-bottom: 50px;
}

@media screen and (max-width: 992px) {

    #news-page #home-section .news-been1,
    #news-page #home-section .news-been2,
    #news-page #home-novosti .news-been3,
    #news-page #home-novosti .news-been4 {
        display: none;
    }

    #news-page #home-novosti .img-left .main-img {
        border-radius:  39.72px 39.72px 0 0;
    }
    
    #news-page #home-novosti .img-left .novosti-info {
        text-align: center;
        border-radius:  0 0 39.72px 39.72px;
    }
    
}

@media screen and (max-width: 767px) {

    #news-page #home-vijesti {
        padding-top: 10px !important;
        padding-bottom: 60px !important;
    }

    #news-page #home-novosti {
        padding-bottom: 0px !important;
    }

    #news-page #home-section .section-arrow {
        margin: 40px 0px 0 !important;
    }
    
}


/* -------------------------------------------------------------------- ONAMA PAGE ----------------------------------------------------------------------------------------- */

#onama-page #home-section .onama-been1 {
    position: absolute;
    width: 300.6px;
    left: -19%;
    top: -4%;
    z-index: 0;
    filter: blur(5px);
}

 #onama-page #home-section .onama-been2 {
    top: 7%;
    position: absolute;
    width: 200.1px;
    right: -37px;
    z-index: 11;
}

#onama-page #home-novosti .onama-been3 {
    position: absolute;
    width: 200.6px;
    left: -100px;
    bottom: 40%;
    z-index: 0;
}

 #onama-page #home-novosti .onama-been4 {
    position: absolute;
    width: 240.1px;
    right: -120px;
    bottom: -15%;
    z-index: 0;
    filter: blur(5px);
}

 #onama-page #home-novosti .onama-been5 {
    position: absolute;
    width: 300.1px;
    left: 20%;
    bottom: -25%;
    z-index: 0;
    filter: blur(5px);
}

#onama-page #home-section h1 {
    font-size: 14.5vw;
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
    position: relative;
    z-index: 0;
    margin-bottom: -8vw;
}

#onama-page #home-section .main-img {
    z-index: 12;
    max-width: 527px;
    margin: auto;
    overflow-x: visible;
    position: relative;
}

#onama-page #home-section .main-img img {
    z-index: 7;
    left: 0;
    top: 0;
    position: relative;
}

#onama-page #product-list .product-info p {
    margin-top: 30px;
    font-family: 'Montserrat-Bold';
}

#onama-page #home-section .main-img img {
    width: calc(100% - 60px);
}

#onama-page #home-section {
    padding: 50px 80px 140px;
}

/* #onama-page #product-list .product-info {
    margin: 0px auto;
    padding-bottom: 30px !important;
    margin-top: 50px;
    max-width: 380.87px;
    width: 100%;
    max-height: 380px;
    height: 100%;
    border-radius: 40px;
    background: #fff;
} */

#onama-page #product-list .product-info {
    margin: 30px auto;
    padding-bottom: 30px !important;
    margin-top: 50px;
    max-width: 380.87px;
    width: 100%;
    max-height: 380px;
    height: 100%;
    border-radius: 40px;
    background: #fff;
}

#onama-page #product-list {
    padding-top: 0px;
}

#onama-page #product-list .product-info .img-div {
    max-width: 118.87px;
    height: 250px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    top:0;
    padding-top: 40px;
    border-radius: 40px;
}


#onama-page #product-list .product-info .img-div .img-absolute {
    position: absolute;
    padding: 5px;
    background-color: #fff;
    width: 50px;
    top: 22%;
    left: -25px;
    z-index: 5;
}

#onama-page #product-list .product-info .img-div img, #home-novosti .product-specification .novosti-info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


#onama-page #home-novosti  {
    padding: 0px;
    margin-bottom: 50px;
}

#onama-page #home-novosti a{
    padding: 0px;
}

#onama-page #home-novosti .first-section {
    padding: 50px 80px 80px;
}

#onama-page #home-novosti .second-section{
    padding-bottom: 80px;
}

#onama-page #home-novosti h1::after {
    left: 33% !important;
}

/* ------------------------------------------------   carousel  style -----------------------------------*/

#onama-page #home-novosti .second-section img {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
}

#onama-page #home-novosti .second-section .item-logo {
    text-align: center;
    border-left: 1.2px solid #BCBCBC;
    border-right: 1.2px solid #BCBCBC;
    height: 150px !important;
}

#onama-page #home-novosti .second-section #carousel-1 {
    max-height: 246px;
    position: relative;
    background-color: #E6E6E6;
}

#onama-page #home-novosti .second-section #carousel-1 a {
    width: fit-content;
    position: absolute;
    background-color: #E6E6E6;
    margin-top: 0;
    transform: translateY(-50%);
    top: 50%;
    height: fit-content;
    color: #fff;
}

#onama-page #home-novosti .second-section #carousel-1 .carousel-control-prev {
    color: #fff;
    left: 50px;
}

#onama-page #home-novosti .second-section #carousel-1 .carousel-control-next {
    color: #fff;
    right: 50px;
}

#onama-page #home-novosti .second-section #carousel-1 .fa {
   font-size: 40px;
   color: #fff;
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
}
/* .carousel-inner .carousel-item-right.active, .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
}
.carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
}
.carousel-inner .carousel-item {
    transition: transform 1.5s ease;
}
.carousel-inner .carousel-item-right, .carousel-inner .carousel-item-left {
    transform: translateX(0);
} */
#pad {
    padding-left: 5px;
    padding-right: 5px;
}
.color-1 {
    background-color: #ff8c8c;
}
.color-2 {
    background-color: #ffcd8c;
}
.color-3 {
    background-color: #adff8c;
}
.color-4 {
    background-color: #8cbaff;
}
.color-5 {
    background-color: #c28cff;
}
.overlay {
    z-index: 1;
    padding: 0;
    border: none;
    background: rgba(68, 68, 68, 0.5);
}

/* --------------------------------------------------- End slider style --------------------------------------------*/


#onama-page #home-novosti .product-specification .product-video {
    max-width: 665px;
    width: 100%;
    height: 379px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    padding-top: 0px !important;
}

#onama-page #home-section .main-img img {
    transform: translateY(0%);
    top: 0%;
}

#onama-page #home-novosti .product-specification .novosti-info {
        margin: 0;
}


@media screen and (max-width: 1350px) {
    #onama-page #home-section h1 {
        font-size: 14vw;
    }
    
    #onama-page #home-section {
        padding-bottom: 80px;
    }

    
     #onama-page #home-section p {
        margin-bottom: 0;
    }

    #onama-page #home-novosti .onama-been5 {
        position: absolute;
        width: 240.1px;
        left: 15%;
        bottom: -19%;
        z-index: 0;
        filter: blur(5px);
    }

    #onama-page #home-section .onama-been1 {
        width: 265.1px;
    }
}


@media screen and (max-width: 1120px) {
    #onama-page #home-section h1 {
        font-size: 13vw  !important;
        margin-bottom: 0vw;
    }

    #onama-page #home-novosti .onama-been5 {
        position: absolute;
        width: 200.1px;
        left: 10%;
        bottom: -15%;
        z-index: 0;
        filter: blur(5px);
    }


    #onama-page #home-novosti .onama-been4 {
        position: absolute;
        width: 180.1px;
        right: -93px;
        bottom: -11%;
        z-index: 0;
        filter: blur(5px);
    }
}

@media screen and (max-width: 992px) {

    
    #onama-page #home-novosti .first-section p{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    
    #onama-page #home-section .onama-been1,
    #onama-page #home-section .onama-been2,
    #onama-page #home-novosti .onama-been3,
    #onama-page #home-novosti .onama-been4,
    #onama-page #home-novosti .onama-been5 {
        display: none;
    }

    #onama-page #home-section {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }

    #onama-page #home-section h1 {
        font-size: 14.5vw  !important;
        margin-bottom: 0vw;
    }

    #onama-page #home-section h2,  #onama-page #home-section p {
        text-align: left;
    }

    #home-section .product .info-text {
        display: flex;
    }

    #onama-page #home-novosti .first-section {
        padding: 50px 30px 50px;
    }
    
}

@media screen and (max-width: 767px) {

    #onama-page #home-novosti .first-section {
        padding: 0px 0px 0px !important;
    }

    #onama-page #home-novosti .second-section {
        padding-bottom: 0;
    }

    #onama-page #home-section {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }

    #onama-page #home-section h1 {
        font-size: 14vw  !important;
        margin-bottom: 0vw;
    }

    #onama-page #home-section h2,  #onama-page #home-section p {
        text-align: center;
    }

    #onama-page #home-section .main-img {
        max-width: 300px;
        margin: auto;
        text-align: center;
    }

    #onama-page #product-list h1 {
        margin-bottom: 50px;
    }
    
}

@media screen and (max-width: 620px) {
    #onama-page #home-section h1 {
        font-size: 15vw  !important;
        margin-bottom: 0vw;
    }

    #onama-page #home-novosti .second-section .item-logo {
        text-align: center;
        border-left: none;
        border-right: none;
        height: 150px !important;
    }
}


@media screen and (max-width: 450px) {

    #onama-page #home-section .main-img {
        max-width: 200px;
        margin: auto;
        text-align: center;
    }

    #onama-page #home-section .main-img img {
        margin: 20px auto;
    }

    
}


/*-----------------------------------------------------------------------------------   KONTAKT PAGE ----------------------------------------------------------------------------- */

#kontakt-page #home-section h1 {
    font-size: 20.6vw;
    height: fit-content;
    position: relative;
    top: 40px;
    z-index: 1;
}

#kontakt-page #home-section .section-arrow {
    margin-top: 0;
    margin-bottom: 40px;
}


#kontakt-page #contact-form-section {
    padding: 0px 80px 100px;
    background-color: #fff;
    border-radius: 41.87px;
    position: relative;
    margin-bottom: 200px;
    z-index: 15;
}

#kontakt-page #contact-form-section .contact-been1 {
    position: absolute;
    width: 607.6px;
    left: 0%;
    top: -15% !important;
    z-index: 5;
    filter: blur(5px);
}

#kontakt-page #contact-form-section .contact-been2 {
    position: absolute;
    width: 300.6px;
    left: -7%;
    bottom: -5%;
    z-index: 0;
    transform: rotate(60deg);
}

#kontakt-page #contact-form-section .contact-been3 {
    position: absolute;
    width: 300.6px;
    left: 42%;
    bottom: -16%;
    /* overflow-y: hidden; */
    z-index: 0;
    filter: blur(5px);
}

#kontakt-page #contact-form-section .contact-been4 {
    position: absolute;
    width: 266.6px;
    right: -1%;
    top: -7%;
    z-index: 0;
}

#kontakt-page #contact-form-section .contact-info{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.contact-info ul li span {
    vertical-align: top;
    padding-left: 0px;
    display: inline-block;
    width: 72%;
}
.top-social p a{
    color:#000000;
}
.top-social p a:hover{
    color:#000000;
    text-decoration:underline;
}
#kontakt-page #contact-form-section h3{
    font-size: 55px;
    width: fit-content;
    padding: 0 20px;
    text-align: center;
    border-bottom: 5px solid #B3B3B3;
    font-family: "ANTQUAB";
    line-height: 66px;
    text-decoration: none;
    color: #999999;
    margin: 50px 0;
}

#kontakt-page #contact-form-section ul {
    list-style: none;
}

#kontakt-page #contact-form-section ul li {
    margin-bottom: 30px;
}

#kontakt-page #contact-form-section .form-div button,
#kontakt-page #contact-form-section ul li,
#kontakt-page #contact-form-section ul a,
#kontakt-page #contact-form-section .form-div input,
#kontakt-page #contact-form-section .form-div textarea {
    font-size: 25px;
    font-family: "Montserrat Regular";
    line-height: 30px;
    text-decoration: none;
    color: #999999;
}

#kontakt-page #contact-form-section ul i {
    width: 79px;
    font-size: 35px;
    color: #8D5B3B;
    text-align: center;
    display: inline-block;
}

#kontakt-page #contact-form-section .form-div {
    position: relative;
    top: 200px;
    padding: 60px 60px 100px;
    max-width: 806px;
    background-color: #E6E6E6;
    border-radius: 41.87px;
}


#kontakt-page #contact-form-section .form-div input {
    border-radius: 41.87px;
    padding: 37px 55px;
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 30px;
}

#kontakt-page #contact-form-section .form-div textarea {
    padding: 37px 55px;
    width: 100%;
    height: 294px;
    border: none;
    resize: none;
    border-radius: 41.87px;
}

#kontakt-page #contact-form-section .form-div button {
    text-align: center;
    background-color: #8D5B3B;
    border-radius: 41.87px;
    padding: 28px 0px;
    display: block;
    font-family: "Montserrat-SemiBold";
    width: 100%;
    border: none;
    margin-top: 30px;
    color: #fff;
}

#kontakt-page #contact-form-section .form-div input::placeholder,
#kontakt-page #contact-form-section .form-div textarea::placeholder {
    color: #999
}


@media screen and (min-width: 1750px){
    #kontakt-page #home-section h1 {
        font-size: 20.6vw !important;
    }
}

@media screen and (max-width: 1374px){
    #kontakt-page #contact-form-section h3{
        font-size: 40px !important;
    }

    #kontakt-page #home-section h1 {
        top: 30px;
    }

    #kontakt-page #contact-form-section .form-div button,
    #kontakt-page #contact-form-section ul li,
    #kontakt-page #contact-form-section ul a,
    #kontakt-page #contact-form-section .form-div input,
    #kontakt-page #contact-form-section .form-div textarea {
        font-size: 18px;
        line-height: 20px;
    }

    #kontakt-page #contact-form-section .form-div input {
        padding: 25px 40px;
        margin-bottom: 30px;
    }

    #kontakt-page #contact-form-section .form-div textarea {
        padding: 25px 40px;
    }
    
    #kontakt-page #contact-form-section ul i {
        font-size: 25px;
    }

    #kontakt-page #contact-form-section .contact-been1 {
        width: 260px;   
    }

    #kontakt-page #contact-form-section .contact-been2 {
        width: 240px;  
    }

    #kontakt-page #contact-form-section .contact-been3 {
        width: 220px; 
    }

    #kontakt-page #contact-form-section .contact-been4 {
        width: 220px;
    }
}

@media screen and (max-width: 1200px){

    #kontakt-page #home-section .section-arrow {
        margin-bottom: 30px;
    }

    #kontakt-page #home-section h1 {
        font-size: 20.6vw !important;
    }

    #kontakt-page #home-section h1 {
        top: 20px;
    }

    #kontakt-page #contact-form-section .form-div button,
    #kontakt-page #contact-form-section ul li,
    #kontakt-page #contact-form-section ul a,
    #kontakt-page #contact-form-section .form-div input,
    #kontakt-page #contact-form-section .form-div textarea {
        font-size: 16px;
        line-height: 20px;
    }


    #kontakt-page #contact-form-section h3{
        font-size: 30px !important;
    }

    #kontakt-page #contact-form-section .form-div {
        padding: 50px 30px 50px;
    }

    #kontakt-page #contact-form-section {
        padding: 0px 30px 80px;
        background-color: #fff;
        border-radius: 41.87px;
        position: relative;
        margin-bottom: 200px;
        z-index: 15;
    }
    
}

@media screen and (max-width: 992px){

    #kontakt-page #contact-form-section .form-div {
        top: 100px;
    }

    #kontakt-page #home-section h1 {
        top: 10px;
    }

    #kontakt-page #contact-form-section {
        padding: 0px 0px 0px;
        margin-bottom: 50px;
    }

    #kontakt-page #contact-form-section .contact-info {
       
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    
    #kontakt-page #contact-form-section .contact-been1 ,
    #kontakt-page #contact-form-section .contact-been2 ,
    #kontakt-page #contact-form-section .contact-been3 ,
    #kontakt-page #contact-form-section .contact-been4 {
            display: none;
        }
}

@media screen and (max-width: 767px){
    #kontakt-page #home-section h1 {
        font-size: 18vw !important;
        top:0;
    }

    #kontakt-page #contact-form-section {
        padding-bottom: 50px;
    }

    #kontakt-page #contact-form-section h3{
        margin-top: 15px;
    }

    #kontakt-page #contact-form-section .container-fluid {
        padding: 0px;
    }

    #kontakt-page #contact-form-section .form-div {
        top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        position: static;
        margin-top: 50px;
    }

    #kontakt-page #home-section .section-arrow {
        margin-bottom: 10px;
    }

    #kontakt-page #contact-form-section .form-div{
        padding: 20px 0;
    }

    #kontakt-page #contact-form-section .form-div button {
        padding: 20px 0px;
    }

}

#single-news-p a{
 background: transparent !important;
 padding: 0 !important;
 color: #8d5b3b !important;
}

#home-section .product .main-img {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.align-ver {
    align-items: center;
    display: flex;
}

#home-section .product .info-text h2 {
    font-size: 3.7vw;
}


#home-novosti .novosti-heading h1::after {
    left: 35%;
}


@media screen and (min-width: 1800px){
#home-section .product .info-text h2 {
    font-size: 66px;
}
}

@media screen and (max-width: 1500px){

#home-section .info-text .citaj-vise, #home-novosti .citaj-vise, #home-vijesti .citaj-vise, .citaj-vise {
    font-size: 14px;
}

#home-section .product .info-text .fa-caret-right, #home-novosti .product-specification .fa-caret-right {
    margin-left: 5px !important;
    font-size: 15px !important;
}

 #home-novosti .product-specification .slider-right {
    font-size: 40px !important;
}
}

@media screen and (max-width: 1300px){

#news-page #home-novosti .novosti-info {
    display: flex;
}

#home-section .info-text .citaj-vise, #home-novosti .citaj-vise, #home-vijesti .citaj-vise, .citaj-vise {
    font-size: 14px;
    padding: 15px 10px !important;
    width: 180px !important;
}

#home-section .product .info-text a, #home-novosti .product-specification .novosti-info a {
	width: 180px !important;
}
}

@media screen and (max-width: 1200px){

#home-section .pocetna-big-img img {
    width: 70% !important;
}

#home-section .pocetna-txt {
    padding-top: 50px !important;
}

#home-section .pocetna-txt p {
    text-align: center !important;
}
}


@media screen and (max-width: 1020px){


header nav ul li {
    margin-left: 32px !important;
}
}

  
@media screen and (max-width: 992px){

#home-section .product .info-text h2 {
    font-size: 32px !important;
}

#home-novosti .second .img-div, #home-vijesti .second .img-div {
    width: 205.4px;
}

#home-section .product .product-img-m {
    width: 60%;
}
#home-novosti .novosti-info, #home-vijesti .novosti-info {
   min-height: auto; 
}
}

@media screen and (max-width: 766px){
#home-novosti .second .pocetna-icon,#home-vijesti .second .pocetna-icon{
 width: 152px !important;	
}

}

@media screen and (max-width: 505px){

#home-section .pocetna-txt {
    padding-top: 10px !important;
}


#home-novosti .product-specification .specifikacije h2, #home-novosti .novosti-heading h1 {
    font-size: 40px;
}

#home-section .info-text .citaj-vise, #home-novosti .citaj-vise, #home-vijesti .citaj-vise, .citaj-vise {
    font-size: 12px;
    padding: 15px 10px !important;
    width: 150px !important;
}

#home-section .product .info-text a, #home-novosti .product-specification .novosti-info a {
	width: 150px !important;
}

#home-novosti .second .pocetna-icon, #home-vijesti .second .pocetna-icon {
    width: 140px !important;
}

.footer-email {
   font-size:10.5px
}

}
/*-------------------------------------------------- ---------------------------------------------------*/

