*{
    padding: 0;
    margin: 0;
    font-family: lato;
}

header{
    height: 100vh;
}

.nav-header{
    background-color:#8DB90F ;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container{
    max-width: 1600px;
    margin: 0 auto;
}

.logo p{
    display: none;
}

.logo img{
    height: 100px;
}

.nav{
    padding-top: 35px;
}

.nav ul{
    list-style: none;
}

.nav ul li{
    display: inline-block;
}

.nav ul li a{
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    font-family: lato;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
}

.nav ul li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    margin-left:auto;
    margin-right: auto;    
    background-color: #fff;
    transition: width 0.3s ease-out;
}

.nav ul li a:hover::before{
    width: 100%;
}

.sidebar{
    position: absolute;
    z-index: 999;
    top:0;
    right: 0;
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: #ffffff3b;
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.Menu-button svg{
    display: none;
    fill: #fff;
}

.sidebar ul{
    list-style: none;
    margin-top: 150px;
    margin-left: 70px;
    text-align: center;
}

.sidebar ul li{
    width: 100%;
    text-align: center;
    padding: 15px;
}

.sidebar ul li a{
    width: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    position: relative;
}

.HideOnMobile{
    display: none;
}

.main-header{
    background-image: url('Slike/Air-conditioner-machine-on-transparent-background-PNG.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    padding-top: 375px;
}

.main-text h1{
    margin-top: 25px;
    margin-bottom: 30px;
    color: #1e293b;
    text-align: center;
    font-size: 60px;
    font-family: Playfair Display;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 35px;
}

.main-text h3{
    text-align: center;
    color: rgba(30, 41, 59, 80%);
    font-family: Playfair Display;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 28px;
    margin-bottom: 70px;
}

.main-projects{
    display: flex;
    justify-content: center;
    align-items: center;    
}

.projects{
    text-align: center;
    flex-basis: 450px;
}

.projects h5, p{
    font-size: 35px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.customers{
    text-align: center;
    flex-basis: 450px;
}

.customers h5, p{
    font-size: 35px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.service-section{
    padding-top: 50px;
    padding-bottom: 100px;
}

.service-heading{
    text-align: center;
    color: #1e293b;
}

.service-heading h2{
    font-family: Playfair Display;
    font-size: 35px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.service-heading p{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 30px;
    text-transform: lowercase;
    color: rgba(30, 41, 59, 80%);
}

.cards-section{
    text-align: center;
    margin-top: 100px;
}

.card-text h3{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 2px;
    color: #fff;
}

.card-item{
    background-color: #8DB90F;
    padding: 40px;
    border-radius: 15px;
    height: 350px;

}

.card-item-dif{
    font-size: 18px;
    margin-top: 20px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: #fff;
}

.about-img-sale img{
    height: 357px;
    max-width: 550px;
    border-radius: 10px;
}

.about-us{
    padding-top: 100px;
}

.about-us-holder{
    margin-bottom: 100px;
}

.about-heading{
    text-align: center;
}

.about-desc{
    text-align: center;
}

.about-desc p{
    font-size: 16px;
}

.about-img img{
    height: 357px;
    max-width: 550px;
    object-fit: cover;
    border-radius: 10px;
}

.about-dif{
    font-size: 18px;
    margin-top: 20px;
    text-transform: lowercase;
    max-width: 580px;

}

.about-item img{
    margin-top: 30px;
}

.about-text h4{
    font-size: 30px;
    margin-top: 20px;
}

.about-item-second{
    margin-top: 100px;

}

.about-img-second{
    margin-top: 100px;
}

.about-img-second img{
    height: 357px;
    max-width: 630px;
    object-fit: cover;
    border-radius: 10px;
}

.preview-section{
    margin-top: 200px;
    text-align: center;
}

.preview-img img{
    height: 300px;
}

#pumpa img{
   transform: scaleX(-1);
}

.preview-heading a{
    font-family: lato;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform:capitalize;
    font-size: 30px;
    color: #000;
    text-decoration: none;
}

.preview-title h3{
    font-size: 40px;
    padding-bottom: 150px;
    font-family: Playfair display;
    font-weight: 400;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.footer-text p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.footer-text{
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.social-media{
    display: flex;
    justify-content: space-between;
}

.holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-btn{
    width: 200px;
    fill: #fff;
}

footer{
    background-color: #8DB90F;

}

.back-to-top img{
    height: 22px;
}

.insta a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s ease-out;

}

.facebook a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s ease-out;
}

.email a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s ease-out;
}

.email a:hover{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.facebook a:hover{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.insta a:hover{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.phone a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s ease-out;
}

.phone a:hover{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.3s ease-in;
}