@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chango&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chango&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chango&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("login.css");
body {
    background: var(--main);
     font-family: Arial;
}

.iframe-height {
    height: 90vh !important;
}

.w-90 {
    width: 90%;
}

.pl-2rem {
    padding-left: 2rem;
}

.banner-card:hover .static-gif {
    opacity: 0;
}

.static-gif {
    position: absolute;
    left: 0;
}

.gif-image-block {
    position: relative;
}

.shadow-bg {
    box-shadow: 5px 5px 4px #90918a;
}

.modal-shadow-bg {
    box-shadow: 5px 5px 4px #302f2f;
}

.loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #211f1f7a;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}



.sidebar-wrapper {
    background-color: var(--secondary-color);
    height: 100%;
    padding: 30px 30px;
    font-family: "Noto sans";
    width: max-content;
    min-height: calc(100vh - 66px)
}

.sidebar-wrapper .heading-link {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.sidebar-wrapper .heading-link:hover {
    text-decoration: underline;
}

.sidebar-wrapper-ul {
    list-style-type: none;
    padding: 0 0 0 0;
    color: #fff;
    margin-bottom: 30px;
}

.sidebar-wrapper-ul h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
}

.sidebar-li {
    padding: 0 0 5px 15px;
    margin-bottom: 5px;
    align-items: center;
    vertical-align: middle;
}

.sidebar-li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto sans";
}

.sidebar-browse {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    font-family: "Noto sans";
}

.sidebar-browse:hover {
    color: #fff;
}

.sidebar-com-icon-text {
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    align-items: center;
}

.sidebar-com-icon-text:hover {
    text-decoration: none;
    color: #fff;
}

.sidebar-com-icon-text i {
    font-size: 25px;
    vertical-align: middle;
    align-items: center;
}

.sidebar-wrapper-friends li a {
    display: flex;
    font-size: 16px;
}

.sidebar-wrapper-friends li a i {
    margin-right: 10px;
}

.sidebar-wrapper-friends .sidebar-li p {
    font-size: 12px;
    margin: 8px 0;
}

.sidebar-wrapper-friends p {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

/* .toggle-sidebar {
    
} */
.visible {
    left: 0px;
    transition: left 0.7s ease;
}

#sidebar {
    /* width: 200px;
    background: var(--secondary-color);
    /* position: absolute; */
    height: 100vh;
    top: 0;
    /* left: -200px; */
    /* transition: left 0.5s ease; */
}

.toggle-sidebar i {
    color: #fff;
}

.search-icon {
    color: #fff;
}

.header-nav {
    padding: 0;
    font-family: 'Nunito', 'sans-serif';
    font-display: auto;
    /* border-radius: 0px 0px 10px 10px; */
}

.navbar-menu {
    background: var(--primary-color);
}

.navbar-search {
    margin: 0 auto;
    width: 35%;
}

.navbar-search input {
    background-color: var(--secondary-color);
    border: 0;
}

.menu-links {
    padding: 12px 18px 12px 18px;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}

.menu-links:hover {
    background-color: var(--main);
    text-decoration: none;
    color: var(--primary-color);
    border-radius: 10px 10px 0 0;
}

.menu-links-active {
    background-color: var(--main);
    text-decoration: none;
    color: var(--primary-color);
    border-radius: 10px 10px 0 0;
}


.menu-links a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.menu-links:hover a {
    color: var(--primary-color);
    font-weight: 900;
}

.menu-links-active a {
    color: var(--primary-color);
    font-weight: 900;
}

.navbar-search input::placeholder {
    color: #fff;
}

.header-menus li:hover {
    background-color: var(--accent-light);
    border-radius: 0 0 5px 5px;
}

