@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");



:root {
    --body-bg-color: #1e1f23;
    --theme-bg-color: rgba(16 18 27 / 40%);
    --border-color: rgba(113 119 144 / 25%);
    --theme-color: #f9fafb;
    --theme-two-color: rgb(249 250 251 / 50%);
    --inactive-color: rgb(113 119 144 / 78%);
    --body-font: "Poppins", sans-serif;
    --content-bg: rgb(146 151 179 / 13%);
    --option-bg: #1e1f23;
    --scrollbar-bg: rgb(1 2 3 / 40%);
}

.light-mode {
    --body-bg-color: rgb(255 255 255);
    --theme-bg-color: rgb(255 255 255 / 31%);
    --theme-color: #3c3a3a;
    --inactive-color: #333333;
    --overlay-bg: rgb(255 255 255 / 30%);
    --border-color: rgb(255 255 255 / 35%);
    --scrollbar-bg: rgb(255 253 253 / 57%);
    --option-bg: #1e1f23;
}

*,
*::before,
*::after {
    outline: none;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-font);
    background-color: var(--body-bg-color);
    background-image: url(https://4kwallpapers.com/images/wallpapers/macos-big-sur-apple-layers-fluidic-colorful-dark-wwdc-2020-5120x2880-1432.jpg);
    background-size: cover;
    background-position: center;
}

