@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --primary: #1a1c1f;
    --second: #ed1c24;
}

p.mapa a{
    margin-bottom: 0;
    color: #fff;
}

.masine{
    padding-top: 2em;
    padding-bottom: 3em;
}

/*#####################
###### TOP BAR ########
#####################*/

.topbar{
    background-color: var(--primary);
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.topbar_info{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.email_topbar{
    padding-left: 2em;
}

.social_topbar{
    margin-left: 1em;
}

/*#####################
##### NAVIGATION ######
#####################*/

.navbar{
    width: 100%;
    padding: 0;
    font-weight: 600;
    padding-top: .5em;
    padding-bottom: .5em;
}

li.nav-item{
    padding-left: 10px;
    padding-right: 10px;
}

li.nav-item:nth-child(5){
    background-color: var(--second);
    border-radius: 3px;
}

a.faqmenu{
    color: #fff !important;
}

a.faqmenu:hover{
    color: var(--primary) !important;
}

.navbar-brand img{
    width: 80%;
}

/* .navbar-collapse{
    flex-direction: row-reverse;
} */

.navbar-light .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: var(--primary) !important;
}

.navbar-expand-md .navbar-nav .nav-link{
    padding-left: 1em !important;
    padding-right: 1em !important;
}

/*#####################
######## HOME ########
#####################*/

.home_baner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('/images/slider1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.baner-home{
    padding-top: 8em;
    padding-bottom: 8em;
}

.baner-home h2{
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.baner-home p{
    color: #fff;
    line-height: 25px;
}

.baner-home button{
    background-color: var(--second);
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    width: 216px;
    height: 50px;
}

.baner-home button:hover{
    background-color: #c61a1f;
}

.icons{
    background-color: var(--primary);
    padding: 1.5em;
    border-top: 1px solid var(--second);
}

.icons-images{
    text-align: center;
}

img.images-icons{
    width: 20%;
}

.services{
    text-align: center;
    margin-top: 2em;
}

.services h2{
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.services p{
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4em;
}

.services h4{
    margin-top: 1em;
    font-weight: 500;
    position: absolute;
    top: 40%;
    left: 30%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.images-services{
    position: relative;
}

.images-services img{
    width: 100%;
    height: 300px;
}

.services-info{
    background-color: var(--primary);
}

.services-info p{
    font-size: 12px;
    color: #fff;
    padding: 10px;
    font-weight: 400;   
}

.rcm{
    background-color: #eaebee;
}

.reccommended{
    text-align: center;
    padding-top: 3em;
}

.reccommended h2{
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.reccommended p{
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 2em;
    line-height: 22px;
}

.all{
    font-weight: 700 !important;
    color: var(--second);
}

/* Galerija */

.gal {
    margin-top: 2em;
    margin-bottom: 4em;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}	

.gal img{ width: 100%; padding: 7px 0;}

.slider-rec{
    margin-top: 2em;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2em;
}

.owl-nav, .owl-dots{
    display: none;
}

.blog{
    text-align: center;
    margin-top: 2em;
    margin-bottom: 3em;
}

.blog h2{
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.blog p{
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 2em;
    line-height: 22px;
}

img.blog-img{
    width: 100%;
    margin-top: 1em;
}

.date{
    text-align: left;
    color: #cccccc;
    margin-top: 15px;
    margin-bottom: 1em !important;
}

.blog-info{
    text-align: left;
    font-weight: 700 !important;
}

.blog-link{
    color: var(--second);
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-decoration: none;
}

.blog-link:hover{
    color: var(--primary);
}

footer{
    background-image: url('/images//bg_footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.footer-content{
    padding-top: 2em;
}

.footer-content h5{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2em;
    font-size: 16px;
}

.footer-content img{
    width: 60%;
}

.footer-content p{
    font-size: 12px;
    color: #fff;
}

.copyright{
    background-color: #131518;
    border-top: 1px solid var(--second);
    color: #fff;
    padding: 25px;
    text-align: center;
    font-size: 12px;
}

.copyright a{
    color: var(--second);
    text-decoration: none;
}

.copyright a:hover{
    color: var(--second);
}

/*#####################
######## FAQ #########
#####################*/

.faqcontent{
	background-image:  url('images/FAQ.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
}

.faq{
    margin-bottom: 4em;
}

h1.faqtitle{
	font-size: 22px !important;
	text-align: center;
	padding-top: 6rem;
	padding-bottom: 3rem;
    font-weight: 600;
}

.card{
	margin-bottom: 15px;
}

.card-header{
	padding: .10rem 0.75rem !important;
    background: var(--second) !important;
    color: #fff;
}

.card-header p{
	margin-top: 1rem;
    font-weight: 500;
}


.faqopen{
	float: right;
	cursor: pointer;
}

/*#####################
###### CONTACT #######
#####################*/

.contact-us{
    margin-bottom: 4em;
}

.contact-us h1{
    text-transform: uppercase;
    text-align: center;
    color: var(--primary);
    font-weight: 600;
    margin-top: 1em !important;
}

.contact{
    margin-top: 2em !important;
}


.contact-form-field{
    margin-top: 1em !important;
}

.contact-left img{
    width: 100%;
}

.button-contact-form{
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: var(--second);
    border: 1px solid var(--second);
    color: #fff;
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-contact-form:hover{
    background-color: #c61a1f;
}

.contact-infos{
    margin-top: 2em !important;
}

.contact-fields-info, .contact-fields-info3{
    background-color: var(--primary);
    color: #fff;
    height: 150px;
    text-align: center;
    font-weight: 400;
    padding-top: 2em;
}

.contact-fields-info2{
    background-color: var(--second);
    color: #fff;
    height: 150px;
    text-align: center;
    font-weight: 400;
    padding-top: 2em;
}

/*#####################
###### SERVICES ######
#####################*/

.page-services{
    margin-top: 2em;
}

.page-services h2{
    text-align: center;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.page-services p{
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4em;
}

.page-services h4{
    margin-top: 1em;
    font-weight: 500;
    position: absolute;
    top: 40%;
    left: 25%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}



/* quick reset */
* {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  /* relevant styles */
  .item {
    position: relative;
 
  }
  
  .img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(43, 43, 43, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid var(--second);
    font-weight: 400;
  
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
  }
  
  .item:hover .img__description {
    visibility: visible;
    opacity: 1;
  }


/*#####################
###### MACHINES #######
#####################*/

.machines{
    margin-top: 1em;
    margin-bottom: 2em;
    box-shadow: #131518;
    box-shadow: 3px 0px 18px -2px rgba(0,0,0,0.2);
}

.machines img{
    width: 100%;
}

.machines h4{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--second);
    margin-top: 20px;
}

.machines{
    font-size: 12px;
    text-align: center;
    color: var(--primary);
}

/*#####################
###### PROJECTS #######
#####################*/

.projects{
    margin-top: 1em;
    margin-bottom: 2em;
}

.project{
    margin-bottom: 1em;
}

.project img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.img__descriptionn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(43, 43, 43, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid var(--second);
    font-weight: 400;
    text-align: center;
    cursor: pointer;
  
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
  }

  .item:hover .img__descriptionn {
    visibility: visible;
    opacity: 1;
  }


/*#####################
######### BLOG #######
#####################*/

.single-blog{
    margin-top: 2em;
    margin-bottom: 2em;
}

.single-blog h5{
    text-align: center;
}

.single-blog p{
    margin-top: 2em;
}

.bloginfo img{
    width: 100%;
}

.call{
    display: none;
}

/*#####################
##### RESPONSIVE ######
#####################*/

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

    /* Top bar */
    .topbar_info{
        text-align: center;
    }

    /* Navigation */

    .navbar{
        padding-left: .5em;
        padding-right: .5em;
    }

    .navbar-nav{
        background-color: var(--primary);
        margin-top: 0.5em;
        text-align: center;
    }

    a.nav-link{
        color: #fff !important;
    }

    /* Icons */
    img.images-icons{
        margin-bottom: 3em;
    }

    .icons{
        padding-top: 2em;
        padding-bottom: 0;
    }

    .services h4{
        top: 40%;
        left: 20%;
    }

    .services-info p{
        padding: 15px;
    }

    /* Footer */

    footer{
        height: 600px;
    }

    .secfooter{
        margin-top: 3em;
    }
}

@media only screen and (max-width: 600px){
    .topbar_info{
        display: flex;
        flex-direction: column;
    }

    .top-icons{
        display: inline-table;
    }

    .social_topbar{
        margin-top: 1em;
    }

    .call{
        display: block;
        background-color: green;
        bottom: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        padding: 1em;
        color: #fff;
        text-align: center;
    }

    .call a{
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }
}

