body {
    background-color: #000;
    color: #9ca9b3;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 700
}

a {
    color: #fff;
    transition: all 0.5s ease-in-out
}

a:hover {
    color: #2e73ff;
    text-decoration: none;
    transition: all 0.5s ease-in-out
}

.hr3 {
    color: #fff
}

.hr4 {
    color: #2e73ff
}

.hr5 {
    color: yellow
}

.p-r {
    position: relative
}

.color-a {
    color: #2e73ff
}

.color-d {
    color: #f5f5f5
}

.color-text-a {
    color: #4e4e4e
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, .1)
}

.box-shadow-a,
.button:hover {
    box-shadow: 0 0 0 4px #cde1f8
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1
}

.avatar {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden
}

.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

@media (max-width:1024px) {
    .bg-image {
        background-attachment: scroll
    }
}

.overlay-mf {
    background-image: linear-gradient(45deg, #2e73ff 20%, #ff0032 52%, #0c0c0f 95%)
}

.overlay-mf {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7
}

.paralax-mf {
    position: relative;
    padding: 8rem 0
}

.display-table {
    width: 100%;
    height: 100%;
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.sect-4 {
    padding: 4rem 0
}

.sect-pt4 {
    padding-top: 4rem
}

.sect-mt4 {
    margin-top: 4rem
}

.title-s {
    font-weight: 700;
    color: #1e1e1e;
    font-size: 1.1rem
}

.title-box {
    margin-bottom: 2rem
}

.title-a {
    font-size: 32px;
    font-weight: 700
}

.subtitle-a {
    color: #9ca9b3
}

.line-mf {
    width: 40px;
    height: 5px;
    background-color: #2e73ff;
    margin: 0 auto
}

.box-pl2 {
    padding-left: 2rem
}

.box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #161616;
    margin-bottom: 3rem;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2)
}

@media (min-width:768px) {
    .box-shadow-full {
        padding: 3rem
    }
}

.ico-circle {
    height: 100px;
    width: 100px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1.55;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #2e73ff;
    display: block
}

.scrolltop-mf {
    position: relative;
    display: none
}

.scrolltop-mf span {
    z-index: 999;
    position: fixed;
    width: 42px;
    height: 42px;
    background-color: #2e73ff;
    opacity: .7;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 50%
}

.back-to-top {
    position: fixed;
    display: none;
    background: #2e73ff;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11
}

.back-to-top i {
    padding-top: 12px;
    color: #fff
}

@media (max-width:768px) {
    .back-to-top {
        bottom: 15px
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #2e73ff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.button-primary {
    background-color: #2e73ff;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 16px;
    padding: 12px 23px;
    text-decoration: none
}

.button-primary:hover {
    background-color: #387aff
}

.button-primary:active {
    position: relative;
    top: 1px
}

.button-dark {
    background-color: #25282c;
    border-radius: 3px;
    border: 1px solid #0b0e07;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 16px;
    padding: 12px 23px;
    text-decoration: none
}

.button-dark:hover {
    background-color: #2a2d32
}

.button-dark:active {
    position: relative;
    top: 1px
}

@media (max-width:640px) {
    .button-wide-mobile {
        width: 100%;
        max-width: 280px
    }
}

.button-group>[class*=button] {
    margin: 8px
}

.navbar-b {
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem
}

.navbar-b.navbar-reduce {
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06)
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-left: 0
}

@media (min-width:768px) {

    .navbar-b.navbar-trans .nav-item,
    .navbar-b.navbar-reduce .nav-item {
        padding-left: 10px
    }
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #fff;
    font-weight: 600
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
    content: '';
    position: absolute;
    margin-left: 0;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: all 500ms ease
}

@media (min-width:768px) {

    .navbar-b.navbar-trans .nav-link:before,
    .navbar-b.navbar-reduce .nav-link:before {
        margin-left: 18px
    }
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #1B1B1B
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
    width: 35px
}

.navbar-b.navbar-trans .show>.nav-link:before,
.navbar-b.navbar-trans .active>.nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show>.nav-link:before,
.navbar-b.navbar-reduce .active>.nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
    width: 35px
}

