

:root {
    --or : #FF8633;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --sec-color: #ff94b1;
}
.text-strong{
    font-weight: 800;
}
@keyframes float{
    0% {
       box-shadow: 0 5px 15px 0px rgba(255,38,38,1);
       transform: translatey(0px);
    }
    50% {
       box-shadow: 0 25px 15px 0px rgba(99,11,11,0.6);
       transform: translatey(-50px);
    }
    100% {
       box-shadow: 0 5px 15px 0px rgba(255,38,38,1);
       transform: translatey(0px);
    }
}

.main-badge{
    padding-left: 20px;
    padding-right: 20px;
    background: #458BFF;
    border-radius: 10px;
}
.underline-active {
    display: inline-block;
    color: var(--or);
    text-decoration: none;
}

.underline-active::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #458BFF;
    transition: width .3s;
}

.underline-active:hover::after {
    width: 100%;
}
.push-down:hover{
    transform: translateY(+20px);
    transition: 0.35s;
}
.statistic-hover:hover{
    color: #fff!important;
    transform:  scale(1.1);
    transition: 0.4s;
}
.statistic-hover h1:hover{
    color: #fff!important;
    transition: 0.4s;
}
.border-sta{
    border: 2px solid;
    border-image-source: linear-gradient(270deg, rgba(255,68,27,1) 0%, rgba(255,239,0,1) 100%);;
    border-image-slice: 1;
}
/* .underline-active:after{
    display:block;
    content: '';
    border-bottom: solid 3px var(--or);  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    /* border-bottom: 2px solid var(--or);
    transition: 0.5s; */
/* }
.left-to-right:after{  transform-origin:  0% 50%; } */ 
.bg-nav-bar{
    /* background: rgb(99,11,11);
    background: linear-gradient(0deg, rgba(99,11,11,1) 0%, rgba(255,38,38,1) 90%); */
    background-color: #000;
}
.float-ani{
    animation: float 4s ease-in-out infinite;
}
.bg-yw-gra{
    background: #FF5712;
}
.bg-yw-gra-flip{
    background: #FF5712;
}
.btn-contain .card-body img{
    margin-bottom: 20px;
}
.btn-or-gra{
    background: #8700ff;
    
}
.bottom-or{
    
    border-bottom: 3px solid #FF8633;
    border-radius: 6px;
}
.border-wrap {
    border-style: solid;
    border-width: 5px;
    border-image:  #FF5712;
    border-radius: 10px;
}
.text-or{
    color: #3380FF!important;
}
.btn-hover-action-red:hover{
    filter: grayscale(50%);
    transition: 0.7s;
}
.border-or{
    border: 3px solid rgba(255,38,38,1)!important;
}
hr{
    opacity: 1.0;
    border-top: 2px solid rgb(255,255,255);
}

