.bg-rbg-dark {
    background-color: #0F0D14;
}
.header {
    border-bottom: 1px solid #252424;
}
.logo-text{
    font-size: 2.2rem;;
}
.title {
    font-size: 2.2rem;
    margin-bottom: 0px;
    font-weight: 700;
}
.title-color-1{
    background: #DBCA20;
    background: linear-gradient(to bottom, #DBCA20 71%, #1ECBD8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-color-2{
    background: #0FD8B0;
    background: linear-gradient(to bottom, #0FD8B0 0%, #1ECBD8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-color-3{
    background: #0FD8B0;
    background: linear-gradient(to bottom, #F516A4 0%, #B105FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homepage-card{
    margin-top: 25px;
    background-color: #19151E;
    padding: 10px;
    border-radius: 10px;
}
.homepage-card-title{
    color: #fff;
    font-size: 12px;
}
.homepage-card-icon{
    width: 48px;
}
.rbg-card-b-1{
    text-align: center;
    border: 2px solid transparent;
    border-radius: 15px;
    background:  linear-gradient(to right, #18141F, #18141F),  linear-gradient(to right, #BACA05 , #0EA0C8); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.carousel-indicators {
    bottom: -50px;
}
.rbg-card-b-2{
    background-color: #19151E;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #6E0C95;
}
.rbg-card-b-3 {
    text-align: center;
    border: 2px solid transparent;
    border-radius: 15px;
    background:  linear-gradient(to right, #18141F, #18141F),  linear-gradient(to right, #CD03C9 , #6E0C95); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

.raise:hover,
.raise:focus {
    cursor: pointer;
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    transform: translateY(-0.25em);
}

.raise {
  --color: #4968b0;
  --hover: #6d6f62;
}

.home-menu{
    margin-left: -200px!important;
}