.nab {
    width: 100%;
    background-color: #111;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1111;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.nab {
    transition: 0.5s all !important;
}

.nab {
    position: fixed !important;
}

.navbar-brand img {
    width: 100px;
    height: 90px;
}

#navbar li {
    padding: 0 10px;
}

#navbar li a {
    color: #bf953f;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}

#navbar li a:hover {
    color: #ecc762;
    transition: 1s;
}

.navbar-toggler-icon i {
    color: #fff;
    margin-top: 7px;
}

.btn-jack {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-jack a {
    text-decoration: none;
}

.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    background: #ecc762;
    border-radius: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 10px 30px;
    z-index: 1;
    font-weight: 600;
}

.button:hover {
    color: black;
}

.button:after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
    border-radius: 0px !important;
}

.button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler {
    outline: none !important;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}

.navbar-toggler i {
    color: #fff;
    font-size: 30px;
}


/*<section class="banner">start*/

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.carousel-inner {
    height: 100vh;
}

.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-caption-left {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    color: white;
    z-index: 10;
    max-width: 600px;
    text-align: left;
}

.carousel-caption-left span {
    font-size: 1.25rem;
    color: #bf953f;
}

.carousel-caption-left h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #bf953f;
}

.carousel-caption-left p {
    font-size: 1.25rem;
    margin-top: 1rem;
    color: #fff;
}

.carousel-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.carousel-caption-left,
.carousel-control-prev,
.carousel-control-next {
    z-index: 2;
}


/* Responsive Text */

@media (max-width: 768px) {
    .carousel-control-prev {
        width: 8%;
    }
    .carousel-caption-left h2 {
        font-size: 2rem;
    }
    .carousel-caption-left p {
        font-size: 1rem;
    }
    .carousel-caption-left {
        left: 9%;
    }
}

.hero-action {
    margin-top: 25px;
}

