*{
  font-family: "Noto Kufi Arabic";
}

html,body{
  overflow-x: hidden;
}

/* Navbar Start */

.social-icon{
  text-decoration: none;
  
}

.social-icon-background{
  text-decoration: none;
  color:white;
  background-color: #343435;
  border-radius: 50px;
  font-size: 22px;
  margin: 15px;
  text-align: center;
  width: 50px;
  height: 50px;
}

.top-bar{

  background-color: #343435;
  min-height: 60px;
}

.top-bar-text{
  color:white;
  font-size:16px;
}

.top-bar-contact{
  color:white;
  font-size:14px;
}

.nav-bar{
  min-height: 75px;
  background-color: #116EC4;
}

.nav-bar-link{
  color:white;
  text-decoration: none;
  margin:20px;
  font-size: 20px;
}

.nav-bar-link:hover{
  color:black;
}

.active{
  color:black !important;
}

.offcanvas{
  background-color: #116EC4;
}
/* Navbar End */



/* Homepage Start */

.product-card {

  padding: 20px; /* Padding */
  margin-bottom: 20px; /* Space between cards */
  border-radius: 10px; /* Rounded corners */
}
.product-card img {
  max-width: 100%;
  height: auto;

  --f: 1.15; /* the scale factor */
  
  clip-path: inset(0);
  transition: .4s;
  cursor: pointer;
}
.product-card img:hover {
  clip-path: inset(calc((1 - 1/var(--f)) * 50%));
  scale: var(--f)
}

/* Homepage End */

/* Product Card Start */
.product-img {
  --f: 1.15; /* the scale factor */
  
  clip-path: inset(0);
  transition: .4s;
  cursor: pointer;
}
.product-img:hover {
  clip-path: inset(calc((1 - 1/var(--f)) * 50%));
  scale: var(--f)
}
/* Product Card End */



/* Back To Top End */

#back-to-top {
  display: inline-block;
  background-color: #116EC4;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}
#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top:active {
  background-color: #555;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}


@media (min-width: 500px) {

  #back-to-top {
    margin: 30px;
  }
}


/* Back To Top End */




/* Search Box Start */


.search{
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    
  }

  .search input{

   height: 60px;
   text-indent: 25px;
   border: 2px solid #d6d4d4;


  }


  .search input:focus{

   box-shadow: none;
   border: 2px solid #116EC4;


  }

  .search .fa-search{

   position: absolute;
   top: 20px;
   right: 16px;

  }

  .search button{

   position: absolute;
   top: 5px;
   left: 5px;
   height: 50px;
   width: 110px;
   background: #116EC4;

  }
  .search  a{

   position: absolute;
   top: 5px;
   left: 120px;
   height: 50px;
   width: 60;
   font-size: 20px;
   color:white;

  }

  
/* Search Box  End*/





/* admin dashboard*/


