/* WHAT? */

html, body {
    background: #070a0e;
}

body {
    font-family: "Poppins";
}

.shimmy-load {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

@keyframes loading {
    0% {
        transform: translateX(-100%) rotate(-3deg);
    }
    50% {
        transform: translateX(100%) rotate(3deg);
    }
    100% {
        transform: translateX(-100%) rotate(-3deg);
    }
}

.shimmy-load::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #ddd;
    animation: loading 1.5s infinite linear;
}

.loader .loading-part {
    background: #111518;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10005;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loading-part p {
    color: #fff;
    font-size: 19px;
    margin-top: 1em;
    letter-spacing: 1px;
    animation: fadeOut;
}

body.loader {
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.loading-part {
    display: none;
}

.headerbg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*padding-top: 56.25%;*/
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgb(9 12 17), rgb(9 12 17 / 70%), rgb(9 13 14 / 92%)), url(../img/background.png);
    background-size: cover;
    filter: opacity(0.5);
    z-index: 0;
}

.carousel-wrap {
    width: 635px;
    height: 323px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-wrap {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .carousel-wrap {
        width: 350px;
        height: 345px;
    }
}

@media (max-width: 480px) {
    .carousel-wrap {
        width: 240px;
        height: 408px;
    }
}

.carousel > li {
    width: 750px;
    height: 400px;
    display: inline-block;
    -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    transition: all 0.45s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel > li {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .carousel > li {
        width: 350px;
        height: 345px;
    }
}

@media (max-width: 480px) {
    .carousel > li {
        width: 240px;
        height: 408px;
    }
}

.items {
    position: absolute;
}

.main-pos {
    z-index: 3000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-pos {
        margin-left: -40px !important;
    }
}

@media (max-width: 767px) {
    .main-pos {
        margin-left: -40px !important;
    }
}

.left-pos {
    opacity: 0.25;
    margin-left: -52em !important;
    z-index: 1000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.left-pos .review-card--option-4 {
    background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 991px) {
    .left-pos {
        margin-left: -220px !important;
    }
}

@media (max-width: 767px) {
    .left-pos {
        margin-left: -113px !important;
    }
}

@media (max-width: 480px) {
    .left-pos {
        margin-left: -145px !important;
    }
}

.back-pos {
    opacity: 0.05;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.right-pos {
    opacity: 0.25;
    margin-left: 52em !important;
    z-index: 1000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.right-pos .review-card--option-4 {
    background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 991px) {
    .right-pos {
        margin-left: 140px !important;
    }
}

@media (max-width: 767px) {
    .right-pos {
        margin-left: 30px !important;
    }
}

@media (max-width: 480px) {
    .right-pos {
        margin-left: 62px !important;
    }
}

.slider {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.slider a {
    color: #999;
}

.slider i {
    font-size: 45px;
}

.slider #prev,
.slider #next {
    position: absolute;
}

.slider #prev {
    left: -214px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .slider #prev {
        left: -180px;
    }
}

@media (max-width: 767px) {
    .slider #prev {
        left: -70px;
    }
}

.slider #next {
    right: -214px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .slider #next {
        right: -180px;
    }
}

@media (max-width: 767px) {
    .slider #next {
        right: -70px;
    }
}

@media (max-width: 480px) {
    .slider {
        display: none;
    }
}

.right-pos .review-card--option-4 {
    background: rgba(7, 10, 14, 0.84);
}

.left-pos .review-card--option-4 {
    background: rgba(7, 10, 14, 0.84);
}

.review-card {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.srv {
    margin-top: 5em;
}

@media (max-width: 991px) {
    .review-card .review-card-img {
        width: 400px;
        height: 420px;
    }
}

ul.carousel {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 3em;
}

.main h1 {
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
}

.main b {
    color: #00a6ff;
}

.main p {
    color: #fff;
}

.navbar {
    margin-top: 2em;
    margin-bottom: 5em;
    height: 66px;
}

.main ul {
    list-style: none;
    display: flex;
    padding-inline-start: 0 !important;
    padding-block-start: 0 !important;
}

.main li i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main a li {
    color: #e2e2e2;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    margin: 15px;
    align-items: center;
}

a {
    text-decoration: none !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: linear-gradient(270deg, rgba(9, 12, 16, 0.12) 4.72%, rgba(9, 12, 16, 0.94) 12.5%, #090C10 90.54%, rgba(9, 12, 16, 0.23) 95.21%);
    background-color: transparent !important;
}

.nav-link {
    color: #fff !important;
    text-decoration: none;
    font-family: 'poppins';
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: #fff;
}

.nav-link:hover {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
}

a.nav-link.active {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1em;
        padding-left: 1em;
    }
}

.main-pos {
    border-radius: 20px;
}

.review-card-img img {
    width: 750px;
    height: 400px;
}

.carousel-wrap {
    width: 750px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.m-main {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 0.5em;
}

.m-main b {
    color: #00a6ff;
}

.m-main h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
}

.m-main {
    text-align: center;
    color: #fff;
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 6%) 52.99%, rgba(255, 255, 255, 0) 100%);*/
}