.navbar-user-info .navbar-user-wrapper img {
    color: #fff;
    margin-right: 5px;
    font-size: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.navbar-user-info .navbar-user-wrapper .dropdown-menu-right .dropdown-item i {
    font-size: 20px;
    color: #fff;
}

.navbar-user-info .navbar-user-wrapper .dropdown-menu-right .dropdown-item a {
    color: #fff;
}

.navbar-user-info .dropdown-menu-right {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 5px 0 5px 0;
}

.navbar-user-info .navbar-user-wrapper .dropdown-menu-right .dropdown-item {
    color: #fff;
    justify-content: space-between;
    padding: 10px 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.navbar-user-info .navbar-notification-wrapper .dropdown-menu-right .dropdown-item {
    white-space: normal;
    /* max-width: 400px; */
    width: 400px;
    margin: 5px;
    border-radius: 5px;
    color: var(--primary-color);

}

.navbar-user-info .navbar-notification-wrapper .dropdown-menu-right .dropdown-item h5 {
    font-size: 16px;
}

.navbar-user-info .navbar-notification-wrapper .dropdown-menu-right .dropdown-item span {
    font-size: 14px;
}

.navbar-user-info .navbar-notification-wrapper .dropdown-menu-right .first-notification {
    background-color: var(--accent-light);
}

.navbar-user-info .navbar-notification-wrapper .dropdown-menu-right .unread-notification {
    background-color: var(--main);
}

.navbar-user-info .navbar-notification-wrapper .dropdown-menu-right .seen-notification {
    background-color: var(--main);
    opacity: 0.6;
}

.navbar-user-info .navbar-notification-wrapper .dropdown-menu-right .past-notification {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-style: italic;
}

.navbar-user-info .dropdown-menu-right .dropdown-divider {
    color: #fff;
    border: 0.5px solid;
    margin: 0 0.5rem 0 0.5rem;
}

.navbar-user-info .navbar-user-wrapper .dropdown-menu-right .dropdown-item:hover {
    background-color: var(--primary-color);
}

.navbar-user-info .navbar-notification-wrapper .navbar-user-info-icon {
    color: #fff;
    margin-right: 5px;
    font-size: 25px;
    cursor: pointer;
}

.navbar-user-info .navbar-premium-wrapper .premium-amount {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Nunito';
}

.navbar-user-info .navbar-premium-wrapper .premium-amount svg {
    margin-left: 10px;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.navbar-user-info {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.navbar-user-info .navbar-user-wrapper .navbar-profile-author-name {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

#main-menu-bar li a {
    font-weight: bold;
    font-size: 20px;
    color: #F2F2F2;
    /* text-decoration: none; */
}

.login-signup-btn span {
    font-weight: bold;
    font-size: 20px;
    color: #F2F2F2;
    text-decoration: none;
}

.login-signup-btn a {
    border: 0;
    cursor: pointer;
    color: #fff;
    margin: 0 7px;
    text-decoration: none;
}

.login-signup-btn a i {
    font-size: 25px;
    margin: 10px;
}

.login-signup-btn {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Nunito';
}

.banner-main-wrapper {
    /* background-color: var(--accent-light); */
    background-image: url(../../assets/images/bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 400px; */
    /* padding: 0 135px; */
    position: relative;
}

.custom-card-wrapper {
    /* background-color: var(--accent); */
    height: 100%;
    width: 60%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-card-wrapper .card {
    /* margin: 0 15px; */
    border: none;
    background: rgb(153 92 92 / 85%);
}

.custom-card-wrapper .card .card-body {
    padding: 10px 0 0 0;
}

.custom-card-wrapper .card img {
    border-radius: 5px;
}

.custom-card-wrapper .card .card-body .card-title {
    font-size: 38px;
    font-weight: 900;
    font-family: 'Rubik';
}

.custom-card-wrapper .card .card-body .card-text {
    font-size: 19px;
    padding: 10px 0 0 0;
    font-weight: 400;
    font-family: 'Nunito';
    height: 95px;
}
#viewLessContent {
    background-color: var(--main);
}

.no-games-section {
    height: auto;
    min-height: 100px;
    padding: 20px;
}



.user-game-name {
    display: flex;
    /* align-items: center; */
}

.user-game-name span {
    line-height: 1;
}

.category-name {
    margin-bottom: 0;
    font-family: 'Nunito';
    font-weight: 800;
}

.category-view-btn {
    margin-bottom: 0;
}

.category-view-btn a {
    text-decoration: none;
}

.games-section .toggle-heading {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    justify-content: space-between;
    margin: 0 0 5px 0;
    align-items: center;
}

.games-section .toggle-heading .col {
    padding: 8px;
}

.games-section .toggle-heading a {
    font-size: 18px;
    border: 2px solid;
    border-radius: 10px;
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
    color: var(--primary-color)
}

.footer-img {
    width: 180px;
}

.games-section .partners-section .partners-block {
    width: 92px;
    height: 92px;
    background-color: var(--secondary-color);
}

.footer-nav {
    background: var(--secondary-color);
    padding: 20px 0;
}

.footer-nav .container-fluid {
    width: 90%;
    padding: 0;
    /* margin-top: 70px; */
}

.footer {
    background: var(--secondary-color);
    /* padding: 20px 0; */
}

.footer-one {
    list-style-type: none;
}

.footer-one li {
    font-size: 20px;
    margin: 5px 0;
}

.footer-one li a {
    color: #fff;
}

.footer-input-box form {
    width: 100px;
    display: inline-block;
}

.left-btn {
    background: var(--secondary-color);
    width: 30%;
    height: 60%;
    border-radius: 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.left-btn i {
    font-size: 30px;
    color: #DAD6C9;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    /* padding: 15px; */
    width: 100%;
    position: relative;
    background: var(--main);
    min-height: calc(100vh - 177px)
}

.MultiCarousel, .search-results .back-arrow {
    font-size: 50px;
    color: var(--secondary-color);
}

.MultiCarousel #category-name {
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 800;
    font-family: 'Noto sans';
    padding: 0;
    margin-left: 10px;
    width: 90%;

}

.MultiCarousel .MultiCarousel-inner {
    transition: 2s ease-in-out;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .rightLst {
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: 2s ease-in-out;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item .toggle {
    text-align: center;
    padding: 10px;
    margin: 10px;
    /* background:#f1f1f1; */
    /* color:#666; */
    color: var(--secondary-color);
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    background-color: var(--secondary-color);
    color: #fff;
    /* min-height: 135px; */
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst span i {
    font-size: 40px;
}

.MultiCarousel .leftLst {
    left: 0;
}

/* .MultiCarousel .rightLst { right:0; } */

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    /* background:#ccc;  */
}


/* transition css */
.doFadeIn {
    -webkit-animation: fadeInSlide forwards ease-in 150ms;
    animation: fadeInSlide forwards ease-in 150ms;
}

.doFadeOut {
    -webkit-animation: fadeOutSlideDown forwards ease-out 150ms;
    animation: fadeOutSlideDown forwards ease-out 150ms;
}


#navbarSupportedContent ul li a {
    font-size: 16px;
}

.navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 57px;
}

.navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand-custom .navbar-toggler {
    display: none;
}

.navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}




.navbar-logo {
    padding: 15px 60px 15px 15px;
    color: #fff;
}

.navbar-logo  img {
  height: 36px;
}

.navbar-mainbg {
    background-color: var(--primary-color);
    padding: 0px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.sidebar-nav input[type="checkbox"],
.sidebar-nav {
  display: none;
}
 .show-sidebar {
    transform: translate(0%) !important;
    transition: transform 0.5s ease-in-out;
    opacity: 1.0;
    z-index: 1;
  }
  .open-search-box {
      height: 100%;
      justify-content: center;
      align-items: center; 
  }
  .open-search-box .show-search-icon {
      display: block !important;
  }
  .open-search-box .search-bar {
      display: none;
      
  }
  .search-bar {
    position: relative;
    margin-top: 7px;
    margin-right: 16px;
    width: 100%;
  }

  .search-bar svg {
      position: absolute;
      left: 14px;
      top: 10px;
  }
  .open-search-box .auth-block {
      display: block !important;
  }

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
    font-family: 'Nunito';
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
    text-align: center;
}

#navbarSupportedContent ul .nav-item {
    /* min-width: 160px; */
    padding: 0px 16px;
}

#navbarSupportedContent ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    display: block;
    padding: 25px 0px 12px 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent>ul>li.active>a {
    color: var(--primary-color);
    background-color: var(--main);
    transition: all 0.7s;
    font-weight: 900;
     border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
    padding: 12px 8px;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* background-color: #27ae60; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    /* width: 25px; */
    /* height: 25px; */
    /* background-color: #27ae60; */
    /* bottom: 8px; */
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}

/* anim background - container and background image*/
.anim-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../assets/images/bg.png");
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*character images*/
.anim-bg .animatedBackgroundCharacterImage>img {
    display: none;
}

/* canvas */
#animatedBackground {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: static;
    padding-left: 15px;
    padding-right: 15px;
}

.view-all-games-header-text {
    font-family: Nunito;
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 2px;
    margin-left: 10px;

}
/* games section */

.games-section {
    background: var(--main);
    color: var(--primary-color);
    padding: 10px;
    font-family: 'Nunito', 'sans-serif';

}

.games-section .card {
    padding: 4px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 2.6835px 2.6835px 2.6835px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.games-section .card .game-img {
    width: 100%;
    border-radius: 3.5px;
    background: #1f4f7e;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2.6835px 2.6835px 2.6835px rgba(0, 0, 0, 0.25);
}

.games-section .card .game-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    border-radius: 3.5px;
    transition: all .2s ease-in-out;
}

.games-section .card .card-body {
    padding: 10px 8px 8px 8px;
    font-size: 16px;
}

.games-section .card .card-title .title {
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.games-section .card .card-text a {
    color: var(--primary-color);
}


.game-card-title {
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: left;
}

.game-author-name {
    text-decoration: none;
    color: var(--primary-color);
    font-family: Nunito;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

/* @media (max-width: 1024px) {
    .game-card-title {
        font-size: 12px;
    }

    .game-author-name {
        font-size: 12px;
    }
} */

.view-all-games {
    width: 90%;
    margin: auto;
}

.view-all-games-panel-toggles ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.view-all-games-panel-toggles li {
    list-style: none;
}

.view-all-games-panel-toggles li a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito';
    padding: 8px 16px;
}

.view-all-games-panel-toggles li a.active-panel {
    background-color: var(--primary-color);
    font-weight: 800;
    color: #fff;
}

.game-container-block .nav .nav-item a {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito';
}

.game-container-block .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--primary-color);
    font-weight: 800;
    color: #fff;
}

.hide-banner-for-reddit {
    display: none;
}
.games-by-category {
    margin: 1em auto;
    width: 90%;
    min-height: calc(100vh - 275px);
}
.search-results {
    width: 90%;
    margin: 1em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
}
.search-results #category-name {
    justify-content: flex-start;
    align-items: center;
    font-size: 32px;
    width: 100%;
}

