/* Minification failed. Returning unminified contents.
(460,37): run-time error CSS1046: Expect comma, found '0'
(460,41): run-time error CSS1046: Expect comma, found '/'
 */
body {
  overflow-x: hidden;
  background-color: #15003d;
  transition: 0.3s;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
}
  /*
body.push, .push footer, .push .stick.  {
   margin-right: 280px;
   overflow: hidden;
}*/
  body.push {
    position: relative;
    margin-right: 290px;
    transition:0.3s;
  }

h1, .h1 {
  font-weight: 900;
  color: #c91de2;
  font-family: 'Inter', sans-serif;
}

.mb100vh {
  margin-bottom: 400px;
  box-shadow: 0px 6px 6px rgba(0,0,0,0.3);
}

.others-page {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 50px;
  animation-duration: 0.2s;
}

.highlight, .lnk-theme {
  color: #c91de2;
}

.h-100-vh {
  height: 100vh;
}

.text-purple {
  color: #c91de2;
}

.hero {
  margin-top: 2rem;
}

dd {
  margin-bottom: .75rem;
}

  dd li strong {
    margin-top: 0.5rem;
    display: inline-block;
  }


@keyframes headerSlik {
  from {
    top: -100px;
  }

  to {
    top: 0px;
  }
}

@keyframes blink-bg-alfa {
  from {
    background-color: rgba(0,0,0,0);
  }

  to {
    background-color: rgba(0,0,0,0.2);
  }
}

.main-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}


  .main-nav.stick {
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
    animation-name: headerSlik;
    animation-duration: 1s;
    transition: all 0.3s ease-out;
  }

    .main-nav.stick #brand {
      visibility: visible;
    }

.navbar-brand {
  width: 140px;
}

.toggle, .toggle:focus, .navbar-brand {
  border: none;
  outline: none;
}

.toggle {
  width: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(201, 30, 226, .3);
  border: none;
  position: absolute;
  right: 10px;
  top: 15px;
  transition: all 0.3s ease-in-out;
}

.bg-collapse .navbar-brand {
  width: 240px;
  display: flex;
  justify-content: center;
}

#sidenav .navbar-brand {
  visibility: visible;
}

#sidebar_logo {
  width: 70px;
}


.toggle span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin:auto;
}

  .toggle span.midle {
    margin-top: 5px;
    margin-bottom: 5px;
  }


.toggle:focus {
  outline: none;
}

.stick .toggle span {
  background-color: #424242;
}

.bg-collapse {
  width: 290px;
  right: -300px;
  top: 0px;
  bottom: 0px;
  position: fixed;
  background: #1c0050;
  padding: 30px 1rem;
  transition: 0.3s;
  z-index: 10;
  box-shadow: -4px 0px 6px rgba(0,0,0,0.16);
}

  .bg-collapse.open {
    right: 0px;
  }

footer {
  background-color: #15003D;
  color: #ccc;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.bootom-link {
  float: right;
  margin-bottom: 0rem;
}

  .bootom-link a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }

    .bootom-link a:hover, .bootom-link a:focus {
      color: #f08cff;
    }

.ftlogo-container {
  width: 120px;
  margin: 10px auto 10px auto;
}

.prc-number {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0px;
}

