body{
    font-family: "Poppins", sans-serif;
    list-style: none;
}
.wrapper{
    width: 90%;
    margin: 0 auto;
}

#home{
    background: url(../images/homepage/home1.jpg) no-repeat center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
}

#home2{
    background: url(../images/images/home1.jpg) no-repeat top;
    background-size: cover;
    background-color: rgb(1, 71, 81, .6);
    background-blend-mode: overlay;
}

.hero{
    background: url(../images/images/residential.jpg) no-repeat center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
}

.hero1{
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
}

.hero-one{
    background: url(../images/images/paint.jpg) no-repeat center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
    
}

.hero-two{
    background: url(../images/images/commercial.jpg) no-repeat center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: overlay;
}

.item_container div.item:nth-child(2n) {
    flex-direction: row-reverse;
}

.item_container div.item:nth-child(2n) div{
    text-align: right;
}


.product-bg {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 20px 10px 50px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
}

.rotate-negative {
    transform: rotate(-90deg);
}


/* Customize the scrollbar track */
.smooth-scroll::-webkit-scrollbar {
    display: none;
}

/* Customize the scrollbar thumb (the draggable part) */
.smooth-scroll::-webkit-scrollbar-thumb {
    display: none;
}

/* Customize the scrollbar track (the non-draggable part) */
.smooth-scroll::-webkit-scrollbar-track {
    display: none;
}