/* --------------------------------------- */

/* responsive design */
@media (min-width: 1920px) {
    #navbarSupportedContent ul li a {
        font-size: 19px;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 38px;
    }

    .custom-card-wrapper .card .card-body .card-text {
        font-size: 19px;
        padding-bottom: 2px;
    }

    .custom-card-wrapper {
        width: 60%;
    }
}

@media (max-width: 1792px) {
    #navbarSupportedContent ul li a {
        font-size: 19px;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 32px;
    }

    .custom-card-wrapper .card .card-body .card-text {
        padding: 2px;
        font-size: 18px;
    }

    .custom-card-wrapper {
        width: 60%;
    }
}

@media (max-width: 1680px) {
    #navbarSupportedContent ul li a {
        font-size: 19px;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 28px;
    }

    .custom-card-wrapper .card .card-body .card-text {
        padding: 2px;
        font-size: 18px;
    }

    .custom-card-wrapper {
        width: 65%;
    }
}

@media (max-width: 1600px) {
    #navbarSupportedContent ul li a {
        font-size: 19px;
    }

    .custom-card-wrapper .card .card-body .card-text {
        font-size: 18px;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 28px;
    }

    .custom-card-wrapper {
        width: 65%;
    }
}

@media (max-width: 1536px) {
    #navbarSupportedContent ul li a {
        font-size: 18px;
    }

    .MultiCarousel #category-name {
        font-size: 24px;
    }

    .game-container-block .nav .nav-item a {
        font-size: 18px;
    }

    .custom-card-wrapper .card .card-body .card-text {
        font-size: 17px;
        padding: 2px;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 28px;
    }
     #navbarSupportedContent>ul>li.active>a {
        padding: 13px 8px;
    }
}

