* {
    margin: 0;
    padding: 0;
}

.container {
    margin: auto;
    width: 90%;

}


.img {
    width: 100%;
}
   


/* start */
.hero {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/header-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    display: flex;
    flex-direction: column;
}

.navbar-content img {
    text-align: left;
    margin-top: 25px;
    margin-left: 110px;
    width: 60px;
}


.nature {
    text-align: right;
    margin-top: -50px;
    margin-right: 30px;
}

.nature li {
    display: inline-block;
    padding: 20px;
    font-size: 15px;

}



.nature a {
    color: #fff;
    text-decoration: none;
}


.hero-content {
    text-align: center;
    margin-top: 10%;
    color: #fff;
}

.hero-content h1 {
    font-size: 100px;
}


.hero-content h2 {
    font-size: 50px;
}

.hero-content p {
    font-size: large;
}

.hero-content button {
    color: #536937;
    background-color: #ffd000;
    font-size: 15px;
    margin-top: 30px;
    padding: 15px 30px;
    cursor: pointer;
    transition: 0.4s;
}

.hero-content button:hover {
    background-color: #DAB200;
}


.items {
    margin-top: 100px;
    background-color: rgba(246, 246, 247, 0.726);
}



.imte {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.our h2 {



    color: #536942;
    text-align: center;
    margin-top: 40px;
    padding-top: 90px;

}


.item img h3 {
    padding-top: -100px;
}




.item img {
    cursor: pointer;
    transition: 0.5s;
    text-align: center;
}

.item img:hover {
    transform: scale(.9);
    cursor: pointer;

}


.abut {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    background-color: beige;
}

.box-img {
    text-align: center;
    margin-left: 4%;
    margin-bottom: 5%;
    margin-top: 100px;
}


.and p {
    text-align: center;
    padding-left: 4%;
    display: inline-block;
    color: #536942;
    font-family: Forum, display;
    font-size: 35px;
    line-height: 43px;
    font-weight: 400;
}


.box-imgs img {
    text-align: center;
    margin-left: 50%;
    width: 60px;
    margin-top: 4%;
}



.box-imgs p {
    text-align: center;
    margin-left: 4%;
    margin-top: 1%;
    color: #536937;
}









.about {
    display: flex;
    justify-content: center;
    align-items: center;
    
    display: inline-block;

    margin-top: 100px;
}



.us {
    margin-right: 50%;
    text-align: center;

}

.us p {

    font-family: sans-serif;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
    color:
        rgba(83, 105, 65, 0.7);
    margin-top: 20%;
}

.us h2 {

    font-family: Forum, display;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    color:
        rgb(83, 105, 66);

}

.us button {
    font-family: sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color:
        rgb(159, 206, 0);
    margin-top: 5%;
    transition: 0.4s;
    cursor: pointer;
    font-size: 15px;
    padding: 20px 10px;

}

.us button:hover {
    color: #12140b;
}


.us-out-span {
    font-family: sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color:
        rgba(83, 105, 65, 0.7);
    margin-top: 25%;

}


.tell img {
    margin-left: 60%;
    margin-top: -30%;
    width: 30%;
transition: 0.5s;

}


.tell img:hover{
    transform: scale(1.2);
    cursor: pointer;
}




.you {
    background-image: url(../img/footer-hero-big.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.even h1{
  text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size: xx-large;

color: #536942;
}


.even button{
    transition: 0.4s;
    cursor: pointer;
    padding: 15px 20px;
margin-top: 5%;
    background-color: #ffd000;
    color: #536942;
}

.even button:hover{
    background-color: #DAB200;
}



.even p{
   margin-top: 3%;
   font-size: large;
   color: #536942;
   font-family: Arial, Helvetica, sans-serif;
}



@media screen and (max-width: 767px) {

    
    .navbar-content, 
    .hero-content, 
    .items, 
    .box-imgs, 
    .abut, 
    .about, 
    .tell, 
    .you {
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    
    .item, 
    .box1, .box2, .box3, 
    .box-img, 
    .and, 
    .us, 
    .even, 
    .tell, 
    .you {
        width: 100% !important; 
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin: 0 0 30px 0 !important; 
        padding: 0 15px !important;
    }

  
    p {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
        line-height: 1.8 !important; 
        display: block !important;
        text-align: center !important;
    }

    h1 {
        font-size: 26px !important;
        margin-bottom: 20px !important;
    }

   
    img {
        width: 100% !important;
        height: auto !important;
        max-width: 350px !important; 
        border-radius: 10px;
        margin: 0 auto !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 90% !important;
    }
    .item, .box1, .box2 {
        width: 45% !important; 
    }
}


@media screen and (min-width: 1200px) {
    .container {
        width: 1170px !important;
        margin: 0 auto;
    }
}







/* end */