.navbar-b.navbar-trans .nav-link:before {
    background-color: #fff
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #fff
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #fff
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-b.navbar-reduce .nav-link {
    color: #ff0032
}

.navbar-b.navbar-reduce .nav-link:before {
    background-color: #2e73ff
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #2e73ff
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #2e73ff
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #2e73ff
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #fff
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    transform: translate3d(0, 0, 0);
    visibility: visible !important
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: .7rem 1.7rem;
    transition: all 500ms ease
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #2e73ff;
    color: #fff;
    transition: all 500ms ease
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #2e73ff
}

.navbar-toggler {
    position: relative
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    transform: rotate(0deg);
    left: 0;
    opacity: 1
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: transform .35s ease-in-out
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(135deg);
    opacity: .9
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    transform: rotate(-135deg);
    opacity: .9
}

.intro {
    height: 100vh;
    position: relative;
    color: #fff
}

.intro .intro-content {
    text-align: center;
    position: absolute
}

.intro .overlay-itro {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9
}

.intro .intro-title {
    color: #fff;
    font-weight: 800;
    font-size: 4.5rem
}

@media (min-width:768px) {
    .intro .intro-title {
        font-size: 4.5rem
    }
}

.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300
}

@media (min-width:768px) {
    .intro .intro-subtitle {
        font-size: 2.5rem
    }
}

.intro .text-slider-items {
    display: none
}

.intro-single {
    height: 350px
}

.intro-single .intro-content {
    margin-top: 30px
}

.intro-single .intro-title {
    font-size: 52px
}

@media (min-width:768px) {
    .intro-single .intro-title {
        font-size: 52px
    }
}

.intro-single .breadcrumb {
    background-color: transparent;
    color: #2e73ff
}

.intro-single .breadcrumb .breadcrumb-item:before {
    color: #cde1f8
}

.intro-single .breadcrumb .breadcrumb-item.active {
    color: #cde1f8
}

.intro-single .breadcrumb a {
    color: #fff
}