@media (max-width: 1440px) {
    .custom-card-wrapper {
        width: 70%;
    }

    #navbarSupportedContent ul li a {
        font-size: 14px;
    }

    .MultiCarousel {
        min-height: calc(100vh - 177px)
    }

    .MultiCarousel #category-name {
        font-size: 24px;
    }

    .game-container-block .nav .nav-item a {
        font-size: 18px;
    }

    .footer-one li {
        font-size: 16px;
        margin: 5px 0;
    }

    .custom-width {
        width: 75%;
    }

    .custom-card-wrapper .card .card-body .card-text {
        font-size: 18px;
        height: 95px;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 28px;
    }
    #navbarSupportedContent>ul>li.active>a {
        padding: 14px 8px;
    }
}

@media (max-width: 1366px) {
     #navbarSupportedContent ul .nav-item {
         padding: 0px 16px;
    }

    .MultiCarousel {
        min-height: calc(100vh - 177px)
    }

    .MultiCarousel #category-name {
        font-size: 24px;
    }

    .game-container-block .nav .nav-item a {
        font-size: 18px;
    }

    .games-section .toggle-heading {
        font-size: 18px;
    }

    /* .custom-card-wrapper {
        padding: 30px 10px 30px 10px;
    } */
    .game-author-name a {
        font-size: 15px;
    }

    .custom-card-wrapper .card .card-body .card-text {
        padding: 2px;
        font-size: 16px;
        height: 85px;
    }

    .custom-card-wrapper {
        width: 70%;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 28px;
    }
    
    .navbar-logo {
        padding: 15px 36px 15px 15px;
    }
}

