* {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}


header {
    /* position:fixed; */
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 33px 9%;
    background: transparent;
}


/* .navlist{
    display: inline-flex;
}


.navlist a{
    color: rgb(0, 0, 0);
    margin-left: 60px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .55s ease ;
}



.navlist a:hover{
    border-bottom: 2px solid rgb(86, 1, 1);
}
 */
.navigation-items {
    display: flex;
    gap: 30px;
}

.navigation-items>a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: .4s ease-in-out;
}

.navigation-items>a:hover {
    color: rgb(145, 10, 10);
}

.hamburger {
    display: none;
    font-size: 20px;
    font-weight: 800;
    color: rgb(8, 8, 8);
}

#menu {
    color: white;
    font-size: 35px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}

section {
    padding: 0 19%;
}

.hero {
    height: 100%;
    width: 100%;
    min-height: 1cqh;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}




.hero-text h1 {
    font-size: 40px;
    line-height: 1;
    color: black;
    margin: 0 0 45px;
}

.hero-text h2 {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}

.hero-text h3 {
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin-bottom: 40px;
}

.hero-text p {
    color: black;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.hero-img img {
    width: 450px;
    height: auto;
}

.prelom {
    display: flex;
    justify-content: center;
}

.mobile-text {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.mobile {
    display: flex;
    justify-content: center;

}

.mobile-tabel-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mobile_img {
    display: flex;
    justify-content: center;
}

.mobile-tabel-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.marketing-text {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.marketing {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    margin-bottom: 45px;
}

.service {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.tabela-word {
    display: flex;
    justify-content: center;
    justify-items: center;
    justify-content: space-between;
    margin-bottom: 45px;

}

.text {
    font-weight: bold;
}

.tabela1>h2 {
    font-size: 18px;
    font-weight: lighter;

}

.tabela2>h2 {
    font-size: 18px;
    font-weight: lighter;
}

.textIndu {
    margin-bottom: 25px;
}

.textIndu>h2 {
    font-size: 20px;
}

.industrial-text {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 20px;
}

.industrial {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.ind-tabel-1>h2 {
    font-size: 18px;
    font-weight: lighter;
}

.ind-tabel-2>h2 {
    font-size: 18px;
    font-weight: lighter;
}

.ind-tabel-3>h2 {
    font-size: 18px;
    font-weight: lighter;
}

.contact {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.logo-con {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.logo-text {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    font-size: bold;
}

.mail {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top: 25px;
    margin-bottom: 50px;
}



@media(max-width: 1535px) {
    header {
        padding: 15px 3%;
        transition: .2s;
    }

}

@media (ma-width: 1460px) {
    sectio {
        padding: 0 12%;
        transition: .2s;
    }
}

@media(max-width: 1340px) {
    .hero-img img {
        width: 100%;
        height: auto;
    }

    .hero-text h1 {

        margin: 0 0 30px;
    }

    .hero-text h3 {
        margin-bottom: 25px;
    }
}

@media(max-width:1195px) {
    section {
        padding: 0 3%;
        transition: .2s;
    }

    .hero-text {
        padding-top: 115px;
    }

    .hero-img {
        text-align: center;
    }

    .hero-img img {
        width: 560px;
        height: auto;
    }

    .hero {
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }

}

/* @media(max-width:990px){
    #menu-icon{
        display: block;
    }
    .navlist{
        position: absolute;
        top: 100%;
        right: -100%;
        width: 300px;
        height: 40vh;
        background: #4d9559;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding:  50px 20px;
        transition: all .55s ease;
    }
    .navlist a{
        margin-left: 0;
        display:  block;
        margin:  7px 0;
    }
    .navlist.open{
        right: 0;
    }
} */

@media (max-width: 990px) {
    .hero-img img {
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width:768px) {
    .hamburger {
        display: flex;
        cursor: pointer;
    }

    .hamburger #closeHam {
        display: none;
    }

    .navigation-items {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        right: 0;
        top: 58px;
        background-color: black;
        width: 100%;
        height: calc(100vh - 58px);
        padding-top: 60px;
        gap: 10vh;
    }

    .navigation-items>a {
        color: rgb(254, 254, 254);
    }

    .mobile {
        clear: both;
        display: block;
    }

    .marketing {
        clear: both;
        display: block;
        margin-left: 35%;
    }


}