body{
    background-color: black;
    color: white;
}
.margin_auto {
    margin: 0 auto;
    background-color: #1c1919;
    border-radius: 14px;
    padding: 5px 38px;
}
.btn_nav {
    border-image-source: linear-gradient(to right, #5B3BD2, #02DFD6, #5938D1);
    border-image-slice: 1;
    color: white;
}
.btn_nav:hover{
    color:  #5B3BD2;
}
.btn_register {
    background-color: #1a1a1a !important;
    color: white;
}
.btn_register:hover{
    border-image-source: linear-gradient(to right, #5B3BD2, #02DFD6, #5938D1);
    border-image-slice: 1;
    color: white; 
}

element.style {
}
.color {
    color: #1c344c;
}
.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.card-title {
    margin-bottom: 0.5rem;
}
.color {
    color: #5938d1;
    background: linear-gradient(to right,#4F46E5,#02DFD6,#5938D1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card_border {
    background-image: linear-gradient(120.06deg,#141414 24.9%,rgb(0 0 0 / 87%) 95.48%);
}
.keo_rating_star {
    position: absolute;
    top: 10px;
    right: -6px;
    background-color: #1c344c;
    color: #fff;
    margin: 0 !important;
    padding: 2px !important;
    font-size: 12px;
}
.logo-color {
    color: #0f75bc;
}
.card_border {
    background-image: linear-gradient(120.06deg,#141414 24.9%,rgb(0 0 0 / 87%) 95.48%);
}
.h4_heading {
    color: #5938d1;
    background: linear-gradient(to right,#4F46E5,#02DFD6,#5938D1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.keo_rating_star::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 2px;
    width: 0;
    height: 0;
    transform: rotate(203deg);
    border-style: solid;
    border-width: 9px 0 0 7px;
    border-color: transparent transparent transparent #1c344c;
}
.card_border:hover {
    border: 1px solid #f7d86a;
}
.transition-3d-hover {
    transition: all .2s ease-in-out;
}
.card-one {
    border-width: 0;
    box-shadow: 0 12px 15px rgba(140, 152, 164, .1);
}
.transition-3d-hover:hover {
    transform: translateY(-3px);
}
.card-one {
    background-image: linear-gradient(120.06deg,#141414 24.9%,rgb(0 0 0 / 87%) 95.48%);
}
.circle-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1c344c;
    color: #f7d86a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-direction-colum{
    flex-direction: column;
}
.carousel-inner {
    border-radius: 5px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
    display: flex;
    margin: 1px 10px 12px;
    padding: 0px 70px 70px 70px;
    background-image: linear-gradient(120.06deg,#141414 24.9%,rgb(0 0 0 / 87%) 95.48%);
}
.color-white {
    color: white;
}