/* Font family */
/* *{
    text-align:justify ;
} */
@font-face {
    font-family: Monument Extended;
    src: url(../fonts/MonumentExtended-Regular.otf);
}

:root {
    --bs-text-yellow-color: #DDC424;
    --bs-text-white-color: #fff;
    --bs-background-bkcolor: #0F0F0F;
    --bs-heading-font-family: 'Monument Extended';
    --bs-text-font-family: 'Poppins';
    --bs-bg-light: #181818;

}

/* body */

h3 {
    font-family: var(--bs-text-font-family);
    color: var(--bs-text-white-color);
    background-color: var(--bs-background-bkcolor);
}
body{
    background-color: #010001;
    font-family: var(--bs-text-font-family);
    color: var(--bs-text-white-color);
}

h1,
h2,
h4 {
    font-family: var(--bs-heading-font-family);
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* header */
header nav ul li {
    padding: 0 15px;
}

a.nav-link {
    font-family: 'poppins';
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.5em;
}

.commn-btn a {
    background: var(--bs-text-yellow-color);
    border-radius: 2px;
    margin-left: 3rem;
}

.commn-btn:hover a {
    background: #fff;
    color: #ddc424 !important;
}

p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}

/* sticky class */

.fixed-header {
    position: fixed;
    background: #131519;
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.1);
    width: 100%;
    z-index: 1;
    transition: 0.2s ease-in-out;
    top: 0;
    left: 0;
}

/* section 01 */
.banner {
    position: relative;
}

.banner-content {
    position: absolute;
    content: "";
    left: 40%;
    top: 50%;
    transform: translate(-40%, -50%);
}

.main-vide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spacetp {
    padding: 80px 0;
}

.text-color {
    color: var(--bs-text-yellow-color);
}