html,
body {
    height: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.video-bg {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.container {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    background-color: var(--theme-bg-color);
    color: var(--theme-color);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.main,
.sidebar {
    width: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main {
    height: calc(100% - 60px);
    position: relative;
}

.sidebar {
    height: 60px;
    border-top: 1px solid var(--border-color);
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
}

.sidebar-inner {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
}

.sidebar__icon {
    margin-top: 1.25rem;
    cursor: pointer;
    opacity: .4;

}

.sidebar__icon:hover {
    opacity: 1;
}

.sidebar__icon>svg {
    height: 2.2rem;
}

.d-hide {
    display: none;
}

.d-show {
    display: flex;
}

.bg-img {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.dark-light svg {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    cursor: pointer;
    fill: transparent;
    transition: 0.5s;
    z-index: 2;
    opacity: 0.5;
}

.app {
    padding: auto;
}


@media screen and (orientation: landscape) {
    .app {
        padding:20px;
    }
    .container {
        width: calc(85vw + 60px);
        height: calc(85vw * (9/16));
        /* height:width ratio = 9/16 = .5625  */
        max-height: 80vh;
        max-width: calc(85vh * 1.778 + 60px);
        border-radius: 10px 0 0 10px;
        box-shadow: 4px 4px 30px hsla(270, 30%, 10%, .4);
    }


    .main,
    .sidebar {
        top: 0;
        height: 100%;
        position: relative;
    }

    .main {
        width: calc(100% - 60px);
        float: left;
        left: 60px;
        /*Width of #left-sidebar*/
    }

    .sidebar {
        width: 60px;
        float: left;
        left: calc(-100% + 60px);
        border-radius: 14px 0 0 14px;
        border-right: 1px solid var(--border-color);
        box-shadow: 10px 0 15px -6px rgba(41, 47, 55, 0.4);
        border-top: 0;
        z-index: 2;
        overflow: hidden;
    }

    .sidebar-inner {
        position: absolute;
        width: 60px;
        height: 100%;
        display: block;
        text-align: center;
    }

    .sidebar__icon {
        margin-top: 1.5rem;
    }

    .bg-img {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
        box-shadow: inset 0px 0px 100px rgba(41, 47, 55, 0.4);
    }

    .sidebar__icon:first-of-type {
        margin-top: 0.5rem;
    }

    /*
    .sidebar__icon:last-child {
        position: absolute;
        width: 60px;
        bottom: 2rem;
        text-align: center;
    }*/

    .header {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        height: 28px;
        width: 100%;
        padding: 0 10px;
        white-space: nowrap;
    }

    .menu-circle {
        display: flex;
        width: 10px;
        height: 10px;
        background-color: #f96057;
        border-radius: 50%;
        box-shadow: 15px 0 0 0 #f8ce52, 30px 0 0 0 #5fcf65;
        flex-shrink: 0;
    }
}

/* desktop/laptop */
@media screen and (min-width: 945px) and (orientation:landscape) {
    .container {
        width: calc(90vw + 60px);
        height: calc(90vw * (9/16));
        /* height:width ratio = 9/16 = .5625  */
        max-height: 90vh;
        max-width: calc(160vh + 60px);
        border-radius: 10px 0 0 10px;
        box-shadow: 4px 4px 30px hsla(270, 30%, 10%, .4);
    }

    .sidebar__icon {
        margin-top: 3rem;
    }

    .sidebar__icon:first-of-type {
        margin-top: 2rem;
    }
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 140px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.nav-one {
    position: absolute;
    bottom: 8%;
    right: 40px;
    z-index: 8;
}

.nav-one .swiper-nav-ctrl {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: static;
}

.nav-one .swiper-nav-ctrl:after {
    display: none;
}

.nav-one.nav-two {
    position: static;
}

.nav-one.nav-two .swiper-nav-ctrl {
    border-radius: 50%;
}

.nav-one.nav-two .next-ctrl {
    position: absolute;
    top: calc(50% - 35px);
    right: 10px;
}

.nav-one.nav-two .prev-ctrl {
    position: absolute;
    top: calc(50% - 35px);
    left: 10px;
}

.swiper-pagination-fraction.top {
    position: absolute;
    right: 15%;
    left: auto;
    bottom: auto;
    top: 20%;
    width: auto;
    color: var(--theme-color);
    font-size: 24px;
    font-weight: 500;
    opacity: 0.5;
}

.swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: transparent;
    -webkit-text-stroke: .5px var(--theme-color);
}

.swiper-pagination-fraction.top.botm {
    top: auto;
    bottom: 5px;
    right: 15px;
}

.swiper-pagination-fraction.steps .swiper-pagination-total {
    float: right;
}

/*
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 5;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

[data-overlay-dark]:before {
    background: #121319;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}
*/

.gallery-panel {
    z-index: 8;
    width: 100%;
    height: 120px;
    top: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: radial-gradient(circle at 4.3% 10.7%, rgb(5, 157, 214) 13.6%, rgb(78, 16, 188) 65.7%, rgb(244, 17, 247) 100.7%);
}


.options-panel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: radial-gradient(circle at 4.3% 10.7%, rgb(5, 157, 214) 13.6%, rgb(78, 16, 188) 65.7%, rgb(244, 17, 247) 100.7%);

}

.options-panel .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--option-bg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.3s;
}

.options-panel .inner {
    position: relative;
    z-index: 2;
    padding: 30px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    transition-delay: 0.7s;
    opacity: 0;

    overflow-x: hidden;
    overflow-y: auto;
}


.options-panel.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.options-panel.active .layer {
    width: 100%;
}

.options-panel.active .inner {
    opacity: 1;
}

.mscard {
    max-width: 740px;
    margin: auto;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    color: #6f6f7b;
    /* background-color: rgba(255, 255, 255, 1); */
    display: flex;
    transition: 0.3s;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 0 8px rgba(62, 63, 65, 0.5);
}

.mscard[data-state="#about"] {
    height: 460px;
}

.mscard[data-state="#about"] .mscard-main {
    padding-top: 0;
}

.mscard[data-state="#support"] {
    height: 430px;
}

.mscard[data-state="#settings"] {
    height: 540px;
}

.mscard[data-state="#eula"] {
    height: 540px;
}

.mscard[data-state="#"] {
    height: 540px;
}

.mscard.is-active .mscard-header {
    height: 80px;
}

.mscard.is-active .mscard-cover {
    height: 100px;
    top: -50px;
}

.mscard.is-active .mscard-avatar {
    transform: none;
    left: 20px;
    width: 50px;
    height: 50px;
    bottom: 10px;
}

.mscard.is-active .mscard-zoomriya,
.mscard.is-active .mscard-albumtitle {
    left: 86px;
    transform: none;
}

.mscard.is-active .mscard-zoomriya {
    bottom: 18px;
    font-size: 19px;
}

.mscard.is-active .mscard-albumtitle {
    bottom: 16px;
    letter-spacing: 1px;
    font-size: 10px;
}

.mscard-header {
    position: relative;
    display: flex;
    height: 200px;
    flex-shrink: 0;
    width: 100%;
    transition: 0.3s;
}

.mscard-header * {
    transition: 0.3s;
}

.mscard-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    height: 160px;
    top: -20%;
    left: 0;
    will-change: top;
    background-size: cover;
    background-position: center;
    filter: blur(30px);
    transform: scale(1.2);
    transition: 0.5s;
}

.mscard-avatar {
    width: 100px;
    height: 100px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-64px);
}

.mscard-zoomriya {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    transform: translateY(-10px) translateX(-50%);
    left: 50%;
    color: hsl(270, 10%, 80%);
}

.mscard-albumtitle {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    white-space: nowrap;
    font-weight: 500;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-7px);
    color: hsl(270, 10%, 80%);
}

