
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: 'roboto' ;
    scroll-behavior: smooth;
}
.body{
  padding-top: 70px !important;
}



.carousel-indicators button{
    width: 20px  !important;
    height: 20px !important;
border-radius: 50% !important;
 background-color: rgb(0, 174, 255) !important;
}

.myicon{
    color: rgb(0, 174, 255) ;
    font-size: 30px ;
}

.offcanvas-img{
    width: 250px !important;
    height: 300px !important;
}
.offcanvas-body{
    text-align: center !important;
color: black !important;
font-weight: 1000 !important;
font-size: large !important;

}

.offcanvas{
    width: 45vh !important;
}
.btn1{
    background-color:  rgb(0, 174, 255) !important;
}
.btn:hover{

    background-color: crimson !important;
border-radius: 20px !important;
transform: scale(1.1) !important;
 transition: ease all 1s !important;
cursor: pointer;


}
.btn1:hover{

    background-color: crimson !important;
border-radius: 20px !important;
transition: 1s ease all !important;
cursor: pointer;


}
.offcanvas-img:hover{
    cursor: pointer !important;
    transform:skew(-2deg) !important;
    transition: 1s !important;
}

.text-header{

    padding-top: 2% !important;
  
       border-bottom:  crimson solid 5px !important;
}
.btn-primary{
    background-color: rgb(28, 138, 189) !important;
}

.btn-primary:hover{
   background-color: crimson !important;
   border-radius: 20px !important;
   transition: 1s ease all;
   cursor: pointer;
}

.card-title{
    color: rgb(38, 109, 143) !important;
    font-weight: 500 !important;
}
.card-text{
    font-weight: 500 !important;
    color: rgb(38, 109, 143) !important;
}
.star:hover{
  color: crimson !important;
  cursor: pointer;
}
.card-img-top{
    height: 100%;

}


.card-img-top:hover{
transform: scale(1.1);
 transition: ease all 1s;
}
.card {
    overflow: hidden;
}


.container{
    border-color:rgb(41, 121, 158) !important;
}



 .cart-icon {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    font-size: 30px !important;
    background-color: #ff5722 !important;
    color: white !important;
    border-radius: 50% !important;
    padding: 10px !important;
    z-index: 1000 !important;
}



.product-card {
    text-align: right !important; 
}

.cart-icon {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #0d6efd;
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1050;
  }

  .cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 12px;
  }

  .product-card {
    max-width: 250px;
    margin: 15px;
  }

  .cart-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 10px;
  }

  .cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }


 
  .cart-icon {
    position: fixed !important;
    top: 5px  !important; 
    right: 20px !important;
    background-color: white  !important;
    color: black  !important;
    border-radius: 50% !important;
    padding: 15px  !important;
    font-size: 24px  !important;
   
    z-index: 1050 !important ;
    transition: 0.3s  !important;
  }

  .cart-icon:hover {
    background-color:red !important;
    color: white  !important;
  } 

  .cart-count {
    position: absolute  !important;
    top: -5px  !important;
    right: -5px  !important;
    background-color: #0d6efd  !important;
    color: white  !important;
    font-size: 12px  !important;
    padding: 2px 6px  !important;
    border-radius:70%  !important; 
  }



   .btn btn-primary  add-to-cart :hover {
    background-color: crimson !important;
    border-radius: 20px !important;
    transition: 1s ease all !important;
    cursor: pointer !important;
   }



  .cart-icon {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    background-color: white !important;
    color: black !important;
    border-radius: 50% !important;
    padding: 15px !important;
    font-size: 24px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
    z-index: 1050 !important;
    transition: 0.3s !important;
  }

  .cart-icon:hover {
    background-color: red !important;
    color: white !important;
  }

  .cart-count {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background-color: red !important;
    color: white !important;
    font-size: 12px !important;
    padding: 2px 6px !important;
    border-radius: 50% !important;
  }
.modal-img{
  width: 100% !important;
  height: 100% !important;
}


.img-thumbnail{
  width: 15vh !important;
  padding: 0 !important;
  margin: 0 !important;
}

.center-content {
  display: flex !important; 
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.container-fluid{
  display: flex !important; 
 
  align-items: center !important;
  text-align: center !important;
 

}
.services{
  margin: 150px !important;
}

.row{
  padding-top:20px !important ;
}
footer{
  background-color: #000000 !important;
  padding-top:5px ;
}


/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:rgb(41, 121, 158) ; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: red ; 
}


