/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

.pitanja h2 {
     text-align: center;
     margin-bottom: 40px;
}

.prodaja {
     padding-top:50px;
     padding-bottom:50px;
     background-color: #313131;
     margin-top: 80px;
}

.prodaja h2 {
     font-size: 30px;
     font-weight: bold;
     text-align: center;
     color:#fff;
     margin-bottom: 10px;
}

.prodaja p {
     color:#fff;
     margin-bottom: 30px;
     text-align: center;
     font-size: 18px;
}

.prodajna-mesta ul {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     gap:10px;
     justify-content: center;
}


.prodajna-mesta ul li{
     padding:5px 10px;
     background-color: #514f50;
     border-radius: 5px;
}

.prodajna-mesta ul li h3 {
     color:#fff;
     padding-bottom: 0px;
     font-size: 16px;
}


* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Roboto Slab', serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     margin-right:5px;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}
/*******my css *********/

.hero-text {
     color:#fff;
     font-size: 18px;
     margin-bottom: 20px;
}

.inline-list {
     display: flex;
     justify-content: left;
     margin-top: 15px;
     font-size: 17px;
}

.inline-list li {
border-right: 2px solid #212121;
    padding: 0px 3%;
}

.inline-list li:first-child {
     padding-left: 0px;
}

.inline-list li:last-child {
     border:none;
}



.faq h3 {
     color:#fff;
     font-size: 22px;
     font-weight: bold;
     margin: 20px 0px 5px;
     border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.faq p {
     color:#fff;
     font-size: 17px;
     font-weight: 300;
}

.footer-contact {
     text-align: left;
     padding-left: 35px;
}

.footer-contact a img {
     max-width: 45px;
}

.social {
     margin-bottom: 30px;
}

.social a {
     padding: 0px !important;
     border-radius: 30px;
     margin-right: 5px;
     background: #000;
}

.social img {
     max-width: 46px;
     border-radius: 50px;
     border: 1px solid #fff;
}

.logo-place {
     align-items: center;
}

.logo img {
     height: 100px;
     width: auto;
}


/************/

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 400;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

/*-- header area --*/


.header {
     width: 100%;
     background: #313131;
     position: absolute;
     z-index: 99;
     height: 100px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0px;
     padding-top: 3px !important;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #000;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #000;
}

/** banner section **/

.banner_main {
     background:#020001;
     display: flex;
     align-content: center;
     align-items: center;
     background-size: 100% 100%;
     padding-top: 15%;
     padding-bottom: 15%;
}

.text-bg {
     max-width: 669px;
     float: right;
     text-align: left;
     width: 100%;
}

.bann_img {
     padding-right: 40px;
}

.bann_img figure {
     margin: 0;
}

.bann_img figure img {
     width: 100%;
}

.text-bg h1 {
     color: #fff;
     font-size: 42px;
     line-height: 50px;
     font-weight: bold;
}

.text-bg i img {
     cursor: pointer;
}

.text-bg a {
     font-size: 17px;
     background-color: #fff;
     color: #313131;
     font-weight: bold;
     padding: 10px 30px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.2s;
     text-transform: uppercase;
}

.text-bg a:hover {
     background-color: #313131;
     color: #fff;
     transition: ease-in all 0.2s;
}

.titlepage {
     text-align: center;
     padding-bottom: 30px;
}

.titlepage h2 {
     font-size: 36px;
     color: #060002;
     line-height: 40px;
     font-weight: bold;
     padding: 0;
}

.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #060002;
     padding-top: 20px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     text-transform: uppercase;
     background-color: #000;
     color: #fff;
     padding: 10px 30px;
     text-align: center;
     transition: ease-in all 0.2s;
     display: inline-block;
}

.read_more:hover {
     background: #313131 !important;
     color: #fff !important;
     transition: ease-in all 0.2s;
}

.container {
     max-width: 1170px;
}


/** banner section **/


/** service section **/

.service {
     background: #fff;
     padding-top: 90px;
}

.service .titlepage {
     text-align: left;
     padding-bottom: 0;
     max-width: 631px;
     float: left;
     padding-left: 20px;
}

.service .titlepage span {
     color: #514f50;
}

.service .titlepage .read_more {
     margin-top: 25px;
}



.service_img figure {
     margin: 0px;
}

.service_img figure img {
     width: 100%;
}


/** end service section **/


/** solutions section **/

.solutions {
     background: #020001;
     padding: 90px 0;
     margin-top: 90px;
}

.solutions .titlepage {
     text-align: left;
     padding-bottom: 0;
     padding-left: 20px;
}

.solutions .titlepage h2 {
     color: #fff;
}

.solutions .titlepage span {
     color: #fff;
}

.solutions .titlepage .read_more {
     background: #fff;
     color: #000000;
     margin-top: 54px;
}


.solutions_img figure {
     margin: 0px;
}

.solutions_img figure img {
     width: 100%;
}


/** end solutions section **/


/** work section **/

.work {
     background: #fff;
     padding-top: 50px;
}

.our_work {
     margin-bottom: 30px;
}

.our_work figure {
     margin: 0px;
}

.our_work figure img {
     width: 100%;
}


/** end work section **/


/** footer **/

.footer {
     background: #010000;
     padding-top: 90px;
     text-align: center;
}

.multipurpose {
     text-align: left;
}

.multipurpose h2 {
     color: #fff;
     font-size: 36px;
     line-height: 40px;
     padding-bottom: 0;
     font-weight: bold;
}


.multipurpose p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     padding-top: 25px;
     font-weight: 400;
}

.sm_show {
     display: none;
}

.contac_detel {
     background: #313131;
     padding: 25px 0;
}

.contac_detel ul li img {
     margin-right: 30px;
     filter: invert(1);
}

.contac_detel ul li {
     padding-bottom: 15px;
     font-size: 28px;
     color: #313131;
     line-height: 28px;
}

.contac_detel ul li:last-child {
     padding-bottom: 0;
}

.contac_detel ul li a {
     color: #fff;
}

.contac_detel ul li a:hover {
     color: #000;
}

.copyright {
     background: #313131;
     margin-top: 90px;
}

.copyright p {
     color: #fff;
     font-size: 17px;
     line-height: 22px;
     padding: 20px 0px;
     font-weight: 400;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #000;
}

.srv {
     column-count: 4; /* broj kolona na desktopu */
     column-gap: 1rem; /* razmak između kolona */
   }
   
   .our_work {
     break-inside: avoid;
     margin-bottom: 1rem;
   }
   
   .our_work img {
     width: 100%;
     height: auto;
     display: block;
     border-radius: 8px; /* opciono lepši izgled */
   }

   @media (max-width: 1200px) {
     .srv {
       column-count: 3;
     }
   }
   
   @media (max-width: 768px) {
     .srv {
       column-count: 2;
     }
   }
   
   @media (max-width: 480px) {
     .srv {
       column-count: 1;
     }
   }

/** end footer **/