.mscard-version {
    position: absolute;
    bottom: 0;
    font-size: 8px;
    white-space: nowrap;
    font-weight: 500;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(7px);
    color: hsl(270, 10%, 80%);
}

.mscard-main {
    position: relative;
    flex: 1;
    display: flex;
    padding-top: 10px;
    flex-direction: column;
}

.mscard-subtitle {
    color: hsl(270, 10%, 80%);
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 8px;
}

.mscard-content {
    padding: 20px;
}

.mscard-content .eula {
    font-size: 11px;
}

.mscard-desc {
    line-height: 1.6;
    color: #6f6f7b;
    font-size: 11px;
    margin: 0;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

.mscard-social {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px;
}

.mscard-social svg {
    width: 16px;
    display: block;
    transition: 0.3s;
}

.mscard-social a {
    color: hsl(270, 10%, 80%);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: rgba(93, 133, 193, 0.05);
    border-radius: 50%;
    margin-right: 10px;
}

.mscard-social a:hover svg {
    fill: #637faa;
}

.mscard-social a:last-child {
    margin-right: 0;
}

.mscard-buttons {
    display: flex;
    background-color: #15171c;
    color: hsl(270, 10%, 80%);
    margin-top: auto;
    position: sticky;
    bottom: -1px;
    left: 0;
}

.mscard-buttons button {
    flex: 1 1 auto;
    user-select: none;
    background: 0;
    font-size: 13px;
    border: 0;
    padding: 15px 5px;
    cursor: pointer;
    color: #6f6f7b;
    transition: 0.3s;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    outline: 0;
    border-bottom: 3px solid transparent;
}

.mscard-buttons button.is-active,
.mscard-buttons button:hover {
    color: #6f6f7b;
    border-bottom: 3px solid #7007e0;
    background-color: #292c31;
    /* background: linear-gradient(to bottom, rgba(21, 23, 28, 0) 0%, rgba(30, 31, 35, 0.4) 100%); */
}

.mscard-section {
    display: none;
}

.mscard-section.is-active {
    display: block;
    animation: fadeIn 0.6s both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translatey(40px);
    }

    100% {
        opacity: 1;
    }
}

.mscard-timeline {
    margin-top: 30px;
    position: relative;
}

