@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200&display=swap');
body {
    background-image: url('../../assets/image/bg.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    color: white;
    font-family: 'Prompt', sans-serif;
}

.bar-item {
    width: 40px;
    height: 40px;
}

.login-image {
    width: 114px;
    height: 44px;
}

.logo-nav {
    height: 41px;
    width: auto;
}

a,
a:hover {
    color: #000;
}

h1 {
    font-size: 1.26rem;
}

h2 {
    font-size: 1.1rem;
}

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 0.9rem;
}

.card-04 {
    background: rgba(0, 0, 0, .4);
}

.text-gold {
    color: rgba(250, 227, 133, 1);
}

.black-bg {
    background-image: url('../../assets/image/black-bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.card-footer {
    background: rgba(0, 0, 0, .9);
}

.bg-black {
    background: rgba(0, 0, 0, 0.5)
}

.left-50 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.regis-text {
    font-size: 1.5rem;
    color: black;
}

.head-home {
    font-size: 1.9rem;
}

.right-0 {
    right: 0px;
}

.fixed-bottom2 {
    position: fixed;
    right: 0px;
    bottom: 0;
    z-index: 1030;
    max-height: 100px;
}

.fixed-bottom3 {
    position: fixed;
    right: 20%;
    bottom: 0;
    z-index: 1030;
    max-height: 100px;
}

.text-icon2 {
    font-size: 2vw;
}

.bg-black {
    background-color: black;
}

.-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.-wrapper .-ic {
    width: 50px;
    height: 50px;
    margin: .25rem;
    background-size: 194px !important;
    background-position: 4px 4px !important;
    background-repeat: no-repeat !important;
    transition: all .2s
}

.-wrapper .-ic:nth-child(2) {
    background-position: -46px 4px !important
}

.-wrapper .-ic:nth-child(3) {
    background-position: -96px 4px !important
}

.-wrapper .-ic:nth-child(4) {
    background-position: -146px 4px !important
}

.-wrapper .-ic:nth-child(5) {
    background-position: 6px -44px !important
}

.-wrapper .-ic:nth-child(6) {
    background-position: -46px -44px !important
}

.-wrapper .-ic:nth-child(7) {
    background-position: -96px -44px !important
}

.-wrapper .-ic:nth-child(8) {
    background-position: -146px -44px !important
}

.-wrapper .-ic:nth-child(9) {
    background-position: 6px -92px !important
}

.-wrapper .-ic:nth-child(10) {
    background-position: -46px -92px !important
}

.-wrapper .-ic:nth-child(11) {
    background-position: -96px -92px !important;
}

.-wrapper .-ic:nth-child(12) {
    background-position: -146px -92px !important
}

.-wrapper .-ic:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@keyframes yourAnimation2 {
    0.0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.img-rul {
    animation: yourAnimation2 3s ease 0s infinite normal none;
}

.btn-regis {
    z-index: 100;
    width: 100%;
}

.kong {
    z-index: 250;
    width: 40%;
    margin-top: 18%!important;
    margin-left: 19%!important;
}

.lor {
    z-index: 200;
    width: 40%;
    margin-top: 18%!important;
    margin-left: 19%!important;
}

.tao {
    z-index: 400;
    width: 28%;
    z-index: 600;
    margin-top: 37%!important;
    margin-left: 25%!important;
}

.phai {
    width: 40%;
    z-index: 300;
    margin-top: 40%!important;
    margin-left: 18%!important;
}


/* Copy this @keyframes block to your CSS*/

@keyframes animatao {
    0.0% {}
    100% {
        transform: scale(0.9);
    }
    24.5% {
        transform: scale(1.1);
    }
    49.5% {
        transform: scale(0.8);
    }
    74.6% {
        transform: scale(1);
    }
}


/* Add the animation: property to whichever element you want to animate */

.animatao {
    animation: animatao 1s ease 0s infinite normal none;
}
    body {
        position: relative;
    }

    /* body:after {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        background-image: url('https://library.elementor.com/resources/christmas-snow-effect/s1.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s3.png');
        animation: snow 20s linear infinite;
    }

    @keyframes snow {
        0% {
            background-position: 0px 0px, 0px 0px, 0px 0px;
        }

        50% {
            background-position: 500px 500px, 100px 200px, -100px 150px;
        }

        100% {
            background-position: 500px 1000px, 200px 400px, -100px 300px;
        }
    } */