body {
    color: #fff;
    background-color: #12122e;
}

h1,h2,h3,h4,h5,h6{
    color: #fff;
}

.custom-scroll::-webkit-scrollbar{
    width: 5px; 
}

.custom-scroll::-webkit-scrollbar-track{
    background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb{
    background-color: var(--bs-primary);
    border-radius: 2px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover{
    background-color: var(--bs-secondary);
    width: 9px; 
}

.text-orange{
    color: var(--bs-orange) !important;
}

.nav-link:hover, .nav-link:focus {
    color: white;
}

.btn-degrade {
    background: linear-gradient(to right, var(--bs-orange), var(--bs-primary));
    color: white !important;
    border: none;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-degrade:hover {
    opacity: 0.9;
}

.text-degrade {
    background: linear-gradient(to bottom, var(--bs-orange), var(--bs-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.logo-h{
    max-width: 150px;
}

header .container {
    background-color: #151a2f !important;
}

.btn {
    font-weight: 500!important;
    padding: 12px 16px!important;
}

.btn-primary {
    background-color: #fff;
    color: #151a2f;
    border-color: #151a2f;
}

.btn-outline-primary {
    color: #fff;
    border-color: #fff;
}

i{
    font-size: 30px;
}

.fs17 {
    font-size: 17px!important;
}

.bg-color-dark {
    background-color: #15171d !important;
}

.cry-nav-pills .nav-link {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.cry-nav-pills .nav-link.active {
    background-color: #52586a;
}

.header .nav-link {
    /*color: var(--bs-orange) !important;*/
    background: linear-gradient(to bottom, var(--bs-orange), var(--bs-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rounded-4 {
    border-radius: 2rem!important;
}

.mt10-4 {
    margin-top: 4rem;
}

.titl {
    font-size: 3.4rem;
    font-weight: 400;
}

.titl2 {
    font-size: 3.1rem;
    font-weight: 400;
}

.titl3 {
    font-size: 2.6rem;
    font-weight: 400;
}

footer .nav .nav-item .nav-link {
    color: #a7acba!important;
}

footer .nav .nav-item .nav-link:hover {
    color: #5439ff!important;
}

@media (min-width: 768px) {
    .mt10-4 {     
        margin-top: 10rem;  
    }
    .titl {
        font-size: 4.5rem;
    }
    .titl2 {
        font-size: 4.2rem;
    }
    .titl3 {
        font-size: 3.1rem;
    }
}

@media (max-width: 576px) {
    .h-btn {
        padding-left: 7rem!important;
        padding-right: 7rem!important;
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .sm-card {
        max-width: 350px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .tnav {
        position: absolute;
        width: 95%;
        left: 2.5%;
        top: 8rem;
        background: #16171c;
        padding: 2rem;
        border-radius: 1.5rem;
        z-index: 9;
    }
}

/*** Spinner End ***/



.back-to-top {

    position: fixed;

    right: 30px;

    bottom: 30px;

    display: flex;

    width: 45px;

    height: 45px;

    align-items: center;

    justify-content: center;

    transition: 0.5s;

    z-index: 99;

}



.whatsapp {

    position: fixed;

    right: 30px;

    bottom: 90px;

    display: flex;

    width: 45px;

    height: 45px;

    align-items: center;

    justify-content: center;

    transition: 0.5s;

    z-index: 99;

}
/*
.section-banner {
    position: relative;
    background-image: url('img/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    height: 80vh;
}

.section-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    z-index: 1;
}

.section-banner .container {
    position: relative;
    z-index: 2;
}*/

.section-banner {
    position: relative;
    color: white;
    height: 40vh;
    overflow: hidden;
}

.section-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    z-index: 0;
}

.section-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: 1;
}

.section-banner .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}


.card-box {
    display: flex;
    flex-wrap: wrap;
}

.card-box .card {
    flex: 1 1 auto;
    height: auto;
}

@media (min-width: 992px) {
    .row-line-gradient {
        position: relative;
    }

    .row-line-gradient::before {
        content: "";
        position: absolute;
        top: 0;
        left: 48%;
        width: 5px;
        height: calc(100%);
        background: linear-gradient(to bottom, var(--bs-orange),var(--bs-orange));
        z-index: 99;
        transform: translateX(-50%);
    }
    .row-line-gradient-top::before {
        content: "";
        position: absolute;
        top: 0;
        right: 22%;
        width: 20%;
        height: 5px;
        background: linear-gradient(to right,var(--bs-orange),var(--bs-orange),var(--bs-primary), #12122e);
        z-index: 99;
        transform: translateX(-50%);
    }
    .row-line-gradient-bottom::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 38%;
        width: 20%;
        height: 5px;
        background: linear-gradient(to right, #12122e,var(--bs-primary), var(--bs-orange), var(--bs-orange));
        z-index: 99;
        transform: translateX(-50%);
    }


}


@media (max-width: 767px){
    .row-line-gradient::before {
        content: "";
        position: absolute;
        top: 57%;
        left: 49%;
        width: calc(95%);
        height: 5px;
        background: linear-gradient(to left, var(--bs-orange),var(--bs-orange));
        z-index: 99;
        transform: translateX(-50%);
    }
    .row-line-gradient-top::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 2%;
        width: 5px;
        height: 43%;
        background: linear-gradient(to top, #12122e,var(--bs-primary), var(--bs-orange), var(--bs-orange));
        z-index: 99;
        transform: translateX(-50%);
    }
    .row-line-gradient-bottom::before {
        content: "";
        position: absolute;
        top: 0;
        right: 3%;
        width: 5px;
        height: 58%;
        background: linear-gradient(to bottom, #12122e,var(--bs-primary), var(--bs-orange), var(--bs-orange));
        z-index: 99;
        transform: translateX(-50%);
    }
}