* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    background-image: linear-gradient(90deg, rgb(33, 33, 33) 0%, transparent 59%), repeating-linear-gradient(45deg, rgba(168, 168, 168, 0.1) 0px, rgba(168, 168, 168, 0.1) 1px, transparent 1px, transparent 13px), repeating-linear-gradient(135deg, rgba(168, 168, 168, 0.1) 0px, rgba(168, 168, 168, 0.1) 1px, transparent 1px, transparent 13px),
        linear-gradient(90deg, rgb(33, 33, 33), rgb(33, 33, 33));
}

.slide-in-elliptic-top-fwd {
    -webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}
@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

.rotate-vert-center {
    -webkit-animation: rotate-vert-center 2s linear infinite both;
    animation: rotate-vert-center 2s linear infinite both;
}

@-webkit-keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.icon a {
    margin: 0 10px;
    text-decoration: none;
}
.tracking-in-expand-fwd {
    -webkit-animation: tracking-in-expand-fwd 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
    animation: tracking-in-expand-fwd 5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-3-22 19:55:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.tracking-in-contract-bck {
    -webkit-animation: tracking-in-contract-bck 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
    animation: tracking-in-contract-bck 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
}

@-webkit-keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px);
        transform: translateZ(400px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.table {
    font-size: 15px !important;
}
.frame {
    width: 80%;
    height: 500px;
    margin: auto;
    display: block;
}

@media (max-width: 600px) {
    .table {
        font-size: 8px !important;
    }
    .frame {
        width: 85%;
        height: 300px;
        margin: auto;
        display: block;
    }
}
@media (max-width: 500px) {
    .table {
        font-size: 8px !important;
    }
    .frame {
        width: 96%;
        height: 200px;
        margin: auto;
        display: block;
    }
}
@media (max-width: 300px) {
    .table {
        font-size: 6px !important;
    }
}

/*  */

body {
    /* background-color: #8e9198;  */
    background-color: #001d3d;
}
.main img {
    cursor: pointer;
    animation-iteration-count: infinite;
    animation: rotate;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    display: inline-block;
    margin: auto;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    90% {
        transform: rotateX(-360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.main button:hover {
    cursor: pointer;

    animation: coin;
    animation-duration: 5s;
}

@keyframes coin {
    0% {
        /* box-shadow: 2px 8px 8px rgb(240, 186, 186); */
        transform: scale(1);
    }
    50% {
        box-shadow: 2px 8px 8px rgb(186, 214, 240);
        transform: scale(1.1);
    }
    100% {
        /* box-shadow: 2px 8px 8px rgb(240, 186, 186); */
        transform: scale(1);
    }
}
.main {
    text-align: center;
}
.main img {
    width: 10%;
    border-radius: 50%;
    padding: 5px;
}
.main button {
    width: 150px;
    height: 35px;
    background-color: #d7e3fc;
    font-weight: bolder;
    font-size: 23px;
    border: 2px solid black;
    color: #6b9080;
}

.bron h1 {
    color: whitesmoke;
    font-weight: bolder;
    padding: 5px;
}
.bron p {
    color: whitesmoke;
    font-weight: bolder;
}
.bron2 {
    display: flex;
    gap: 10px;
}
.bron2 p {
    color: rgb(15, 14, 14);
    font-weight: bolder;
}
.bron2 img {
    width: 400px;
    height: 400px;
}
.bron2 img:hover {
    transform: scale(1.05);
    cursor: pointer;
    transition: 3s;
    box-shadow: 2px 7px 7px rgb(183, 235, 183);
}
.footer {
    border: 2px solid #252626;
    width: 100%;
    height: 50px;
    background-color: #030303;
}

.footer h2 {
    text-align: center;
    margin: 10px;
    color: #bc1313;
}

@media screen and (max-width: 768px) {
    .main img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        padding: 5px;
    }
    .main button {
        width: 70px;
        height: 30px;
        margin-top: 25px;
        background-color: #d7e3fc;
        font-weight: bolder;
        font-size: 12px;
        border: 2px solid black;
        color: #6b9080;
    }
    .bron h1 {
        font-size: 15px;
    }
    .bron p {
        font-size: 12px;
    }
    .bron2 h2 {
        font-size: 15px;
        font-weight: bolder;
    }

    .bron2 {
        gap: 0px;
    }

    .bron2 p {
        font-size: 10px;
    }
    .bron2 ul {
        font-size: 10px;
    }
    .bron2 img {
        width: 150px;
        height: 180px;
        margin-top: 10px;
    }
    .bron2 img:hover {
        transform: scale(1.1);
        cursor: pointer;
        transition: 3s;
        box-shadow: 2px 6px 6px rgb(183, 235, 183);
    }

    .main button {
        width: 75px;
        height: 22px;
        font-size: 13px;
        margin-top: 0%;
    }

    .footer {
        border: 2px solid #252626;
        width: 100%;
        height: 25px;
        background-color: rgb(0, 0, 0);
        margin-top: 0px;
        margin-top: -10px;
    }

    .footer h2 {
        text-align: center;
        margin: 10px;
        color: #bc1313;
        font-size: 10px;
        margin-top: 6px;
    }
}
.tracking-in-contract-bck {
    -webkit-animation: tracking-in-contract-bck 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
    animation: tracking-in-contract-bck 4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
}

@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
            transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

