/*
Custom Css
*/

.CategoriesPro {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}


.hero-slides{
  height: 483.45px;
}

.brand-slides{
  height: 239px;
  /* border: 2px solid red; */
}

@media only screen and (max-width: 768px) {
  .footer-mail{
    font-size: 13px !important;
    /* text-wrap: nowrap; */
    }
}

@media only screen and (max-width: 1024px) {
  .footer-mail{
    font-size: 16px !important;
    /* text-wrap: nowrap; */
    }
}
  
  @media (max-width:480px) {
    .footer-mail{
    font-size: 16px !important;
    /* text-wrap: nowrap; */
    }

    .hero-slides{
      height: 842.688px;
    }
    .brand-slides{
      height: 150px;
    }
    .logoC{
      height: 40px !important;
    }
  }

  @media(max-width:350px){
    .hero-slides{
      height: 921.275px;
    }
  }
    



@media (min-width: 768px) and (max-width: 1024px) {
  .product {
    height: 250px !important;
    object-fit: cover;
  }
  .logoC{
    /* height: 52px !important; */
    height: 35px !important;
  }

  /* .brand9{
    height: 59.1px;
    border: 2px solid green;
  } */

  .hero-slides{
    /* height:689.238px; */
    height: 787.59px;
  }

  .brand-slides{
    height: 130px;
  }
 
}



@media (min-width: 1050px) and (max-width: 1200px) {
  .product {
    height: 250px !important;
    object-fit: cover;
  }

  .logoC{
    /* height: 52px !important; */
    height: 50px !important;
    border: 2px solid red;
  }
}


@media (min-width:1200px) {
  .product {
    /* height: 300px !important; */
    object-fit: cover;
    width: 100%;
    height: 220px;
  }
  .logoC{
    /* height: 52px !important; */
    height: 40px !important;

  }
 

}

@media (min-width: 320px) and (max-width: 480px) {
  .logoC {
    height: 30px;
  }
  .brand9{
    height: 46.69px;
    }
}


@media only screen and (max-width: 600px) {
  .h1 {
    font-size: 24px !important;
  }
}


.a-hover{
  color: white;

}

.a-hover:hover{
  font-size:20px !important;
  color: black;

}
