#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}

.site-logo-link-wrapper {
  border-radius: 18px;
  box-shadow: 0px 7px 10px 4px #5d6b844d;
  background: #07496d;
  z-index: 9;
  display: flex;
  max-width: 295px;
  height: auto;
  align-items: center;
}

.user-avatar img {
  width: 28px;
}

.user-wrap,
.top-link a {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.user-wrap:hover,
.top-link a:hover,
.user-wrap:active,
.top-link a:active {
  transform: scale(0.95);

}


/* Home Description Container */
.home-description {
  display: flex;
  justify-content: center;
  padding: 30px 0px;
}

.home-description__wrapper {
  width: 100%;

}

/* Content Box */
.home-description__content {
  background: #ffffff;
  width: 100%;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 3px 4px 30px rgba(0, 0, 0, 0.26);
  animation: fadeIn 0.8s ease-in-out;
  transition: transform 0.3s ease;
}

.home-description__content:hover {
  transform: translateY(-4px);
}

/* Title & Heading */
.home-description__section-title {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-description__main-heading {
  font-size: 36px;
  color: #222;
  margin-bottom: 20px;
}

/* Paragraphs */
.home-description__paragraph {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Subheading */
.home-description__subheading {
  font-size: 22px;
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* Links inside paragraphs */
.home-description__link-item a {
  color: #0073ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.home-description__link-item a:hover {
  color: #0056c1;
  text-decoration: underline;
}

/* Game and Category Link Lists */
.home-description__link-list,
.home-description__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.home-description__link-item,
.home-description__category-item {
  background-color: #f8f8f8;
  padding: 8px 14px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.home-description__link-item:hover,
.home-description__category-item:hover {
  background-color: #e6f0ff;
}

.home-description__category-item a {
  color: #0073ff;
  text-decoration: none;
  font-weight: 500;
}

.home-description__category-item a:hover {
  color: #0056c1;
  text-decoration: underline;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ---------------- */



.navbar .btn-login {
  font-size: 28px;
  margin-left: 00px !important;
}

/* .search-bar .input-group {
  right: 100%;
  width: 500px;
} */

@media (max-width: 768px) {
  .search-bar .input-group {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

.navbar-brand {
  margin-right: 0;
  /* border-right: 0.1px solid #9392ad; */
  padding: 12px 20px;
}

/* .site-logo {
  padding: 0;
  border-right: 0.1px solid #bcbcbc26;
} */

.nav-icon {
  display: inline-block;
  font-size: 20px;

}

ul.user-links {
  right: 82%;
  border-radius: 1.25rem;
  padding: 13px;
}

@media (max-width: 768px) {
  ul.user-links {
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 10px 5px;
  }
}

.top-link a,
.user-wrap .nav-link {
  color: #ffffff !important;
  /* border-bottom: 1px solid #ffffff61; */
  padding: 15px 5px;
}

.d-block.uesr-wrap {
  padding: 17px 0px;
}

i.fas.fa-home,
i.fas.fa-search,
i.fas.fa-user {
  padding: 0 20px;
}

.top-link a:hover,
.user-wrap .nav-link:hover {
  transform: scale(1.05);
}

.login-user-icon .non-login {
  padding: 0;
  border: 0;
}

.top-link {
  display: flex;
  flex-direction: column;
  /* margin-right: 6px; */
  /* padding-bottom: 5px; */
  align-items: center;
  /* border-left: 0.1px solid #ffffff47;*/
}

.ellipsis,
.grid-layout-1 .game-card__details {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.comment-action-left,
.grid-layout-2 .first-item .game-card__rating,
.single-game__header-left {
  float: left
}

.user-avatar {
  margin: 0px;
}

.navbar a,
.top-nav,
footer {
  color: #9392ad
}

body {
  font-family: Inter, sans-serif;
  color: #1f1f1f;
  background-image: url('../images/bg3.png');
  background-size: max(624px, 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 70px;
}


img {
  max-width: 100%;
  height: auto
}

a:link,
a:visited {
  text-decoration: none
}

.top-nav {
  /* background-color: #151436; */
  margin-bottom: 30px
}

.navbar-nav>.nav-item {
  margin: 10px
}

.search-bar i,
.single-game__category-list .category-item a,
.single-game__tag-list .tag-item a {
  color: #868686
}

.search-bar {
  margin-left: 15px
}

.search-bar input.search {
  border-radius: 20px !important;
  border: 0;
  padding-left: 33px;
  max-width: 240px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f1f3f4;
}

@media (max-width: 768px) {
  .search-bar input.search {
    max-width: 100%;
    font-size: 16px;
    padding-left: 28px;
  }
}

.search-bar i {
  position: absolute;
  top: 6px;
  left: 10px
}



.dropdown-menu {
  background: #323164;
  border: 0
}

.nav-item-child {
  padding: 10px 15px
}

.nav-item-child:hover {
  background-color: #55538e
}

.dropdown-submenu .dropdown-menu {
  right: auto;
  left: 100%;
  margin-top: -42px
}

.container {
  max-width: 1740px
}

/* .single-page__content,
.single-post__content,
section {
  margin-bottom: 40px
} */

.section-title {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px
}

.section-title i {
  color: #6a58d2;
  margin-right: 10px
}

.grid-layout-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 14px;
  grid-auto-rows: minmax(140px, auto);
  grid-auto-flow: dense
}

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2
}

.span-3,
.span-4 {
  grid-column-end: span 3
}

.span-3 {
  grid-row-end: span 3
}

.span-4 {
  grid-row-end: span 1
}

.grid-layout-1 .game-card__details {
  margin: .35714em .35714em -55px;
  color: #fff;
  position: relative;
  bottom: 65px;
  opacity: 0
}

.game-card__thumbnail {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  margin: 0
}

.game-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.comment-profile-avatar img,
img.tpl-user-comment-avatar {
  width: 3.6rem;
  height: 3.6rem;
  max-width: 50px;
  max-height: 50px
}

h3.game-card__title {
  font-size: unset;
  margin: unset;
  line-height: unset;
  font-weight: 700
}

.game-card__rating>i,
.rating>i {
  color: #eaaa08
}

.game-card__rating {
  font-size: 15px
}

@media(hover:hover) and (pointer:fine) {
  .game-card:hover .game-card__thumbnail {
    background-color: #000
  }

  .grid-layout-1 .game-card:hover .game-card__details {
    opacity: 1;
    transition: .5s
  }

  .game-card:hover .game-card__thumbnail img {
    opacity: .5;
    transform: scale(1.2);
    transition: .5s
  }
}

.category-list-global,
.grid-layout-2,
.grid-layout-2.row>*,
.grid-layout-3,
.wgt-list-game-grid {
  padding: 0 6px
}

.grid-layout-2 .game-card,
.grid-layout-3 .game-card {
  border-radius: 16px;
  border: 1px solid #bfbebe;
  padding: 12px;
  height: 100%;
  background: #f55454c7;
}

.grid-layout-2 .item-grid {
  margin-bottom: 12px
}

.grid-layout-2 .game-card__details {
  margin-top: 10px;
  color: #1f1f1f
}

.grid-layout-2 .game-card__title,
.grid-layout-3 .game-card__title {
  color: #D4EBF9;
}

.grid-layout-2 .game-card__rating,
.grid-layout-3 .game-card__rating {
  margin-top: 6px;
  color: #1f1f1f
}

.grid-layout-2 .first-item .game-card__details {
  margin-top: 0
}

.grid-layout-2 .first-item .game-card__title {
  margin-bottom: 10px
}

.grid-layout-2 .first-item .game-card__bottom {
  position: absolute;
  bottom: 0;
  width: 100%
}

.grid-layout-2 .game-card__btn-play {
  background-color: #fff50ad4;
  color: #ed0076;
  padding: 10px 20px;
  border-radius: 20px;
  float: right;
  margin-right: 25px;
}

.grid-layout-3 .game-card__link,
.tpl-reply-form,
.user-comment-wrapper {
  display: flex
}

.grid-layout-3 .game-card__thumbnail {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 13px;
  padding-top: unset
}

.grid-layout-3 .game-card__category {
  margin-top: 6px
}

.category-list-global .category-item:hover,
.grid-layout-2 .game-card:hover,
.grid-layout-3 .game-card:hover {
  box-shadow: 0 8px 8px -4px #10182808;
  box-shadow: 0 20px 24px -4px #10182814;
  transition: .5s
}

.category-list-global .row>*,
.grid-layout-3.row>* {
  padding: 0 8px;
  margin-bottom: 16px
}

.b-load-more-wrapper {
  text-align: center;
  margin-top: 30px
}

.game-card__rating.ellipsis {
  color: #fff !important;
}

.btn-load-more {
  background-color: #f9f5ff;
  border: 1px solid #7158fa;
  border-radius: 30px;
  padding: 10px 20px;
  color: #7158fa
}

.game-card__rating {
  color: #d6f5ffed !important;
}

.game-card__summary.text-muted {
  color: #ffffffc9 !important;
}

span.text-muted {
  color: #ffffff !important;
}

.game-card__rating.text-muted {
  color: #FFFFFF !important;
}





.category-list-global .category-item {
  display: flex;
  border: 1px solid #e91313;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f7f47a9c;
}

.category-item__details {
  padding: 9px
}

#content-leaderboard table,
.category-item__thumbnail {
  margin: 0
}

.category-item__title {
  font-size: 16px;
  font-weight: 700;
  color: #e91313;
}

.single-game__wrapper {
  background: #42dd4f42;
  padding: 50px 40px;
  border-radius: 60px;
}

.category-item__amount.ellipsis.text-muted {
  color: #ea1313 !important;
}

v article.single-game__details {
  background: #fff;
  padding: 50px 30px;
  border-radius: 40px;
}

.category-list-global .category-item:hover {
  transform: scale(1.1);
  transition: .5s
}

#comment-form {
  border: none !important;
}

.section-random.you-may-also-like #new-games-section h3.game-card__title.ellipsis,
.grid-layout-3 .game-card__category {
  color: #07496D;
}

.section-random.you-may-also-like #new-games-section .game-card {
  background: #f7f47a9c;

}


.you-may-also-like .section-title {
  margin-top: 40px;
}

@media screen and (max-width:768px) {
  .grid-layout-2 .first-item .game-card__bottom {
    position: unset;
    margin-top: 10px
  }

  .top-user {
    width: 80px;
    margin: 10px
  }

  .leaderboard-cell.username {
    min-width: unset
  }

  .leaderboard-cell.user-xp {
    margin-top: 12px;
    position: absolute;
    right: 0
  }

  .leaderboard-cell.rank {
    display: none
  }
}

@media screen and (max-width:992px) {
  .dropdown-submenu .dropdown-menu {
    margin-top: unset
  }
}

.game-content {
  overflow: hidden;
  border-radius: 18px
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 700px;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 50px;
}

.game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.play-count>i {
  color: #2f9cfd
}

.content-wrapper {
  margin-top: 25px
}

.single-title {
  font-weight: 700;
  font-size: 35px
}

.single-game__header {
  width: 100%;
  /* border-bottom: 1px solid #e2e2e2; */
  padding-bottom: 20px;
  margin-bottom: 20px
}

.single-game__header .btn {
  margin-bottom: 8px
}

.comment-action-right,
.leaderboard-cell.rank,
.single-game__header-right {
  float: right
}

.single-game__actions .dropdown-menu {
  background-color: #fff;
  border: 1px solid #eaecf0;
  box-shadow: 0 1px 3px 0 #1018281A
}

.single-game__subheading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px
}

.single-game__category-list,
.single-game__tag-list {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

.comment-form-wrapper,
.comment-reply-wrapper {
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, .1);
  padding: 15px
}

.single-game__category-list .category-item,
.single-game__tag-list .tag-item {
  background-color: #1eff00;
  padding: 8px 16px;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 6px;
  white-space: nowrap
}

.single-game__category-list .category-item:hover,
.single-game__tag-list .tag-item:hover {
  background-color: #d7d7d7
}

#content-leaderboard {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eaecf0;
  box-shadow: 0 1px 3px 0 #1018281A
}

.btn-capsule>i {
  margin-right: 9px
}

.btn-capsule {
  border-radius: 20px;
  border: 1px solid #d0d5dd
}

.btn-arrow,
.btn-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.btn-capsule:hover,
.btn-circle:hover {
  background-color: #6a58d2;
  color: #fff
}

.btn-circle.dropdown-toggle::after {
  display: none
}

.image-404 {
  margin: 5rem 1rem
}

.splash .btn-play {
  border-radius: 60px;
  height: 45px;
  font-weight: 500;
  color: #7158fa;
  background: #fff
}

.splash .btn-play::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #7158fa;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px
}

.chevron-left::before,
.chevron-right::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid
}

.chevron-right::before {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000
}

.chevron-left::before {
  border-width: 5px 5px 5px 0;
  border-color: transparent #000 transparent transparent
}

#comment-form,
.tpl-user-comment,
.widget-game-list .widget-title {
  border-bottom: 1px solid #e2e2e2
}

.comment-user-avatar {
  position: absolute;
  width: 50px;
  height: 50px
}

.comment-avatar img,
.comment-user-avatar img {
  border-radius: 50%
}

.comment-avatar {
  float: left;
  width: 50px;
  height: 50px
}

.comment-details,
.comment-input {
  margin-left: 65px
}

.comment-btn-post {
  text-align: right
}

#mobile-play-btn,
.footer-copyright,
.top-3,
.top-user {
  text-align: center
}

.comment-p {
  margin-top: 23px
}

.comment-p .comment-date {
  float: right;
  color: #666;
  font-size: .8em
}

.single-post-list__title a,
.wgt-list-game-vertical .wgt-list-game__title {
  color: #1f1f1f;
  font-weight: 700
}

.comment-username,
.tpl-comment-author {
  font-weight: 700
}

.comment-text {
  white-space: pre-line
}

.color-red {
  color: #bb4d4d
}

i.disabled {
  opacity: .5;
  pointer-events: none
}

#tpl-comment-section {
  margin-top: 30px;
  margin-bottom: 20px
}

#comment-form {
  display: flex;
  margin-bottom: 30px
}

