.color1 {
    color: #B5B5C3;
  }
  
  .fw-100 {
    font-weight: 100;
  }
  
  .fw-200 {
    font-weight: 200;
  }
  
  .fw-300 {
    font-weight: 300;
  }
  
  .fw-400 {
    font-weight: 400;
  }
  
  .fw-500 {
    font-weight: 500;
  }
  
  .fw-600 {
    font-weight: 600;
  }
  
  .fw-700 {
    font-weight: 700;
  }
  
  .fw-800 {
    font-weight: 800;
  }
  
  .fw-900 {
    font-weight: 900;
  }
  
body{
    font-family: 'Ubuntu', sans-serif !important

}
  .header-section .menusbars a span {
    position: relative;
  }
  
  .silder-section {
    padding-top: 46px;
    padding-bottom: 46px;
    background: linear-gradient(rgb(0 0 0 / 76%), rgb(5 3 3 / 80%)), url(../images/banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.app-download{
    border-radius: 10px;
}
.mobilescreen{
    padding: 20px 0;
}
  /* Breakpoints Device // bp = breckpoints
      // sm = small
      // md = medium
      // lg = large
      // xl = extra large
      // xxl = extra extra large
  */
  /* No media query for `xs` since this is the default in Bootstrap */
  /* Small devices (landscape phones, 576px and up) */
  /* // Medium devices (tablets, 768px and up) */
  /* // Large devices (desktops, 992px and up) */
  /* // X-Large devices (large desktops, 1200px and up) */
  /* // X-Large devices (large desktops, less than 1400px) */
  /* // XX-Large devices (larger desktops, 1400px and up) */
  /* // X-Large devices (large desktops, less than 1400px) */
  /* // Large devices (desktops, less than 1200px) */
  @media (max-width: 1199.98px) {
  
  }
  /* // Medium devices (tablets, less than 992px) */
  @media (max-width: 991.98px) {
    .silder-section {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .head-m{
        text-align: center;
        padding: 37px 0px 0;
    }
    .head-m2{
        text-align: center;
        
    }
  }
  /* // Small devices (landscape phones, less than 768px) */
  @media (max-width: 767.98px) {
    .silder-section {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .head-m{
        text-align: center;
        padding: 37px 0px 0;
    }
    .head-m2{
        text-align: center;
    }
   
  }
  /* // X-Small devices (portrait phones, less than 576px) */
  @media (max-width: 575.98px) {
    .silder-section {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .head-m{
        text-align: center;
        padding: 37px 0px 0;
    }
    .head-m2{
        text-align: center;
        
    }
    .app-download{
        border-radius: 10px;
    }
  }
  /* // XX-Large devices (larger desktops) */
  /* // No media query since the xxl breakpoint has no upper bound on its width *//*# sourceMappingURL=index.min.css.map */


  /* / privacy page css / */

.nav_box{
    background: black;
    padding: 9px 0;
}
.nav_box .logo-box img {
    border-radius: 100%;
    max-width: 57px;
    margin-right: 5px;
}
.nav_box .logo-box{
    color: #fff;
    font-size: 50px;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
}

.privacy-box{
    padding: 40px 0;
}

.privacy-box p{
  color: #000;
  font-size: 16px;
  padding: 5px 0;
}


.footer-box{
    background: black;
    padding: 35px 0;
}

.footer-box .footer-links-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-box .footer-links-info li {
    position: relative;
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    margin: 0 18px;
}
.footer-box  .footer-links-info li span {
    font-weight: 700;
    padding-right: 10px;
    text-align: center;
}
.footer-box .footer-links-info li a{
    position: relative;
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
}