#podmeni{
    width: 250px/*300px 380px*/;
    
    position: fixed;
    top: 0;
    left: 0px;
    height: 100vh;
    z-index: 998;
    background: #fff;
    transition: all 0.3s;
    box-shadow: 10px 0 5px -2px #88888842;
    /*display: none;*/
    overflow-y: auto;
}
.pm_linkovi{
    display: none;
}
.pm_linkovi h3{
    padding: 30px 30px;
    color: #0c9a4f;
    font-size: 2rem;
}
.strelica{
    float: right; margin-top: 5px;
}
#sidebar {
    width: 250px/*300px 380px*/;
    
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    box-shadow: 10px 0 5px -2px #88888842;
}

.list-group-item-success {
    --bs-list-group-bg: #ffffff;
    --bs-list-group-action-hover-color: #fff;
    --bs-list-group-action-hover-bg: #0c9a4f;
    padding: var(--bs-list-group-item-padding-y) 30px;
}

.bijeli{
    color: #fff !important;
}

.page_wrapper{
    padding-left: 250px/* 380px*/;
}

.hero_title.span{
    color:var(--bs-primary);
}

.service_tab{
    padding: 0px !important;
}

.tab_tekst{
    padding: 15px;
    width: 300px;
    position: absolute;
    bottom: 30px; right:30px;
    background: #161616b8;
    color: #EDEDED;
    border-radius: 15px;
}

.details_content h2{
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 20px;
}
.details_content h3{
    font-size: 29px;
    line-height: 38px;
    margin-bottom: 20px;
}

.details_content ul {
    margin: 0px;
    padding: 0px;
    display: block;
}
.details_content ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.hero_video_bg {
    background-color: #1212128a;
}

[data-bs-theme=light] .hero_video_bg {
    /*background-color: rgb(249 249 249 / 39%);*/
    background-color:/* #1a9e56*/#1c643d;
}

/*****************************************
TABOVI GUMBI */
.autoPoi{
    position: absolute; z-index: 2;
    width: 65px; height: 65px;
}

.autoPoi1{
    left: 613px; top: 285px;
    background-image: url(/assets/images/services_tabs/btn_1_1.png);
}
    .autoPoi1:hover{
        background-image: url(/assets/images/services_tabs/btn_1_2.png);
    }

.autoPoi2{
    left: 588px; bottom: 304px;
    background-image: url(/assets/images/services_tabs/btn_2_1.png);
}
    .autoPoi2:hover{
        background-image: url(/assets/images/services_tabs/btn_2_2.png);
    }
.autoPoi3{
    left: 525px; bottom: 260px;
    background-image: url(/assets/images/services_tabs/btn_3_1.png);
}
    .autoPoi3:hover{
        background-image: url(/assets/images/services_tabs/btn_3_2.png);
    }
.autoPoi4{
    right: 476px; bottom: 240px;
    background-image: url(/assets/images/services_tabs/btn_4_1.png);
}
    .autoPoi4:hover{
        background-image: url(/assets/images/services_tabs/btn_4_2.png);
    }
.autoPoi5{
    left: 680px; top: 395px;
    background-image: url(/assets/images/services_tabs/btn_5_1.png);
}
    .autoPoi5:hover{
        background-image: url(/assets/images/services_tabs/btn_5_2.png);
    }
.autoPoi6{
    left: 658px; bottom: 222px;
    background-image: url(/assets/images/services_tabs/btn_6_1.png);
}
    .autoPoi6:hover{
        background-image: url(/assets/images/services_tabs/btn_6_2.png);
    }

#castrol_right{
    display: block;
}


.harmonika_bodi{
    border-top:1px solid #d1652745; padding-top:30px !important;
}

  
  label {
      width: 100%;
  }
  
  .card-input-element {
      display: none;
  }
  
  .card-input {
      margin: 10px;
      padding: 0px;
  }
  
  .card-input:hover {
      cursor: pointer;
  }
  
  .card-input-element:checked + .card-input {
       box-shadow: 0 0 1px 1px #2ecc71;
       background: #2ecc7129;
  }


  .txt_f_modal {
    height: 60px;
    cursor: pointer;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    line-height: 21px;
    text-transform: uppercase;
    background-color: #ffffff;
    background-position: right 20px center;
    border: 1px solid #dadbdd;
}
/*
.main_menu_list > li > a {
    color:#fff;
}
*/