.comment-profile-avatar {
  margin-right: 20px
}

.comment-profile-avatar img {
  border-radius: 50%;
  float: left
}

.comment-form-wrapper {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  width: 100%
}

.comment-form-wrapper textarea,
.comment-reply-wrapper textarea {
  padding: 0;
  border: 0
}

.post-comment-btn-wrapper,
.reply-action-buttons {
  float: right;
  margin-top: 15px
}

textarea#comment-input {
  height: 100px
}

.tpl-user-comment {
  margin-bottom: 30px
}

.tpl-comment-children .tpl-user-comment:last-child {
  border-bottom: none
}

img.tpl-user-comment-avatar {
  border-radius: 50%;
  float: left;
  margin-right: 20px
}

.tpl-comment-children img.tpl-user-comment-avatar {
  max-width: 40px;
  max-height: 40px
}

.tpl-user-comment .comment-content {
  margin-bottom: 20px;
  width: 100%
}

.tpl-comment-timestamp {
  margin-top: 3px;
  font-size: 15px;
  color: #797979
}

.tpl-comment-text {
  margin-top: 13px;
  white-space: unset
}

.comment-actions {
  margin-top: 15px
}

.tpl-comment-children {
  display: block;
  margin-left: 70px
}

.comment-reply-wrapper {
  margin-left: 70px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  width: 100%
}

