.container-pop55 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* border: 3px solid white; */
    border-radius: 10px;
    /* animation: color-change 2s infinite linear; */
}

.container-rtp {
    justify-content: center;
    text-align: center;
    display: flex;
}

.card {
    display: inline-block;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 200px;
    text-align: center;
    margin: 0px;
    padding: 5px;
    position: relative;
    height: 200px;
}

.card img {
    text-align: center;
    align-items: center;
    width: 160px;
    height: 170px;
    border-radius: 10px;
    z-index: 5;
}


.loadingbar {
    max-width: 200px;
    margin-left: 20px;
    margin-right: 20px;
}

#percent-txt- {
    color: rgb(0, 0, 0);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 20px;
    font-family: monospace;
}

.hoverbtn {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.card:hover .hoverbtn{
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.671);

}

.hoverbtn button{
    border: 0;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
    background-color: orange;
    box-shadow: 0px 0px 20px black;
}
.hoverbtn button:hover{
    transform: scale(1.1);
    background-color: hsl(0, 100%, 39%);
}


.container-bar {
    position: relative;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: rgb(235, 235, 235);
    border-radius: 3px;
    z-index: 1;
}

#progress-bar- {
    background: repeating-linear-gradient(45deg, transparent, transparent 5px, #e0e0e07c 10px);
    z-index: -2;
    background-color: red;
    content: '';
    height: 100%;
    transition: width 2s ease-in-out;
    border-radius: 2px;
    animation: loading 2s infinite linear;
    text-shadow: 0px 0px 5px black;
}

#progress-bar-::after {
    content: "";
    display: block;
    height: 100%;
    background-color: #4caf50;
    position: absolute;
    overflow: hidden;
    animation: loading 2s infinite linear;
}

@keyframes loading {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes glitch {
    0% {
        border-color: #00f5fd;
        transform: translate(0, 0);
    }

    20% {
        border-color: #b800c9;
        transform: translate(-1px, 1px);
    }

    40% {
        border-color: #ff0000;
        transform: translate(1px, -1px);
    }

    60% {
        border-color: #ff0077;
        transform: translate(-1px, 1px);
    }

    80% {
        border-color: #ffff00;
        transform: translate(1px, -1px);
    }

    100% {
        border-color: #00f5fd;
        transform: translate(0, 0);
    }
}

@keyframes color-change {
    0% {
        border-color: red;
    }

    25% {
        border-color: blue;
    }

    50% {
        border-color: green;
    }

    75% {
        border-color: yellow;
    }

    100% {
        border-color: red;
    }
}

body {
    background-color: black;
    color: white;
}

footer {
    margin-top: 10px;
    border-top: 2px solid white;
}

.footerlogo {
    margin-top: 10px;
    display: flex;
    gap: 15px;
    justify-content: center;
    text-align: center;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    align-items: center;
}

.footerlogo button {
    border: none;
    font-size: 20px;
    cursor: pointer;
    background-color: #00b5fd;
    border-radius: 10px;
    padding: 5px;
}

.footerlogo button:hover {
    transform: scale(1.1);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.cont-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background-color: rgb(0, 0, 0);
    height: 70px;
}

.logo {
    display: flex;
    justify-content: left;
}

.btn {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-right: 30px;
    gap: 15px;
}

.btn img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
}

.btn img:hover {
    transform: scale(1.1);
}

.btn button {
    border: none;
    padding: 10px;
    font-size: 20px;
    background-color: rgb(255, 145, 0);
    color: black;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    border-radius: 5px;
}

.btn button:hover {
    transform: scale(1.1);
    background-color: hsl(34, 100%, 45%);
    color: rgb(0, 0, 0);
}

.logo img {
    width: 70px;
    height: 60px;
    margin-left: 50px;
}

.spacer {
    margin-top: 100px;
    margin-bottom: 50px;
}

.container-provider {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.provider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.provider img {
    text-align: center;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.provider1 {
    display: flex;
    justify-content: center;
    width: 120px;
    border: 1px solid rgb(255, 145, 0);
    background-color: rgba(255, 255, 255, 0.459);
    border-radius: 5px;
    cursor: pointer;
}

.provider1:hover {
    transform: scale(1.1);
}

.text-welcome {
    background-color: rgb(255, 145, 0);
    color: black;
    display: flex;
    align-items: center;
    font-size: 20px;
    overflow: hidden;
    border-radius: 10px;
    margin: 15px;
}

.text-welcome img {
    width: 30px;
    height: 35px;

}

h3 {
    text-align: center;
}

.content {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.agente {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 200px;
    z-index: 5;
    text-align: center;
    margin-bottom: 10px;
    animation: shake 3s infinite;
    color: #ffffff;
    font-weight: bold;
}

.agente p {
    background-color: rgba(0, 0, 0, 0.425);
}

a {
    color: white;
    text-decoration: none;
}

.agente img {
    width: 70px;
    height: 70px;
}

#copyright {
    text-align: center;
    font-family: monospace;
}

.banner-pop555 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

.banner-pop555 img {
    max-width: 100%;
}

.container-footer {
    text-align: center;
    font-family: monospace;
    font-size: 20px;
}

.logopop img {
    width: 60px;
    height: 50px;
}

.plus img {
    width: 50px;
    height: 50px;
}

.mines img {
    width: 150px;
    height: 70px;
}

.container-jam {
    display: flex;
    text-align: center;
    font-family: monospace;
    font-size: 25px;
    justify-content: center;
}

.jamm {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    font-family: monospace;
    animation: shake 3s infinite;
    color: #ffffff;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.404);
}

.internal {
    display: flex;
    justify-content: center;
}

.internal1 {
    display: flex;
    gap: 5px;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.internal1 p {
    background-color: orange;
    padding: 5px;
    font-size: 20px;
    border: 1px solid hsl(39, 100%, 70%);
    border-radius: 5px;
    font-family: monospace;
}

.internal1 p:hover {
    transform: scale(1.1);
}

.sinais {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bordersinais {
    display: flex;
    align-items: center;
    background-color: hsl(197, 100%, 20%);
    justify-content: center;
    border-radius: 5px;
}

.bordersinais p {
    text-align: center;
    border: none;
    font-family: monospace;
    font-size: 20px;
    border-radius: 5px;
    margin: 0px;
    padding: 5px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.bordersinais:hover {
    transform: scale(1.1);
}

.bordersinais img {
    width: 25px;
    align-items: center;
    padding-left: 5px;
}
.kotak{
    position: fixed;
    bottom: 20%;
    right: 1%;
    z-index: 101;
    animation: rtp 2s infinite;
}
.kotak img{
    width: 100px;
}
@keyframes rtp{
    0%{
        transform: scale(1.1);
    }
    25%{
        transform: scale(1.0);
    }
    50%{
        transform: scale(1.1);
    }
    75%{
        transform: scale(1.0);
    }
    100%{
        transform: scale(1.1);
    }
}