 
 
::-webkit-scrollbar {
   width: 12px; 
 }
 
 
 ::-webkit-scrollbar-track {
   background: #b6b59b; 
 }
 
 
 ::-webkit-scrollbar-thumb {
   background: linear-gradient(135deg, #3a1949, #672b80);
   border-radius: 5px; 
 }
 
 
 ::-webkit-scrollbar-thumb:hover {
   background: linear-gradient(135deg, #ffeb3b, #ff9800);
 }
 
 
 .bg-purple{
    background: linear-gradient(135deg, #3a1949, #672b80);
 }
 .bg-yellow{
    background: linear-gradient(135deg, #ffeb3b, #ff9800);
 }

 .clr-white{
    color: white;
 }

 .fs-15{
   font-size: 15px;
 }

 .gap-1 {
   gap: 10px;
 }
 .gap-2 {
   gap: 20px;
 }
 .gap-3 {
   gap: 25px;
 }

 
 .social-icon {
    position: relative;
    margin-top: 20px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    
}

 .social-icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

 .social-icon a i {
    font-size: 15px;
    color: #ffffff;
}

 .social-icon a:hover {
    background: #fdbe33;
    border-color: #fdbe33;
}

 .social-icon a:hover i {
    color: #030f27;
}


.text-grd {
    background: linear-gradient(135deg, #3a1949, #0b050e);
    -webkit-background-clip: text;
    color: transparent;
  }
  

  .text-yellow {
    background: linear-gradient(135deg, #ffeb3b, #ff9800);
    -webkit-background-clip: text;
    color: transparent;
  }
  

  .custom-about-bg-img {
    background: url(../img/price-bg-balls.png) no-repeat center center; 
    background-size: cover; 
    width: 100%; 
    overflow: hidden; 
    z-index: 0; 
}
  .custom-about-main-bg-img{
    background: url(../img/about-img/main-about-bg.jpg) no-repeat center center; 
    background-size: cover; 
    width: 100%; 
    overflow: hidden; 
    z-index: 0; 
}
.custom-product-main-bg-img {
   position: relative; 
   background: url(../img/product-bg-main.jfif) no-repeat center center;
   background-size: cover;
   width: 100%;
   overflow: hidden;
   z-index: 0;
 }
 


.custom-why-img img{
   height: 70px ;
   width: 70px;
   border-radius: 50%;
   border: 2px solid #ff9800;
   padding: 7px;
}

.custom-border-why{
   padding: 30px 5px;
}
.custom-border-why:hover{
   box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
   padding: 40px 7px;
   transition: 1s ease;
}


.vission-mission {
   height: 100px;
   width: 100px; 
   margin: 10px auto;
}

.custom-hover-about-page:hover img {
   height: 110px;
   width: 110px; 
   transition: 1s ease;
   
}

.custom-height-width-product{
   height: 200px;
   width: 200px;
}