#tpl-btn-load-more-comments,
.tpl-btn-cancel-reply {
  color: #797979
}

#mobile-play-btn,
.top-number {
  color: #fff;
  transform: translate(-50%, -50%)
}

.comment-require-login-wrapper {
  display: flex;
  margin-bottom: 40px
}

.comment-require-login-wrapper .comment-alert {
  padding: 10px;
  background-color: #ededed;
  text-align: center;
  width: 100%;
  border-radius: 8px
}

.top-3 {
  margin-bottom: 40px;
  margin-top: 40px
}

.top-user {
  display: inline-block;
  margin: 15px;
  position: relative;
  white-space: nowrap
}

.level-badge,
.single-category__icon {
  margin-right: 10px
}

.top-avatar img {
  border-radius: 50%;
  display: block
}

.top-number {
  width: 40px;
  border-radius: 50%;
  position: absolute;
  left: 20%
}

.top-username {
  font-weight: 700;
  margin-top: 30px
}

.single-post__meta,
.top-xp {
  font-style: italic
}

.rank-1 .top-avatar img {
  width: 120px
}

.top-number img {
  margin-bottom: 7px
}

.leaderboard-table {
  clear: both;
  display: block;
  width: 100%
}

.leaderboard-row {
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #e2e2e2;
  margin-top: 15px;
  white-space: nowrap;
  position: relative
}

