:root {
    --bg-theme1: rgb(24, 24, 25);
    --bg-theme2: rgb(28, 28, 28);
    --bg-theme3: rgb(216, 62, 62);
    --bg-theme4: rgb(238, 28, 28);
    --text-color: white;
}

* {
    font-family: 'Prompt', sans-serif;
    color: var(--text-color) !important;
    margin: 0;
    padding: 0;

}

body {
    background-color: var(--bg-theme1);
    background: linear-gradient(52deg, var(--bg-theme1) 48%, var(--bg-theme2) 100%);

}


.modal {
    backdrop-filter: blur(10px) !important;
}

.modal-content {
    background: linear-gradient(52deg, var(--bg-theme1) 48%, var(--bg-theme2) 100%);

}

.btn-close-custom-icon {
    background-image: url('data:image/svg+xml,<svg stroke="rgb(255, 255, 255)" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-lg" viewBox="0 0 16 16"><path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z" /></svg>') !important;
    border: 1px solid var(--text-color) !important;
}

.span-input-auth {
    color: var(--bg-theme1) !important;
    background-color: var(--bg-theme3);
}

.input-auth:focus,
.input-auth,
.input-auth::placeholder {
    color: var(--bg-theme) !important;
    background-color: linear-gradient(52deg, var(--bg-theme1) 48%, var(--bg-theme2) 100%) !important;
}

/* other */

.btn-cs {
    border-color: var(--bg-theme3);
    transition: transform 0.3s !important;
    transition-property: color, background-color !important;
    border-radius: 50px;
}

.btn-cs:hover {
    background-color: var(--bg-theme3);
    color: var(--bg-theme1);
}

.container-main {
    margin: 100px 0 110px 100px;
}

.container-main>.title>b>p {
    color: var(--bg-theme3) !important;
}

/* other */

/* navber */
.bg-nav {
    background-color: var(--bg-theme);
    backdrop-filter: blur(3px);
    border-right: 1px solid #f7f3f212;
    border-bottom: 3px solid rgba(255, 255, 255, 0.096);
    border-left: 1px solid #f7f3f212;
    border-radius: 20px;
}

.navbar-toggler {
    background-color: rgba(216, 216, 216, 0.26);
    backdrop-filter: blur(1px) !important;

}

.nav-activate {
    border-radius: 50px;
    border: var(--text-color) 1px solid;
    background: rgba(255, 255, 255, 0.189);
    padding: 10px 10px 10px 10px !important;
}

.dropdown-menu {
    background-color: var(--bg-theme2);
}

/* navber */

/* index */

/* .containermain {
    max-width: 1500px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto auto auto;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
} */

.main-banner {
    background-size: cover;
    background-position: center;
    height: 100%;
    overflow: hidden;
}