@media (max-width: 1280px) {
    #navbarSupportedContent ul .nav-item {
        padding: 0px 16px;
    }
    .navbar-logo {
        padding: 15px;
    }
    .searchBar {
        max-width: 22vw !important;
    }
    #searchBarInput {
        font-size: 16px !important;
    }

    .login-signup-btn a {
        margin: 0 4px;
    }
    .login-signup-btn a i {
        margin: 8px;
    }

    .MultiCarousel {
        min-height: calc(100vh - 177px)
    }

    .MultiCarousel #category-name {
        font-size: 22px;
    }

    .game-container-block .nav .nav-item a {
        font-size: 16px;
    }

    .game-author-name a {
        font-size: 12px;
    }

    .custom-card-wrapper {
        width: 70%;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 26px;
    }

    .custom-card-wrapper .card .card-body .card-text {
        font-size: 16px;
        padding: 2px;
    }
     #navbarSupportedContent>ul>li.active>a {
        padding: 14px 8px;
    }
}

@media (max-width: 1024px) {
     #navbarSupportedContent ul .nav-item {
         padding: 0px 8px;
    }
    .login-signup-btn { 
        font-size: 16px;
    }
     .searchBar {
        max-width: 20vw !important;
    }
    #searchBarInput {
        font-size: 14px;
    }
     .login-signup-btn a i {
        margin: 8px;
        font-size: 20px;
    }

    .MultiCarousel {
        min-height: calc(100vh - 177px)
    }

    .MultiCarousel #category-name {
        font-size: 19px;
    }

    .game-container-block .nav .nav-item a {
        font-size: 16px;
    }

    .custom-width {
        width: 80%;
    }

    /* .banner-main-wrapper .mobile-banner {
        display: none;
    } */
    .game-author-name a {
        font-size: 12px;
    }

    .custom-card-wrapper {
        width: 80%;
    }

    .custom-card-wrapper .card {
        padding: 0;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 28px;
    }

    .custom-card-wrapper .card .card-body .card-text {
        font-size: 15px;
        height: 95px;
        padding: 2px;
    }
    .navbar-logo {
        padding: 8px;
    }
    .footer-img {
      width: 140px;
    }
}
@media (max-width: 991px) {
     #navbarSupportedContent ul .nav-item {
         padding: 0px 16px;
    }
     #searchBarInput {
        font-size: 14px;
    }

    .custom-card-wrapper {
        width: 80%;
    }

    .custom-card-wrapper .card .card-body .card-text {
        height: 50px;
    }

    .MultiCarousel {
        margin-top: 0;
    }

    .MultiCarousel #category-name {
        font-size: 19px;
    }

    .game-container-block .nav .nav-item a {
        font-size: 16px;
    }

    /* header tryout end */
    .custom-card-wrapper .card .card-body .card-title {
        font-size: 22px;
    }

    .custom-card-wrapper .card .card-body .card-text {
        font-size: 12px;
        height: 75px;
        padding-bottom: 2px;
    }

    .custom-width {
        width: 90%;
    }

   .desktop-view-header {
        display: flex;
    }
}
@media (min-width: 769px) and (max-width: 990px) {
    .desktop-view-header {
        display: flex;
    }
     #navbarSupportedContent ul .nav-item {
        padding: 0px 6px;
    }
    .navbar-logo {
        padding: 0;
    }
    .navbar-logo  img {
        height: 28px;
    }
    .login-signup-btn {
        font-size: 16px;
    }
    #searchBarInput {
        font-size: 14px;
    }
    .navbar-user-info .navbar-premium-wrapper .premium-amount {
        font-size: 18px;
    }
    .navbar-user-info .navbar-premium-wrapper .premium-amount svg {
        width: 30px;
        height: 30px;
    }
    .navbar-user-wrapper svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .games-by-category {
        margin-top: 0;
    }
    .games-section {
        padding-top: 0;
    }
    .navbar-mainbg {
        max-height: 57px;
        
    }
    .sidebar-nav {
        display: block;
        z-index: 3;
        width: 100%;
        height: 57px;
        top: 0;
        position: sticky;
        background-color: var(--primary-color);
    }
    .category-name {
        font-size: 19px;
    }
    .desktop-view-header {
        display: none;
    }
    .sidebar-nav input[type="checkbox"],
   .sidebar-nav .hamburger-lines {
        display: block;
        color: #fff;
    }
  .sidebar-nav input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .sidebar-nav .hamburger-lines {
    display: block;
    font-size: 28px;
    position: absolute;
    top: 14px;
    left: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .sidebar-nav .search-icon {
     height: 100%;
      display: flex;
      padding-left: 45px;
     justify-content: space-between;
     align-items: center;
  }
  .sidebar-nav .search-icon 
  .sidebar-nav .navbar-brand  {
     padding: 12px 20px 12px 20px;
  }
.sidebar-nav .menu-items {
    background:var(--secondary-color);
    height: 100%;
    width: 285px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    padding: 50px 10px;
    transition: transform 0.5s ease-in-out;
    position: fixed;
    list-style-type: none;
  }
  
.menu-items li a{
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 35px;
    font-family: 'Nunito';
}

  .sidebar-nav .menu-items li {
    border-bottom: 2px solid #fff;
  }
  
    .custom-card-wrapper {
        width: 80%
    }

    #navbarSupportedContent ul .nav-item {
        padding: 0px 16px;
    }

    #navbarSupportedContent ul li a {
        font-size: 16px;
    }

    .MultiCarousel #category-name {
        font-size: 19px;
    }

    .game-container-block .nav .nav-item a {
        font-size: 16px;
    }

    .custom-card-wrapper .card {
        padding: 5px;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 24px;
        padding: 0;
    }

    .custom-card-wrapper .card .card-body .card-text {
        height: 80px;
        font-size: 12px;
    }

    .custom-width {
        width: 95%;
    }

    .mobile-logo {
        background: linear-gradient(180deg, #27AE60 0%, rgba(39, 174, 96, 0.7) 74.48%, rgba(39, 174, 96, 0) 100%);
        height: 128px;
        align-items: center;
        justify-content: center;
    }
    .banner-main-wrapper {
        padding: 0;
    }

    .banner-main-wrapper .mobile-banner {
        display: none;
        color: var(--primary-color);
        background-color: var(--main);
        padding: 10px;
        width: 95%;
    }

    .banner-main-wrapper .mobile-banner .card {
        background-color: var(--main);
        border: none;
    }

    .banner-main-wrapper .mobile-banner .card .card-body {
        font-size: 15px;
    }

    .banner-main-wrapper .carouselExampleControls .carousel-inner .card .card-body {
        background-color: var(--main);
        color: var(--primary-color);
        font-size: 15px;
    }

    .mobile-view-coming-soon {
        background: var(--main);
        padding: 20px;
        font-family: 'Noto sans';
        font-size: 14px;
        color: var(--primary-color);
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: bold;
    }

    .view-all-mobile-mode {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 2.6835px 2.6835px 2.6835px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        border: none;
        cursor: pointer;
    }
    .view-all-mobile-mode a {
        font-size: 15px;
        font-weight: 700;
        color: var(--primary-color);
    }

    .navbar-logo {
        padding: 15px 15px 15px 15px;
    }

    .navbar-user-info .navbar-premium-wrapper .premium-amount {
        font-size: 18px;
    }
    .login-signup-btn {
        margin-right: 8px;
    }
    .sign-in-wrapper h5 {
        font-size: 19px;
    }
    .sign-in-wrapper a {
        font-size: 15px;
    }
    .login-option-frame .modal-content {
        margin: 8px;
    }
    .navbar-user-info {
         margin-right: 8px;
    }
    .search-results {
        margin: 0;
    }
}

