.display-none {
  display: none !important;
}
.overflow-x-none{
  overflow-x: hidden;
}

@media only screen and (max-width: 992px) {
  .logo {
    width: 100%;
  }

  .navbar-brand {
    width: 15% !important;
  }
  .ads {
    margin-left: 1rem !important;
  }
  .profile-img {
    justify-content: end;
  }
  .profile-img > img{
    width: 11%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px){
  .game-container{
    width: 192px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .game-container{
    width: 160px;
  }
  .profile-img {
    justify-content: end;
  }
  .profile-img > img{
    width: 11%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-container{
    width: 140px !important;
  }
}

@media only screen and (max-width: 768px) {
  /* .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        flex-wrap: initial !important;
    } */
  .navbar-brand {
    margin-right: 0px !important;
    width: 25% !important
  }

  .logo {
    width: 80px !important;
    height: 1% !important
  }

  .dsm-block {
    display: block !important;
  }

  .dsm-flex {
    display: flex !important;
  }

  .dsm-grid {
    display: grid !important;
  }

  .dsm-none {
    display: none !important;
  }

  #d-sm-none {
    display: none !important;
  }

  .official-store {
    padding: 7px 5px;
    border-radius: 5px;
  }

  .official-store > p {
    font-size: 8px;
  }

  .navbar-toggler {
    border: none !important;
    margin-top: 10px;
  }

  .navbar-toggler-icon {
    background-image: none !important;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }

  .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon::before {
    content: "";
    background-image: url("../icons/navbar-icon.svg");
    background-size: cover;
    width: 24px;
    /* Set the width and height to match your icon size */
    height: 14px;
    display: inline-block;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    content: "";
    background-image: url("../icons/navbar-icon-x.svg");
    background-size: cover;
    width: 25px;
    /* Set the width and height to match your icon size */
    height: 25px;
    display: inline-block;
  }

  #sb {
    margin-top: 20px;
    width: 100%;
    margin-left: 0px !important;
  }

  .banner-img{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search-input {
    font-size: 12px;
    margin-right: 0px !important;
  }

  .search-box > img {
    margin: 10px 25px 10px 15px;
    width: 14px;
    height: 14px;
  }

  .navbar-nav {
    margin: 10px 0px 0px 0px !important;
    /* gap: 10px; */
  }

  .nav-item:first-child {
    border-bottom: 1px solid #fff;
  }

  .nav-item {
    padding-bottom: 10px;
    padding-top: 5px;
  }

  /* SIGN UP */

  .signup-text > h2 {
    font-size: 25px;
    margin-top: 20px;
  }

  .signup-text > p {
    font-size: 15px;
  }

  .signup-container {
    margin-top: 25px;
  }

  .signup-container div {
    margin-left: 10px;
  }

  .signup-input {
    width: 100% !important;
  }

  .signup-check-label {
    font-size: 12px !important;
  }

  .mar-left {
    margin-left: 10px;
  }

  .signup-checkbox {
    width: 16px !important;
    height: 16px !important;
  }

  .signup-btn {
    width: 100% !important;
    padding: 14px 0px !important;
  }

  .s-g {
    width: 100% !important;
  }

  .signup-carousel {
    display: none !important;
  }

  .ahac,
  .s-google {
    font-size: 14px;
  }

  /* LOGIN STYLES */

  .signup-text {
    margin-top: 10px !important;
  }

  /* FORGOT PASSWORD */

  .password-alert {
    padding: 8px 10px;
    font-size: 13px;
  }

  .email-container {
    width: 100%;
    margin-bottom: 20px !important;
  }

  #sendLinkButton {
    font-size: 14px;
  }

  .mb-sm2 {
    margin-bottom: 20px !important;
  }

  .forgot-link {
    font-size: 12px;
  }

  /* NEW PASSWORD */

  /* ABOUT US */
  .about-us {
    width: fit-content;
    margin: 0px 30px;
    padding: 35px 20px !important;
  }

  #r_r,
  .li-t li {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
  }
  .mtsm-100 {
    margin-top: 100px;
  }

  .li-t li {
    font-size: 13px !important;
    line-height: 20px;
  }

  .fd-c {
    flex-direction: column;
  }

  .hit {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .hit-p {
    font-size: 13px !important;
  }

  .hit-img {
    width: 25px !important;
  }

  .w-33 {
    width: 33.3%;
  }

  .mtsm-0 {
    margin-top: 0px !important;
  }

  .mtsm-1 {
    margin-top: 10px !important;
  }

  .mtsm-2 {
    margin-top: 20px !important;
  }

  .jcc {
    justify-content: center !important;
  }

  .ms-7 {
    margin-left: 7px !important;
  }

  .fs-16 {
    font-size: 16px !important;
  }

  .sell {
    font-weight: bold;
    text-decoration: underline;
  }

  .fsm-10 {
    font-size: 10px !important;
  }

  /* FOOTER */
  .ptsm-1 {
    padding-top: 20px !important;
  }

  .links {
    font-size: 12px;
    margin: 0px !important;
  }

  .line {
    height: 20px;
    margin: 0px 10px;
  }

  .footer-details,
  .partnership {
    padding: 0px 40px;
  }

  .footer-links {
    margin-bottom: 10px !important;
  }

  .socials i {
    font-size: 25px !important;
  }

  .social_img{
    width: 25px;
  }

  .languages {
    width: 58% !important;
  }

  .lang-select {
    font-size: 12px;
  }

  .footer-copyright {
    font-size: 10px;
  }

  /* RETURN AND REFUND */
  .product-h {
    margin-top: 40px !important;
    margin-bottom: 100px;
  }

  .product-h > h2 {
    font-size: 20px;
  }

  .dropdown [data-toggle="dropdown"] {
    font-size: 14px;
  }

  .section-nav {
    margin-right: 20px;
  }

  .section-nav > ul {
    padding-left: 0px;
  }

  .dropdown > .dropdown-menu2 li a {
    padding: 3px 10px;
    font-size: 10px;
    text-align: initial;
  }

  #faq {
    grid-template-columns: none;
  }

  .sect,
  .transactions,
  .products {
    margin-bottom: 1rem;
    padding: 0px 10px;
  }

  /* PART 1 STYLES */
  .part-1-head {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px !important;
  }

  .games {
    border-radius: 0px;
    margin-bottom: 1.5rem !important;
  }

  .game-carousel {
    padding: 20px 0px;
  }

  .game-carousel .owl-nav {
    display: none;
  }
  /* .owl-carousel .owl-item{
        width: 110px;
    } */

  .game-container {
    width: 130px;
  }

  .game-title {
    font-size: 10px;
    padding: 6px 12px;
    width: 85%;
    border-radius: 0px 0px 10px 10px;
  }

  .game-card img {
    width: 85% !important;
    border-radius: 10px 10px 0px 0px;
  }

  .dir-buttons {
    padding: 0px;
    margin-bottom: 20px;
  }

  .g-section-head {
    font-size: 16px;
    margin: 10px 0px 30px 0px !important;
  }

  .mtsm-30 {
    margin-top: 30px !important;
  }

  .game-sections {
    padding: 0.2rem 35px 25px 35px !important;
    margin-bottom: 0px !important;
  }
  .g-sec-details > img {
    width: 60px !important;
    height: 55px !important;
  }
  .g-sec-details {
    font-size: 10px;
  }
  .part-2 {
    margin-bottom: 10px;
  }
  .table th {
    line-height: 1.5;
    font-size: 12px;
  }
  .table td:first-child,
  .table th:first-child {
    padding-left: 1.25rem !important;
  }
  #pad40 {
    padding-left: 10px !important;
  }
  .product-d-text2 {
    font-size: 10px;
  }
  .product-img2 {
    width: 40px;
  }
  .mesm-0 {
    margin-right: 0px !important;
  }
  .mesm-1 {
    margin-right: 5px !important;
  }
  .trade {
    margin-left: 5px !important;
  }
  .save-percent {
    font-size: 5px;
    padding: 1px 3px 1px 4px;
  }
  .discount {
    font-size: 7px;
    margin-bottom: 0px;
  }
  .main-price {
    font-size: 8px;
  }
  .trade > img {
    width: 15px;
  }
  .product-details {
    margin: 10px 6px;
    padding: 10px;
    border-radius: 10px;
  }
  .product-head {
    padding: 15px;
  }
  .product-h4 {
    font-size: 12px;
  }
  .ps-56,
  .ps-43 {
    padding-left: 15px;
  }
  .product-table {
    padding: 10px 0px 20px 0px !important;
  }
  .w25 {
    width: 45%;
  }
  .w30 {
    width: 30%;
  }
  .product-img {
    width: 25% !important;
    margin-right: 5px !important;
  }
  .p18 {
    width: 18% !important;
  }
  .product-d-text {
    font-size: 9px;
    margin-bottom: 0px;
  }
  .w15 {
    width: 22%;
  }
  .w20 {
    display: block !important;
    width: 20%;
  }
  .ads {
    margin-left: 40px !important;
  }
  .ads > img {
    width: 20px;
  }
  .bi-patch-check-fill {
    font-size: 10px;
  }
  .jse {
    justify-content: end;
  }
  .img1 {
    width: 25%;
  }
  .extra > a {
    font-size: 11px;
    margin: 10px 25px;
  }
  .prom-store {
    padding: 12px 8px;
    border-radius: 12px;
    width: 160px;
    margin-right: 10px;
  }
  .user_ {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .lcase {
    font-size: 10px;
  }
  .prom-details p {
    font-size: 9.5px;
  }
  .prom-rating p {
    font-size: 14px !important;
    margin-bottom: 5px;
  }
  .private-msg {
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 12px;
  }
  .prom-container {
    margin-bottom: 10px;
  }
  .prom-container .owl-nav {
    margin-top: 0px !important;
  }
  .left-b {
    font-size: 14px !important;
  }
  .part-2 {
    background: url("../images/bg-sections.png") no-repeat center;
    background-size: cover;
  }
  .all-games {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .sub-games {
    flex: 1 1 50%;
  }
  .sub-games ul {
    padding-left: 40px;
  }
  .subgame {
    font-size: 12px;
    line-height: normal;
  }
  .game-sections img {
    margin-right: 15px !important;
    width: 55px;
    height: 45px;
  }
  #SME {
    margin-bottom: 20px !important;
  }
  .breadcrumb {
    align-items: center;
  }
  .bread-crumb,
  .breadcrumb .active {
    font-size: 12px;
  }
  .mbsm-0 {
    margin-bottom: 0px !important;
  }
  .mbsm-10 {
    margin-bottom: 10px !important;
  }
  .mbsm-20 {
    margin-bottom: 20px;
  }
  .pxsm-1 {
    margin-right: 0px !important;
  }
  .store-p {
    font-size: 14px !important;
  }
  .svg {
    width: 25px;
    height: 25px;
  }
  .official {
    background-size: cover;
    height: 20vh;
  }
  .official-img {
    top: 200px;
    left: 10px;
    width: 1000px !important;
  }
  .w100 {
    width: 100%;
  }
  .sellers-text,
  .seller-details > h3 {
    font-size: 20px !important;
  }
  .fs16 {
    font-size: 16px !important;
  }
  .prom-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .alsm {
    align-items: center;
    justify-content: space-around !important;
  }
  .prom-good {
    margin-right: 10px !important;
  }
  .official-page {
    margin-bottom: 30px;
  }
  .seller-info {
    margin-top: 20px;
    margin-bottom: 15px !important;
  }
  .ab--s {
    padding: 7px 15px !important;
    background-size: cover;
  }
  .seller-details > p {
    font-size: 12px;
    line-height: 17px;
  }
  .pxsm-2 {
    padding: 0px 10px !important;
  }
  .sellers-img > img {
    width: 50px !important;
    margin-right: 0px !important;
  }
  .mlsm-1 {
    margin-left: 10px !important;
  }
  .fs9 {
    font-size: 9px !important;
  }
  .fs-10 {
    font-size: 10px !important;
  }
  .fs-12 {
    font-size: 12px !important;
  }
  .fdc-r {
    flex-direction: row;
  }
  .pxsm-3 {
    padding: 30px 20px !important;
  }
  .man-img img {
    width: 260px;
  }
  .rapid {
    display: flex;
    justify-content: end;
  }
  .rapid > img {
    border-radius: 50%;
    width: 30% !important;
  }
  .quantity,
  .premium,
  .m-premium {
    width: 300px;
    padding: 11px 0px;
    border-radius: 5px;
  }
  .quantity > p {
    padding: 5px 15px;
    font-size: 15px;
  }
  .se-b {
    font-size: 25px;
    margin: 0px 23px;
  }
  .p-p p {
    font-size: 12px;
    color: #fff;
  }
  .m-link {
    font-size: 14px !important;
    padding: 4px 8px !important;
  }
  .man-info-details {
    margin-top: 15px !important;
    padding-left: 4px !important;
  }
  .m-link-details {
    padding: 0px 10px !important;
    font-size: 12px;
  }
  .buy-now {
    padding: 15px 80px;
  }
  .w250 {
    width: 210px;
    padding: 20px 15px !important;
  }
  .dd-p1 {
    font-size: 8px;
  }
  .fs14 {
    font-size: 14px !important;
  }
  .qpp {
    margin-top: 35px !important;
  }
  .qp {
    font-size: 14px;
  }
  .bod-b {
    padding-bottom: 15px;
  }
  .w100px {
    width: 100px;
  }
  .mod-img > img {
    width: 40px;
  }
  .o-details {
    font-size: 12px !important;
  }
  .s-com {
    width: 12px;
    height: 12px;
    margin-right: 2px !important;
  }
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 1rem 15px !important;
  }
  .ordd {
    font-size: 12px !important;
  }
  .fs18 {
    font-size: 18px !important;
  }
  .c-details p {
    font-size: 13px;
    line-height: 18px;
  }
  .c-details img {
    width: 100% !important;
  }
  .dark-text {
    color: black !important;
  }
  .m-premium {
    padding: 18px 20px !important;
  }
  .w-m {
    width: 40px;
  }
  .w170 {
    width: 165px;
    padding: 12px 12px !important;
    margin-right: 5px !important;
  }
  .time-t {
    margin: 8px 0px !important;
    font-size: 10px;
  }
  .jcb {
    justify-content: space-between;
  }
  .jcc {
    justify-content: center;
  }
  .bgba {
    color: #bababa;
  }
  .b-l {
    border: none !important;
  }

  /* =========    INFO PAGE   ============= */
  .hit-2 {
    padding: 15px 20px !important;
    width: 90% !important;
    margin-bottom: 30px;
  }
  .pbsm-50 {
    padding-bottom: 50px;
  }
  .space {
    margin: 50px 0px 30px 15px;
  }
  .mtsm-50 {
    margin-top: 50px !important;
  }
  #ppp {
    padding: 0.2rem 25px 25px 25px !important;
  }
  .why-1 p,
  .why-2 p,
  .why-3 p {
    width: 100%;
  }
  .pxsm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .ul-sm {
    display: flex;
    flex-direction: row;
  }
  .carousel-caption-2 {
    position: absolute;
    top: 30%;
    left: 6%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    padding: 1rem;
    width: 90%;
  }
  .carousel-caption-2 h2 {
    font-size: 1.5rem; /* Smaller heading for mobile */
  }
  .carousel-caption-2 p {
    font-size: 0.9rem; /* Smaller text for mobile */
  }
  .join- a {
    font-size: 0.8rem; /* Smaller button text for mobile */
  }
  .carousel-inner img {
    height: 95vh; /* Make carousel taller on mobile */
    object-fit: cover; /* Ensure the image covers the entire area */
  }
  .header-p{
    width: 100%;
  }
  .join-{
    width: 45%;
  }
  .join- a{
    padding: 10px 15px !important;
  }
  #logs{
    font-size: 12px !important;
    padding: 4px 15px !important;
  }
  #regs{
    font-size: 12px !important;
    padding: 5px 13px !important;
  }
  .accordion-body{
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
  }
  .q-img{
    background-position: top;
  }
  .q-img p{
    text-align: justify;
    font-size: 12px !important;
  }
  .w_60 {
    width: 60%;
  }
}
