@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}
.container-full {
  width: 100%;
  height: auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  float: none;
  clear: both;
}
header {
  background-color: #212529;
  height: 40px;
}
.phone {
  float: left;
  color: #cfd6e1;
  padding: 8px 0;
}
.navbar-mail {
  text-decoration: none;
  color: #cfd6e1;
  font-size: 13px;
  font-weight: 300;
  margin: 0 8px;
}
.logo {
  font-size: 13px;
  color: #cfd6e1;
  float: right;
  padding: 13px 0;
}
.logo i {
  margin: 0 8px 0 0;
}

/* nav--------------------------------------------------------------------------------------------------------------------------------------------------------- */
nav {
  /* background-color: brown; */
  height: 92px;
}
.navbar h1 {
  float: left;
  color: #59ab6e;
  font-size: 48px;
  font-weight: 500;
  margin: 0 16px 8px 0;
  padding: 11px 0;
}
.flex-fill li {
  list-style: none;
  float: left;
}
.flex-fill ul li a {
  margin: 33px 99px 0 0;
  font-weight: 300;
}
.flex-fill {
  margin: 0 300px 0 300px;
}
.flex-fill a {
  display: inline-block;
  text-decoration: none;
  color: #212934;
  /* padding: 33px 80px 0 10px; */
  font-size: 18px;
}
.icons {
  padding: 30px 0;
  float: right;
  font-size: 25px;
}
.icons i {
  margin: 0 8px;
}
.banner{
    background-color: #efefef;
    height: 685px;
    width: 100%;
}
.col-1 {
    float: left;
    width: 600px;
    padding-top: 250px;

}
.col-1 h1 {
  color: #59ab6e;
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 8px;
}
.col-1 h3{
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 30px;
}
.col-2{
    float: right;
    width: 588px;
    height: 680px;
}
.col-1 p{
    font-size: 18px;
    font-weight: 300;
  }

/* categories----------------------------------------------------------------------------------------------------------------------------------------------------------- */
.text-center{
  padding-top: 50px;
  text-align: center;
  color: #212529;
}
.text-center h1{
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 8px;
}
.text-center p{
  font-size: 18px;
  margin-bottom: 32px;
  font-weight: 300;
  line-height: 1.5;
}
.image{
  width: 340px;
  float: left;
  padding-bottom: 90px;
  margin: 30px;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
  /* width: 310px;
  height: 310px; */
  border: 1px solid #dee2e6;
  border-radius: 50%;
  /* margin: 30px; */
  
}
.image p, figcaption{
  text-align: center;
}
figure h5{
  font-size: 20px;
  margin: 16px 0;
  font-weight: 500;
  line-height: 1.2;
}
figure p {
  margin-bottom: 16px;
  
}
.btn-success {
  color: #fff;
  background-color: #59ab6e;
  border-color: #56ae6c;
  font-size: 18px;
  font-weight: 300;
  padding: 6px 12px;
  display: inline-block;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: center;
  
}

/* featured----------------------------------------------------------------------------------------------------------------------------------------------------------- */
#featured{
  background-color: #E9EEF5;
  height: 852px;
}
.card1{
  background-color: #FFFFFF;
  width: 370px;
  height: 573px;
  float: left;
  margin: 14px;
  border-radius: 0.25rem;
  border: 1px solid rgba(0,0,0,.125);
}
.card-body{
  padding: 1rem;
}
.card-body ul{
  justify-content: space-between;
  display: flex!important;
  padding-left: 0;
  list-style: none;
  font-size: 18px ;
  font-weight: 300 ;
  margin-bottom: 16px;
}
.card-body i{
  font-size: 22px;
  font-weight: 900;
}
.card-body h2{
  font-size: 30px;
  font-weight: 300;
  color: #212529;
}
.card-text{
  color: #212529;
  font-size: 18px ;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.text-muted {
  color: #bcbcbc;
  font-weight: 300;
  font-size: 18px;
}
.bx{
  font-weight: 900;
}

/* featured----------------------------------------------------------------------------------------------------------------------------------------------------------- */
footer{
  background-color: #212934;
  height: 603px;
}
.contact{
  width: 400px;
  height: 385px;
  padding: 48px 12px 0; 
  float: left;

}
.product{
  padding: 48px 12px 0;
  width: 400px;
  height: 385px;
  float: left;

}
.further{
  padding: 48px 12px 0;
  width: 400px;
  height: 385px;
  float: left;

}
.contact h2{
  /* border-color: #2d343f; */
  color: #59ab6e;
  font-weight: 500;  
  font-size: 30px;
  margin-bottom: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2d343f;
  line-height: 1.2;
  
}
.footer-link li{
  padding-top: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #cfd6e1;
  list-style: none;
  line-height: 1.4;
  
}
.product h2{
  border-color: #2d343f;
  color: #cfd6e1;
  font-weight: 300;  
  font-size: 30px;
  margin-bottom: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2d343f;
  line-height: 1.2;
  
}
.footer-link li a{
  color: #dcdde1;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  
}
.further h2{
  border-color: #2d343f;
  color: #cfd6e1;
  font-weight: 300;  
  font-size: 30px;
  margin-bottom: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2d343f;
  line-height: 1.2;

}
.text-light {
  color: #cfd6e1;
}

.border-bottom {
  border-color: #2d343f;
  border-bottom: 1px solid #2d343f;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.email .col-12{
  margin: 0 0 16px;
  padding: 0 12px;
}
.footer-icon{
  float: left;
}
.footer-icon ul {
  list-style: none;
  /* font-weight: 300; */
  margin-bottom: 1rem;
  float: left;

}
.footer-icon ul li{
  width: 45px;
  height: 45px;
  line-height: 2.6em;
  margin-right: 0.5rem;
  border-radius: 50%;
  /* border-color: #f8f9fa; */
  border: 1px solid #2d343f;
  display: inline-block;
  text-align: center;
  
}
.footer-icon i{
  font-size: 30px;
  vertical-align: -9px;
}
.footer-form{
float: right;
}
.footer-form [type = text]{
  width: 220px;
  height: 43px;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-color: #2d343f;
  border-radius: 5px;
}
.footer-form ::placeholder{
  font-size: 16px;
  padding-left: 10px;
}
.footer-form button{
  margin-left: -5px;
  padding: 10px;
  background-color: #59ab6e;
  border-color: #56ae6c;
  border: none;
  font-size: 18px;
  color: #cfd6e1;
  font-weight: 300;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

 .border-light {
  border-color: #2d343f;
}

.footercolor{
 height: 110px;
  background-color: #1d242d;
  padding-top: 33px;
}