@media (min-width:320px) and (max-width:767px) {
     .login-signup-btn {
        margin-right: 8px;
    }
    .navbar-user-info {
         margin-right: 0;
    }
     .search-results {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .navbar-nav {
        display: none;
    }
     .search-results {
        margin: 0;
    }
    .MultiCarousel #category-name {
        width: 100%;
        font-size: 19px;
    }
    .view-all-games-header-text {
        font-size: 19px;
        margin-left: 10px;
    }
    .MultiCarousel .back-arrow {
        font-size: 40px;
    }
    .game-container-block .nav .nav-item a {
        font-size: 15px;
    }
    .custom-width {
        width: 100%;
    }

    .custom-card-wrapper {
        width: 85%;
    }

    .custom-card-wrapper .card .card-body .card-title {
        font-size: 20px;
        padding: 0;
    }

    .custom-card-wrapper .card .card-body .card-text {
        height: 100px;
        font-size: 12px;
    }

    .footer-img {
        width: 150px;
    }
}

@media (max-width: 480px) {
    .MultiCarousel #category-name {
        width: 100%;
        font-size: 19px;
    }
    .view-all-games-header-text {
        font-size: 19px;
        margin-left: 10px;
    }
    .MultiCarousel .back-arrow {
        font-size: 40px;
    }
     .game-container-block .nav .nav-item a {
        font-size: 15px;
    }
    .banner-main-wrapper {
        height: 75vh;
    }
    .footer-one li {
        font-size: 14px;
        font-weight: 400;
    }
}


