*{margin: 0;
padding: 0;
box-sizing: border-box;
}
body{background-color: #f2e8cf;}
img{max-width: 100%;
  height: 100%; 
  border-radius: 20px;
}
/* color{#a7c957
  #6a994e;
  #386641
} */
     /* font */
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
      /* header */
  .header-wrapper{width: 100%;
    min-height: 10vh;
    position: sticky;
    top:0%;
    left: 0%;
   z-index: 999;
 
}    
p{font-size: clamp(16px, 1.5vh,20px);
    font-family:"Roboto", sans-serif; 
    font-weight: 200;
    line-height: 160%;
}
button{border: 1px solid rgb(189, 237, 46);
    padding: 20px 40px;
    border-radius: 20px;
    background-color: #386641;
margin: 20px;
color: #ffffff;
font-size: clamp(16px,1vh,20px);
box-shadow: 0px 0px 30px rgba(246, 255, 81, 0.5);
transition: all 0.3s ease-in-out;
}
.container{max-width: 1200px;
    height: 100%;
    margin: auto;
    padding:10px 40px;
    overflow-x: hidden;
}
.header-row{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo img{width: 80px;}
.logo,.manu{flex: 1;}
.header-wrapper .manu ul{display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 60px;
    list-style: none;

}
.header-wrapper a{text-decoration: none;
    font-size: clamp(1.2rem,3vh,3rem);
    font-family:"Roboto", sans-serif;
    font-weight: 900 ;
    cursor: pointer;
    color: #386641;
}
.header-wrapper a:hover{background-color: rgb(0, 56, 33);
    padding: 20px 40px;
    border-radius: 20px;
    color: aliceblue;
    /* transform(x):{10px}; */
     }
.hamberger {display: none;}
.float-icon{position: fixed;
   top:80%;
   right: 5%;
   color: #386641;
   font-size: 60px;
}
    /* banner */
    .banner-wrapper img{max-height: 100vh;
      min-height: 50vh;
      width: 100%;
     
    }

    /* wellcome */
    
    .wellcome{text-align: center;
    background-color:  #a7c957;
    }
     h1{text-align: center;
        font-size: 3rem;
        margin-block: 20px;
      }
  .wecome-div{display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;

}  

.wecome-div .imge,.text{flex: 1;}
.wecome-div img{max-width: 700px;
    min-width: 400px;
   padding-block: 80px;
   border-radius: 20px;
}



.wecome-div .text {
  text-align: center;
  min-width:400px;
  max-width: 500px;
  padding: 80px 0px;

}  
.wecome-div .text h2{
    font-size: clamp(1.5rem,9vh,2rem);
    margin-block: 20px;
}
    
.wecome-div .text p{
    font-size: clamp(1rem,2vh,2rem);
    padding-block: 20px;
} 

/* transition: all 0.3s ease-in-out; */

     /* card */
 .card-wrapper h1{text-align: center;
    margin-block: 20px;
    font-size: 3rem;
}
.flex{display: flex;
  align-items: center;
   flex-wrap: wrap;
  
}
.card-group{justify-content: center;
   gap: 20px;
   text-align: center;
   margin-block: 30px;
   padding: 10px;
}
.card-group .card{flex: 1;
  background-color:   #6a994e;;
  border: 1px solid   #6a994e;;
  padding: 10px;
  border-radius: 20px;
  max-width: 300px;
  height: 700px;
}
.card-wrapper img{ background-color: aquamarine;
   object-fit: cover;
   height:300px;
}


/* .card-wrapper  img{max-width: 300px;
   min-width: 200px;
   max-height: 400px;
   object-fit: cover;
} */

/* .card{max-width: 325px;
    background-color: aquamarine;
    min-width: 200px;
    overflow: hidden;
} */
/* .card img{width: 100%;
    height: auto;
    object-fit: cover;
} */
.card-group h3{font-size: clamp(16px,2.5vh,25px);
margin-block: 20px;}

/* <!-- get in touch --> */

.get-in-touch-wrapper{text-align: center;
 background-color :  aquamarine;
}

.get-in-touch-wrapper h1{font-size: clamp(20px, 5vh,84px);}
.get-in-touch-wrapper-section{justify-content: center;
  gap:30px;
}
.form,.map{flex: 1;}
 .form{color: bisque;
  text-align: center;
  padding:30px;
}   
input{padding: 20px;
  margin-block: 20px;
  border-radius: 20px;
}
 input{width: 100%;}
 #comment{width:100%;
height: 100px;
border-bottom: 1px solid black;
border-radius: 20px;
margin-block: 20px;
}   
.map iframe{height: 500px;
  border-radius: 20px;
}
/* <!-- articles --> */

.article-wrapper{text-align: center;}
.article-wrapper h1{margin-block: 20px;
    font-size: clamp(20px, 5vh,84px);
}    
.article-wrapper h3{ font-size: clamp(20px, 3vh,84px);
    font-family:"Roboto", sans-serif; 
    font-weight: 200;
}
.article-group{padding: 20px;
    margin-block: 20px;
    border-bottom: 1px solid  rgb(0, 56, 33);
}
.article-group .imag{flex: 1;

}
.article-group .text{flex: 2;
    text-align: justify;
    padding: 20px;
    max-width: 700px;

}  
.article-group img{max-width: 400px;
    min-width: 200px;
    border-radius: 20px;
}

/* <!-- our tram --> */
.team-group{justify-content: center;
  gap: 40px;
  padding: 20px;
}
.team-group .image{width: 700px;
 
}
.team-group  img{ border-radius: 20px;}
.team-group .text{width: 500px;
 padding: 30px;
 text-align: center;
}
/* <!-- tag-line --> */
.tag-wrapper{background-color: #a7c957;
    text-align: center;
}
/* <!-- footer --> */
  .footer-wrapper{background-color: #6a994e;
    padding-block: 20px   ;
}

    .footer-wrapper ul{ list-style: none;
        color: azure;
    }
    .footer-wrapper a{text-decoration: none;
        color: azure;
}
.footer-wrapper-section {justify-content: center;
       padding: 20px;
       gap:80px;
       font-size: clamp(20px, 2vh,84px);
       font-family:"Roboto", sans-serif; 
       font-weight: 100; ;
}

.footer-wrapper-section .col{flex: 1;
    min-width: 200px;
}
.footer-wrapper-section .col1{flex: 3;
    min-width: 200px;
}

.footer-wrapper-section{justify-content: center;
  gap:50px
}
.footer-wrapper-section col1{flex:2;
    margin-inline: 20px;
}
.col i{color: blanchedalmond;
  font-size: 30px;
  margin-inline: 10px;
}
.footer-wrapper .logo img{height: 200px;
  width: 200px;
}
.footer-wrapper-section li{margin-block: 10px;}





    /* breakpoint */
@media screen and (min-width: 300px) and (max-width:576px){
    .hamberger {display: block;
        margin-left: 20px;
       color:  #386641;
    }
    .header-wrapper .manu{display: none;}
    /* .hamberger span :hover{.manu()} */
  
}
    