@media (max-width: 1536px) {
  .best-games-section {
    width: 1536px;
  }
  .games {
    grid-template-columns: repeat(auto-fit, minmax(162px, 1fr));
  }
  .games .game a {
    width: 162px;
  }
  .games .game-lg {
    width: 340px;
  }
  .games .game-vertical {
    width: 162px;
  }
  .left-side .games {
    grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
}
.left-side .games .game a {
  width: 149px;
}
.transition-row {
  grid-template-columns: 75% 25%;
}
.play-row .play-section {
  grid-template-columns: 85% 15%;
}
.game-left {
  display: none!important;
}
.play-row {
  grid-template-columns: 15% 70% 15%;
}
  .game-embed{
    width: 800px;
    height: 450px;
  }
}

@media (max-width: 1440px) {
  
  .grid-container {
    grid-template-columns: 82% 18%;
  }
  .games .game a {
    width: 172px;
  }
  .games {
    grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
  }
  .games .game-lg {
    width: 360px;
  }
  .games .game-vertical {
    width: 172px;
  }
  .left-side .games {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
  .left-side .games .game a {
  width: 140px;
}
  .transition-row {

    grid-template-columns: 75% 25%;
}

  .middle .horizontal-games {
  width: 258px;
}
  .play-section .games .game a {
  width: 130px;
}
  .game-embed{
    width: 800px;
    height: 450px;
  }
  .play-row {
    grid-template-columns: 15% 70% 15%;
  }
  .play-row .play-section {
    grid-template-columns: 100% 0%;
  }
  .text-right{
    margin-left: 10px;
  }
}

@media (max-width: 1366px) {
  .leftads{
    display: none;
  }
  .logo.mr-5 {
    margin-right: 20px !important;
  }
  .menu > ul {
    gap: 5px;
  }
  .menu > ul > li > a {
    font-size: var(--font-size-small);
  }
  .grid-container {
    grid-template-columns: 80% 20%;
  }
  .games1366 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .games1366 .game{
    padding: 10px;
  }
  .games1366 .game a {
    width: 120px;
    height: 82px;
    display: block;
    position: relative;
    box-shadow: var(--box-shadow);
    border-radius: var(--box-medium);
  }
  .games1366 .game a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--box-primary);
    box-shadow: var(--box-shadow);
  }
  .games1366 .game a .game-title {
    display: none;
  }
  .games1366 .game-lg {
    width: 392px;
  }
  .games1366 .game-vertical {
    width: 188px;
  }
  .left-side .games1366 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
  .left-side .games1366 .game a {
  width: 130px;
}
  .left-side .games {
    grid-template-columns: repeat(auto-fit,minmax(110px,1fr));
  }
  .left-side .games .game a{
    width: 120px;
    height: 90px;
  }
  .transition-row {

    grid-template-columns: 75% 25%;
}
  .middle .horizontal-games {
  width: 234px;
}
  .play-row {
  grid-template-columns: 70% 15% 15%;
}
  .play-row .play-section {
  grid-template-columns: 100%;
}
  .game-embed{
    width: 800px;
    height: 450px;
  }
  .text-right{
    margin-left: 10px;
  }
  .menu>ul>li>a i {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
}