.game-row-grid {
    padding: 8px;
    padding-bottom: 15px;
    display: grid;
    gap: 8px;
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
    overflow-x: hidden;
    grid-template-columns: repeat(2, 1fr);
}

.game-row-grid>.col.card>.card-body {
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: space-between;
}

@media (min-width: 425px) {
    .game-row-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 576px) {
    .game-row-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .game-row-grid {
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 0;
    }
    .hide-overflow-cards-2 {
        grid-template-rows: repeat(3, 1fr);
        grid-auto-rows: 0;
        overflow-y: hidden;
        /* padding-bottom: 0px; */
    }
    .hide-overflow-cards-1 {
         grid-template-rows: repeat(2, 1fr);
        grid-auto-rows: 0;
        overflow-y: hidden;
        /* padding-bottom: 0px; */
    }
}

@media (min-width: 992px) {
    .game-row-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .hide-overflow-cards-2 {
        grid-template-rows: repeat(2, 1fr);
        grid-auto-rows: 0;
        overflow-y: hidden;
    }
    .hide-overflow-cards-1 {
         grid-template-rows: repeat(1, 1fr);
        grid-auto-rows: 0;
        overflow-y: hidden;
    }
}

@media (min-width: 1200px) {
    .game-row-grid {
        grid-template-columns: repeat(6, 1fr);
        padding: 8px;
        padding-bottom: 15px;
    }
}



