@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

header {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 99;
}

ul.nav-menu>li {
    list-style: none;
}

ul {
    padding: 0;
}


nav {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.link {
    text-decoration: none;
}

.nav-link {
    color: #212121;
    text-decoration: none;
    transition: 0.5s ease;
    z-index: 9999999;
}

.nav-link:hover {
    color: #2cb84f;
}

.logo {
    width: 18rem;
}

.navbar {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-right: 10px;
    margin-bottom: 0;
}

.menu-bar {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #212121;
}

.wrapper {
    width: 95%;
    margin: 0 auto;
    /* text-align: center; */
}

.footer {
    justify-content: center;
}

.pt-70 {
    padding-top: 70px;
}

.center {
    text-align: center;
}

.product {
    max-width: 100%;
    /* min-height: 200px; */
}

.banner-area {
    background-image: url(./imgs/gears.avif);
    background-size: cover;
    background-position: center center;
    top: 70px;
    height: 100vh;
    width: 100%;
    position: fixed;
    text-align: center;
}

.logo-banner {
    position: fixed;
    text-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-logo {
    width: 80%;
    max-width: 250px;
}

.banner-text {
    color: white;
    margin: 3rem 0 3rem 0;
}

.banner-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: .7;
    z-index: -1;
}

.banner-area-products {
    background-image: url(./imgs/bg2.png);
    background-size: cover;
    background-position: center center;
    top: 70px;
    height: 100vh;
    width: 100%;
    position: fixed;
}

.banner-area-products:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: .1;
    z-index: -999;
}

.bg-products {
    background-image: url(./imgs/bg_products.png);
    background-size: cover;
    background-position: center center;
    filter: blur(5px);
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    top: 70px;
    height: 100vh;
    width: 100%;
    position: fixed;
}

.bg-products:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: .1;
    z-index: -999;
}

.nav-item {
    padding: 8px;
}

.wa-btn {
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 99999;
}

#wa-logo {
    max-width: 70px;
}

.content-area {
    width: 100%;
    position: relative;
    background: #ffffff;
    background-image: url(./imgs/bg-vertical-01.svg);
    background-size: cover;
    background-position: center center;
    top: 100vh;
}

.title {
    margin-top: 5rem;
    text-align: left;
    font-weight: 800;
    font-size: 1.5em;
}

.green {
    color: #2cb84f;
}

.blue {
    color: #3a5cb5;
}

.arrow-down {
    border: solid white;
    border-width: 0 4px 4px 0;
    width: 1.15rem;
    height: 1.15rem;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.animate {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

.arrow-text {
    color: white;
    margin-top: 10px;
    font-size: 14px;
}

.scroll {
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.container {
    padding-top: 70px;

}

.flex-container {
    padding: 20px;
    display: flex;
}

.service {
    width: 100px;
    height: 100px;
}

.bg-1 {
    width: 100px; height: 100px;
    background: url('/resources/imgs/service/services.avif') -10px -10px;
}
.bg-2 {
    width: 100px; height: 100px;
    background: url('/resources/imgs/service/services.avif') -130px -10px;
}
.bg-3 {
    width: 100px; height: 100px;
    background: url('/resources/imgs/service/services.avif') -10px -130px;
}
.bg-4 {
    width: 100px; height: 100px;
    background: url('/resources/imgs/service/services.avif') -130px -130px;
}
.bg-5 {
    width: 100px; height: 100px;
    background: url('/resources/imgs/service/services.avif') -250px -10px;
}
.bg-6 {
    width: 100px; height: 100px;
    background: url('/resources/imgs/service/services.avif') -250px -130px;
}
.bg-8 {
    width: 100px; height: 100px;
    background: url('/resources/imgs/service/services.avif') -10px -250px;
}
.bg-7 {
    width: 100px; height: 100px;
    background: url('/resources/imgs/service/services.avif') -130px -250px;
}

.project {
    max-height: 250px;
    min-width: 350px;
}

.w-5 {
    width: 50%;
    min-width: 350px;
}

.half {
    width: 50%;
    
}

.home-product {
    max-width: 250px;
}

#donut {
    width: 80%;
    max-width: 300px;
    margin-top: 3%;
}

main {
    background-image: url(./imgs/bg-vertical-01.svg);
    background-size: cover;
    background-position: center center;
}

.bg-fill {
    /* padding-top: 70px; */
    background-image: url(/resources/imgs/bg-contact.avif);
    background-size: cover;
    background-position: center center;
    height: 300px;
    /* filter: blur(3px); */
    /* transform: scale(1.1, 1.1); */
    z-index: -999;
}

/* .bg-fill:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 300px;
    background: #212121;
    opacity: .1;
    z-index: -1;
} */

.btnlink {
    background-color: #2cb84f;
    color: white;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s ease;

}

.btnlink:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white;
}

.list-group-item {
    padding: 10px 20px;
}

.select {
    color: #3eb05a;
    font-weight: bold;
}

.short {
    max-height: 200px;
}

.contact-us {
    padding-top: 80px;
}

.prod {
    min-width: 100%;
}

.expand {
    transition: 0.3s ease;
}

.expand:hover {
    transition: 0.3s ease;
    filter: brightness(95%);
}

.counter {
    background-color: #212121;
    text-align: center;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@media(min-width: 576px) {
.wrapper {
    width: 90%;
}

.wa-btn {
    right: 5%;
}
}

@media(max-width: 992px){
    .menu-bar {
        display: block;
        margin-right: 10px;
    }

    .menu-bar.active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-bar.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menu-bar.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 20px;
        flex-direction: column;
        background-color: #f9f9f9;
        width: 100%;
        text-align: center;
        transition: 0.3s ease;
        padding: 5px 0;
    }

    .nav-menu.active {
        left: 0;
        /* flex-grow:1; */
        /* padding: 10px 0 10px 0; */
    }

    #contact.select {
        background-color: #f9f9f9;
        color: #3eb05a;
        padding: 0;
        border-radius: 0;
        font-weight: normal;
        box-shadow: none;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .bg-fill {
        height: 200px;
    }

    .contact-us {
        padding-left: 50px;
    }

}
    


@media(min-width: 768px) {
    .wrapper {
        width: 85%;
    }
    

    /* .nav-item {
        margin: 16px 0;
    } */

    /* .nav-menu.active {
        left: 0;
    } */



    .product {
        max-height: 175px;
    }

    .wa-btn {
        right: 5%;
    }

    
}

@media(min-width: 992px) {
   .wrapper {
        width: 80%;
   } 

   .wa-btn {
        right: 5%;
    }

    .contact-us {
        padding-top: 125px;
    }

    .home-product {
        max-width: 150px;
    }
}

@media(min-width: 1200px) {
    .wrapper {
        width: 75%;
    }

    .wa-btn {
        right: 3%;
    }
        
    .prod {
        min-width: 350px;
    }
}

@media(min-width: 1600px) {
    .wrapper {
        width: 65%;
    }

    .service {
        max-width: 125px;
    }
}