.side-img:after {
    position: absolute;
    content: "";
    left: 5%;
    bottom: 9%;
    background: url('../images/scroll-img.png');
    width: 110px;
    height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-left h1 {
    font-size: 57px;
    line-height: normal;
    margin-bottom: 5%;
    font-weight: 900;
}

span.login-btn {
    position: relative;
}

span.login-btn:after {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    background: var(--bs-text-white-color);
    width: 135px;
    height: 1px;
}

span.login-btn a {
    text-decoration: revert;
    text-decoration-color: #fff;
    margin-left: 19%;
    font-size: 20px;
    line-height: normal;
}

.banner-right img {
    position: absolute;
    right: 0;
    top: 0;
}

.side-content {
    position: fixed;
    background: var(--bs-text-yellow-color);
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    z-index: 999;
}

.side-content p {
    color: var(--bs-background-bkcolor);
    font-family: var(--bs-heading-font-family)
}

/* moving animation */

.scroll {
    animation: animName 2s linear infinite;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

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


/* section 02 */
.top-heading {
    padding-bottom: 3%;
}

.top-heading h2 {
    font-size: 45px;
    line-height: normal;
    position: relative;
    font-weight: 700;
    text-align: center;
}

.video-abt video {
    height: 500px;

}

/* section 03 */
.token {
    position: relative;
    height: 100vh;
}

.token-right {
    z-index: -1 !important;
    position: relative;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
}

.token-right video {
    width: 100%;
}
.token-right1 video {
    opacity: 0;
}
.left-side-img:after {
    background: url('../images/left-side-circle_a.png');
    left: 0%;
    width: 200px;
    height: 355px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.token-right img {
    margin-top: -50%;
    z-index: -1 !important;
}

.token-right1 img {
    opacity: 0;
}

/* section 04 */
.vision {
    position: relative;
    padding-bottom: 0;
}

section.Mission {
    position: relative;
    padding-bottom: 100px;

}

.vision_a {
    position: relative;
    background-image: url('../images/vision-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vision-right1 img {
    opacity: 0;
}

.vision-right video {
    height: 550px;
}
.vision-right {
    position: absolute;
    left:25%;
    top: 25%;
    width: 50%;
    z-index: -1;
}
.vision-right1 video {
    opacity: 0;
    width: 100%;
}
/* section 06 */
.social {
    padding: 16px 20px;
    width: 80%;
    margin: 0 auto;
    display: block;
    display: block;
    border-radius: 5px;
}

.fb-link {
    background: #3c5a9a;
}

.tw-link {
    background: #03a9f4;
}

.yt-link {
    background: #cd201f;
}

.ln-link {
    background: #2ca4d8;
}

.social:hover img {
    margin-right: 25px;
    transition: 0.3s ease-in-out;
}

.social  {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--bs-text-white-color);
    letter-spacing: 0.1px;

}

img.social-link {
    width: 35px;
    height: 35px;
    object-fit: cover;
    margin-right: 16px;
    border: 1px solid white;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.dash-border {
    border: 4px dashed #4A4313;
    border-radius: 46px;
    padding: 70px 30px;
}

/* footer above text */
.img-text {
    position: relative;
    background-image: url('../images/tdx-ftr.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.ftr-text p {
    font-size: 18px;
    color: #000;
    padding: 0 3rem;
}

.ftr-line {
    position: relative;
}

.ftr-line:after {
    position: absolute;
    content: "";
    left: 4%;
    top: -20px;
    background: var(--bs-text-yellow-color);
    width: 20%;
    height: 5px;
}


/* accordion */
.accordion-item {
    width: 100%;
    display: flex;
    position: relative;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddc424;
    padding: 10px 0;
}

button.accordion-button.collapsed {
    color: var(--bs-text-yellow-color);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion-body {
    color: #fff;
}

.acc-head {
    width: 60%;
}

.acc-bdy {
    width: 40%;
}

.acc-text {
    display: contents;
}

.accordion-button {
    position: unset;
    background-color: transparent;
    padding-left: 0;
}

.accordion-button::after {
    background-image: none !important;
    position: absolute;
    right: 0 !important;
    top: 12px;
    content: "\e093" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700 !important;
    font-size: 25px !important;
    color: var(--bs-text-white-color);
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: "\f063" !important;
    font-weight: 700 !important;
    font-size: 25px !important;
    top: 18px;
    display: none;
    color: var(--bs-text-white-color);
}

.accordion-button {
    border: none;
    display: block;
    color: var(--bs-text-yellow-color);
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--bs-text-yellow-color);
    border: none;
    box-shadow: none !important;
    display: block;
}

p.accorder-text {
    color: var(--bs-text-white-color);
    padding-top: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0 !important;
}

.--bs-accordion-border-radius {
    border-radius: 0 !important;
}

.accordion-item:last-of-type {
    border: none !important;
}

/* tabs */
/*
 CSS for the main interaction
*/
.faq-main {
    position: relative;
    background-image: url('../images/services-img_a.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;

}

.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6),
.tabset>input:nth-child(13):checked~.tab-panels>.tab-panel:nth-child(7),
.tabset>input:nth-child(15):checked~.tab-panels>.tab-panel:nth-child(8),
.tabset>input:nth-child(17):checked~.tab-panels>.tab-panel:nth-child(9) {
    display: block;
}

.tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    width: 24%;
    text-align: left;
    letter-spacing: 0.06em;
}


.tabset>label:hover,
.tabset>input:focus+label {
    color: var(--bs-text-yellow-color);
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: var(--bs-text-yellow-color);
}

.tab-panel {
    padding: 30px 0;
}

/*
   tabs
  */
.tabset {
    max-width: 100%;
    width: 100%;
}

ul.tabs-list {
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-list li h4 {
    font-size: 24px;
    letter-spacing: 0.3px;
}

li.col-1 {
    width: 60%;
}

li.col-2 {
    width: 40%;
}

/* animation effect */
.side-img1 {
    position: absolute;
    left: 4%;
    bottom: 0;
}

.rotate {
    animation: rotate 8s linear 0s infinite normal forwards running;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.up-down {
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    24% {
        transform: translate(1px, 30px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    74% {
        transform: translate(1px, 22px);
    }

    100% {
        transform: translate(1px, 22px);
    }
}
/* header animation css start */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/* section 08 */
.upcoming-left img {
    width: 50%;
}

section.upcoimg {
    position: relative;
    background-image: url(../images/bg-img-up.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 0;
}
/* footer */
footer {
    background-color: #181818;
}

.ftr-col h3 {
    font-size: 22px;
    background-color: transparent;
}

.footer-col p {
    padding-top: 1rem;
}

ul.ftr-link {
    padding: 0;
    margin: 0;
}

ul.ftr-link li {
    padding: 0 0 14px 0;
}

ul.ftr-link li a {
    color: var(--bs-text-white-color);
    font-size: 20px;
    padding-bottom: 0;
    line-height: normal;
    font-weight: 500;
}

.copy {
    border-top: 1px solid #DDC424;
    ;
}

.copy {
    background-color: #181818;
}

.footer-col img {
    width: auto;
}

/* svg */
svg {
    width: 70%;
    background-color: transparent;
}

/* header animation css start */


/* media query */
@media only screen and (max-width: 1800px) {
    .banner-left h1 {
        font-size: 52px;
    }
}

@media only screen and (max-width: 1600px) {
    .banner-left h1 {
        font-size: 42px;
    }

    section.upcoimg {
        padding: 100px 0 0;
    }

    span.login-btn:after {
        width: 75px;
    }

    span.login-btn a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1400px) {
    .banner-left h1 {
        font-size: 40px;
    }

    section.upcoimg {
        padding: 70px 0 0;
    }

    .token-cont {
        top: 50%;
        left: 0;
    }
    .vision-right {
        left: 15%;
      }
      .social a{
        font-size: 17px;
      }
}

@media only screen and (max-width: 1250px) {
    .banner-left h1 {
        font-size: 35px;
    }

    .top-heading h2 {
        font-size: 40px;
    }

    .image-w img {
        width: 63%;
    }

    .left-side-img:after {
        width: 117px;
        height: 207px;
        bottom: 0;
    }

    .token-right {
        text-align: center;
    }

    .token-right img {
        margin-top: -40%;
    }

    .spacetp {
        padding: 60px 0;
    }

    .mission-right {
        text-align: center;
    }
    .vision-right {
        left: 9%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-left h1 {
        font-size: 34px;
    }

    span.login-btn:after {
        width: 80px;
    }

    span.login-btn a {
        font-size: 18px;
        margin-left: 18%;
    }

    /* .banner {
        height: 55vh;
    } */
    .top-heading h2 {
        font-size: 36px;
    }

    .hd-img2 {
        width: 36%;
    }

    .acc-head {
        width: 50%;
    }

    .acc-bdy {
        width: 50%;
    }

    .tabset>label {
        padding: 16px 0px 21px;
        font-size: 18px;
    }

    li.col-1 {
        width: 40%;
    }

    li.col-2 {
        width: 60%;
        padding-left: 3rem;
    }

    .tabs-list li h4 {
        font-size: 20px;
    }

    .ftr-text p {
        padding: 0;
    }

    .ftr-text p {
        font-size: 16px;
        padding: 0 1rem;
    }

    .img-text {
        padding: 40px 0;
    }

    ul.ftr-link li a {
        font-size: 18px;
    }

    .ftr-col h3 {
        font-size: 19px;
    }

    a.nav-link {
        font-size: 14px;
    }

    .social a {
        font-size: 16px;
    }

    img.social-link {
        width: 25px;
        height: 25px;
        margin-right: 3px;
    }

    section.upcoimg {
        padding: 54px 0 0;
        background-position: 76% center;
    }
    .vision-right {
        left: 6%;
        top: 24%;
    }
    .vision-right video {
        height: 500px;
    }
    .vision {
        height: 82vh;
    }
    .token {
        position: relative;
        height: 65vh;
    }
}
@media only screen and (max-width: 1024px) {
.vision-right video {
    height: 450px;
}
}
@media only screen and (max-width: 991px) {
    .spacetp {
        padding: 45px 0;
    }

    p {
        font-size: 15px;
    }

    .image-w img {
        width: 100%;
    }

    .social {
        width: 100%;
    }

    .social a {
        font-size: 16px;
    }

    .social {
        padding: 14px 14px;
    }

    .top-heading h2 {
        font-size: 28px;
    }

    .accordion-body {
        font-size: 15px;
    }

    /* .banner {
        height: 44vh;
    } */
    .banner-left h1 {
        font-size: 30px;
    }

    span.login-btn a {
        font-size: 16px;
        margin-left: 24%;
    }

    .tabset>label {
        font-size: 18px;
        width: 33%;
        float: left;
        padding: 13px 0px 13px;
    }

    .footer-col p br {
        display: none;
    }

    ul.ftr-link li a {
        font-size: 15px;
    }

    .ftr-col h3 {
        font-size: 17px;
    }

    .ftr-text p {
        font-size: 15px;
        padding: 0;
    }

    .ftr-line:after {
        left: 0;
    }

    .tab-panels {
        display: inline-block;
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        padding: 5px 0;
    }

    .side-img1 img {
        width: 71px;
        height: 76px;
    }
    .dash-border {
        padding: 50px 25px;
    }

    button.navbar-toggler {
        border-radius: 0;
        width: 40px;
        height: 40px;
    }

    .top-header {
        padding: 0 10px;
    }

    .commn-btn a {
        margin-left: 0;
        background-color: transparent;
        color: #fff !important;
        padding-left: 0 !important
    }

    a.nav_link_a {
        color: var(--bs-text-white-color);
    }

    .toggler-icon {
        width: 18px;
        height: 2px;
        background-color: var(--bs-text-yellow-color);
        display: block;
        transition: all 0.2s;
        border-radius: 10px;
        margin-bottom: 4px;
        padding: 0 0 0 0;
    }

    /* / State when navbar is opened (START) / */

    .navbar-toggler[aria-expanded="true"] .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .navbar-toggler[aria-expanded="true"] .middle-bar {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler[aria-expanded="true"] .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    /* / State when navbar is opened (END) / */

    /* / State when navbar is collapsed (START) / */
    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }

    /* / State when navbar is collapsed (END) / */

    /* / Color of Toggler when collapsed / */
    .navbar-toggler.collapsed .toggler-icon {
        background-color: #ddc424 !important;
        border-radius: 10px;
    }

    span.toggler-icon.bottom-bar {
        margin-bottom: 0 !important;
    }
    .vision-right {
        left: 2%;
        top: 17%;
    }
    .vision-right video {
        height: 440px;
      }
}
@media only screen and (max-width: 768px) {
.vision-right {
    display: none;
  }
  .vision-right1 video {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
    ul.ftr-link li {
        padding: 0 0 0px 0;
    }
    .banner-left h1 {
        font-size: 22px;
    }

    .top-heading h2 {
        font-size: 20px;
    }

    span.login-btn:after {
        width: 45px;
    }

    span.login-btn a {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    .social a {
        font-size: 12px;
    }

    .social {
        padding: 10px 10px;
    }

    .dash-border {
        padding: 40px 20px;
    }

    .accordion-body {
        font-size: 12px;
    }

    .tabset>label {
        font-size: 14px;
    }

    .tabs-list li h4 {
        font-size: 18px;
    }

    .side-img1 img {
        width: 58px;
        height: 60px;
    }

    ul.ftr-link li a {
        font-size: 12px;
    }

    .ftr-col h3 {
        font-size: 15px;
    }

    .footer-col p {
        padding: 1rem 6rem;
    }

    .ftr-text p {
        font-size: 12px;
        padding: 0;
    }

    img.social-link {
        width: 15px;
        height: 15px;
        margin-right: 2px;
    }

    .vision_a {
        background-position: 70%;
    }

    section.upcoimg {
        background-position: 88% center;
    }

    .video-abt video {
        height: 100%;
    }
    .logo img {
        width: 66%;
    }
    .banner-content {
        left: 31%;
}
.footer-col p{
    text-align: center!important;
}
}

@media only screen and (max-width: 575px) {
    .banner-content {
        transform: translate(-21%, -50%);
    }
    .token-cont {
        position: inherit;
    }

    .main-vide {
        display: none;
    }

    .banner-right img {
        position: relative;
    }

    .banner {
        height: 45vh;
    }

    .banner-left h1 {
        text-align: center;
    }

    .top-heading h2 {
        text-align: center;
    }

    .social {
        margin-bottom: 10px;
    }

    .image-w img {
        width: unset;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .banner-left h1 {
        font-size: 19px;
    }

    span.login-btn:after {
        display: none;
    }

    span.login-btn a {
        margin-left: 0;

    }

    .left-side-img:after {
        display: none;
    }

    .tabset>label {
        font-size: 12px;
        width: 50%;
    }

    .col-1 {
        width: 100% !important;
    }

    li.col-2 {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    ul.tabs-list {
        display: block;
    }

    .accordion-item {
        display: block;
    }

    .acc-head {
        width: 100%;
    }

    .acc-bdy {
        width: 100%;
    }

    .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-col p {
        padding: 1rem 7rem;
    }

    .side-content {
        display: none;
    }

    a.nav-link {
        font-size: 14px;
        padding: 4px 0;
    }

    .logo img {
        width: 56px;
    }

    span.login-btn {
        display: block;
        text-align: center;
    }

    img.social-link {
        margin-right: 10px;
    }
    .vision-right1 img {
        opacity: 1;
    }
    .vision-right{
        display: none;
    }
    .token-right1 {
        text-align: center;
    }
    .token-right {
        display: none;
    }
    .token {
        position: relative;
        height: 90vh;
    }
    .token-right{
        position: relative;
    }
    .token-right1 video {
        opacity: 1;
        width: 100%;
    }
    .vision-right1 video {
        width: 100%;
        opacity: 1;
    }
    .vision {
        height: 100vh;
    }
    section#about_us {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-col p {
        padding: 1rem 0rem;
    }
    .vision {
        height: 92vh;
    }
}

@media only screen and (max-width: 375px) {
    .image-w img {
        width: 100%;
    }

    .footer-col p {
        padding: 1rem 0rem;
    }
        .token {
        position: relative;
        height: 70vh;
    }
}
@media (min-width:768px) and (max-width:1200px){
    .footer-col p{
        text-align: start!important;
    }
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: unset !important;
    box-shadow: unset !important;
}
a.navbar-brand.logo {
    color: white !important;
    font-size: 23px;
    font-weight: 500;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
  }
  
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
    }
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0)
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
    }
  }

  .loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
  }
  .loader::after,
  .loader::before {
    content: '';
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    animation: rotation 2s ease-in-out infinite;
  }
  .loader::after {
    border-color: #ddc424;
    animation-delay: 1s;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  div#cover {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #100f10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
span.ft_logo {
    color: #ddc424 !important;
    font-size: 22px;
    font-weight: 600;
}
div#cover p {
    margin-top: 12px;
}