.hero-action ul {
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.hero-action ul li a {
    border: 1px solid #bf953f;
    border-radius: 10px;
    color: #bf953f;
    display: inline-block;
    font-weight: 500;
    padding: 12px 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}

.hero-action ul li a i {
    font-size: 14px;
    margin-left: 5px;
}


/* 1st-sec */

.first-sec {
    padding: 50px 0;
    background-color: #000;
}

.black-box__head {
    text-align: center;
    margin-bottom: 80px;
}

.black-box__head h3 {
    color: #bf953f;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.black-box__head h3:after {
    background-color: #bf953f;
    border-radius: 15px;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 33px;
    transform: translate(-50%);
    width: 60px;
}

.black-box__head h4 {
    color: #bf953f;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.plans .plan-box {
    background-blend-mode: difference;
    background-color: #000;
    background-image: url(./images/plan-bg.png);
    background-position: bottom -7% right -45%;
    background-repeat: no-repeat;
    border: 2px solid #bf953f;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    margin-bottom: 50px;
}

.plans .plan-box__title {
    display: flex;
    justify-content: center;
    margin-top: -45px;
    transition: all .3s ease;
}

.plans .plan-box__title button {
    background-color: #bf953f;
    border: none;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    text-transform: uppercase;
}

.plans .plan-box__price {
    border-bottom: 1px solid rgba(0, 0, 0, .11);
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-top: 17px;
    padding-bottom: 12px;
    text-align: center;
}

.plans .plan-box__price {
    border-bottom: 1px solid rgba(0, 0, 0, .11);
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-top: 17px;
    padding-bottom: 12px;
    text-align: center;
}

.plan-box__list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.plans .plan-box__list ul {
    margin: 0;
    padding: 0;
}

.plans .plan-box__list ul li {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 2.4;
    list-style: none;
    padding-left: 33px;
    position: relative;
    text-align: left;
}

.plans .plan-box__list ul li:before {
    background-color: #bf953f;
    background-image: url(./images/star.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50px;
    content: "";
    height: 23px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
}

.plans .plan-box__list ul li span {
    font-weight: 700;
}

.plan-box__list img {
    width: 100px;
}

.plans .plan-box__action {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.plans .plan-box__action a {
    background-color: #bf953f;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 10px #4a4a4a33;
    color: #111;
    display: inline-block;
    font-weight: 600;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}



/* about-sec */

.owner {
    background: #000000;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.owner-img {
    position: relative;
    overflow: hidden;
}

.owner-img img {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #ecc762;
}
.owner-info {
    margin-top: 10px;
}
.owner-info h3{
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
.owner-info h3 span{
    color: #BF953F;
    font-size: 16px;
    font-weight: 600;
}

.owner-content h3 {
    color: #BF953F;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.owner-content span {
    color: #BF953F;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.owner-content p {
    font-size: 16px;
    margin-top: 1rem;
    color: #fff;
    font-weight: 500;
}

.owner-content {
    padding-top: 40px;
}

#row-2{
    border-top: 2px solid #ecc762;
}
.owner-main{

}
.owner-main h4{
    color: #BF953F;
    font-size: 20px;
    font-weight: 600;
}
.owner-main ul{
    margin: 0;
    padding:0;
    list-style: none;
}
.owner-main ul li{
    color: #fff;
}

/* about-sec */

.about {
    background: #111111;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.about::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 180px;
    bottom: 0;
    right: 0;
    background: url(./images/about-img2.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    animation: push-anim 7s infinite linear;
}

@keyframes push-anim {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

.about-img {
    position: relative;
    overflow: hidden;
}

.about-img img {
    width: 100%;
}

.about-content h3 {
    color: #BF953F;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.about-content p {
    font-size: 16px;
    margin-top: 1rem;
    color: #fff;
    font-weight: 500;
}

.about-content {
    padding-top: 40px;
}


/* about-sec */

.wallet {
    background: #111111;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.wallet-img {
    position: relative;
    overflow: hidden;
}

.wallet-img img {
    width: 100%;
    height: 600px;
    border-radius: 10px;
}

.wallet-content h3 {
    color: #BF953F;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.wallet-content h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin: 0;
}

.wallet-content {
    margin-left: 30px;
}

.wallet-info {
    padding-top: 20px;
}

.wallet-div {
    display: flex;
    background: linear-gradient(45deg, #c61919, transparent);
    align-items: center;
    gap: 30px;
    padding: 20px 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.icon-div span {}

.icon-div span i {
    background: #ecc762;
    padding: 20px 20px;
    border-radius: 50px;
    font-size: 20px;
}

i.fa-solid.fa-gamepad {
    padding: 20px 19px;
}

.wallet-title h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.wallet-title p {
    font-size: 15px;
    font-weight: 400;
    color: #dbd7d7;
}


/* game */

.game {
    width: 100%;
    padding: 80px 0;
    background-color: rgb(0, 0, 0);
    background-image: url("../../../../uploads/game-bg.png");
    background-size: cover;
    position: relative;
    z-index: 1;
}

.game::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    z-index: -1;
}

.game-content {
    text-align: center;
    width: 100%;
}

.game-content h3 {
    color: #bf953f;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
}

.game-content p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.game-content h5 {
    color: red;
    font-size: 30px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
}

.game-img {
    width: 100%;
}

.game-img img {
    width: 100%;
    height: 250px;
    border: 3px solid #ecc762;
    border-radius: 15px;
}

.game4 {
    margin-top: 30px;
}


/* 2nd-sec */

.second-sec {
    background-color: #000;
    padding-bottom: 50px;
    padding-top: 40px;
}

.steps__head {
    text-align: center;
}

.steps__head h4 {
    color: #bf953f;
    font-size: 15px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

.steps__head h4:after {
    background-color: #bf953f;
    border-radius: 15px;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 33px;
    transform: translate(-50%);
    width: 60px;
}

.steps__head p.hwt {
    color: #bf953f;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.step-box-wrap {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 15px;
}

.step-box {
    background-color: #000;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.step-box img {
    width: 100%;
}


/* history */

.history-sec {
    background-color: #000;
    padding: 50px 0px;
}

.history-head {
    text-align: center;
    margin-bottom: 50px;
}

.history-head p {
    color: #bf953f;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.history-head p:after {
    background-color: #bf953f;
    border-radius: 15px;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 55px;
    transform: translate(-50%);
    width: 170px;
}

.hist-bef {
    position: relative;
    z-index: 1;
}

.hist-bef::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 180px;
    bottom: 0;
    left: 0;
    background: url(./images/about-img2.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    animation: push-anim 7s infinite linear;
}

.history-points {
    padding: 30px;
}

.history-points p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}

.history-pic img {
    width: 100%;
    /* width: 450px; */
    height: 500px;
}


/* 3rd-sec */

.third-sec {
    background-color: #111;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}

.dark-box__head {
    text-align: center;
}

.dark-box__head h3 {
    color: #bf953f;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.dark-box__head h3:after {
    background-color: #bf953f;
    border-radius: 15px;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 33px;
    transform: translate(-50%);
    width: 60px;
}

.dark-box__head h4 {
    color: #bf953f;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.ref-card {
    background-color: #111;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.ref-card img {
    border-radius: 12px;
    width: 100%;
}


/* 4th-sec */

.four-sec {
    background-color: #000;
    background-image: url('../../../../uploads/vip-bg.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}

.vip__head {
    margin-bottom: 20px;
    text-align: center;
}

.vip__head h4 {
    color: #bf953f;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.vip__head p {
    color: #fff;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-card {
    padding: 0 10px;
}

.video-card-box {
    text-align: center;
}

.video-card-box img {
    border: 1px solid #bf953f;
    border-radius: 8px;
    margin-bottom: 18px;
    width: 100%;
}

.video-card-box p {
    color: #ecc762;
    font-size: 18px;
    margin-bottom: -2px;
}

.video-card-box span {
    color: #fff;
    font-size: 12px;
}


/* about-sec */

.about-club {
    background: #111111;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.about-club::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(./images/about-club-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.about-club::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    opacity: 0.9;
}


/* @keyframes push-anim {
    0%{
        transform:scale(0.8);
    }
    50%{
        transform: scale(1);
    }
    100%{
        transform: scale(0.8);
    }
} */

.about-shape {
    position: relative;
}

.about-shape::before {
    position: absolute;
    content: "";
    width: 250px;
    height: 200px;
    top: 290px;
    right: 0;
    background: url(./images/club-shape.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.about-club-img {
    position: relative;
    overflow: hidden;
}

.about-club-img img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.about-content-club h3 {
    color: #BF953F;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.about-content-club p {
    font-size: 17px;
    margin-top: 1rem;
    color: #fff;
    font-weight: 500;
}

.about-content-club p span {
    font-size: 18px;
    color: #BF953F;
    font-weight: 700;
}

.about-content-club {
    padding-top: 40px;
}

.club-condition h4 {
    color: #BF953F;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.club-condition ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.club-condition ul li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.club-condition ul li i {
    margin-right: 10px;
}

@media (max-width:768px) {
    .about-shape {
        display: none;
    }
    .about::before {
        display: none;
    }
}

@media (min-width:769px) {
    .about-content {
        padding-top: 0px;
    }
}

@media (max-width:576px) {
    .about-content h3 {
        font-size: 25px;
    }
    .about-content p {
        font-size: 15px;
    }
    .about-content-club h3 {
        font-size: 25px;
    }
    .about-content-club p {
        font-size: 16px;
    }
    .club-condition h4 {
        font-size: 25px;
    }
    .club-condition ul li {
        font-size: 16px;
    }
}


/* 5th-sec */

.five-sec {
    background-color: #111;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}

.unicard {
    background-color: #111;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.unicard img {
    width: 100%;
}


/* 6th-sec */

.six-sec {
    background-color: #000;
    padding-bottom: 50px;
    padding-top: 50px;
}

.crypots__header {
    margin-bottom: 25px;
    text-align: center;
}

.crypots__header h4 {
    color: #bf953f;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.crypto {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.crypto img {
    border-radius: 12px;
    height: 70px;
}

.owl-carousel .owl-nav button.owl-prev {
    color: #fff !important;
}

.owl-prev span {
    font-size: 40px !important;
    position: absolute;
    top: 0;
    left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
    color: #fff !important;
}

.owl-next span {
    font-size: 40px !important;
    position: absolute;
    top: 0;
    right: -20px;
}


/* 7th-sec */

.seventh-sec {
    padding: 50px 0;
    background-color: #111;
}

.highl-block h4 {
    color: #bf953f;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.spotted-on {
    border: 1px solid #bf953f;
    border-radius: 8px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
}

.spotted-on img {
    border-radius: 5px;
    width: 100%;
}

.security {
    padding-bottom: 15px;
    padding-top: 15px;
}

.security .secure-seal div {
    align-items: center;
    background-color: #fff;
    border: 1px solid #bf953f;
    border-radius: 8px;
    display: flex !important;
    height: 65px;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.security .secure-seal div img {
    height: 40px;
    width: 100%;
}


/* <section class="footer"> start */

.footer {
    width: 100%;
    padding: 30px 0;
    background-color: #000;
}

.footer-contact-main {
    margin-top: 65px;
}

.footer-contact-main p {
    color: #ecc762;
    font-size: 17px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
}

.footer-social {}

.footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.footer-social ul li {
    display: inline;
}

.footer-social ul li a {
    align-items: center;
    background-color: #ecc762;
    border-radius: 8px;
    color: #111;
    display: flex;
    font-size: 16px;
    height: 35px;
    justify-content: center;
    text-decoration: none;
    transition: all .3s ease;
    width: 35px;
}

.footer-social ul li a i {
    font-size: 20px;
    font-weight: 500;
}

.footer-title {
    margin-bottom: 15px;
}

.footer-title h4 {
    color: #ecc762;
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    margin: 0;
}

.footer-ul {}

.footer-ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-ul ul li {
    margin-bottom: 3px;
}

.footer-ul ul li a {
    color: #ecc762;
    font-size: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.footer-ul ul li a:hover {
    color: #bf953f;
}

.footer-p ul {
    margin: 0 0 10px;
    padding: 0;
}

.footer-p ul li {
    font-weight: 600;
    line-height: 2;
    list-style: none;
}

.in-touch li a {
    color: #bf953f;
    text-decoration: none;
}

.footer-contact-main p {
    color: #bf953f;
}

.copyright-title {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid rgba(30, 30, 30, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    position: relative;
    top: 30px;
}

.copyright-title p {
    color: rgb(236 199 98);
    text-align: center;
    font-size: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.copyright-title p span {
    color: #bf953f;
}


/* responsive */

@media (max-width:992px) {}

@media (max-width:576px) {
    .hero-action ul li a {
        padding: 10px 16px;
    }
    .unicard__wrap {
        margin-bottom: 30px;
    }
    .owl-prev span {
        left: -5px;
    }
    .owl-next span {
        right: -5px;
    }
}

@media (max-width:400px) {
    .plans .plan-box__price {
        font-size: 50px;
    }
}

@media (max-width:385px) {
    .hero-action ul {
        flex-direction: column;
        align-items: start;
    }
    .plan-box__list {
        flex-direction: column;
    }
}

@media (min-width:320px) and (max-width:576px) {
    .wallet-title h4 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }
    .game-content h3 {
        color: #bf953f;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .game-content h5 {
        color: red;
        font-size: 20px;
        font-weight: 700;
        margin-top: 50px;
    }
}

@media (min-width:577px) and (max-width:992px) {
    .game-content h3 {
        color: #bf953f;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

@media (max-width:768px) {
    .wallet-content {
        margin-left: 0px;
        margin-top: 50px;
    }
    .wallet-div {
        padding: 20px 10px;
    }
    .game-content h5 {
        margin-bottom: 40px;
    }
}

@media (max-width:992px) {
    .game-img {
        width: 100%;
        margin-bottom: 30px;
    }
    .cele-row{
        gap:30px ;
    }
}


.cele-row{
    align-items: center;
    justify-content: center;
}
.celebraitie_card{
    position: relative;
    text-align: center;
}
.cele-img{
    position: relative;
}
.cele-img img{
    width:100%;
    border-radius:100%;
}
.cele-info {
    background: red;
    text-align: center;
    padding: 30px;
    color: #fff;
}