* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px;
}
.center_nav, .right_nav{
    cursor: pointer;
}
.right_nav h4{
    text-decoration: underline;
    padding: 2px;
}

.banner {
    background-image: url(image/image1.jpg);
    height: 600px;
    margin: 0 70px 70px 70px;
    background-color: rgb(76, 75, 75);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;

}

.banner h1 {
    padding: 60px;
    font-size: 60px;
    color: white
}

.text1 {
    padding-left: 200px;
    padding-right: 200px;
}

.content1 {
    padding-left: 70px;
    color: red;
    margin-bottom: 10px;
}

.content2 {
    padding-left: 70px;
    margin-bottom: 10px;
    font-size: 30px;

}

.content2 h2 {
    line-height: 1.2;
}

.content3 {
    font-size: 12px;
    padding-left: 40px;
    padding-right: 30px;
}

.content3 p {
    margin-left: 50%;
    width: 40%;
}

.numbers {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

.big {
    font-size: 50px;
    font-weight: bold;
}

.red {
    color: red;
    font-size: 40px;
    font-weight: bold;
}

.location, .experience {
    border-right: 1px solid rgb(193, 193, 193);
    padding: 20px;
}

.location, .experience, .clients {
    padding: 20px;
    margin: 20px;
}

.text2 {
    padding-left: 200px;
    padding-right: 200px;
    margin-top: 150px;
}

.cards {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cements, .mining, .rubber {
    margin: 20px 50px 0 50px;
    width: 40%;
    padding: 30px;

}

.cards h3 {
    color: white;
}

.cards p {
    font-size: 12px;
    color: white;
}

hr {
    border: 0.5px solid red;
    width: 20%;
    border-radius: 5px;
}

.cements {
    background-image: url(image/image2.avif);
    background-color: rgb(76, 75, 75);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
}

.mining {
    background-image: url(image/image3.jpg);
    background-color: rgb(76, 75, 75);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;

}

.rubber {
    background-image: url(image/image4.jpg);
    background-color: rgb(76, 75, 75);
    background-blend-mode: overlay;
    background-repeat: overlay;
    background-position: center;
    background-size: cover;
    height: 250px;
}

.content {
    margin-top: 200px;
}

.banner2 {
    margin-top: 90px;
    background-image: url(image/image5.jpg);
    height: 400px;
    background-color: rgb(76, 75, 75);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px;
    color: white;
}

.banner2 h1 {
    font-size: 60px;
    line-height: 1.2;

}

.banner2 p {
    width: 50%;
    margin-top: 20px;
}

.stats {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.area, .factory, .workers {
    margin: 70px;
}

.area .big, .factory .big, .workers .big {
    font-size: 30px;
}

.area .center, .factory .center, .workers .center {
    font-size: 20px;
    font-weight: 100;
}

.contact {
    display: flex;
    justify-content: center;
    padding: 70px;
    background-color: rgb(224, 224, 224);
}

.left_contact, .right_contact {
    width: 40%;
}

.left_contact h1, .left_contact h5 {
    padding: 0 20px;
}

.left_contact iframe {
    padding: 10px 5px;
    height: 300px;
    width: 500px;
    border: none;
    border-radius: 30px;
    margin: auto;
}

form {
    background-color: white;
    padding: 50px;
    border-radius: 20px;
    color: rgb(136, 132, 132);
    font-size: 15px;
}

input, textarea {
    border: none;
    border-bottom: 1px solid rgb(136, 132, 132);
    width: 90%;
}

input, label, textarea {
    margin: 20px;
}

button {
    padding: 10px;
    border-radius: 20px;
    background-color: rgb(255, 55, 0);
    color: white;
    width: 30%;
    border: none;
    margin: auto;
}

footer {
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
}
footer li{
    list-style: none;
}

footer li a {
    text-decoration: none;
    color: white;
}
.footmenu_right{
    color: white;
    text-align: right;
}
.social i{
    margin: 10px;
    cursor: pointer;
}

.footmenu_left li {
    font-size: 25px;
}

.footmenu_center li {
    font-size: 25px;
    text-align: left;
}

.industrymenu {
    display: flex;
    justify-content: space-evenly;

}
.industrymenu li{
    list-style-type: disc;
    color: white;
}

.industrymenu li {
    font-size: 15px;
    margin: 10px;
}

.footmenu_left, .footmenu_center {
    border-right: 1px solid rgb(193, 193, 193);
    height: 150px
}

.footmenu_left, .footmenu_center, .footmenu_right {
    padding: 10px;
    width: 30%;
}

@media screen and (max-width: 1397px) {
    nav, footer, .cards, .stats, .contact {
        flex-direction: column;
        align-items: center;
    }

    .left_contact {
        width: 100%;
        text-align: center;
    }

    .right_contact {
        margin-top: 30px;
    }

    .content3 p {
        margin-left: 4%;
        width: 90%;
    }

    .banner2 p {
        margin-left: 0;
        width: 90%;
    }

    .banner2 {
        height: 800px;
    }

    footer {
        height: 500px;
        padding: 10px;
    }
    .area, .factory, .workers{
        margin: 20px;
        text-align: center;
    }

    .footmenu_left, .footmenu_right, .footmenu_center {
        border-right: none;
        text-align: center
    }
    
}

@media screen and (max-width: 768px) {
    .content2 h2 {
        font-size: 25px;
    }


    .cements, .mining, .rubber {
        width: 90%;
    }

    .contact {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .left_contact {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .right_contact {
        width: 70%;
    }

    .footmenu_right, .footmenu_center, .footmenu_left {
        padding: 10px;
        width: 90%;
    }
    .footmenu_right{
        margin-top: 20px;
    }
}

@media screen and (max-width: 665px) {
    .banner {
        height: 300px;
        margin: 10px;
    }

    .banner h1 {
        font-size: 29px;
        padding: 10px;
    }

    .text1 {
        padding-left: 20px;
        padding-right: 40px;
    }

    .content3 {
        padding-left: 20px;
        padding-right: 40px;
    }

    .content3 p {
        margin-left: 9%;
        margin-right: 5%;
        width: 90%;
    }

    .numbers {
        flex-direction: column;
        align-items: center;
    }

    .location, .experience {
        border-right: none;
    }

    .text2 {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }

    .banner2 {
        padding: 10px;
    }

    .banner2 h6 {
        padding: 10px;
    }

    .banner2 h1 {
        font-size: 25px;
        padding: 12px;
    }

    .banner2 p {
        padding: 12px;
    }

    .area, .factory, .workers {
        margin: 15px;
        text-align: center;
    }

    .location, .experience, .clients {
        margin: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 426px) {

    .content2 h2 {
        font-size: 18px;
    }

    .text1 {
        padding-left: 20px;
        padding-right: 40px;
    }

    .content3 {
        padding-left: 20px;
        padding-right: 40px;
    }

    .content3 p {
        margin-left: 20%;
    }

    .left_contact h1 {
        font-size: 30px;
    }

    .right_contact {
        width: 100%;
        padding: 0;
    }
    form{
        font-size: 12px;

    }
    button{
        width: 40%;
    }

    .left_contact iframe {
        width: 200px;
    }
    .industrymenu li a{
        font-size: 12px;
    }
}