
.container {
    width: 95%;
}
.nav-wrapper{
    padding: 0 3rem;
}
nav .brand-logo {
    font-size: 1.5rem;
}
img{
    height:auto;
}
.responsive-img{
    height: 80%;
}

.products {
  padding: 0.5rem 0.5rem;
}
.section-title h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-transform: capitalize;
  letter-spacing: var(--mainSpacing);
}
.products-center {
  width: 90vw;
  margin: 0 auto;
  max-width: 1170px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
}
.product-img {
  display: block;
  width: 100%;
  min-height: 12rem;
  transition: var(--mainTransition);
}

.section-search input{
    padding:0px 5px !important;
    font-size: 18px !important;
    width: 90% !important;
    border: #f4f4f4 3px solid !important;
}
  
input[type="text"] {
    color: #000000;
}

.section-follow .fa-4x{
    margin: 5px 10px;
}
#wa{
    
    margin-top: 150px;
    size: 5rem;
    color: rgb(65, 214, 35);
    /* background-color: chartreuse; */
    border-radius: 50%;
}
 #insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
   
   /* change this to change the size*/
   
}
#yt{
    color: red;
    background-color: white;
    border-radius: 1rem;
}
#fb{
    color: blue;
    background-color: #fff;
    /* margin:2px; */
    border-radius: 10%;
}

slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.slider .indicators .indicator-item {
    display: none;
    position: relative;
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 0 8px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}

.card-title {
    color: black ;
}

.copy{
    height: 1px;
    width: 1px ;
}

.brand-logo{
    color: #285AEB;
}
#logo{
    height: 4rem;
}