.content-image-banner {
    display: flex;
    position: absolute;
    top: 250px;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.logo-in-banner {
    position: relative;
    top: -350px;
    animation-name: animate_jump;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.text-wrapper {
    margin-left: 20px;
    font-size: 2rem;
    line-height: 1.5rem;
}

@keyframes animate_jump {
    0% {
        transform: translateY(150px) translate(0);
        rotate: 0
    }

    25% {
        transform: translateY(90px) translate(-40px);
        rotate: -5deg
    }

    50% {
        transform: translateY(150px) translate(0);
        rotate: 0
    }

    75% {
        transform: translateY(90px) translate(40px);
        rotate: 5deg
    }

    to {
        transform: translateY(150px) translate(0);
        rotate: 0
    }
}

.text-wrapper h1 {
    margin-bottom: 20px;
    height: 2.5rem;
}

.title-alert {
    background-color: var(--bg-theme3);

}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.custom-toggler.navbar-toggler {
    border: 1px solid var(--text-color) !important;
}

.details {
    background: linear-gradient(180deg, var(--bg-theme4) 30%, var(--bg-theme3) 80%);
    justify-content: center;
    margin-top: 100px;
    height: 150px;
    display: flex;
    margin-bottom: 150px;

}

.card-details {
    background-color: rgba(214, 198, 198, 0.31);
    position: relative;
    top: -100px;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: var(--text-color) 1.5px solid;
    height: 150px;
    width: 350px;
    margin-top: 20px;
    margin: 80px;
    align-items: center;
    transition: transform 0.2s;
}

.card-details:hover {
    /* width: 110%;
    height: 110%; */
    transform: scale(1.1);
}

.card-details-title {
    position: relative;
    top: -50px;
    left: 20px;
    text-align: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: var(--text-color);
    color: var(--bg-theme3) !important;
    border-radius: 30px;

}

.card-details-title {
    color: var(--bg-theme4) !important;
    background-color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-details-content-title {
    position: relative;
    top: -60px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
}

.card-details-content {
    line-height: 1rem;
    position: relative;
    top: -60px;
    margin-left: 10px;
}

.custom-icon-details {
    color: var(--bg-theme4) !important;
    font-size: 60px;
}

.about-title {
    position: absolute;
    padding: 0 13px;
    margin-top: -17px;
    left: 43%;
    background-color: var(--bg-theme1);
}

.about-card {
    background-image: radial-gradient(var(--bg-theme3) 10%, transparent 11%), radial-gradient(#0c0909 10%, transparent 11%);
    background-size: 30px 30px;
    background-position: 0 0, 20px 20px;
    background-repeat: repeat;
    border-radius: 10px;
    height: 550px;
    width: 70%;
    margin-left: 30px;
    margin-bottom: 200px;
}

.about-content {
    position: relative;
    left: 50px;
    background-color: var(--bg-theme3);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    min-width: 250px;
    max-width: 750px;
}

.about-content1 {
    left: -100px;
    margin-top: 20px;
}

.about-content2 {
    right: -500px;
    margin-top: 40px;

}

.about-content3 {
    left: -100px;
    margin-top: 50px;
}

/* index */

/* tupop */



.card-topup {
    background-color: rgba(214, 198, 198, 0.31);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: var(--text-color) 1.5px solid;
    justify-content: center;
    transition: background-color 0.2s ease !important;

}

.card-topup>img {
    width: 100px;
    height: 120px;
}

.card-topup:hover {
    background-color: rgba(214, 198, 198, 0.51);
}

/* .card-topup > div > b {
    background: rgba(127, 194, 127, 0.675);
    border-radius: 20px;
    padding: 0 5px 0 5px;
    width: 150px;
    height:25px;
    align-self: center;
}

.card-topup > div >b > div{
    margin-right: 10px;
    margin-top: 12px;
    width: 5px;
    height: 5px;
    background: green;
    border-radius:100%;
} */



/* tupop */


/* angpao */

.container-angpao {
    margin-top: 100px;
    width: 700px;
    height: 900px;
}

.container-angpao>.card {
    background-color: rgba(214, 198, 198, 0.31);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: var(--text-color) 1.5px solid;
}

.container-angpao>.card>div p {
    color: var(--bg-theme3) !important;
}

.container-angpao>.card>div h1 {
    font-size: 2rem;
}

.label-fees-angpao {
    color: red !important;
}



/* angpao */


/* store index */



.card-category-store{
    display: flex;
    flex-wrap: wrap;
}

.card-category-store  div {
    margin: 10px 10px 0 0;
    width: 500px;
    flex-basis: calc(50% - 20px); 
    height: 150px;
    background-size: 101% 102%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    transition: background-size 0.2s;
}

.card-category-store  div:hover {
    background-size: 105% 105%;
}



/* store index */

footer {
    margin-top: 20px;
    padding: 1% 5%;
    text-align: center;
    background-color: var(--bg-theme3);
    width: 100%;

}

@media screen and (max-width:1220px) {
    .card-details-content-title {
        font: 0.1rem !important;
    }

    .card-details {
        height: 200px;
    }
    
    .card-category-store {
        margin: 10px 0 0 0;
    }

    .card-category-store  div {
        width: 450px;
        height: 150px;
    }
}

@media screen and (max-width:1000px) {
    .text-wrapper {
        padding: 10px;
        font: 0.5rem;
        line-height: 2.5rem;
    }

    .card-category-store  div {
        width: 90%;
        height: 150px;
        flex-direction: column;
        display: flex;
    }
}



@media screen and (max-width:920px) {
    .card-details {
        justify-content: center;
        align-items: center;

    }

    .card-details-title {
        width: 50px;
        height: 50px;
        top: -40px;
        margin-left: 20px;
    }

    .custom-icon-details {
        font-size: 30px;
    }

    .card-details {
        display: table;
    }

    .card-category-store  div {
        width: 100%;
        height: 150px;
        flex-direction: column;
        display: flex;
    }

}

@media screen and (max-width:800px) {
    .content-logo-in-banner {
        position: static;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    .details {
        flex-direction: column;
        display: flex;
        margin-top: 500px;
        margin-bottom: 200px;
        align-items: center;
        background: none;
    }

    .card-details {
        margin-top: 10px;
        text-align: center;
    }

    .card-details-content {
        top: -30px;
        margin-top: 20px;
        font-size: 4rem !important;
    }
}


@media screen and (max-width:770px) {
    .card-topup {
        flex-direction: column;
    }

    .container-main {
        margin: 100px 0 0 100px;
    }
    
    .card-category-store{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .card-category-store  div {
        width: 450px;
        height: 120px;
        margin: 10px 0 0 0;

    }
    
}

@media screen and (max-width:650px) {
    .content-image-banner {
        flex-direction: column-reverse;
    }

    .logo-in-banner {
        width: 300px;
        height: 300px;
    }

    .container-main {
        margin: 100px 0 0 0;
    }

    .container-angpao {
        margin-top: 100px;
        width: 400px;
        height: 900px;
    }

    .card-category-store  {
        justify-items: center;

    }
}



@media screen and (max-width:500px) {
    .about-card {
        height: 650px;
        max-width: 370px;
        margin-left: 0;
        display: flex;

        justify-items: center;
        align-content: center;
    }

    .about-title {
        padding: -0 13px;
        left: 120px;

    }

    .about-content {
        position: static;
        max-width: 100px;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        font-size: 12px;
        left: 0;
    }



    .card-details {
        height: 100px;
        width: 300px;
    }

    .container-angpao {
        margin-top: 100px;
        width: 250px;
        height: 900px;
    }

    .container-angpao>.card>div h1 {
        font-size: 1.5rem;
    }

    .card-category-store  div {
        
        width: 350px;
        height: 150px
    }
}