@media (max-width: 1280px) {
  .grid-container {
    grid-template-columns: 80% 20%;
  }
  .games {
    grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
  }
  .games .game a {
    width: 147px;
  }
  .games .game-lg {
    width: 310px;
  }
  .games .game-vertical {
    width: 147px;
  }
  .search.mr-4,
  .top-games.mr-4 {
    margin-right: 0px !important;
  }
  .menu > ul > li > a {
    padding: 0px 10px 0px 7px;
  }
  .search {
    width: 44%;
    height: 56px;
    border-radius: var(--box-xlarge);
    background: var(--bg-soft);
  }
  .game-embed{
    width: 650px;
    height: 350px;
  }

}
@media (max-width: 1199px) {
  .top-games > a {
    display: none !important;
  }
  .top-games {
    width: auto;
    height: auto;
    background: transparent;
  }
  .grid-container {
    grid-template-columns: 75% 25%;
  }
  .games {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  }
  .games .game a {
    width: 155px;
  }
  .games .game-lg {
    width: 326px;
  }
  .games .game-vertical {
    width: 155px;
  }
  .game-embed{
    width: 650px;
    height: 350px;
  }

}
@media (max-width: 1099px) {
  .games {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .games .game a {
    width: 140px;
  }
  .games .game-lg {
    width: 296px;
  }
  .games .game-vertical {
    width: 140px;
  }
  .game-embed{
    width: 650px;
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .games {
    grid-template-columns: repeat(auto-fit, minmax(129px, 1fr));
  }
  .games .game a {
    width: 129px;
  }
  .games .game-lg {
    width: 274px;
  }
  .games .game-vertical {
    width: 129px;
  }
  .game-embed{
    width: 800px;
    height: 450px;
  }
}

@media (max-width: 991px) {
  .play-row {
    grid-template-columns: 100%;
  padding: 0px !important;
  }
  .play-row .adv160, .adv290, .play-section .games, .element {
    display: none!important;
  }
  .play-container.p-3.pt-0 {
    padding: 0px !important;
  }
  .nav {
    display: block;
  }
  header {
    height: 60px;
    background: var(--bg-soft);
    padding: 5px 0px;
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: var(--box-shadow);
  }
  .container.d-flex.justify-content-between.mt-2 {
    margin-top: 0 !important;
  }
  .grid-container {
    grid-template-columns: 100%;
  }
  .left.border-right.pr-3 {
    border: none;
    padding-right: 0px !important;
  }
  .mobile-mt {
    margin-top: 0 !important;
  }
  .games {
    grid-template-columns: repeat(auto-fit, minmax(143px, 1fr));
  }
  .games .game a {
    width: 143px;
  }
  .games .game-lg {
    width: 302px;
  }
  .games .game-vertical {
    width: 143px;
  }
  .right {
    margin-top: 20px;
  }
  .right.pl-3 {
    padding-left: 0 !important;
  }
  .horizontal-games {
    display: inline-block;
    width: 232px;
  }
  section.wrapper.mt-3 {
    margin-top: 73px !important;
  }
  .logo a img {
    width: 85px;
  }
  .category-dropdown {
    display: none;
  }
  i.d-flex.justify-content-center.align-items-center.mr-2 {
    margin-right: 0 !important;
  }
  .top-games i .number {
    right: -5px;
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  .top-games i {
    width: 40px;
    height: 40px;
  }
  .top-right {
    width: auto;
    margin-top: 4px !important;
  }
  .top-games img {
    width: 24px;
  }
  .menu,
  .search {
    display: none;
  }
  .best-games-section {
    display: none;
  }
  .m-none {
    display: none !important;
  }
  .link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .transition-row {
    grid-template-columns: 75% 25%;
  }
  .middle .horizontal-games {
    width: 48%;
}
  .transition-row {
    grid-template-columns: 65% 15%;
  }

  .play-row {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {.transition-row {
  grid-template-columns: 100%;
}
.game-lg,
.game-vertical {
  width: 131px !important;
  height: 115px !important;
  grid-column: span 1 !important;
  grid-row: span 1 !important;
}
.games {
  grid-template-columns: repeat(auto-fit, minmax(131px, 1fr));
}
.games .game a {
  width: 131px;
  height: 115px;
}
.horizontal-games {
  display: inline-block;
  width: 266px;
}
footer.p-3.d-flex.justify-content-between {
  display: inherit !important;
}
.footer-left.d-flex {
  display: inherit !important;
}
.footer-menu {
  margin: 0!important;
}
footer .footer-menu > ul > li {
  width: 100%;
  text-align: center;
  padding-bottom: 6px;
  margin-bottom: 5px;
  border-bottom: 1px solid #af5f84;
}
.social {
  text-align: center;
  margin-top: 10px;
}
.horizontal-games {
display: inline-block;
width: 238px;
}
footer .footer-menu > ul > li:last-child {
  border-bottom: 0px;
}
footer .info {
  width: 100%;
  text-align: center;
}
.right-side {
grid-row-end: none;
}
.play {
margin: 0 auto;
}
.play {
  margin-bottom: 20px;
}
.left-side {
  order: 1;
}
.middle {
  order: 2;
}
.play {
  width: 140px;
  height: 140px;
}
.play a {
  width: 140px;
  height: 140px;
}
.play a img{
  width: 140px;
  height: 140px;
}
.play a .play-overlay {
  width: 140px;
  height: 140px;
}
.play a .play-overlay img {
  width: 50px;
  height: 50px;
}
.adv160 {
display: none;
}
.breadcrumb{
display: none;
}
.title span {
font-size: var(--font-size-small);
}
  .game-embed{
    width: 800px;
    height: 450px;
  }
}

@media (max-width: 580px) {
  .container.bg-soft.border-radius.p-3 {
    padding: 10px!important;
    width: 100%;
    border-radius: 0px;
}
  
  .game-lg,
  .game-vertical {
    width: 131px !important;
    height: 115px !important;
  }
  .games {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .games .game a {
    width: 130px;
  }
  .middle .horizontal-games {
    width: 100%;
}
  .game-embed{
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .game-lg,
  .game-vertical {
    width: 142px !important;
    height: 115px !important;
  }
  .games {
    grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
  }
  .games .game a {
    width: 142px;
  }
  .horizontal-games {
    display: inline-block;
    width: 100%;
}
  .game-embed{
    height: 200px;
    width: 100%;
  }
}

@media (max-width: 414px) {
  .game-lg,
  .game-vertical {
    width: 125px !important;
    height: 100px !important;
  }
  .games {
    grid-template-columns: repeat(auto-fit, minmax(113px, 1fr));
  }
  .games .game a {
    width: 125px;
    height: 100px !important;
  }
  .game-embed{
    height: 200px;
    width: 100%;
  }
}

@media (max-width: 393px) {
  .game-lg,
  .game-vertical {
    width: 110px !important;
  }
  .games {
    grid-template-columns: repeat(auto-fit, minmax(101px, 1fr));
  }
  .games .game a {
    width: 110px;
  }
  .game-embed{
    height: 200px;
    width: 100%;
  }
}

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