.leaderboard-cell {
  vertical-align: middle;
  padding: 0 10px;
  display: inline-block
}

.leaderboard-user-avatar img {
  width: 50px;
  border-radius: 50%;
  display: block
}

.leaderboard-cell.username {
  font-weight: 700;
  min-width: 160px
}

.level-badge {
  float: left
}

.sidebar .widget {
  margin-bottom: 16px
}

.wgt-list-game-vertical .wgt-list-game__item,
.widget-title {
  margin-bottom: 14px
}

.widget-title {
  font-weight: 700;
  font-size: 20px
}

.widget-game-list {
  padding: 16px;
  border: 1px solid #7592a2;
  border-radius: 12px
}

.widget-game-list .widget-title {
  padding-bottom: 12px
}

.wgt-list-game-grid .wgt-list-game__item {
  padding: 5px
}

.wgt-list-game__thumbnail {
  position: relative;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden
}

.wgt-list-game__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.wgt-list-game-vertical .wgt-list-game__meta {
  padding-left: 0
}

.single-category__header {
  padding: 50px 0 0 0;
}

.single-category__header,
.single-post-list__header,
.single-search__header,
.single-tag__header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px
}

.single-category__header .section-title {
  margin: 6px 0
}

.single-category__meta,
.single-post-list__meta,
.single-search__meta,
.single-tag__meta {
  background-color: #ededed;
  margin-left: auto;
  padding: 8px 16px;
  border-radius: 8px;
  color: #868686
}

