@import url('https://fonts.googleapis.com/css?family=Prompt');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif,'Prompt';
    letter-spacing: 2px;
}
html{
    scroll-behavior: smooth;
}
header {
    width: 100%;
    height: 80vh;
    background: linear-gradient(71deg, rgb(250 255 244 / 32%) 0%, rgb(42 50 34 / 85%) 100%),url('images/rubertree.jpg') no-repeat bottom left fixed;

}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
hr{
    border: 1px solid #f3faee;
    border-radius: 5px;
    margin-bottom: 2rem;
}
nav{
    width: 100%;
    display:flex;
    margin:auto;
    height:auto;
    padding:0.5rem 0rem;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 0.12rem solid #ffffff59;
}
nav .menu ul{
    display: flex;
}
nav .menu ul li{
    
    list-style-type: none;
    padding:0 1rem;
    padding-bottom: 0.5rem;
    
}
nav .menu ul li a{
    color:#c5c5c5;
    text-decoration: none;
}
.header-section{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10rem;
    height: 80vh;
    align-content: center;
    flex-direction: row;
}
.logo-nav{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-nav span{
    color:#fff;
}
.logo-nav img{
    max-width: 80px;
    width: 100%;
    height: auto;
    margin:0.5rem;
}
.header-text span{
    padding:0.7rem 0rem;
    
    color:rgb(223, 223, 223);
}
.header-text h1{
    color:#fff;
    padding:0.7rem 0rem;
}
.header-text h3{
    color:#fff;
    padding:0.7rem 0rem;
}
.header-text button{
    padding:0.7rem 1.2rem;
    border:none;
    border-radius: 2rem;
    margin: 1rem 0rem;
    cursor: pointer;
    background-color: #233118;
    color: #fff;
    transition: all 0.2s;
}
.header-text button:hover{
    background-color: #fff;
    color: #233118;
}
.header-paragraph{
    padding:0.7rem 0rem;

}
.header-paragraph p{
    color:rgb(223, 223, 223);
}

.header-product{
    padding:0rem 0.2rem;

    
}
.header-product img{
    max-width: 600px;
    width: 100%;
    height: auto;
    padding:0rem 0.5rem;
    transition: all 0.5s;
}
.header-product img:hover{
    transform: scale(1.02);
}
.section-abilities{
    display: flex;
    justify-content:center;
    padding-top:2rem;
    flex-wrap: nowrap;

    
}
.abilities-items{
    max-width:260px;
    width: 100%;
    display:block;
    text-align: center;
    padding:0.5rem 0rem;
    margin:0.5rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.abilities-items img{
    max-width: 130px;
    width: 100%;
    height: auto;
    padding:1rem;
}
.abilities-items h2{
    color:#365945;
    font-size: 1.1rem;
    margin:0rem 0.5rem;
}
.abilities-paragraph{
    padding:1rem;
    color:#484848;
    font-size: 0.8rem;
}
.section-copper{
    margin-top:2rem;
}
.main-copper{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(200deg, rgb(250 255 244) 0%, rgba(103, 126, 80, 0.384) 100%);
    padding:2rem 0rem;
    
}
.copper img{
    max-width: 600px;
    max-height:400px;
    width: 100%;
    height:auto;
    margin:0.5rem;
    border-bottom-left-radius: 3rem;
    border-top-right-radius: 3rem;
    border:4px solid #fff;
    transition: all 0.25s;
}
.copper img:hover{
    border:4px solid #d4e7c7;
}
.copper-detail{
    max-width: 600px;
    width: 100%;
    max-height: 600px;
    height: 100%;
    padding:0rem 1.5rem;
    text-align: left;
    
}
.copper-detail h2{
    color:#484848;
    padding:1rem 0rem;
    text-align: center;
}
.copper-detail p{
    color:#484848;
    padding:0.5rem 0rem;
}

.section-chacoal{
    margin-bottom:2rem;
}
.main-chacoal{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(120deg, rgb(148, 148, 148) 0%, rgb(0, 0, 0) 100%);
    padding:2rem 0rem;
    
}
.chacoal img{
    max-width: 550px;
    max-height:350px;
    width: 100%;
    height:auto;
    margin:0.5rem;
    border-bottom-left-radius: 3rem;
    border-top-right-radius: 3rem;
    border:4px solid #fff;
    transition: all 0.25s;
}
.chacoal img:hover{
    border:4px solid #000000a2;
}
.chacoal-detail{
    max-width: 600px;
    width: 100%;
    max-height: 600px;
    height: 100%;
    padding:0rem 1.5rem;
    text-align: left;
    
}
.chacoal-detail h2{
    color:#ebebeb;
    padding:1rem 0rem;
    text-align: center;
}
.chacoal-detail p{
    color:#e4e4e4;
    padding:0.5rem 0rem;
}
.section-mng{
    margin: 0 auto;
    margin:2rem 0rem;
}
.main-mng{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(50deg, rgb(250 255 244) 0%, rgba(103, 126, 80, 0.384) 100%);
    padding:2rem 0rem;
}
.mng img{
    max-width: 600px;
    max-height: 400px;
    width: 100%;
    height:auto;
    margin:0.5rem;
    border-bottom-right-radius: 3rem;
    border-top-left-radius: 3rem;
    border:4px solid #fff;
    filter:grayscale(0.5);
    transition: all 0.25s;
}
.mng img:hover{
    border:4px solid #d4e7c7;
}
.mng-detail{
    max-width: 600px;
    width: 100%;
    max-height: 600px;
    height: 100%;
    padding:0rem 1.5rem;
    text-align: left;
    
}
.mng-detail h2{
    color:#484848;
    padding:1rem 0rem;
    text-align: center;
}
.mng-detail p{
    color:#484848;
    padding:0.5rem 0rem;
}

.section-product{
    margin:1rem 0rem;
}
.head-product{
    text-align: center;
    padding:1.5rem;
}
.head-product{
    color:#365945;
}

.grid-product{
    display:flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
}
.product-items img{
    max-width: 400px;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.product-items img:hover{
    transform: scale(1.05);
}
.product-items h2{
    text-align: center;
    color:#365945;
    padding-top:1rem;
}
.product-items h3{
    text-align: center;
    color:#999999;
}
.product-items p{
    text-align: center;
    color:#8aab75;
    font-size:1.5rem;
    font-weight: bold;
    padding:1rem;
}
.product-items ul{
    padding:0.5rem 0rem;
}
.product-items ul li {
    font-size: 0.8rem;
    color:#5e5d5d
}
.product-items button{
    width: 50%;
    padding:0.5rem 1rem;
    border: none;
    border-radius:5px;
    cursor: pointer;
    transition: all 0.25s;
    
}
.product-items button:hover{
    color:#fff;
    background-color: #8aab75;

}


.product-detail{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-contact{
    margin-bottom:4rem;
    display:flex;
    align-content: center;
    justify-content: space-evenly;
}
.text-contact{
    margin-top: 1.7rem;
    color:#484848;
    
}
.text-contact p {
    padding:0.2rem;
}


.form-contact{
    display: flex;
    flex-direction: column;
    color:#484848;
}
.form-contact input{
    padding:0.4rem;
    margin:0.3rem 0rem;
}
.form-contact textarea{
    padding:0.4rem;
    margin:0.3rem 0rem;
}
.form-contact h3 {
    padding:0.2rem;
    color:#365945;
}
footer{
    background-color: #293023;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:1rem;
}
.copyright{
    display:flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    color: rgb(230, 230, 230);
    margin: 0 auto;
    padding: 0.5rem;
    align-content: center;
    flex-wrap: nowrap;
}
.copyright p {
    padding:0.7rem;
}
.footer-logo img{
    max-width:80px;
    width: 100%;
    height:auto;
}

/* Ipad tablet */

@media only screen and (max-width: 1024px){
    *{
        letter-spacing: 1px;
        
    }
    nav{
        width: 95%;
    }
    header{
        height:100vh;
    }
    .abilities-items h2{
        font-size: 1rem;
    }
    .header-section{
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        height: 100vh;
    }
    .section-abilities{
        flex-wrap: wrap;
    }
    .main-copper{
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .main-chacoal{
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .main-mng{
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}
@media only screen and (max-width: 834px){
    .section-abilities{
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .abilities-items{
        max-width:250px;
    }
    h1{
        font-size: 1.3rem;
    }
    p{
        font-size:1rem;
    }
}
@media only screen and (max-width: 820px){

    
    h1{
        font-size: 1.1rem;
    }
    p{
        font-size:0.8rem;
    }
}
@media only screen and (max-width: 810px){
   
    header{
        height:100vh;
    }
    .header-section{
        height:100vh;
    }
    .abilities-items{
        max-width:380px;
    }
    p{
        font-size:0.8rem;
    }
}
@media only screen and (max-width: 768px){

    .abilities-items{
        max-width:360px;
    }
    .grid-product{
        padding: 1rem;
    }
    .product-items{
        padding: 1rem;
    }
}

/* Mobile */
@media only screen and (max-width: 540px){
    nav{
        flex-direction: column;
        align-items: center;
    }
    header{
        height:100vh;
        background-position: center center;
    }
    .menu{
        margin-top:1rem;
    }
    .logo-nav img{
        max-width:60px;
    }
    .header-section{
        flex-direction: column-reverse;
        height:100vh;
    }
    .header-product img{
        max-width: 300px;
    }
    .header-text{
        text-align:center;
    }
    .abilities-items{
        max-width:390px;
    }
    .main-chacoal{
        flex-direction: column-reverse;
    }
    .main-copper{
        flex-direction: column;

    }
    .main-mng{
        flex-direction: column-reverse;

    }
    .section-contact{
        flex-direction: column;
        padding:1rem;
    }
    .text-contact{
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 476px){
    nav{
        flex-direction: column;
        align-items: center;
    }
    header{
        height:100vh;
        background-position: center center;
    }
    .menu{
        margin-top:1rem;
    }
    .logo-nav img{
        max-width:60px;
    }
    .header-section{
        flex-direction: column-reverse;
        height:100vh;
    }
    .header-product img{
        max-width: 300px;
    }
    .header-text{
        text-align:center;
    }
    .abilities-items{
        max-width:390px;
    }
    .main-chacoal{
        flex-direction: column-reverse;
    }
    .main-copper{
        flex-direction: column;

    }
    .main-mng{
        flex-direction: column-reverse;

    }
    .section-contact{
        flex-direction: column;
        padding:1rem;
    }
    .text-contact{
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 414px){
    h2{
        font-size:1.2rem;
    }
    .abilities-items{
        max-width:320px;
    }
    .abilities-paragraph p{
        font-size:0.7rem;
    }
    .main-copper{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .copper img{
        max-width: 350px;
    }
    .main-chacoal{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .chacoal img{
        max-width: 350px;
    }
    .main-mng{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .mng img{
        max-width: 350px;

    }
}

@media only screen and (max-width: 393px){
    nav .menu ul li a{
        font-size: 0.8rem;
    }
    #readmore h2{
        font-size: 1rem;
    }
    
}
@media only screen and (max-width: 375px){
    nav .menu ul li a{
        font-size: 0.8rem;
    }
}
@media only screen and (max-width: 360px){
    nav .menu ul li a{
        font-size: 0.7rem;
    }
}
@media only screen and (max-width: 320px){
    nav .menu ul li a{
        font-size: 0.6rem;
    }
    nav .menu ul li{
        padding: 0 0.5rem;
    }
    p{
        font-size: 0.5rem;
    }
    #readmore h2 {
        font-size: 0.8rem;
    }
    .abilities-items {
        max-width: 280px;
    }
    .copper img{
        max-width: 280px;
    }
    .chacoal img{
        max-width: 280px;
    }
    .mng img{
        max-width: 280px;
    }
    .text-contact{
        margin-top: 1rem;
    }
}