 * {
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: #340049 #aaaaaa;   /* scroll thumb and track
  #ff6600 #343130*/
  
}

.scroll-box{overflow-x: hidden;}

body {
    font-family: 'Poppins' !important;
    font-weight:700;
}

.btn-primary{
    /*background:  linear-gradient(118deg,#000000,rgba(73, 73, 73, 0.7)) !important;*/
    background:  linear-gradient(118deg,#000000,red) !important;
      background:  linear-gradient(118deg,#000000,rgba(73, 73, 73, 0.7)) !important;
    background: -webkit-linear-gradient(118deg,#000000,rgba(73, 73, 73, 0.7)) !important;
  background: -moz- oldlinear-gradient(118deg,#000000,rgba(73, 73, 73, 0.7)) !important;
  background: -o-linear-gradient(118deg,#000000,rgba(73, 73, 73, 0.7)) !important;
  background: linear-gradient(118deg,#000000,rgba(73, 73, 73, 0.7)) !important;
  background-color: #000000 !important;
}
.btn-primary:hover {
    border-color: #fbb6af !important;
    background-color: #000000 !important;
    color: #FFF !important; 
}
.btn-primary:focus, .btn-primary:active {
    border-color: #fbb6af !important;
    background-color: #000000 !important;
    color: #FFF !important; 
}