@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cormorant+Garamond&family=Heebo:wght@100..900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&family=Lato&family=Poppins&family=Quicksand:wght@300..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');



html body
{
  font-family: "Inter", sans-serif;
}

.whatsapp-icon {
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 1000;
  }
  
.sm-icons 
{
  background-color: rgb(255, 255, 255);
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
  .sm-icons img
  {
    border-radius: 0px;
   width: 35px;
  }

  /* nav */

  .navbar .navbar-brand 
{
    width: 160px;
    margin-left: -5px;
}
.navbar .nav-item .nav-link 
{
  color: black;
  font-weight: 400;
}
.navbar .nav-item:hover .nav-link
{
    background-color:white;
    color: #781f13;
}
.navbar .navbar-toggler 
{
  border: none;
}

.myswiper  {
    width: 100%;
    --swiper-pagination-color: white;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 25px;
  }


  .myswiper swiper-slide {
    font-size: 18px;
    background-color: #FEF9D9;
    
    display: flex;
    align-items: center;

  }

  
  .myswiper swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .myswiper swiper-slide .absbtn button
  {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    color: #000000;
    font-size: 15px;
    border-radius: 3px;
    border: none;
  }

  .myswiper swiper-slide h3 
  {
    color: #ffffff;
  }



/* brands */

  .brands .b-img 
  {
    width: 120px;
    align-self: center;
  }

  /* category */
  
  .category .title h5 
  {
      font-size: 25px;
      font-weight: bold;
  }
  
  .category .cat-items .c-item 
  {
      width: 16rem;
      padding: 8px;
      border: none;
  }
  .category .cat-items img
  {
     transition: 0.2s ease-in-out;
     border-radius: 8px;
  }
  .category .cat-items img:hover
  {
  
    transform: scale(1.2);
  }
  
  .category .cat-items .c-item h4
  {
      font-size: 16px;
      text-align: center;
      color: #000000;
  }
  .category .cat-items .c-item p
  {
      text-align: center;
      color: #363636;
  }
  .category .cat-items .c-item button
  {
     border: none;
     background-color: transparent;
     color: #781f13;
     font-weight: 600;
  }

  
  /* item-categories */


  .item-categories 
  {
    background-color: #781f1399;
  }

  .item-categories .title
  {
 color: white;
  }

  .item-categories .item-box 
  {
    width: 18rem;
    border: 1px solid white;
    padding: 8px;
   
  }

  .item-categories .item-box h6
  {
  color: white;
  font-size: 18px;
  }

  .item-categories .item-box h6::before
  {
    content: '\2192'; 
    padding-right: 10px;
    font-size: 30px;
    
  }



/* contact */

#contact 
{
    background-color: #781f13;
}

#contact .footer-logo
{
  width: 150px;
}
#contact h4 
{
  color: #ffffff;
}

#contact p 
{
    color: rgba(251, 251, 251, 0.79) ;
    font-size: 16px;}

#contact li a ,  #contact li
{
  text-decoration: none;
  color: rgba(251, 251, 251, 0.79) ;
  font-size: 16px;
}

#contact hr 
{
  width: 70px;
  border: solid #ffffff;
}

 /* form */

.contact-f-container h5
{
    font-size: 25px;
    font-weight: bold;
}

.contact-f-container .contact-form input, 
.contact-f-container .contact-form textarea
{
 border: 1px solid rgb(0, 0, 0);
 padding: 22px;
}

.contact-f-container .contact-form input:placeholder-shown, 
.contact-f-container .contact-form textarea:placeholder-shown
{
 color: black;
 font-weight: 400;
}

.contact-f-container .sub-btn button 
{
 padding: 10px;
 border: 1px solid rgb(0, 0, 0);
 border-radius: 5px;
 background-color: transparent;
 color: rgb(0, 0, 0);
}

.contact-f-container .sub-btn button:hover
{
 border: 1px solid #2249a5;
 background-color:transparent ;
 color:#2249a5 ;
}

