@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@800&display=swap');
body {
    background-image: url('../../assets/bg/bg_3.jpg');
    -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: 65px;
    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;
    }


    @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;
        }
    }

    @media only screen and (max-width: 991px) {
        #hide {
            display: none;
            visibility: hidden;
        }
    }
    
    @media only screen and (min-width: 992px) {
        #hide1 {
            display: none;
            visibility: hidden;
        }
    }

    #menu__toggle {
        opacity: 0;
      }
      #menu__toggle:checked + .menu__btn > span {
        transform: rotate(45deg);
      }
      #menu__toggle:checked + .menu__btn > span::before {
        top: 0;
        transform: rotate(0deg);
      }
      #menu__toggle:checked + .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
      }
      #menu__toggle:checked ~ .menu__box {
        left: 0 !important;
      }
      .menu__btn {
        position: absolute;
        top: 0px;
        left: 90%;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 1;
        margin-top: 19px;
        z-index: 2000;
      }
      .menu__btn > span,
      .menu__btn > span::before,
      .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #FFFF00;
        transition-duration: .25s;
        
      }
      .menu__btn > span::before {
        content: '';
        top: -8px;
        
      }
      .menu__btn > span::after {
        content: '';
        top: 8px;
        
      }
      .menu__box {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
        z-index: 1090;
      }
      .menu__item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        transition-duration: .25s;
      }
      .menu__item:hover {
        background-color: #CFD8DC;
      }
      .button-neon {
        height: 27px;
        width: 110px    ;
        padding: 10px 20px; 
        border-radius: 50px; 
        margin: auto;
        box-shadow: 0 0 8px #da2c01;
        background: linear-gradient(180deg,#ed6019 0,#da2c01 100%);
      
        letter-spacing:0.5px;
      cursor: pointer;
      font-weight: bold;
      filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 50px #db3eb1) contrast(2) brightness(2);
      transition: .5s;
     }
     .button-neon0 {
        height: 27px;
        width: 90px    ;
        padding: 10px 20px; 
        border-radius: 50px; 
        margin: auto;
        box-shadow: 0 0 8px #da2c01;
        background: linear-gradient(180deg,#ed6019 0,#da2c01 100%);
      
        letter-spacing:0.5px;
      cursor: pointer;
      font-weight: bold;
      filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 50px #db3eb1) contrast(2) brightness(2);
      transition: .5s;
     }
    
     .bold {
        font-weight: 800;
        font-family: "Prompt", Sans-serif;
     }
     
     .text-war {
        color: #f99b1c;
     }
.mobilelog{
    margin: 0px -5px !important;
}