.mscard-timeline:after {
    background: linear-gradient(to top, rgba(134, 214, 243, 0) 0%, rgba(81, 106, 204, 1) 100%);
    content: "";
    left: 42px;
    width: 2px;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.mscard-item {
    position: relative;
    padding-left: 60px;
    padding-right: 20px;
    padding-bottom: 30px;
    z-index: 1;
}

.mscard-item:last-child {
    padding-bottom: 5px;
}

.mscard-item:after {
    content: attr(data-year);
    width: 10px;
    position: absolute;
    top: 0;
    left: 37px;
    width: 8px;
    height: 8px;
    line-height: 0.6;
    border: 2px solid #fff;
    font-size: 11px;
    text-indent: -35px;
    border-radius: 50%;
    color: rgba(134, 134, 134, 0.7);
    background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
}

.mscard-item-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.mscard-item-desc {
    font-size: 13px;
    color: #6f6f7b;
    line-height: 1.5;
    font-family: "DM Sans", sans-serif;
}

.mscard-support-wrapper {
    margin-top: 20px;
}

.mscard-support {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #6f6f7b;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
    cursor: pointer;
}

.mscard-support+.mscard-support {
    margin-top: 16px;
}

.mscard-support svg {
    flex-shrink: 0;
    width: 30px;
    min-height: 34px;
    margin-right: 12px;
    transition: 0.3s;
    padding-right: 12px;
    border-right: 1px solid #6f6f7b;
}

.support-me {
    border: 0;
    outline: none;
    background: linear-gradient(to right, rgba(83, 200, 239, 0.8) 0%, rgba(81, 106, 204, 0.8) 96%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 12px 16px;
    width: 100%;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
}


.card {
    font-size: 85%;
    background: hsl(220 10% 20%);
    margin-bottom: 1em;
    border-radius: 10px;
}

/*
.card a {
	color: black;
	text-decoration: none;
}

.card a:hover {
	box-shadow: 3px 3px 8px hsl(0, 0%, 80%);
}
*/
.card-content {
    padding: .9em;
}

.card-content h2 {
    margin-top: 0;
    margin-bottom: .5em;
    font-weight: bold;
}

.card-content p {
    font-size: 80%;
}

/* Flexbox stuff */

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    flex: 0 1 24%;
}

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background-color: #1e1f23;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-45deg, #6a5af9, #d66efd);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*--- begining of preloader --*/

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 370px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: #15171c;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #059dd6;
    background: -webkit-gradient(linear, left top, right top, from(#059dd6), color-stop(#510cbb), to(#ae14be));
    background: -webkit-linear-gradient(left, #059dd6, #510cbb, #ae14be);
    background: -o-linear-gradient(left, #059dd6, #510cbb, #ae14be);
    background: linear-gradient(to right, #059dd6, #510cbb, #ae14be);
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}

.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after,
#preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #24262f;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
    top: 0;
}

#preloader:after {
    bottom: 0;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.loading {
    position: fixed;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 8px;
    z-index: 9999999999;
}

.loading.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.loading span {
    -webkit-animation: loading 1.4s infinite alternate;
    animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* -- end of preloader -- */



.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #059dd6;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -25px;
    margin-top: -25px;
    width: 40px;
    height: 40px;
    background-color: #059dd6;
    opacity: .3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid #059dd6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}


.dialogbox {
    position: absolute;
    left: 50%;
    color: var(--theme-two-color);
    z-index: 100000;
}

.dialogbox button {
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}

.dialogbox {
    background: var(--option-bg);
    padding: 25px;
    border-radius: 15px;
    top: -150%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;
}

.dialogbox.show {
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;

}

.dialogbox .hide {
    opacity: 0;
    top: -150%;
}

.dialogbox :is(header, .icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dialogbox header {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--theme-two-color);
}

.dialogbox header span {
    font-size: 18px;
    font-weight: 600;
}

.dialogbox header .close,
.dialogbox .icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.dialogbox header .close {
    color: #343746;
    font-size: 12px;
    background: var(--theme-two-color);
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.dialogbox header .close:hover {
    background: var(--theme-two-color);
}

.dialogbox .content {
    margin: 20px 0;
}

.dialogbox .icons {
    margin: 15px 0 20px 0;
}

.dialogbox ol {
    padding-left: 15px;
}

.dialogbox .content {
    font-size: 13px;
}

.dialogbox .content .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}

.dialogbox .icons a i {
    transition: transform 0.3s ease-in-out;
}

.dialogbox .icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}

.dialogbox .icons a:nth-child(1):hover {
    background: #1877F2;
}

.dialogbox .icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc;
}

.dialogbox .icons a:nth-child(2):hover {
    background: #46C1F6;
}

.dialogbox .icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}

.dialogbox .icons a:nth-child(3):hover {
    background: #e1306c;
}

.dialogbox .icons a:nth-child(4) {
    color: #25D366;
    border-color: #bef4d2;
}

.dialogbox .icons a:nth-child(4):hover {
    background: #25D366;
}

.dialogbox .icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff;
}

.dialogbox .icons a:nth-child(5):hover {
    background: #0088cc;
}

.dialogbox .icons a:hover {
    color: #fff;
    border-color: transparent;
}

.dialogbox .icons a:hover i {
    transform: scale(1.2);
}

.dialogbox .content .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #6f6f7b;
}

.dialogbox .field.active {
    border-color: #7d2ae8;
}

.dialogbox .field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}

.dialogbox .field.active i {
    color: #7d2ae8;
}

.dialogbox .field input {
    width: 100%;
    height: 95%;
    border: none;
    outline: none;
    font-size: 12px;
    background: #343746;
    color: #6f6f7b;
}

.dialogbox .field button {
    color: rgb(255, 250, 250, 0.6);
    padding: 5px 18px;
    font-size: 14px;
    background: #7d2ae8;
}

.dialogbox .field button:hover {
    background: #8d39fa;
}