@font-face {
  font-family: 'Gilroy-Black'; /* name you want to use */
  src: url('Gilroy-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Medium'; /* name you want to use */
  src: url('Gilroy-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Apply it to the body or any element */
html,body {
  font-family: 'Gilroy-Medium', sans-serif !important;
  background: #050915;
  width: 100svw;
  
}


.soicon{
    height: 24px;
}


.glass-back {
  position: relative;
  background: rgba(255, 255, 255, 0.0); /* Fully transparent */
  z-index: 10000;
  border-radius: 12px; /* Optional */
  overflow: hidden;
}

.glass-back::before {
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  z-index: -1;
}



.nav-link{
    color: white;
}

.navbar-nav .nav-link.active{
    color: white !important;
}
.rounded-8{
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0rem;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
}
.in-carousel-caption{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    background: #000d20e4;
}
.gradient-text {
  background: linear-gradient(to right, #9b65ff, #fb36ff, #08faff); /* left to right */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  /* Optional for better browser support */
  background-clip: text;
  color: transparent;
}

.button-ros{
    background: linear-gradient(to right, #9d64ff, #fb36ff);
    color: white;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
}
.button-viol{
    color: #9966ff;
    border: 1px solid #9966ff;
    background: #050915;
    border-radius: 8px;
    font-size: 14px;
}






.owl-carousel {
  position: relative;
}

.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 50%;
  cursor: pointer;
}

.custom-prev {
  left: 0; /* start at the left */
  transform: translate(-50%, -50%); /* slightly inside Item 1 */
}

.custom-next {
  right: 0; /* end at the right */
  transform: translate(50%, -50%); /* slightly inside Item 3 */
}


.icons{
    color: #ff33ff;
    height: 3rem;
    width: 3rem;
}
.text-p{
    color: #9966ff;
}
.cardss{
    background: #101224;
    border: 1px solid #3b3b3b;
    border-radius: 10px;
    overflow: hidden;
}
.cardss:hover{
   box-shadow: 0px 8px 12px 0px #ff33ff77;
}
.card{
    background: #101224;
    border: 1px solid #777;
    border-radius: 10px;
}


.btn-toggle {
  background: transparent;
  color: white;
  border-radius: 12px;
  border: 1px solid #3C2E6E;
  padding: 15px 0px;
}
.btn-toggle:hover{
  background: #151631;
}

.btn-toggle.active {
  background: #9966FF;
  color: white;
  border: 0px;
}
.nav-item{
  margin-right:25px;
}



.nav-item:hover{
  background: #274261;
  border-radius: 12px;
  color: white;
}
.nav-link{
  font-weight: 550;
  padding:10px 20px ;
}
.nav-link:hover{
  color: white;
}
