*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box; 
    max-height: fit-content;  
}
html{
  height: -webkit-fill-avalable;

}

/*-- to-top --*/
body{
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
   
    background-color: #cbc9ad;
    height: -webkit-fill-avalable;
}
/*-- banner --*/
.slider-container{
  width: 100%;
  height: 37vh;
  background-color: #2c4427;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper{
  width: 100%;
  height: fit-content;
  

}
.swiper-slide img{
  width: 98%;
  height: 37vh;
  box-shadow: none;
  margin-top: 2px;
  border-radius: 10px;

}


.swiper .swiper-button-prev, .swiper .swiper-button-next{
  color: #fff;

}
  /*-- //banner --*/
/*-- about, Why us, who we are --*/
.about{
  background-color: #514b23;
  box-shadow: 0 6px 7px rgb(136, 136, 136), 0 6px 18px 0 rgb(163, 163, 163);
  border-radius: 25px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 7px;
  width: 97%;
  margin: 5rem auto 0rem auto;
}
.about img{
  height: 250px;  
  width: 275px;
  border-radius: 25px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.about h3{
  margin: 10px;
  color: rgb(38, 185, 173);
  text-shadow: 2px 2px 4px #000000
}
.about p{
  color: #ffffff;
  margin-right: 15px;
  margin-left: 5px;
}
/*-- //about, Why us, who we are --*/
/*-- contact --*/
.Contact{
  background-color: #514b23;
  box-shadow: 0 6px 8px rgb(180, 179, 179), 0 6px 20px 0 rgb(105, 104, 104);
  border: 2px solid white;
  border-radius: 25px;
  padding: 0px;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 35%;
  height: 280px;
text-align: center;
  margin: 05rem auto 1rem auto;
  color: whitesmoke
  
}
.Contact h1{
  padding-top: 20px;
  color: rgb(221, 4, 4);
  text-align: center;
  text-shadow: 2px 2px 4px #eed7d7
}
.Contact h2{
  padding-top: 10px;
  color: rgb(45, 192, 45)
}
.Contact h4{
  color: rgb(217, 228, 202)
}

/*-- //Contact --*/
/*-- /BranchOffice --*/
.row{
  border-radius: 25px;
  padding: 0px;
  padding-bottom: 10px;
  max-width: fit-content;
  height: 250px;
  margin: 05rem auto 1rem auto;
}
.row .columnbr1{
display: inline-block;
padding: 190px;
padding-top: 10px;
color: #ffffff; 
flex: 1;
  border: 1px solid white;
  margin: 2px;
  padding: 100px;
  margin-left: 0px;
  margin-bottom: 25px;
background: rgb(67, 60, 94);
transition: .3s;
border-radius: 25px;
padding: 50px;
}
.row .columnbr1 h3{
  color: aqua;
}

.row .columnbr2{
  display: inline-block;
  padding: 190px;
  padding-top: 10px;
  color: #ffffff;
  flex: 1;
  border: 1px solid white;
  margin: 2px;
  padding: 100px;
  margin-left: 0px;
  margin-bottom: 25px;
background: rgb(155, 182, 93);
transition: .3s;
border-radius: 25px;
padding: 50px;
    
  }
.row .columnbr2 h3{
  color: aqua;
}
.row .columnbr3{
    display: inline-block;
    padding: 100px;
    padding-top: 10px;
    color: #ffffff;
    flex: 1;
  border: 1px solid white;
  margin: 2px;
  padding: 100px;
  margin-left: 0px;
  margin-bottom: 25px;
background: rgb(163, 134, 40);
transition: .3s;
border-radius: 25px;
padding: 50px;
    }
  .row .columnbr3 h3{
    color: aqua;
  }

/*-- //BranchOffice --*/

/*-- Top --*/
nav{
    background: #333;
    height: 115px;
    width: 100%;
    
}
img{
  margin-top: 11px;
  margin-left: 11px;
  width: 4%;
  padding: 2px;
  box-shadow: 0 6px 8px rgb(180, 179, 179), 0 6px 20px 0 rgb(105, 104, 104);
  
}
  label.logo{
    color: white;
    font-size: 45px;
    line-height: 80px;
    padding: 0 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    
  } 
  nav ul{
    float: right;
    margin-right: 90px;
    font-size: 30px;
    word-spacing: 35px;
    font-family:Arial, Helvetica, sans-serif;
    
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
    
  }
  nav ul li a{
    color: white;
    font-size: 15px;
    padding: 7px 13 px;
    border-radius: 3px;
    text-transform: capitalize;
  }
  a.active,a:hover{
    background-color: #29b905;
    transition: 0s;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
  }
  .checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
  @media (max-width: 952px){
    lable.logo{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 60px;
    }
  }
  @media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: hsl(0, 7%, 94%);
        top: 80px;
        left: -100%;
        text-align: center;
        transition-duration: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    a:hover,a.active{
        background: none;
        color: #008286;
    }
    #check:checked ~ ul{
        left: 0;
    }
  }
section{
    background: url(bg1.jpg) no-repeat;
    background-size: cover;
    height: calc(100vh - 80px);
    
}
/*-- //top --*/
/*-- Footer --*/
.footer{
  margin-top: 90px;
  width: 97%;
  margin-left: 22px;
  padding: 7%;
  padding-bottom: 2%;
  padding-top: 1%;
  background: #333;
  color: #efefef;
  display: flex; 
  clear:both;
  bottom:0;
}
.footer div{
  text-align: right;
  
}
.col2{
  flex-grow: 2;
}
.footer div h1{
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer div h2{
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color:rgb(12, 177, 163)
}
.col1 a{
  display: block;
  text-decoration: none;
  color: #efefef;
  margin-bottom: 10px;
  text-align: left;
  
}
.col2 a{
  display: block;
  text-decoration: none;
  color: #efefef;
  margin-bottom: 10px;
  text-align: right; 
}
/*-- //Footer --*/
/*-- products --*/
.products{
  padding: 20px;
 padding-bottom: 10px;
  margin: 20px;
}
header{
  padding: 25px;
  text-align: center;
  font-size: 21px;
  font-size: 35px;
  color: yellow;
  text-shadow: 2px 2px 4px #000000
}
.columns{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px 0;
}
.column1{
  flex: 1;
  border: 1px solid white;
  margin: 2px;
  padding: 100px;
  margin-left: 0px;
  margin-bottom: 25px;
background: #b1e9a3;
transition: .3s;
border-radius: 25px;
}
.column2{
  flex: 1;
  border: 1px solid white;
  margin: 2px;
  margin-bottom: 25px;
  padding: 100px;
background: rgb(248, 248, 80);
transition: .3s;
border-radius: 25px;
}
.column3{
  flex: 1;
  border: 1px solid white;
  margin: 2px;
  padding: 100px;
  margin-right: 0px;
  margin-bottom: 25px;
background: #87c44b;
transition: .3s;
border-radius: 25px;
}

@media (max-width: 952px){
  lable.logo{
      font-size: 30rem;
      padding-left: 50px;
  }

}
  

/*-- products --*/



