@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
body {
    background-color: rgb(35, 33, 37);
    overflow-x: hidden;
}

.serv-item {
    padding: 10px;
    background-color: rgb(35, 33, 37);
}

.c-prod {
    background-color: #333;
    padding: 15px;
    margin: 10px;
    margin-top: 70px;
}

.img-text>span {
    font-size: 18px;
    color: rgba(209, 209, 209, 0.842);
}

.img-text {
    color: white;
    position: absolute;
    left: 35px;
    bottom: 25px;
    font-size: 25px;
    z-index: 99;
    line-height: 1;
}

.slike {
    margin: auto;
    margin-left: -2.9%;
}

.slike>.card {
    margin: 0;
    border: 10px solid rgb(35, 33, 37);
    padding: 0;
    background-color: rgb(21, 19, 22);
    transition: 0.3s !important;
    box-shadow: none !important;
}

.slike>.card:hover {
    background-color: rgb(30, 29, 31);
    transition: 0.3s !important;
}

.slike>.card>img {
    opacity: 0.8;
    transition: 0.3s !important;
}

.slike>.card:hover>img {
    opacity: 1;
    transition: 0.3s !important;
}

.res-i>.vl-c-b {
    border-top: 3px solid rgb(187, 43, 43);
}

.res-i>.vl-c-b:hover {
    border-top: 3px solid orange;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

.card-body {
    border: 0;
    box-shadow: none;
}

.sdf {
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top: -15px;
}

.team-text {
    color: white;
    font-size: 25px;
    line-height: 30px;
}

.team-text span {
    color: rgb(153, 152, 152);
    font-size: 16px;
}

.lightbox:hover>.img-port {
    opacity: 0.7;
    transition: 0.5s;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.container.gallery-container {
    background-color: transparent;
    min-height: 100vh;
    padding: 30px 50px;
}

.tz-gallery {
    padding: 40px;
}

.img-port {
    object-fit: cover;
    width: 100%;
    min-height: 300px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.btn-all {
    display: block;
    text-align: right;
    margin-top: -60px;
}


/* Override bootstrap column paddings */

.tz-gallery .row>div {
    padding: 2px;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.vl-c-b {
    background-color: rgba(23, 21, 24, 0.322);
    border: 1px solid #444;
    transition: 0.3s;
    padding: 20px;
}

.vl-c-b2 {
    text-align: center;
    padding: 20px;
    border: 1px solid rgb(83, 82, 82);
}

.vl-c-b:hover {
    background-color: rgba(23, 21, 24, 0.842);
    border: 1px solid orange;
    transition: 0.2s;
    padding: 20px;
    margin-top: -5px;
}

.vl-c-b>i {
    color: white;
    transition: 0.3s;
    font-size: 40px;
}

.vl-c-b>h3 {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
}

.vl-c-b2>h3 {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
}

.vl-c-b2>p {
    color: rgb(161, 159, 159);
    font-size: 43px;
    font-weight: 700;
}

.vl-c-b2>p>span {
    color: orange;
    font-size: 33px;
    font-weight: 400;
}

.vl-c-b>p {
    color: rgb(158, 156, 156);
    padding-bottom: 15px;
    font-size: 17px;
}

.vl-c-b>i:focus,
.vl-c-b>i:hover {
    color: orange;
    transition: 0.3s;
    font-size: 40px;
}

#section-1 {
    padding-top: 80px !important;
    padding: 10px;
}

.sec-title {
    color: white;
    font-weight: 700;
    border-bottom: 3px solid orange;
    width: fit-content;
}

.mt-50 {
    margin-top: 50px;
}

.about-image {
    border: 1px solid #444;
    padding: 15px;
    width: 100%;
    transition: 0.5s;
}

.about-desc>h2 {
    color: white;
    padding-bottom: 15px;
}

.about-desc>p {
    color: rgba(187, 185, 185, 0.829);
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.vl-c-t {
    color: rgba(187, 185, 185, 0.829);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.vl-c-t2 {
    color: rgba(187, 185, 185, 0.829);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 10px;
}

.progress,
.progress-bar {
    height: 4px;
}

.progress-bar {
    background-color: orange;
}

.social-ab {
    color: rgb(207, 207, 207);
    font-size: 17px;
    text-decoration: none;
    transition: 0.3s;
}

.social-ab:hover,
.social-ab:focus {
    color: orange;
    font-size: 17px;
    text-decoration: none;
    transition: 0.3s;
}

.sec-title>h2>span {
    color: orange;
    font-weight: 700;
}

.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 50px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: none;
}

.scroll-down-btn {
    width: 100%;
    height: 50px;
    margin-top: -60px;
    text-align: center;
}

.scroll-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 75px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    bottom: 0;
    transform: translateX(-50%);
}

.scroll-down>p {
    pointer-events: none;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    color: #dffffd;
}

.scroll-down {
    height: 100px;
}

.scroll-down span {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    top: 5px;
}

.scroll-down span::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
    animation: animateMousePointer 1.5s infinite;
}

@keyframes animateMousePointer {
    0% {
        transform: translateY(0);
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.ktx-mt-100 {
    margin-top: 10%;
}

.ldojdoj {
    background-color: black !important;
}

.ktx-menu-items>li {
    list-style: none;
}

.ktx-menu-items>li>a {
    color: white;
    text-decoration: none;
    line-height: 70px;
    font-size: 40px;
    font-weight: 600;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
}

.ktx-menu-items>li>a:hover,
.ktx-menu-items>li>a:focus {
    color: orange;
    text-decoration: none;
    line-height: 70px;
    font-size: 40px;
    font-weight: 600;
    padding-left: 10px;
    transition: 0.3s;
}

.right-items {
    padding-right: 7%;
}

.right-items>h2 {
    color: white;
    font-size: 23px;
}

.ktx-menu-items-r>li {
    list-style: none;
}

.ktx-menu-items-r>li>a {
    color: rgb(192, 191, 191);
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
}

.ktx-menu-items>li>.kt-active {
    color: orange;
    text-decoration: none;
    transition: 0.3s;
}

.ktx-menu-items-r>li>a:hover,
.ktx-menu-items-r>li>a:focus {
    color: orange;
    text-decoration: none;
    padding-right: 7px;
    transition: 0.3s;
}

.center-items {
    padding-left: 5%;
}

.right-items {
    text-align: right;
}

body>.show {
    overflow: hidden !important;
}

.texa {
    text-decoration: none;
    transition: 0.3s;
    font-weight: 700;
}

.djgaj {
    margin-top: 5px;
    border-top: 1px solid#444;
    padding-top: 10px;
}

.infcontactfull {
    border: 1px solid#444;
    padding: 10px;
    margin-bottom: 20px;
}

.form-group>span>.form-control {
    padding: 10px;
    margin-bottom: 25px;
    background-color: transparent;
    border: 1px solid#444;
    border-radius: 0;
    color: rgb(192, 191, 190);
}

.contact-block>h4 {
    color: white;
    padding-bottom: 10px;
    padding-top: 15px;
}

.contact-block>span {
    color: rgb(180, 177, 177);
    display: block;
    padding-bottom: 10px;
}

.blog-img {
    height: 300px;
    object-fit: cover;
    border-radius: 0;
}

.sidebar-ktx {
    border: 0;
    border-radius: 0;
    background-color: rgba(20, 20, 20, 0.603);
}

.sidebar-ktx>.card-body>.input-group>.form-control {
    border: 1px solid #444;
    border-radius: 0;
    background-color: rgba(20, 20, 20, 0.603);
    color: rgb(150, 147, 147);
}

.sidebar-ktx>.card-body>.input-group>.btn {
    border: 1px solid #444;
    border-radius: 0;
    background-color: orange;
    transition: 0.3s;
}

.cats {
    display: block;
}

.ktx-p-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    margin-left: -20px;
}

.thumbnail-post-w {
    display: block;
}

.ghjk>a {
    font-size: 22px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.ghjk>a:hover {
    font-size: 22px;
    color: orange;
    transition: 0.3s;
    text-decoration: none;
}

.dategg {
    color: orange;
    text-decoration: none;
    transition: 0.3s;
}

.dategg:hover {
    color: rgb(190, 139, 43);
    transition: 0.3s;
    text-decoration: none;
}

.widget_recent_entries_thumbnail>ul>li {
    list-style: none;
}

.cats>li>a {
    color: orange;
    text-decoration: none;
    display: block;
    padding: 10px;
    width: 100%;
    transition: 0.3s;
}

.cats>li>a>span {
    color: rgb(187, 187, 187);
    float: right;
}

.cats>li>a:hover {
    color: rgba(255, 166, 0, 0.76);
    text-decoration: none;
    display: block;
    width: 100%;
    transition: 0.3s;
}

.sidebar-ktx>.card-body>.input-group>.btn:hover {
    border: 1px solid #444;
    transition: 0.3s;
    border-radius: 0;
    background-color: rgba(255, 166, 0, 0.726);
}

.ipost-i {
    width: 100%;
    height: auto;
    max-height: 500px;
    border-radius: 0;
    object-fit: cover;
}

.post-crd {
    border-radius: 0 !important;
    border: 0;
    background-color: rgba(20, 20, 20, 0.603);
}

.post-crd>.card-body {
    padding: 30px;
}

.post-crd>.card-body>.small {
    color: orange !important;
    padding-bottom: 15px;
}

.post-crd>.card-body>.card-title {
    color: rgb(255, 254, 253) !important;
    padding-bottom: 15px;
}

.post-crd>.card-body>.card-text {
    color: rgb(146, 146, 145) !important;
}

.bl-soc {
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.blog-card>p {
    color: rgb(182, 179, 179);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.texa:hover {
    color: orange;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.modal-content,
.modal-body {
    background-color: rgb(0, 0, 0);
    background-image: url(../img/menu-bg.png);
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none !important;
    transition: 0s !important;
}

.ktx-menu {
    background-color: transparent;
    width: 100%;
    height: 70px;
    padding: 10px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    z-index: 99;
}

.tkx-logo>h2 {
    width: fit-content;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    padding-top: 8px;
    cursor: pointer;
}

.menu-btn {
    float: right;
    margin-top: -39px;
    text-align: center;
    text-align: center;
    white-space: nowrap;
}

.vl-mb-m {
    margin-right: 15px;
}

.menu-btn>a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
}

.menu-btn>a:hover,
.menu-btn>a:focus {
    color: orange;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}

.top-70 {
    margin-top: 70px;
}

.top-area-ii {
    background-image: url(../img/headerfix.jpg);
    height: 100vh;
    /* You must set a specified height */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    margin-top: -70px;
}

.blvck {
    background-color: rgba(0, 0, 0, 0.712);
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.hd-c {
    top: 38% !important;
    bottom: auto !important;
    margin-top: 0 !important;
    position: absolute !important;
}

.top-area-ii>.container>.hd-c>h2 {
    color: white;
    font-size: 70px !important;
}

.top-area-ii>.container>.hd-c>p {
    color: white;
    font-size: 22px !important;
    font-weight: 300;
}

.ktx-btn {
    padding: 10px;
    color: white;
    background-color: transparent;
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid orange;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.ktx-btn:hover,
.ktx-btn:focus {
    padding: 10px;
    color: orange;
    background-color: rgba(0, 0, 0, 0.733);
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}


/*
 ==============================================
  - RESPONSIVE
 ==============================================
  */

@media (max-width: 1024px) {
    .hd-c {
        bottom: 25% !important;
        position: absolute;
    }
    .top-area-ii>.container>.hd-c>h2 {
        color: white;
        font-size: 65px !important;
    }
    .top-area-ii>.container>.hd-c>p {
        color: white;
        font-size: 25px !important;
        font-weight: 300;
    }
    .cursor {
        display: none;
    }
}

.vl-row {
    padding-left: 5%;
}

@media (max-width: 1000px) {
    .about-desc {
        padding-top: 50px;
    }
    .vl-row {
        padding-left: 5%;
    }
}

@media (max-width: 768px) {
    .right-items {
        display: none;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }
    .ktx-menu-items>li>a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 28px;
        font-weight: 400;
        transition: 0.3s;
        font-family: 'Raleway', sans-serif;
        line-height: 60px;
    }
    .ktx-menu-items>li>a:hover,
    .ktx-menu-items>li>a:focus {
        color: orange;
        text-decoration: none;
        font-size: 28px;
        font-weight: 400;
        transition: 0.3s;
        font-family: 'Raleway', sans-serif;
        line-height: 60px;
    }
    .scroll-top-btn {
        position: fixed;
        bottom: 40px;
        right: 20px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        display: none;
    }
}

@media (max-width: 480px) {
    .ktx-menu {
        background-color: transparent;
        width: 100%;
        height: 70px;
        padding: 10px;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        flex-wrap: wrap;
    }
    .hd-c {
        bottom: 15% !important;
        position: absolute;
    }
    .top-area-ii>.container>.hd-c>h2 {
        color: white;
        font-size: 25px !important;
    }
    .top-area-ii>.container>.hd-c>p {
        color: white;
        font-size: 19px !important;
        font-weight: 300;
    }
}

@media (max-width: 413px) {
    .hd-c {
        bottom: 15% !important;
        position: absolute;
    }
    .top-area-ii>.container>.hd-c>h2 {
        color: white;
        font-size: 25px !important;
    }
    .top-area-ii>.container>.hd-c>p {
        color: white;
        font-size: 19px !important;
        font-weight: 300;
    }
}

@media (max-height: 730px) {
    .hd-c {
        bottom: 15% !important;
        margin-top: -20px !important;
        position: absolute;
    }
    .top-area-ii>.container>.hd-c>h2 {
        color: white;
        font-size: 30px !important;
    }
    .top-area-ii>.container>.hd-c>p {
        color: white;
        font-size: 19px !important;
        font-weight: 300;
    }
}

@media (max-height: 414px) {
    .hd-c {
        bottom: 15% !important;
        margin-top: -20px !important;
        position: absolute;
    }
    .top-area-ii>.container>.hd-c>h2 {
        color: white;
        font-size: 30px !important;
    }
    .top-area-ii>.container>.hd-c>p {
        color: white;
        font-size: 19px !important;
        font-weight: 300;
    }
}

@media (max-width: 375px) {
    .hd-c {
        bottom: 10% !important;
        position: absolute;
    }
    .top-area-ii>.container>.hd-c>h2 {
        color: white;
        font-size: 30px !important;
    }
    .top-area-ii>.container>.hd-c>p {
        color: white;
        font-size: 16px !important;
        font-weight: 300;
    }
}

@media (max-width: 320px) {
    .hd-c {
        margin-top: -20px !important;
        position: absolute;
    }
    .top-area-ii>.container>.hd-c>h2 {
        color: white;
        font-size: 22px !important;
    }
    .top-area-ii>.container>.hd-c>p {
        color: white;
        font-size: 16px !important;
        font-weight: 300;
    }
}

@media (max-height: 320px) {
    .hd-c {
        margin-top: -20px !important;
        position: absolute !important;
    }
    .top-area-ii>.container>.hd-c>h2 {
        color: white;
        font-size: 22px !important;
    }
    .top-area-ii>.container>.hd-c>p {
        color: white;
        font-size: 16px !important;
        font-weight: 300;
    }
}


/* 
=================================================
 - SCROLLBAR
=================================================
 */

 ::-webkit-scrollbar {
    width: 5px;
}

 ::-webkit-scrollbar-track {
    background: rgb(24, 23, 21);
}

 ::-webkit-scrollbar-thumb {
    background-color: orange;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 166, 0, 0.781);
}


/* 
==================================================
 -PRELOADER
==================================================
 */

.ktx-preloader {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    background-color: rgb(21, 20, 22);
}

.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.bar {
    width: 10px;
    height: 70px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
    animation: loader 1.2s linear infinite;
}

.bar1 {
    animation-delay: 0.1s;
}

.bar2 {
    animation-delay: 0.2s;
}

.bar3 {
    animation-delay: 0.3s;
}

.bar4 {
    animation-delay: 0.4s;
}

.bar5 {
    animation-delay: 0.5s;
}

.bar6 {
    animation-delay: 0.6s;
}

.bar7 {
    animation-delay: 0.7s;
}

.bar8 {
    animation-delay: 0.8s;
}

@keyframes loader {
    0% {
        transform: scaleY(0.1);
        background: white;
    }
    50% {
        transform: scaleY(1);
        background: orange;
    }
    100% {
        transform: scaleY(0.1);
        background: transparent;
    }
}


/************************** 
*  Cursor 
***************************/

.cursor {
    width: 27px;
    height: 27px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
    z-index: 99;
}

.cursor:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: orange;
    border-radius: 50%;
    opacity: .5;
    top: 9px;
    left: 9px;
}

.footer {
    border-top: 1px solid #444;
    margin-top: 100px;
    background-color: rgba(22, 22, 22, 0.836);
    width: 100%;
    padding: 25px;
}

.foo-text {
    color: white;
    font-size: 16px;
    text-align: center;
}

.simple-header {
    height: 45vh;
    width: 100%;
    background-color: rgb(50, 49, 56);
    background-image: url("../img/menu-bg.png");
}

.sim-t {
    padding-top: 20vh;
    color: white;
    text-align: center;
    font-size: 45px;
}

.sim-t>span {
    color: orange;
}

.sim-h {
    color: white;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.sim-h>a {
    color: orange;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
}

.sim-h>a:hover {
    color: rgba(255, 166, 0, 0.603);
    text-decoration: none;
    transition: 0.3s;
}

.pagination-kt {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.pagination-kt>a {
    background-color: rgb(20, 20, 19);
    border: 2px solid rgb(20, 20, 19);
    padding: 10px 16px 10px 15px;
    margin: 5px;
    color: white;
    transition: 0.3s;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.pagination-kt>a:hover {
    background-color: rgba(20, 20, 19, 0.733);
    padding: 10px 16px 10px 15px;
    margin: 5px;
    color: orange;
    border: 2px solid orange;
    transition: 0.3s;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}