.navbar {
    padding: 0;

   -color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
    border-bottom-color: #8C1AD9;
}
.nav-item .nav-link{
    font-weight: 600;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
 .support-btn {
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%) !important;
    padding: 8px 16px !important;
    color: #ffffff !important;
    font-weight: 600;
}
.support-btn:hover {
    background: linear-gradient(71.08deg, #373BC2 16.58%, #8C1AD9 98.3%) !important;
    padding: 8px 16px !important;
    color: #ffffff !important;
    font-weight: 600;
}
.footer {
    background: #f8edff !important;
   
}
 .footer_min {
    padding-top: 70px;
    padding-bottom: 70px;
}
.f_item.abiu {
    /* border-right: 1px solid #8d1ad9ad; */
    height: 100%;
    text-align: left !important;
}
.footer_botoom {
    border-top: 1px solid #8d1ad9ad;
    background:  #f8edff ;
    padding: 20px;
}
/* h1 {
    font-size: 72px;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  } */
.link-head{
    /* font-size: 72px; */
    color: #831AC9 !important;
    font-weight: 600;
    font-size: 20px;
}
.footer_list{
    line-height: 28px;
}
.footer_list a{
   /* color: #831AC9 !important; */
   color: #101416 !important;
    
    
}
a{
    text-decoration: none;
}
li {
    list-style: none;
}
.footer_list_contact p{
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%) ;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    
}

.footer_list_contact .contac{
    font-size: 14px ;
    font-weight: 400 !important;
    /* color:#101416 !important; */
}
.footer_list li  i {
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%) ;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  margin-right: 5px;
  font-size: 12px !important;
}
.text-white {
    background: #101416 ;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
a {
    color: #18272F;
    position: relative;
    text-decoration: none;
  }
  
  a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #18272F;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  
  .footer_list li:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }

.footer_list a{
    text-decoration: none;
    font-size: 15px;
    color: #8C1AD9;
    position: relative;
   text-decoration: .8s;
   /* font-weight: 500 !important; */
  }
  .footer_list a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #8C1AD9;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  .footer_list a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  
  


  /* top btn start  */
  #btn-back-to-top {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    display: none;
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%) !important;
    padding: 11px 14px;
    transform: rotate(-90deg);
    color: #fff;
    border-radius: 6px;
    border: transparent;
    z-index: 1;
}
 /* top btn start  */


 /* Number Counter */
.number_section{
    /* background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%); */
  background:  #f5e4ff ;
  border-top: 1px solid #8C1AD9;
  /* border-bottom: 1px solid #8C1AD9; */
  color: #8C1AD9;
}
.count-digit, .count-area-content .f6{
  font-size: 20px;
  font-weight: 600;
  color: var(--fc1);
}
.count-title{
  font-size: 18px;
  font-weight: 600;
  color: var(--fc1);
}
.count-icon i{
  font-size: 30px;
  color: var(--fc1);
}

#search-terms{
 width: 142px;
  height: 32px;
  border-radius: 20px;
  border: none;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px;
}