@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600&display=swap');

body{
	font-size:14px;font-weight:400;font-family: 'Poppins', sans-serif;
}

/*header*/
.justify-con-nav{
    margin-left: auto; 
}
.justify-con-nav .nav-item{
    margin-right: 10px;
    font-size: 16px;
}
.navbar-nav .nav-item.active{
  border-bottom: 2px solid #f4bd08; 
}

/*header*/


.head-text{
  padding-bottom: 30px;
}
  .btn-header{
      padding: 20px;
      background-color: rgba(244, 189, 8, 1);
      color:black !important;
      border-radius: 0px !important;
      border: none !important;
      font-weight: bold;
  }
  
    #sectionshop-2{
        margin-top:20px;
    }

  
  .btn-header:hover,.btn-header:focus{
    border: 2px solid #d6ab09!important;color:#d6ab09!important;background: rgba(0,0,0,0.3)!important;
  }
  
  
  .nav-Btn-bg{
    background: #544c4c;
    color: #fff;
    padding-top: 10px;
    font-size: 17px;
  }
  
  
  .bg-app{
    background: url("../images/cut-1.jpg") no-repeat center;height: 200px; width: 100%;
  }
  .free-appoint{
    font-size: 33px;font-weight: 600;
  }


  /*footer*/
  .bg-Footblack{
    background: #000;color: #d9d9d9;
  }

.foot-para{
  font-size: 13px;line-height: 23px;
}
.foot-headRigh{
  font-size: 20px;font-weight: 600;
}

ul.foot-links li{
  display: block;list-style: none; color: #d9d9d9;
}
ul.foot-links li a,ul.foot-links li a:hover,ul.foot-links li a:focus{
  color: #d9d9d9;
  font-size: 15px;text-decoration: none;
}
ul.foot-links li.link-view a{
  color: #e7087b;
}
ul.foot-links li.link-view{
  margin-top: 10px;
}
ul.foot-links li a .fa{
  font-size: 35px;
}

.FootLinkHead{
  font-size: 13px;font-weight: 600;padding-bottom: 10px;
}
.copyright-text{
  font-size: 13px;border-top: 1px solid #565151;
}
/*footer*/


/*shop*/
.shop-banner {
  height: 300px;
  min-height: 500px;
  background-image:linear-gradient(to right,rgba(19, 18, 18, 0.23), rgba(0, 0, 0, 0.21));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color:#fff;
}
.shop-banner h1{
	color:#fff;
	font-size:2.5rem !important;
}
.overlayShop{
  background: rgba(0,0,0,0.7);
  height: 202px;
  width: 353px;
  margin: 60px auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.imgShop{
  position: relative;height: 400px;object-fit: cover;
}

a.shop-LinkCenter{
  font-size: 19px;text-decoration: none; position: absolute;left: 0px; right: 0px; margin: 0 auto;background: rgba(0,0,0,0.6);
  border-radius: 30px;width: 50%;top:40%;text-align: left;padding:10px 10px 10px 20px;
}
  .shop-LinkCenter .fa{
    float: right;
    margin-top: 8px;
  }
 .card{
	 border-radius:0px;
	 padding:10px;
 }
 .card-img-top{
	  border-radius:0px;
 }
 .blog-con{
	 padding-top:30px;
	 padding-bottom:30px;
 }
 .card-body{
	 padding:0px 0px 10px 0px;
 }
 .widget-area{
	 background-color:#F4F4F4;
	 padding:15px;
 }
   .widget-area h3.widget-title{color:#000;}
 .post-thumbnail img{width:100%;} 
/*shop/