.m-main .container {
    max-width: 600px;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5em;
}

.m-main img {
    margin-bottom: 1em;
}

.m-main p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 33.7px;
}

.m-main img {
    max-width: -webkit-fill-available;
}

.s-main {
    margin-top: 2em;
    text-align: center;
    color: #fff;
}

.s-main b {
    color: #00a6ff;
}

.s-main h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
}

.ff {
    background: linear-gradient(90.18deg, #0E141D 0%, #101822 100%);
    box-shadow: -24px -6px 80px #000000, 0px 2.23431px 3.35146px rgb(0 0 0 / 25%), 0px 10.0544px 31.2803px rgb(0 0 0 / 25%), inset 0px 2.23431px 3.35146px #4c6484, inset 21.2259px 11.1715px 44.6862px #192535;
    border-radius: 24.5774px;
    width: 534px;
    height: 127.36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5em;
}

.ff span {
    opacity: .5;
    font-weight: 500;
    font-size: 13px;
}

.ff h3 {
    font-weight: 600;
    font-size: 22.3431px;
    text-transform: uppercase;
}

.ff.f2 {
    margin-left: 2em;
    z-index: 99;
    position: relative;
}

.ff.f1 {
    z-index: -2;
    opacity: .5;
    margin-bottom: -1.5em;
}

.ff.f3 {
    z-index: 0;
    position: relative;
    margin-top: -1em;
    opacity: .5;
}

.s-feat img {
    max-width: 500px;
}

.s-feat {
    margin-top: 5em;
    margin-bottom: 10em;
    display: flex;
    justify-content: space-between;
}

.f-text p {
    margin: 0;
    text-transform: uppercase;
}

.f-left img {
    margin-right: 1em;
    width: 80px;
}

.f-left {
    display: flex;
    color: #fff;
    width: 35%;
    align-items: center;
    border-right: 1px solid #fff;
    height: fit-content;
}

.f-right h3 {
    font-weight: 500;
    font-size: 16px;
}

.f-right {
    display: flex;
    flex-direction: column;
    margin-left: 5em;
    color: #fff;
}

.f-right ul {
    display: flex;
    list-style: none;
    padding-inline-start: 0;
}

.footer.static {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .container {
    display: flex;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.f-right a {
    color: #FFFFFF !important;
    opacity: 0.5;
    padding-right: 3em;
}

.s-main h1 b {
    font-weight: 500;
}

.m-main h1 b {
    font-weight: 500;
}

li.nav-item.nav-right {
    list-style: none;
    margin-left: auto;
}

.footer .spacer {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer .spacer a {
    padding-bottom: 0.25em;
}

@media (max-width: 991px) {
    .s-feat {
        margin-top: 5em;
        margin-bottom: 10em;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .footer h3 {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .footer .f-right {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }

    .footer .spacer {
        justify-content: center;
    }

    .footer .container {
        display: flex;
        align-items: center;
        margin-top: 1em;
        margin-bottom: 1em;
        flex-direction: column;
    }

    .f-left {
        display: flex;
        color: #fff;
        width: 100%;
        align-items: center;
        border-right: 1px solid #fff;
        height: fit-content;
        justify-content: center;
        border-right: none;
    }

    .f-right a {
        color: #FFFFFF !important;
        opacity: 0.5;
        padding-right: 1em;
        padding-left: 1em;
        padding-bottom: 1em;
        font-size: 13px;
    }

    .f-right {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        color: #fff;
        margin-top: 2em;
    }

    .s-feat img {
        max-width: 100%;
    }

    .features {
        max-width: 100%;
    }

    .ff h3 {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }

    .ff span {
        opacity: .5;
        font-weight: 500;
        font-size: 12px;
    }
}

.app-form {
    background: #161515;
    border: 0.5px solid #00BFFF;
    backdrop-filter: blur(4.69929px);
    border-radius: 4px;
    padding: 5em;
}

.app-form input {
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #00BFFF;
    padding: 10px 0px;
}

.app-form input {
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #00BFFF;
    padding: 5px 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 3;
    margin-bottom: 1em;
    outline: none;
    color: #fff;
}

.two input:first-child {
    margin-right: 5em;
}

input::placeholder {
    color: #fff;
    opacity: .5;
}

input[type="submit"] {
    border-bottom: unset;
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 2px 2px 4px rgb(255 255 255 / 25%);
    border-radius: 50px;
    width: 166px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.app {
    position: relative;
    text-align: center;
}

.app h1 b, .bans h1 b, .privacy h1 b {
    color: #fff;
    font-weight: 550;
}

.app h1, .bans h1, .privacy h1 {
    color: #00bfff;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 2.5em;
}

.two {
    display: flex;
}

.app {
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .two {
        display: flex;
        flex-direction: column;
    }

    .two input:first-child {
        margin-right: 0;
    }

    .app h1, .bans h1 {
        color: #F5F5F5;
        font-weight: 700;
        font-size: 36px;
        line-height: 58px;
        margin-bottom: 1.5em;
    }

    .app-form input {
        font-size: 11px;
    }
}

.bans h1 {
    margin-bottom: 0;
}

.bans {
    text-align: center;
    position: relative;
}

.bans p span#tableCountLabel {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 16px;
}

.bans p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.bans-panel {
    background: #161515;
    border: 0.5px solid #00BFFF;
    backdrop-filter: blur(4.69929px);
    border-radius: 4px;
    padding: 30px;
    position: relative;
}

td.p-img img {
    width: 45px;
    height: 45px;
}

.bans-panel th {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    height: 70px;
}

.bans-panel td a.table-link {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 2px 2px 4px rgb(255 255 255 / 25%);
    border-radius: 44px;
    width: 95px;
    height: 33px;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    display: block;
    font-weight: 600;
    float: right;
    margin-right: 2em;
}

.bans-panel th:first-child {
    text-align: left;
    padding-left: 1em;
}

.bans-panel td:first-child {
    text-align: left;
    padding-left: 2em;
}

.bans-panel th:nth-child(3) {
    width: 30%;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background: #161515;
    border: 1px solid #00BFFF;
    border-radius: 4px;
}

a.page-link {
    background: #161515 !important;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #DFE3E8 !important;

}

li.page-item {
    margin-right: 4px;
    margin-left: 4px;
    /*width: 32px;*/
    --bs-pagination-padding-x: 0.5rem;
    height: 32px;
}

li.page-item.disabled {
    background: #919EAB;
    opacity: 0.5;
    border-radius: 4px;
}

li.page-item.disabled a {
    color: #C4CDD5;
    border-color: transparent;
}

.bans-panel nav {
    display: flex;
    justify-content: center;
    margin-top: 2.5em;
}

.bans-bar ul:not(.dropdown-menu) {
    list-style: none;
    display: flex;
    padding-inline-start: 0;
}

.bans-bar ul:not(.dropdown-menu) a {
    color: #fff;
    margin-right: 1em;
    margin-left: 0.5em;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: #fff;
    transition: .5s;
    font-size: 21px;
    top: 0.75em;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bans-bar ul:not(.dropdown-menu) a {
        font-size: 16px !important;
    }
}

.bans-bar ul:not(.dropdown-menu) a:hover {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.bans-bar a:focus {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #00BFFF;
    transition: .25s;
}

.bans-bar .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    justify-content: flex-end;
}

.bans-bar {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 1em;
    flex-direction: row;
}

@media (max-width: 768px) {
    .bans-bar {
        flex-direction: column;
    }
}

.search {
    display: flex;
    flex-direction: column;
}

.f-right a:hover {
    opacity: .8;
    transition: .25s;
}

.f-right a {
    transition: .25s;
}

@media (min-width: 991px) {
    .search {
        position: relative;
    }
}

.form-outline:hover .form-control, .form-outline:hover ~ button,
.form-outline:focus-within .form-control, .form-outline:focus-within ~ button {
    border-color: #ccc !important;
}

.form-control {
    background: #151515 !important;
    border: 1px solid #747677 !important;
    border-radius: 0px;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    border-right: unset !Important;
    transition: border-color 0.2s ease-in-out;
}

.input-group button {
    background: #151515;
    border: 1px solid #747677;
    border-radius: 0px;
    width: 40px;
    font-size: 13px;
    border-left: 0;
    color: #747677;
    transition: border-color 0.2s ease-in-out;
}

.search p {
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    td.p-img img {
        width: 32px;
        height: 32px;
    }

    td.p-actor img {
        width: 20px;
        height: 20px;
    }

    .bans-panel table {
        overflow: scroll !important;
        font-size: 9px;
    }

    .bans-panel th {
        font-weight: 600;
        font-size: 9px;
        color: #fff;
        height: 70px;
    }


    .bans-panel td a.table-link {
        width: 55px;
        height: 20px;
        font-size: 10px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        display: block;
        font-weight: 600;
        float: right;
        margin-right: 1em;
    }

    .bans-panel {
        padding: 15px;
    }

    .bans-bar ul a {
        color: #fff;
        margin-right: 1.5em;
        font-size: 10px;
    }

    .bans-bar .input-group {
        position: relative;
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 0.25rem 0.5rem;
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
    }
}

.bans, .bans > .container {
    position: relative;
}

.lb-panel {
    background: #161515;
    border: 0.5px solid #00bfff6e;
    backdrop-filter: blur(6.69929px);
    border-radius: 4px;
    position: relative;
}

.lb-panel table {
    padding: 30px;
}

.lb-panel th {
    color: #fff;
    height: 70px;
}

@media (max-width: 1200px) {
    .lb-panel th {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.bans-panel tr:nth-child(4n+2) td, .bans-panel tr:nth-child(4n+3) td {
    background-color: #0c0c0c;
}

.bans-panel td {
    border-bottom: 1px solid #383838;
}

.bans-panel td {
    background-color: #161515;
    height: 70px;
    color: #fff;
}

.lb-panel tr {
    /*border-bottom: 1px solid #383838;*/
}

.lb-panel td:first-child {
    width: 5%;
}

.lb-panel td:nth-child(2) {
    width: 20%;
    font-size: 14px;
}

.lb-panel nav {
    display: flex;
    justify-content: center;
    margin-top: 2.5em;
}

.lb-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5em;
}

.lb-bar select.form-select {
    width: 90px;
    background: transparent;
    border: transparent;
    color: #fff;
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #00BFFF;
    border-radius: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.form-select option {
    background: #161515;
}

th.last, td span.active {
    background: linear-gradient(101.96deg, #eeea49 0%, #ffb700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 8%
}

li.page-item.disabled.dots {
    opacity: 1;
}

.bans, .lp {
    margin-bottom: 5em;
}

.schedule {
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.schedule h1 {
    color: #F5F5F5;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}

.schedule p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.7;
    max-width: 836px;
    margin: 0 auto;
    margin-bottom: 5em;
}

.schedule-panel {
    background: #161515;
    border: 0.5px solid #00BFFF;
    backdrop-filter: blur(4.69929px);
    border-radius: 4px;
    padding: 30px;
    color: #fff;
}

.schedule-panel td {
    border-bottom: 1.13281px solid #383838;
}

.schedule-panel th:first-child {
    text-align: left;
    width: 5%;
}

.schedule-panel td:first-child {
    border-bottom: unset;
    text-align: left;
}

.schedule-panel td {
    padding: 15px 0;
}

.schedule-panel th {
    height: 70px;
}

.schedule-panel th {
    font-weight: 400;
    font-size: 18px;
}

.sched {
    background: #444547;
    width: 205.04px;
    height: 96.29px;
    position: absolute;
    border-left: 5px solid #00BFFF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sched p {
    font-size: 12px;
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    padding-left: 1em;
}

p.sc-time {
    text-align: left;
    margin: unset;
    width: 100%;
    margin-top: 2em;
}

a.sc-more {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 2px 2px 4px rgb(255 255 255 / 25%);
    border-radius: 44px;
    width: 147px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 2em;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.schedule-panel th.active {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .schedule-panel {
        overflow-x: auto;
        width: 100%;
    }
}

.privacy {
    position: relative;
    text-align: center;
}


.privacy-panel {
    background: #161515;
    border: 0.5px solid #00BFFF;
    backdrop-filter: blur(4.69929px);
    border-radius: 4px;
    padding: 30px;
    text-align: left;
    color: #fff;
}

a.p-accept {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 2px 2px 4px rgb(255 255 255 / 25%);
    border-radius: 50px;
    width: 166px;
    height: 50px;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
}

.privacy-panel li {
    margin-bottom: .5em;
}

.privacy-panel b {
    position: relative;
    margin-bottom: 1em;
    display: block;
}

.privacy h1 {
    margin-bottom: 2em;
}

.privacy {
    margin-bottom: 5em;
}


@media (min-width: 992px) {
    .navbar::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 100%;
        right: 100%;
        background: linear-gradient(270deg, rgb(10 13 17), transparent);
    }

    .navbar::after {
        left: 100%;
        background: linear-gradient(90deg, rgb(10 13 17), transparent);
        content: "";
        position: absolute;
        width: 200px;
        height: 100%;
    }
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: transparent;
    background-color: rgba(9, 12, 16, 0.94) !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    border-radius: 25px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-corner {
    background: unset;
}

.review-card-img {
    display: flex;
}

.count {
    transform: matrix(1, 0, 0, -1, 0, 0);
    text-align: left;
    font-weight: 600;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.count span {
    font-weight: 400;
    font-size: 15px;
    opacity: .5;
    text-transform: uppercase;
}

.srv-desc {
    margin-top: 0.5em;
    transform: matrix(1, 0, 0, -1, 0, 0);
    text-align: left;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    max-width: 330px;
}

.srv-btns {
    transform: matrix(1, 0, 0, -1, 0, 0);
    display: flex;
}

.srv-btns i {
    box-shadow: inset 0.597386px 0.597386px 1.19477px rgb(255 255 255 / 25%);
    filter: drop-shadow(2.38954px 2.38954px 2.38954px rgba(0, 0, 0, 0.25));
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    margin: 5px;
}

a.btn-big {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 2px 2px 4px rgb(255 255 255 / 25%);
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

@media (max-width: 991px) {
    .srv-bottom {
        flex-direction: column;
    }
}

.srv-bottom {
    position: absolute;
    display: flex;
    padding: 10px 25px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    color: #fff;
    width: 100%;
    justify-content: space-between;
    background: linear-gradient(180deg, #070A0E 0%, rgba(7, 10, 14, 0.53) 48.96%, rgba(7, 10, 14, 0.42) 77.08%, rgba(7, 10, 14, 0) 100%);
    height: 128px;
    align-items: center;
    bottom: -1px;
    border-radius: 20px;
}

.status {
    background: #00BFFF;
    box-shadow: 0px 0px 5px rgb(0 191 255 / 50%);
    border-radius: 100%;
    animation: statuson 2s infinite;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

@keyframes statuson {
    0% {
        -webkit-box-shadow: 0 0 0 0 #00BFFF;
        box-shadow: 0 0 0 0 #00BFFF
    }
    80% {
        -webkit-box-shadow: 0 0 0 8px transparent;
        box-shadow: 0 0 0 8px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.count-stat {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-card-img img {
    border-radius: 20px;
}

.slider #prev, .slider #next {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    filter: blur(131px);
    width: 100%;
    height: 70px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
}

body {
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .carousel > li {
        width: 100%;
        height: auto;
    }

    .review-card-img img {
        width: 600px;
        height: 350px;
    }

    .review-card .review-card-img {
        width: 600px;
        height: 420px;
        border-radius: 20px;
    }

    .carousel > li {
        width: 390px;
        height: auto;
    }

    .srv-bottom {
        height: 100px;
        width: inherit;
    }

    .srv-desc {
        max-width: 280px;
    }

    .ff {
        width: 100%;
        height: 100.36px;
        padding-left: 2em;
    }

    .ff.f2 {
        margin-left: .5em;
        z-index: 99;
        position: relative;
    }
}

@media (max-width: 400px) {
    .review-card-img img {
        width: 340px;
        height: 350px;
    }

    .review-card .review-card-img {
        width: 340px;
        height: 420px;
    }

    .srv-desc {
        display: none;
    }

    .srv-bottom {
        width: 340px;
        align-items: center;
        bottom: -1px;
        left: -1px;
    }

    .right-pos {
        margin-left: -17px !important;
    }

    .carousel-wrap {
        width: 340px;
    }

    .main-pos {
        margin-left: 0px !important;
    }

    .main h1 {
        font-size: 1.5em;
        color: #fff;
        text-transform: uppercase;
    }

    .main p {
        color: #fff;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .carousel-wrap {
        width: -webkit-fill-available;
    }

    .main-pos {
        margin-left: 0px !important;
    }

    .carousel > li {
        width: -webkit-fill-available;
        height: auto;
    }

    .review-card .review-card-img {
        width: -webkit-fill-available;
        height: 420px;
    }

    .srv-bottom {
        width: -webkit-fill-available;
        align-items: center;
        bottom: -1px;
        left: -1px;
    }

    .review-card-img img {
        width: -webkit-fill-available;
        height: -webkit-fill-available;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .review-card .review-card-img {
        width: -webkit-fill-available;
        height: 350px;
    }

    .review-card-img img {
        width: -webkit-fill-available;
        height: 350px;
    }

    .main-pos {
        margin-left: 0px !important;
    }
}

.review-card {
    border-radius: 20px;
}

@media (max-width: 650px) {
    .srv-desc {
        display: none;
    }

    .carousel-wrap {
        height: 0;
    }

    .slider #prev, .slider #next {
        background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
        filter: blur(131px);
        width: 100%;
        height: 30px;
    }
}

@media (max-width: 991px) {
    .navbar .container-fluid {
        z-index: 9;
    }

    li.nav-item.nav-right {
        list-style: none;
        margin-left: 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        height: 100%;
    }

    a.navbar-brand {
        height: 0;
        margin-top: -3em;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: center;
    }

    a.navbar-brand img {
        width: 100px;
        margin-left: 5em;
    }

    .s-main {
        margin-top: 5em;
    }

    .main h1 {
        font-size: 2em;
    }
}

button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}

@media (max-width: 991px) {
    .main h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 991px) {
    .lb-panel table {
        width: auto;
        overflow: scroll;
        display: block !important;
    }

    .lb-panel th {
        color: #fff;
        height: 70px;
        font-size: 15px;
        padding-right: 10px;
    }

    .lb-panel td {
        font-size: 10px;
    }
}

.sc-right .form-select {
    border: 1px solid #888888;
    border-radius: 44px;
    width: 147px;
    height: 41px;
    background: transparent;
    color: #fff;
    margin-right: 10px;
    outline: none !important;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
}

a.sc-add {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), inset 2px 2px 4px rgb(255 255 255 / 25%);
    border-radius: 44px;
    width: 147px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.sc-right {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0px;
}

.sc-date {
    font-weight: 600;
    font-size: 18.125px;
    line-height: 18px;
    color: #FFFFFF;
}

.schedule-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .sc-right .form-select {
        border: 1px solid #888888;
        border-radius: 44px;
        width: 100px;
        font-size: 11px;
        height: 30px;
    }

    a.sc-add {
        width: 100px;
        height: 30px;
        font-size: 11px;
        font-weight: 500;
    }

    .sc-date {
        font-weight: 600;
        font-size: 12.125px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .lb-bar .form-select {
        width: 65px;
        font-size: 12px;
    }
}

.right-pos .srv-bottom, .left-pos .srv-bottom {
    content-visibility: hidden;
}

.nav-link:hover {
    transition: color 0.3s ease-in-out;
    color: #00a6ff !important;
}

.main a li:hover > * {
    transition: background 0.3s ease-in-out;
    background: linear-gradient(101.96deg, #00BFFF 20%, #0085FF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main a li:hover {
    transition: background 0.3s ease-in-out;
    background: linear-gradient(101.96deg, #00BFFF 20%, #0085FF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 991px) and (max-width: 1200px) {
    li.nav-item.nav-right {
        list-style: none;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .slider {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        height: 0;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .review-card .review-card-img {
        width: -webkit-fill-available;
        height: 420px;
    }
}

@media (max-width: 350px) {
    li.page-item {
        margin-right: 15px;
        width: 15px;
        height: 15px;
    }

    .page-link {
        font-size: 9px;
    }

    .lb-panel nav {
        overflow: scroll;
    }
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lb-panel th:nth-child(2) {
    width: 23%;
}

@media (max-width: 991px) {
    .lb-panel td:nth-child(2) {
        width: 100%;
        font-size: 14px;
    }
}

.lb-panel td:nth-child(2) {
    display: flex;
    align-items: center;
    width: 100%;
}

td.p-img img {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .app-form {
        padding: 2em;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        z-index: 99;
    }
}

@media (max-width: 991px) {
    .navbar::before, .navbar::after {
        display: none;
    }

    a.navbar-brand img {
        width: 50px;
        margin-left: 3em;
    }

    li.nav-item {
        text-align: center;
    }
}

.nav-link {
    transition: unset;
}

@media (max-width: 991px) {
    .carousel > li {
        width: 100%;
        height: auto;
    }

    .right-pos {
        margin-left: 140px !important;
    }
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s;
}

@media (max-width: 450px) {
    .count {
        transform: matrix(1, 0, 0, -1, 0, 0);
        text-align: left;
        font-weight: 600;
        font-size: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: space-evenly;
    }

    .srv-bottom {
        flex-direction: column-reverse;
    }
}

.review-card-img {
    background: url(../img/srv1.png);
    width: 750px;
    height: 420px;
    background-size: auto;
    z-index: 0;
    position: relative;
    border-radius: 20px;
    background-position: center;
}

.srv-bottom, .count, .srv-desc, .srv-btns {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-c {
    /*height: 450px;*/
    /*margin: 0 auto;*/
    position: relative;
}

@media (max-width: 650px) {
    .slider {
        display: none;
    }

    .main-c {
        contain: layout;
        max-width: initial;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.srv-btns, .srv-desc {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
}


.items {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
}

.rev_slide h1 {
    color: #00a6ff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .5px;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 65%);
}

.srv-btns i:hover {
    background: linear-gradient(135deg, #1abef5 0%, #0766be 100%)
}

a.btn-big:hover {
    opacity: .9;
}

.checkout .packages table tbody {
    background: #262626;
}

@media (min-width: 768px) {
    .checkout .packages table tbody .buttons {
        min-width: 135px;
        width: 20%;
    }
}

#slider {
    height: 450px;
    position: relative;
    perspective: 1400px;
    transform-style: preserve-3d;
}

input[type="radio"] {
    position: relative;
    top: 450px;
    left: 50%;
    width: 15px;
    height: 15px;
    margin: 0 15px 0 15px;
    transform: translateX(-50px);
    cursor: pointer;
    background: transparent;
    appearance: none;
    border-radius: 50%;
    border: 3px solid #3f3f3f;
}

section#slider label img {
    width: 750px;
    height: 420px;
    border-radius: 20px;
}

input[type="radio"]:nth-child(3) {
    margin-right: 0px;
}

input[type="radio"]:checked {
    opacity: 1;
    background: #00a6ff;
    border: 3px solid #00a6ff;
}

#slider label,
#slider label img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
}

#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3 {
    transform: translate3d(0%, 0, -1px);
}

#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide1 {
    transform: translate3d(20%, 0, -100px);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
}

#s1:checked ~ #slide3, #s2:checked ~ #slide1, #s3:checked ~ #slide2 {
    transform: translate3d(60%, 0, -50px);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
}

#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide1 {
    transform: translate3d(60%, 0, -10px);
    opacity: .25;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
}

#s1:checked ~ #slide3, #s2:checked ~ #slide1, #s3:checked ~ #slide2 {
    transform: translate3d(-60%, 0, -10px);
    opacity: .25;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
}

.srv-info {
    min-height: 720px;
    border-radius: 20px;
}

#s1:checked ~ #slide2 .srv-bottom, #s2:checked ~ #slide3 .srv-bottom, #s3:checked ~ #slide1 .srv-bottom {
    opacity: 0;
}

#s1:checked ~ #slide3 .srv-bottom, #s2:checked ~ #slide1 .srv-bottom, #s3:checked ~ #slide2 .srv-bottom {
    opacity: 0;
}

#s1:checked ~ #slide2 .srv-info h1, #s2:checked ~ #slide3 .srv-info h1, #s3:checked ~ #slide1 .srv-info h1 {
    opacity: 0;
}

#s1:checked ~ #slide3 .srv-info h1, #s2:checked ~ #slide1 .srv-info h1, #s3:checked ~ #slide2 .srv-info h1 {
    opacity: 0;
}


.srv-info {
    background: url(/img/srv1.png);
    background-size: cover;
    background-position: center center;
}

#slide2 .srv-info {
    background: url(/img/srv2.jpg);
    background-size: cover;
    background-position: center center;
}

#slide3 .srv-info {
    background: #000;
    background-size: cover;
    background-position: center center;
}

.srv-info h1 {
    margin-top: -1.5em;
    font-size: 23px;
    margin-left: 1em;
    color: #00a6ff;
}

@media (max-width: 991px) {
    /*.m-main {*/
    /*    margin-top: 500px;*/
    /*}*/

    .main-c {
        width: 100%;
    }

    .main-c, section#slider, section#slider label.slide {
        width: 100% !important;
    }

    .srv-info {
        width: 100% !important;
    }

    section#slider label img {
        width: 100%;
    }
}

.count {
    margin-right: 5px;
}

@media (max-width: 450px) {
    .count {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .count-stat {
        margin-right: 5px;
    }
}

.privacy-panel li a {
    color: #fff !important;
}

#slider {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.footer, .navbar {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

ul.pagination {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px !important;
        margin-right: auto;
        margin-left: auto;
    }
}

.modal-header h5 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
}

.modal-header {
    background: #070a0e;
    color: #fff;
    border-bottom: #070a0e;
}

.modal-content {
    background-color: rgba(9, 12, 16, 0.94) !important;
    color: #fff !important;
}

.ban-box {
    padding: 15px 5px;
}

.ban-box input {
    width: 100%;
    background: #0f1216;
    outline: unset !important;
    border: unset;
    padding: 10px;
}

.ban-box p {
    margin: 0;
    color: #fff;
}

.ban-box textarea {
    width: 100%;
    background: #0f1216;
    outline: unset !important;
    border: unset;
    padding: 10px;
    color: #fff;
}

.modal-footer {
    border: unset !important;
}

.modal-footer .btn {
    background: transparent;
    border: transparent;
}

.ban-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
    .ban-info {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.modal-header button.btn-close {
    color: #fff !important;
    font-size: 14px;
    opacity: 1;
    margin-right: 1em;
    width: auto;
    outline: unset !important;
    box-shadow: unset !important;
    height: auto;
}

.link {
    position: relative;
    text-align: center;
}

.link b {
    color: #00a6ff;
}

.link h1 {
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
}

.l-step {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.link-steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0em;
}

.progress-bar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
}

.progress-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.progress-step:before, .progress-step:after {
    content: "";
    height: 8px;
    position: absolute;
    z-index: -1;
    top: 13px;
    animation: 1s linear infinite progress-bar-stripes;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    animation-direction: reverse;
}

.progress-step:after {
    left: 50%;
    width: 100%;
}

@media screen and (min-width: 640px) {
    .progress-step:first-of-type:before {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .progress-step:first-of-type:before, .progress-step:last-of-type:after {
        /*background-color: white !important;*/
    }
}

.progress-step:last-of-type:after {
    left: 0;
    width: 50%;
}

.progress-step .step-count {
    background-color: #fff;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    border-radius: 50%;
    color: #000;
    line-height: 30px;
    z-index: 100;
    border: 7px solid white;
    font-size: 1.25em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step.is-active .step-description {
    font-weight: 500;
}

.progress-step:before,
.progress-step:after {
    background-color: #494949 !important;
}

.progress-step.is-active:before,
.progress-step.is-active:after {
    background-color: #00a6ff !important;
}

.progress-step.is-active ~ .progress-step .step-count {
    background-color: #fff;
}

.progress-step.is-active ~ .progress-step:after {
    background-color: #fff;
}

.step-description {
    font-size: 0.6rem;
}

.step-description b {
    opacity: .8;
    color: #fff;
    font-size: .6rem;
    font-weight: normal;
}

.step-description {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.progress-steps {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    margin-bottom: 0.75em;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.link .container {
    margin-top: 5em;
    margin-bottom: 5em;
}

@media (max-width: 991px) {
    .link h1 {
        font-size: 1.5em;
    }
}

.link-error {
    position: relative;
    background: rgba(9, 12, 16, 0.94) !important;
    color: #fff;
    max-width: 50%;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    margin: 0 auto;
    margin-top: 3em;
    font-size: 12px;
}

.link-error p {
    margin: 0;
}

.c-img img {
    width: 50px;
    height: 50px;
    background: #070A0E;
    padding: 5px;
    border-radius: 6px;
    border: 2px solid #383838;
}

.c-name {
    margin-right: auto;
}

.c-yes {
    background-color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    color: #000;
    line-height: 30px;
    z-index: 100;
    border: 7px solid white;
    font-size: 1em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.connected {
    display: flex;
    align-items: center;
    max-width: 50%;
    color: #fff;
    background: #161515;
    border: 0.5px solid #00BFFF;
    padding: 15px;
    border-radius: 6px;
    margin: 0 auto;
}

.connected {
    margin-bottom: 10px;
    margin-top: 15px;
}

.c-steam::before {
    content: "\f1b6";
    font-size: 10em;
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    position: absolute;
    transform: rotate(6deg);
    left: -27px;
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .6;
}

.c-steam {
    overflow: hidden;
    position: relative;
}

.c-name {
    z-index: 1;
}

.c-discord::before {
    content: "\f392";
    font-size: 10em;
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    position: absolute;
    transform: rotate(-26deg);
    left: -65px;
    opacity: 1;
    color: #7289da;
}

.c-discord {
    overflow: hidden;
    position: relative;
}

a.unlink {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    max-width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 2em;
    padding: 5px;
    border-radius: 6px;
    background: linear-gradient(34deg, #00BFFF 0%, #161515 60%);
    border: 1px solid #00BFFF;
}

a.unlink:hover {
    opacity: .8;
}

@media (max-width: 991px) {
    .connected, a.unlink, .link-error {
        max-width: 100%;
    }
}

a.unlink, .link-error, .step-description {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.footer {
    margin-top: auto;
    z-index: 99;
    position: relative;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

.btn-close {
    background: transparent !important;
}

.dropdown-menu {
    background: #090c11;
}

.dropdown-item {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: linear-gradient(101.96deg, #00BFFF 0%, #0085FF 100%);
}
