@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit: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');


body {
    font-family: 'Arial', sans-serif;
}

/* Preheader */
.preheader {
    background: white;
    color: black;
    padding: 10px 0;
    font-size: 14px;
}

.preheader .phone {
    text-align: right;
    font-weight: bold;
}

/* Navbar */
.navbar {
    background: #111;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
    color: #ddd !important;
}

/* Hero Section */

.hero{
    
}
.overBlack{
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.leftSideHero{
    padding: 200px 0 200px 50px;
    height: 100%;
    position: relative;
    background-color: #000;
}
.leftShadow{
    /* background-color: rgba(0,0,0,0.5); */
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0.8520658263305322) 63%, rgba(0,0,0,0.6391806722689075) 73%, rgba(250,231,242,0.017331932773109293) 93%);
    width: 200px;
    height: 100%;
    right: -15%;
    z-index: 9999;
    top: 0;
    position: absolute;
}
.leftSideHero h1{
    color: #fff;
    display:inline-block;
    font-weight: bolder;
    padding: 3px;
    font-size: 40px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    /* font-family: "Rubik Mono One", serif; */
    /* background-color: #fff; */
}
.leftSideHero p{
    color: #999;
    margin-top: 20px;
    font-size: 20px;
    /* font-family: "Rubik Mono One", serif; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.rightSideHero{
    /* background-attachment: fixed; */
    position: relative;
    background-image: url("../ekipa.jpg");
    background-size: cover;
    background-position: center;
    animation: 11s bgHero infinite;
}
@keyframes bgHero {
    0%{
        background-image: url("../slika.jpg");

    }
    20%{
        background-image: url("../slika.jpg");

    }
    70%{
        background-image: url("../ekipa.jpg");

    }
    
    
}
.about{
    position: relative;
    background-color: #fff;
    padding: 100px 0 100px 0;
}
.about h1{
    color: #000;
    font-family: "Kanit", serif;
    border: solid 5px #111;
    border-top: none;
    padding: 7px;
    border-right: none;
    display: inline-block;
    border-radius: 50%;
}
.title{
    color: #000;
    font-family: "Kanit", serif;
    border: solid 5px #111;
    border-top: none;
    padding: 7px;
    border-right: none;
    display: inline-block;
    border-radius: 50%;
}
.about p{
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    text-align: left;
}
 /* Footer Styling */
 .footer {
    background: #111;
    color: white;
    padding: 50px 0;
}

.footer h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer p {
    font-size: 14px;
    color: #bbb;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #f8c146;
}

.footer .social-icons a {
    color: white;
    margin-right: 15px;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer .social-icons a:hover {
    color: #f8c146;
}

.footer-bottom {
    border-top: 1px solid #333;
    text-align: center;
    padding-top: 15px;
    margin-top: 30px;
    font-size: 14px;
    color: #bbb;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
    .footer .social-icons {
        justify-content: center;
    }
}
.reference{
    background-color: #eee;
    padding: 100px 0 100px 0;
}
.reference h1{
    margin-bottom: 50px;
}
.blockReference{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #000;
}
.machineryBlock{
    background-color: #fff;
    border: solid 1px #000;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.machineryBlock img{
    margin-bottom: 20px;
}
.machineryBlock h3{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
}
@media(max-width:1400px)
{
    .leftShadow
    {
        width: 100px;
    }
}
@media(max-width:1175px)
{
    .leftShadow
    {
       display: none;
    }
}
@media(max-width:480px)
{
    .leftSideHero h1{
        font-size: 24px;
    }
}
@media(max-width:445px)
{
    .preheader .phone{
        display: none;
    }
}