a.bijelo {
    color: #fff !important;
}
    a.bijelo:hover {
        color: var(--bs-white);
    }


.kemija_font{
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, .9);
   
}
    .kemija_font h1{
        font-size: 4rem;
        /*font-weight: 900;*/
        line-height: 1;
        color: #fff !important;
    }
    .kemija_font p{
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.2;
    }

.mar_bot_30{
    margin-bottom: 30px;
}
/*
.castrol_top {
    background-color: #666;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    min-height: 88px;
}
    .castrol_top .ct-left {
        display: flex;
        align-items: center;
        padding-right: 1rem;
    }
    .castrol_top .ct-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-grow: 1;
        margin: 0 1rem;
        padding: .5rem 0;
    }
    .castrol_top .ct-right h1{
        transform: skew(-15deg);
        font-size: 4rem;
        font-weight: 900;
    }
    .castrol_top .ct-right .contact-cta {
        display: flex;
        margin: 0;
        align-items: center;
        background-color: #f00023;

        color: #fff;
        font-weight: 900;

        border-radius: 4px;
        padding: 0 30px;

        transform: skew(-15deg);
        position: relative;
        border: 2px solid #dfdfdf;
      
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.5) 100%);

    }
    .castrol_top .ct-right .contact-cta strong{
        padding-left: 10px;
        font-size: 28px;
    }
    .castrol_top .ct-right h1, .castrol_top .ct-right .h1, .castrol_top .ct-right span {
        display: flex;
        margin: 0;
        color: #fff;
        font-size: 2.5rem;
        line-height: 1;
    }
*/

.kastrol_desno{
    color: #fff;
}
    .kastrol_desno strong{
        font-size: 18px;
    }
    .kastrol_desno a,
    .kastrol_desno a i{
        font-size: 14px;
        color: #fff;
        font-weight: 700;
    }
    .kastrol_desno a:hover{
        color: #ed2432;
    }


.site_header{
    display: none;
}

.site_header .bijelo {
    color: #fff !important;
}


.site_header.sticky .bijelo {
    color: var(--bs-dark) !important;
}

.zeleni_bg{
    padding: 40px;
    background: #0000004f;
    border-radius: 32px;
}

.service_item .item_icon {
    width: 60%;
    height: auto;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.service_item .item_icon svg {
    max-height: 120px;
}

.details_content ul {
    padding-left: 30px;
}

.details_section .details_content ul li p {
    margin-bottom: 10px;
}

.site_header + main > .page_banner {
    margin-top: 0px;
}

@media only screen and (max-width: 1540px) {
    .footer_hotline .hotline_number {
        font-size: 16px;
    }
}

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

    .castrol_top .ct-right .contact-cta {
        padding: 0 15px;
        margin-left: 15px;
    } 
    .castrol_top .ct-right .contact-cta strong {
        font-size: 18px;
    }
    .fa-2x {
        font-size: 18px;
    }
    .footer_hotline .hotline_number {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1350px) {
    .castrol_top .ct-right .contact-cta strong {
        font-size: 18px;
    }
    .fa-2x {
        font-size: 18px;
    }
}


@media only screen and (max-width: 1269px) {
    .main-slider{
        height: 700px;
    }
    #castrol_right{
        display: none;
    }

    .footer_hotline .hotline_number {
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .footer_hotline .hotline_number {
        font-size: 18px;
    }
}

@media only screen and (max-width: 959px) {
    .kastrol_desno{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .slider_logaci{
        display: none;
    }
    .page_wrapper{
        padding-left: 0px;
    }

    #podmeni, #sidebar{
        display:none;
    }

    .header_btns_group > li:last-child {
        display: inline-block;
    }
    
    .site_header{
        display: inline-block;
        padding-top: /*50px*/100px;
    }

    .site_header.sticky {
        padding-top: 0px;
    }

    .main_menu {
        top: /*200px*/250px;
    }

    .site_header.sticky .main_menu {
        top: 100px;
    }

    .site_header .bijelo {
        color: #000 !important;
    }

    .site_header + main > .page_banner {
        margin-top: 135px;
    }
    .kastrol_desno{
        display: block;
    }
}

@media only screen and (max-width: 709px) {
    .kastrol_desno{
        display: none;
    }
}