.prc-text {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.dp {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}

.copyright, .copyright a {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

.spin .top {
  transform: rotate(45deg);
  transform-origin: 2px 6px;
}

.spin .midle {
  visibility: hidden;
}

.spin .botom {
  transform: rotate(-45deg);
  transform-origin: 2px -4px;
}

.bg-collapse .navbar-nav a {
  padding: 0.4rem 1rem;
  color: rgba(255,255,255,0.6) !important;
  text-transform: uppercase;
  font-size: 14px;
}

  .bg-collapse .navbar-nav a:hover {
    color: #ea7bfb !important;
  }

  .bg-collapse .navbar-nav a.active {
    color: rgba(255,255,255,1) !important;
    background-color: rgba(255,255,255,.1);
  }

.subMenu {
  padding-left: 0px;
}

  .subMenu li.nav-item a {
    padding-left: 2.5rem;
  }

.v-header {
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.push .v-header {
  margin-left: -280px;
}

.nav-item > ul {
  padding-left: 0px;
  list-style: none;
}

  .nav-item > ul .nav-link {
    text-indent: 2.3rem;
  }

.menu-background {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.2);
  display: none;
  animation-name: blink-bg-alfa;
  animation-duration:0.1s;
  transition:all 0.3s ease-in-out;
}

.push .menu-background {
  display: block;
}


.fullscreen-video-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

  .fullscreen-video-wrap video {
    min-width: 100%;
    min-height: 100%;
  }

.header-overlap {
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.6);
  z-index: 1;
  opacity: 0;
}

.banner-hero {
  width: 160px;
  display:none;
}
.stick .banner-hero{
  display:none;
}
.banner-logo {
  max-width: 100%;
}

.d-app {
  position: absolute;
  bottom: 20px;
}

.header-content {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  width: 320px;
  text-align: right;
}

.social-links li {
  margin-right: 0px !important;
}

.social-links a {
  display: block;
  position: relative;
  width: 28px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  line-height: 28px;
  z-index: 1;
  float: right;
  color: #d975ff;
}

  .social-links a:hover {
    color: #fff;
  }

footer .social-links a {
  color: #fff;
  font-size: 20px;
}

  footer .social-links a:hover {
    color: #d975ff
  }

footer .btn-light:hover, .bg-collapse .btn-light:hover {
  background-color: #c91de2;
  border-color: #b205cc;
  color: #fff;
}

.bootom-link li {
  padding-left: 8px;
  border-left: 1px solid #fff;
}

  .bootom-link li:first-child {
    padding-left: 0px;
    border-left: none;
  }


.bgComSoon {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.message {
  font-size: 5rem;
  font-weight: bolder;
  background-image: url(../../Skin/Images/text-bg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-position: center;
}

.testi-slide {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

  .testi-slide .carousel-control-prev {
    color: #fff;
    opacity: 1;
    padding-left: 0px;
    width: auto;
  }


  .testi-slide .carousel-control-next {
    color: #fff;
    opacity: 1;
    padding-right: 0px;
    width: auto;
  }

    .testi-slide .carousel-control-prev .fa,
    .testi-slide .carousel-control-next .fa {
      box-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
      width: 2rem;
      height: 2rem;
      background-color: #c91de2;
      border-radius: 1rem;
      line-height: 1.9rem;
      font-size: 1.5rem;
      
    }

    .testi-slide .carousel-control-prev:hover .fa,
    .testi-slide .carousel-control-next:hover .fa {
      color: #000;
      background-color:#efbbf6;
    }




@media (max-width:1199px) {
  /*.fullscreen-video-wrap video {
    margin-left: -150px;
  }*/
}

@media (max-width:991px) {
/*  .fullscreen-video-wrap video {
    margin-left: -250px;
  }*/
}


@media (max-width:767px) {
  .dp {
    width: 100px;
    height: 100px;
  }

  .h1, h1 {font-size:1.8rem; }

  .fullscreen-video-wrap video {
    margin-left: -350px;
  }

  .bootom-link, .cr-year {
    float: left;
    width: 100%;
    text-align: center;
  }

  .navbar-brand {
    width: 70px;
  }

  .toggle {
    top: -3px;
  }

  .main-nav {
    height: 58px;
  }

  .bg-collapse .navbar-nav a {
    padding: 0.4rem 1rem;
  }

  .d-app {
    bottom: 20px;
  }

  .banner-logo {
    max-width: 160px;
  }

  .message {
    font-size: 3rem;
  }
  footer {
    z-index: 1;
  }
}

@media (max-width:576px) {
  .mb100vh {
    margin-bottom: 0px;
  }
  body.push {
    position: relative;
    margin-right:auto;
  }

  footer {
    position: relative;
  }

  .fullscreen-video-wrap video {
    margin-left: -390px;
  }

  .bg-collapse {
    width: 270px;
    padding: 15px;
  }

  .ftlogo-container {
    margin-top: 30px;
  }

  .others-page {
    padding-top: 70px;
  }
}