/* header search bar */

#category-name {
    display: flex;
    flex-direction: row;
}

.view-all-container {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 90%;
}

@media (max-width: 575px) {
    .view-all-container {
        width: 100%;
    }
}

@media (min-width: 2560px) {
    .view-all-container {
        width: 75%;
    }
}
@media (max-width: 575px) {
    .search-results {
        width: 100%;
    }
}

@media (min-width: 2560px) {
    .search-results {
        width: 75%;
    }
}

.search-results-creator-name {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
}

.search-results-creater-info {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 14.8574px;
    line-height: 18px;
}

.search-games-results {
    display: flex;
    flex-direction: row;
    padding-bottom: 8px;
}

.searchBar {
    position: relative;
    padding-left: 12px;
    margin: 0 auto;
    width: 100%;
    max-width: 28vw;
}

.searchBar svg {
    position: absolute;
    left: 20px;
    top: 10px;
}

#searchBarInput, #searchBarInputMobile {
    color: white;
    padding: 8px;
    padding-left: 40px;
    border-radius: 4px;
    border: none;
    background-color: var(--secondary-color);
    width: 100%;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

#searchBarInput:focus, #searchBarInputMobile:focus {
    border: none;
    outline: nonek;
}

#searchBarInput:focus-visible, #searchBarInputMobile:focus-visible {
    border: none;
    outline: none;
}

#searchBarInput::placeholder, #searchBarInputMobile::placeholder {
    color: white;
}

.search-results-toggle {
    border: 1px solid #1F3D4C;
    box-sizing: border-box;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 4px;
    display: flex;
    flex-direction: row;
}

.search-results-toggle div {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 26px;
    color: var(--primary-color);
    padding: 10px;

}

.search-results-toggle div:focus {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: white;
    background-color: var(--primary-color);
}

@media (min-width: 2560px) {
    .games-by-category {
        width: 75%;
    }
}

@media (max-width: 575px) {
    .games-by-category {
        width: 100%;
    }
}