.revanced--gradient {
    background: #2e73ff;
    background-image: linear-gradient(45deg, #2e73ff 20%, #ff0032 52%, #9c143f 95%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-gradient {
    background: -webkit-linear-gradient(45deg, #2e73ff 20%, #c10023 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.download-mf .box-shadow-full {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.download-mf .download-img {
    margin-bottom: 2rem
}

.download-mf .download-img img {
    margin-left: 10px
}

@media (min-width:767px) {
    .download-mf .box-pl2 {
        margin-top: 3rem;
        padding-left: 0rem
    }
}

.skill-mf span {
    color: #4e4e4e
}

.skill-mf .progress {
    background-color: #cde1f8;
    margin: .5rem 0 1.2rem 0;
    border-radius: 0;
    height: .7rem
}

.skill-mf .progress .progress-bar {
    height: .7rem;
    background-color: #2e73ff
}

.service-box {
    background-color: #161616;
    padding: 2.5rem 1.3rem;
    border-radius: 1rem;
    margin-bottom: 3rem
}

.service-box:hover .ico-circle {
    transition: all 500ms ease;
    background-color: #2e73ff;
    box-shadow: 0 0 0 10px #cde1f8
}

.service-box .service-ico {
    margin-bottom: 1rem;
    color: #9ca9b3
}

.service-box .ico-circle {
    transition: all 500ms ease;
    font-size: 4rem
}

.service-box .s-title {
    font-size: 1.5rem;
    text-align: center;
    padding: .4rem 0
}

.service-box .s-description {
    color: #9ca9b3;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.1px
}

.split-wrap {
    margin-top: -24px
}

@media (min-width:641px) {
    .split-wrap {
        margin-top: -40px
    }
}

.split-wrap:last-of-type {
    margin-bottom: -24px
}

@media (min-width:641px) {
    .split-wrap:last-of-type {
        margin-bottom: -40px
    }
}

.split-wrap .split-item {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column
}

@media (min-width:641px) {
    .split-wrap .split-item {
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start
    }
}

@media (min-width:821px) {
    .container .split-wrap .split-item .split-item-content {
        width: 488px
    }
}

@media (min-width:641px) {
    .split-wrap .split-item .split-item-content {
        flex-shrink: 0;
        width: 396px;
        margin-bottom: 0;
        margin-right: 64px
    }
}

@media (min-width:641px) {

    .split-wrap.invert-desktop .split-item:nth-child(odd) .split-item-content,
    .split-wrap:not(.invert-desktop) .split-item:nth-child(2n) .split-item-content {
        order: 1;
        margin-left: 64px;
        margin-right: 0
    }
}

@media (min-width:641px) {
    .has-animations.is-loaded [class*=reveal-] {
        transition: opacity .8s cubic-bezier(.39, .575, .565, 1), transform .8s cubic-bezier(.39, .575, .565, 1)
    }
}

@media (min-width:641px) {
    .has-animations .reveal-from-left {
        transform: translateX(-10px)
    }
}

@media (min-width:641px) {
    .has-animations [class*=reveal-] {
        opacity: 0;
        will-change: opacity, transform
    }
}

@media (max-width:768px) {
    .features--image--container {
        flex-direction: column
    }
}

.mb-8 {
    margin-bottom: 8px
}

.text-color-primary {
    color: #ff0032
}

.fw-600 {
    font-weight: 600
}

.text-xxs,
figcaption {
    font-size: 14px;
    line-height: 22px
}

.mt-01 {
    margin-top: 0
}

.mb-12 {
    margin-bottom: 12px
}

.mb-32 {
    margin-bottom: 32px
}

.m-0 {
    margin: 0
}

.text-color-secondary {
    color: #c10023
}

.h6,
.text-sm,
h6,
small {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.1px
}

@media (min-width:641px) {

    .h3,
    h3 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -.3px
    }
}

ul {
    list-style: disc
}

ol,
ul {
    margin-top: 0;
    padding-left: 24px
}

li:not(:last-child) {
    margin-bottom: 12px
}

@media (min-width:641px) {
    .has-animations.is-loaded [class*=reveal-] {
        transition: opacity .8s cubic-bezier(.39, .575, .565, 1), transform .8s cubic-bezier(.39, .575, .565, 1)
    }
}

@media (min-width:641px) {
    .has-animations.is-loaded [class*=reveal-].is-revealed {
        opacity: 1;
        transform: translate(0)
    }
}

@media (min-width:641px) {
    .has-animations [class*=reveal-] {
        opacity: 0;
        will-change: opacity, transform
    }
}

@media (min-width:641px) {
    .has-animations .reveal-from-bottom {
        transform: translateY(10px)
    }
}

.features--image--container {
    display: flex
}

.features--image--container img {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 2px;
    border-style: none
}

[class*=container] [class*=container] {
    padding-left: 0;
    padding-right: 0
}

footer {
    text-align: center;
    color: #fff;
    padding: 25px 0;
    background: #111;
    font-size: 12px
}

footer .copyright {
    margin-bottom: .2rem
}

footer .credits {
    margin-bottom: 0
}

footer .credits a {
    color: #fff
}

/* FAQ */


.accordion .card .card-header.activestate {
    border-width: 1px
}

.accordion .card .card-header {
    padding: 0;
    border-width: 0
}

.card.card-lg .card-header,
.card.card-lg .card-footer {
    padding: .9rem 1.5rem
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.card .card-header {
    background: transparent;
    border: none
}

.accordion.accordion-type-2 .card .card-header>a.collapsed {
    color: #9ca9b3
}

.accordion .card:first-of-type .card-header:first-child>a {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion.accordion-type-2 .card .card-header>a {
    background: transparent;
    color: #00acf0;
    padding-left: 50px
}

.accordion .card .card-header>a.collapsed {
    color: #324148;
    background: transparent
}

.accordion .card .card-header>a {
    background: #00acf0;
    color: #fff;
    font-weight: 600;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}



.accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #161616;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.accordion .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding-left: 3rem
}


.app-info-table {
    color: #9ca9b3;
}

.old-version-table {
    color: #9ca9b3;
}

.old-version-table tr:hover {
    color: white !important;
}

.apk-list-box {
    background-color: #161616;
    padding: 0.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.apk-list-box img {
    width: 40%;
    opacity: 0.9;
}

.apk-list-box .apk-title {
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.apk-list-box .apk-update {
    font-size: small;
    padding: 0rem;   
    margin: 0rem;
}

.apk-list-box .apk-version {
    font-size: small;
    padding: 0rem;
    margin: 0rem;
}