@font-face {
  font-family: 'Avenir LT Std';
  src: url('/fonts/AvenirLTStd-Book.woff') format('woff2'),
  url('/fonts/AvenirLTStd-Book.woff2') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: 'Avenir LT Std'!important;font-weight: 400!important;font-style: normal!important;font-display: swap;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background:black;
}
::-webkit-scrollbar-thumb {
  background:#CC5423; 
  background: -moz-linear-gradient(-45deg,  rgba(255,175,38,1) 0%, rgba(50,13,24,1) 100%); 
  background: -webkit-linear-gradient(-45deg,  rgba(255,175,38,1) 0%,rgba(50,13,24,1) 100%); 
  background: linear-gradient(135deg,  rgba(255,175,38,1) 0%,rgba(50,13,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf26', endColorstr='#320d18',GradientType=1 );     
  box-shadow: 0px 3px 35px rgba(249,0,90,0.78);
}
body {
  background-image: url(/images/body.png);background-size: 100% 100%;
}
  body::before{
    position: absolute;content: "";width: 100%;
    height: 100%;left: 0;bottom: 0;  
    opacity: 0.25;
  }
  body img {
    height: auto;
    max-width: 100%;
  }



.headingitm
{
  position: relative !important;
  /* left: -4px; */
  /* right: -23px; */
  /* right: 2px; */
  /* left: -16px; */
  padding-top: 15px;
  opacity: 0.5 ;
  right: 30px !important;
  color: white !important;
  /* margin-right: 100px !important; */
}


.Search-icon
{
  background:linear-gradient(45deg, rgb(255, 175, 38) 0%, rgb(97, 8, 8) 100%);
  border-radius:50px;
  position: absolute;
  right:0px !important;
  padding: 5px;
}

.Arrowdown-icon
{
  
  background:linear-gradient(45deg, rgb(255, 175, 38) 0%, rgb(97, 8, 8) 100%);border-radius:50px;right:0px !important;
  padding: 5px;
}

.nowrap{
  white-space: nowrap;
}




.Custombutton{
  background:linear-gradient(45deg,rgb(255,175,38) 0%,rgb(97,8,8) 100%) !important
}