/* .footer-copyright,
footer {
  background-color: #151436
} */

.single-category .category-description {
  background-color: #ededed;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 30px
}

.single-page__header,
.single-post__header {
  margin-bottom: 25px
}

.single-post-list__header .section-title,
.single-search__header .section-title,
.single-tag__header .section-title {
  margin-bottom: 0
}

.single-post-list__card {
  border: 1px solid #e2e2e2;
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 18px
}

.single-post-list__card:hover {
  box-shadow: 0 20px 24px -4px #10182814
}

.single-post-list__details {
  overflow: hidden
}

.single-post-list__title a {
  font-size: 18px
}

.single-post-list__thumbnail {
  margin: 0 0 6px
}

.single-post-list__thumbnail img {
  margin-top: auto;
  margin-bottom: auto;
  max-height: 100%;
  border-radius: 12px
}

.single-post-list__date {
  font-size: 14px;
  font-style: italic
}

.single-post-list__bottom {
  margin-top: 12px
}

.pagination-wrapper {
  margin-top: 20px
}

.pagination .page-item .page-link {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  color: #475467;
  margin: 6px;
  padding: 8px 14px
}

.pagination .page-item .page-link:hover {
  background-color: #f1f3f4
}

.pagination .page-item.disabled .page-link {
  background-color: #e8ecee;
  color: #182230
}

.footer a,
.footer-copyright a,
footer h1,
footer h2,
footer h3,
footer h4 {
  color: #eee
}

.footer-widget {
  padding: 50px 0
}

footer .widget-wrapper {
  margin-bottom: 20px
}

footer .line-separator {
  border-top: 1px solid #4d4c67
}

#mobile-play,
.footer-copyright .container {
  position: relative
}

.dsb-panel {
  position: absolute;
  right: 0
}

.mobile-thumb-play {
  background: #000;
  overflow: hidden
}

.mobile-thumb-play img {
  width: 100%;
  opacity: .7
}

#mobile-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 75px
}

#mobile-back-button {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 101;
  top: 100px;
  left: 0;
  width: 56px;
  height: 46px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 24%) 0 16px 32px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  cursor: pointer
}

#mobile-back-button i {
  color: #94a2a2;
  font-size: 30px;
  margin-left: 14px
}

#mobile-play .label-play-game {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  top: -10px
}


/* .grid-layout-3 .game-card, */
/* .category-list-global .category-item, */
/* .section-random.you-may-also-like #new-games-section .game-card, */
.site-logo-link-wrapper {
  border-radius: 16px;
  border: 1px solid #bfbebe;
  height: 100%;
  background: #2fb2fbf5;
}



section.footer {
  font-size: 14px;
  margin-top: 30px;
  clear: both;
  padding: 0;
  overflow: hidden;
  background: #1a2238;
  margin: 0 !important;
}

.footer-first-part {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.category-column {
  width: 43%;
  display: flex;
  flex-direction: column;
}

.footer-content {
  max-width: 700px;
  margin-bottom: 12px;
}

.pages-menu-part.company-main-menu-part {
  justify-content: flex-end;
}

li.pages-menu {
  list-style: none;
}

.company-main-menu-part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer .pages-menu-name .pages-menu a {
  color: #e0eafc;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: color 0.3s;
}

.site-footer .pages-menu-name .pages-menu a:hover {
  color: #ff6a3d;
}

#footer h6 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  color: #e0eafc;
  margin-bottom: 20px;
}

main.single-page {
  padding: 100px 0;
}

article.single-page__content {
  background: #c2ffffc7;
  padding: 50px;
  border-radius: 60px;
}

.single-page__header {
  padding: 0px 50px;
}

.btn:hover {
  border-color: #ff6a3d;
}

.site-footer .all-info-main-row {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #e51e1e00, #f9f6f6, #e3121200);
  border-image-slice: 1;
  margin-top: 30px;
}

.site-footer .copyright-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
  row-gap: 30px;
}

.footer-logo .site-logo {
  margin-bottom: 25px;
}

.footer-head-address p,
.footer-content p {
  color: #e0eafc;
  font-size: 16px;
  font-weight: 500;
}

footer {
  background: linear-gradient(90deg, #2f92c9, #58a1cdf2 80%);
  color: #e0eafc;
  padding: 60px 0;
}

section.section-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  background: #12182b;
}

p.copyright .dsb-panel {
  position: absolute;
  top: 0;
  right: 0;
}

p.copyright {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  color: #e0eafc;
}