.hidden-svg {
  display: none;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 720px;
  }
   .game-box .image .img .category {
      top: 55%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
   .game-box .image .img .category {
      top: 65%;
      left: 9px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px; }
   .game-box .image .img .category {
      top: 75%;
  }
   .container.mt-4.mb-4 .categoryy-div .mobile-device-text {
      display: none;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;}
   header .header-menu ul.menu li a {
     font-size: 13px;}
   .game-box .footer .text h2 {
     font-size: 25px}
    .container.mt-4.mb-4 .leftt-mmenu {
      width: 25%;
  }
  .container.mt-4.mb-4 .leftt-mmenu .leftt-ttext {
      font-size: 27px;
      text-align: center;
  }
  .container.mt-4.mb-4 .leftt-mmenu p {
      font-size: 14px;
      text-align: center;
  }
  .container.mt-4.mb-4 .col-lg-9 .web-device-text h5 {
      font-size: 20px;
      text-align: center;
  }
  .container.mt-4.mb-4 .col-lg-9 .web-device-text p {
      text-align: center;
      line-height: 15px;
  }
  .container.mt-4.mb-4 .col-lg-9 .web-device-text span {
      font-size: 15px;
      padding: 5px;
  }
  .container.mt-4.mb-4 .d-block.d-md-flex.justify-content-center.align-items-center a svg {
      width: 18px;
      height: 18px;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 {
      margin-left: 20px;
  }
  .container.mt-4.mb-4 .pr-3 .text-light{
      font-size: 23px;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 .text-light{
      font-size: 23px;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 a {
      font-size: 18px;
      padding: 10px 12px;
  }
  .container.mt-4.mb-4 .pr-3 a {
      font-size: 18px;
      padding: 10px 10px;
  }
}
@media (min-width: 1300px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;}
 header .header-menu ul.menu li a {
     font-size: 16px;}
 .game-box .footer { 
      margin-top: 40px;}
 .game-box .footer .text h2 {
     font-size: 25px}
}
@media (min-width: 1400px) {
    .game-box .footer .text h2 {
     font-size: 17px}
    .game-box .footer { 
      margin-top: 30px;}
    .game-box .image .img .category {
        top: 75px;
    }
}
@media (min-width: 1500px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;}
  .game-box .footer { 
      margin-top: 40px;}
  .game-box .image .img .category {
      top: 90px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1566px;}
   .game-box .footer { 
      margin-top: 30px;}
    .game-box .image .img .category {
        top: 80%;
    }
}
.mobileHeader {
  display: none;
  padding: 20px 15px;
  z-index: 16;
  transition: 0.1s 0.2s ease box-shadow, 0.1s ease background;
  background-color: #1e1f26;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 30px rgba(237, 118, 15, 0.25);
}
.mobileHeader .logo {
  display: block;
  position: relative;
  height: 70px;
}
.mobileHeader .logo img {
  opacity: 1;
  transition: 0.3s ease all;
  height: 100%;
  max-width: 100%;
}
.mobileHeader .logo .img {
  background-image: url(../img/logo.svg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  transition: 0.3s ease all;
}

.btnPoisition {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.btnPoisition .button-toggle {
  cursor: pointer;
  background: 0 0;
  box-shadow: none;
  border: none;
  transition: all 0.3s;
  height: 23px;
  outline: unset !important;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 27px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btnPoisition .button-toggle span {
  display: block;
  width: 27px;
  height: 2px;
  background: #575757;
  border-radius: 10px;
  margin: 0;
  position: absolute;
  left: 0;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.btnPoisition .button-toggle span:nth-child(1) {
  transform: translateY(-6px);
}
.btnPoisition .button-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.mobileMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  overflow: hidden;
  height: 100vh;
  transition: 0.3s ease opacity;
  z-index: 15;
  background: #fff;
  pointer-events: none;
  opacity: 0;
}
.mobileMenu .menucontainer {
  opacity: 0;
  transition: 0.3s 0.3s ease all;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.mobileMenu .menuContent1 {
  position: absolute;
  left: -100%;
  top: 0px;
  bottom: 0px;
  transition: 0.3s ease left;
  padding-top: 130px;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.mobileMenu .menuContent1.active {
  left: 0%;
}
.mobileMenu .menuContent1 ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
.mobileMenu .menuContent1 ul li {
  margin-bottom: 5px;
}
.mobileMenu .menuContent1 ul li a {
  font-size: 20px;
  font-weight: 500;
  display: block;
  padding: 8px 20px;
  max-width: 100%;
  background-color: #fbddc2;
  border-radius: 5px;
}

body.mobileMenuActive {
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}
body.mobileMenuActive .btnPoisition .button-toggle span {
  background: #EF790E;
  left: 6px;
}
body.mobileMenuActive .btnPoisition .button-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(-4px, 4px);
}
body.mobileMenuActive .btnPoisition .button-toggle span:nth-child(2) {
  transform: translateX(-50px);
  opacity: 0;
}
body.mobileMenuActive .btnPoisition .button-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(-4px, -4px);
}
body.mobileMenuActive .mobileSidebar {
  transform: translateX(0);
  opacity: 1;
}
body.mobileMenuActive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 988;
  background-color: rgba(0, 0, 0, 0.4);
}

.mobileFixed {
  display: none;
}

.mobileSidebar {
  display: none;
}

@media (max-width: 1499.98px) {
    .kategori .text h3 {
    font-size: 13px;
    }
}

@media (max-width: 1299.98px) {
    .kategori .text h3 {
        font-size: 12px;
    }
}

@media (max-width: 1199.98px) {
    body {
    overflow-x: hidden;
    min-height: auto;
  }

  section.home-slider {
    margin-top: 40px;
  }
  section.home-slider .left-container .slider-area .left-pagination {
    display: none;
  }
  section.home-slider .left-container .slider-area .left-pagination ul li .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(237, 118, 15, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  }
  section.home-slider .left-container .slider-area .left-pagination ul li img {
    max-height: 100%;
  }
  section.home-slider .left-container .slider-area .owl-carousel {
    height: auto;
    margin-bottom: 30px;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item {
    position: relative;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item .text {
    bottom: 0;
    left: 30px;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item .text span {
    font-size: 14px;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item .text p {
    font-size: 16px;
  }
  section.home-slider .boxes-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 200px;
    gap: 10px;
  }
  section.home-slider .boxes-container .boxes {
    overflow: hidden;
    flex: 1;
    border-radius: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.home-slider .boxes-container .boxes:hover img {
    transform: scale(1.1);
  }
  section.home-slider .boxes-container .boxes:hover:after {
    background: rgba(0, 0, 0, 0.47);
  }
  section.home-slider .boxes-container .boxes:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(237, 118, 15, 0.19);
    transition: all ease 0.3s;
  }
  section.home-slider .boxes-container .boxes:first-child {
    margin-bottom: 0;
  }
  section.home-slider .boxes-container .boxes img {
    transition: all ease 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  section.home-tab {
    margin-top: 50px;
  }
  section.home-tab .tab-header {
    flex-direction: row;
  }
  section.home-tab .tab-header .tab-button {
    flex: 1;
    width: auto;
  }
  section.home-tab .tab-header .tab-button:nth-child(2) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tab .tab-header .tab-button:nth-child(3) {
    z-index: 2;
  }
  section.home-tab .tab-header .tab-button:nth-child(3) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tab .tab-header .tab-button:not(:first-child) {
    margin-left: 0;
  }
  section.home-tab .tab-header .tab-button .bg {
    -webkit-mask-image: none;
    width: 100%;
    padding: 12px 14px;
  }
  section.home-tab .tab-header .tab-button .icon {
    width: 26px;
    height: 26px;
    margin-right: 22px;
    transition: all ease 0.3s;
    color: #fff;
  }
  section.home-tab .tab-header .tab-button span {
    font-family: "Roboto", sans-serif;
    transition: all ease 0.3s;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 1;
  }
  section.home-tab .tab-header .tab-button:hover .bg, section.home-tab .tab-header .tab-button.active .bg {
    background-color: #EF790E;
  }
  section.home-tab .tab-header .tab-button:hover .bg .icon, section.home-tab .tab-header .tab-button.active .bg .icon {
    color: #fff;
  }
  section.home-tab .tab-header .tab-button:hover .bg span, section.home-tab .tab-header .tab-button.active .bg span {
    color: #fff;
  }
  section.home-tab .tab-header .cagri-merkezi {
    display: none;
  }
  section.home-tab .tab-container {
    border-radius: 0px 10px 10px 10px;
    padding: 20px 15px;
    position: relative;
    z-index: 9;
    margin-top: -1px;
  }
  section.home-tab .tab-container .tab-inner .tab-content {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
  }
  section.home-tab .tab-container .tab-inner .tab-content.active {
    visibility: visible;
    opacity: 1;
    max-height: 10000px;
  }
  section.home-tabe {
    margin-top: -150px;
  }
  section.home-tabe .tab-header .tab-button {
    flex: 1;
    width: auto;
  }
  section.home-tabe .tab-header .tab-button:nth-child(2) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tabe .tab-header .tab-button:nth-child(3) {
    z-index: 2;
  }
  section.home-tabe .tab-header .tab-button:nth-child(3) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tabe .tab-header .tab-button:not(:first-child) {
    margin-left: 0;
  }
  section.home-tabe .tab-header .tab-button .bg {
    -webkit-mask-image: none;
    width: 100%;
    padding: 12px 14px;
  }
  section.home-tabe .tab-header .tab-button .icon {
    width: 26px;
    height: 26px;
    margin-right: 22px;
    transition: all ease 0.3s;
    color: #fff;
  }
  section.home-tabe .tab-header .tab-button span {
    font-family: "Roboto", sans-serif;
    transition: all ease 0.3s;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    line-height: 1;
  }
  section.home-tabe .tab-header .tab-button:hover .bg, section.home-tabe .tab-header .tab-button.active .bg {
    background-color: #EF790E;
  }
  section.home-tabe .tab-header .tab-button:hover .bg .icon, section.home-tabe .tab-header .tab-button.active .bg .icon {
    color: #fff;
  }
  section.home-tabe .tab-header .tab-button:hover .bg span, section.home-tabe .tab-header .tab-button.active .bg span {
    color: #fff;
  }
  section.home-tabe tab-containermain {
    border-radius: 0px 10px 10px 10px;
    background: #f0f0f0;
    padding: 44px 34px;
    position: relative;
    z-index: 9;
    margin-top: -1px;
  }
  section.home-tabe tab-containermain .tab-inner .tab-content {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
  }
  section.home-tabe tab-containermain .tab-inner .tab-content.active {
    visibility: visible;
    opacity: 1;
    max-height: 10000px;
  }
  header .header-menu ul.menu li a {
    font-size: 20px;
  }
  .pay-balance {
    padding-bottom: 100px;
    padding-top: 50px;
  }
  .pay-balance .inner-container {
    background: #19191b;
    border-radius: 10px;
    overflow: hidden;
  }
  .pay-balance ul.change-method {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .pay-balance ul.change-method li:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }
  .pay-balance ul.change-method li a {
    background: #19191b;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 125px;
    justify-content: center;
  }
  .pay-balance ul.change-method li a img {
    margin-bottom: 10px;
  }
  .pay-balance ul.change-method li a span {
    font-size: 16px;
    color: #fff;
  }
  .pay-balance ul.change-method li a:hover, .pay-balance ul.change-method li a.active {
    background: #ef790e;
  }
  .pay-balance ul.change-method li a:hover span, .pay-balance ul.change-method li a.active span {
    color: #fff;
  }
  .pay-balance .balance-tab {
    height: 100%;
  }
  .pay-balance .balance-tab .tab-container {
    border-radius: 0px 10px 10px 0px;
    background: #19191b;
    height: 100%;
    position: relative;
  }
  .pay-balance .balance-tab .tab-container .tab-item {
    padding: 45px 20px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  }
  .pay-balance .balance-tab .tab-container .tab-item.active {
    z-index: 1;
    opacity: 1;
    position: relative;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner h4 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #4c4c4c;
    margin-bottom: 35px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .h5kartlaode {
      font-size: 20px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner h5 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner p.payment-desc {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #4c4c4c;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .desc-box {
    border-radius: 10px;
    background: #19191b;
    padding: 30px 35px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .desc-box p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .desc-box p:last-child {
    margin-bottom: 0;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form {
    margin-top: 20px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-bottom: 18px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top input {
    width: 100%;
    height: 62px;
    border-radius: 31px;
    background: #fff;
    border: 1px solid #707070;
    padding-left: 50px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top .total {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top .total span:first-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #151515;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top .total span.price {
    border-radius: 50px;
    background: #f0f0f0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #4c4c4c;
    padding: 20px 55px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form button {
    width: auto;
    margin: 0;
    padding: 15px 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    height: auto;
    color: #fff;
    margin-top: 24px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item {
    background: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.02));
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item .img {
    padding: 12px 0;
    background: #fff;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item .img img {
    max-height: 80px;
    margin: auto;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item span.title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #4c4c4c;
    width: 100%;
    height: 46px;
    background: #dfdfdf;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item {
    background: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.02));
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px;
    padding: 7px;
    border: 1px solid transparent;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item.active {
    border-color: #EF790E;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item .img {
    padding: 12px 0;
    background: #fff;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item .img img {
    max-height: 60px;
    margin: auto;
    max-width: 90%;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item span.title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #4c4c4c;
    width: 100%;
    height: 46px;
    background: #dfdfdf;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.games {
    padding: 40px 0 50px 0;
    overflow: hidden;
  }
  section.games .games-announcement {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  section.games .games-announcement .left {
    width: 87px;
    height: 100%;
    background: #ef9849;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.games .games-announcement .right {
    background: #ef790e;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section.games .games-announcement .right p {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
  }
  section.games .games-breadcrumb {
    margin-bottom: 50px;
  }
  section.games .games-breadcrumb a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #bfbfbf;
    margin-right: 15px;
    position: relative;
  }
  section.games .games-breadcrumb a:hover, section.games .games-breadcrumb a.active {
    color: #ef790e;
  }
  section.games .games-breadcrumb a:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.games .games-filter {
    flex-wrap: wrap;
  }
  section.games .games-filter a {
    flex: 1 1 auto;
    width: 7%;
    flex-shrink: 0;
  }
  section.games .games-filter a:hover {
    background: #ef790e;
    color: #fff;
  }
  section.games .games-filter a.all {
    background: #1b1f24;
    flex: 1 1 auto;
    font-size: 12px;
    color: #fff;
    padding: 15px 10px;
  }

    section.games .col-xl-12.col-lg-6.col-12 {
        width: 47%;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        border-radius: 15px;
        margin: 7px 5px;
    }

    section.games .game-list-item {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #B9B9B9;
        padding-bottom: 20px;
        flex-direction: column;
    }
  section.games .game-list-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
  }

  section.games .game-list-item .img {
    flex: 1;
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  section.games .game-list-item .img img {
    max-height: initial;
    width: 100%;
  }
  section.games .game-list-item .desc {
    flex-direction: column;
    align-items: center;
    flex: 2;
  }
  section.games .game-list-item .desc h4 {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
  }
  section.games .game-list-item .desc p {
    font-weight: 600;
    font-size: 15px;
    color: #eeeeee;
    margin: 0;
    line-height: 15px;
  }
  section.games .game-list-item .stock {
    flex: 1;
  }
  section.games .game-list-item .price {
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 0px 0;
    margin: 15px;
  }
  section.games .game-list-item .price > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  section.games .game-list-item .price del {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #e04f5f;
    line-height: 1;
  }
  section.games .game-list-item .price del svg {
    width: 6.01px;
    height: 7.01px;
  }
  section.games .game-list-item .price span {
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
    color: #fff;
  }
  section.games .game-list-item .count {
    margin-left: 0;
    flex: 1;
    padding: 20px 0;
  }
  section.games .game-list-item .count input {
    height: 50px;
    border-radius: 50px;
    padding-left: 15px;
  }
  section.games .game-list-item .count .icon {
    width: 24px;
    height: 24px;
  }
  section.games .game-list-item .basket-input {
      width: 80px;
  }
  section.games .game-list-item .basket-input {
      font-size: 16px;
      padding-left: 5px;
      height: 35px;
  }
  section.games .game-list-item .buttons {
    flex: 4;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  section.games .game-list-item .buttons button {
    border-radius: 100px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    padding: 0 10px;
    height: 50px;
  }
  section.games .game-list-item .buttons button:last-child {
    margin-left: 20px;
  }
  section.games .game-list-item .buttons button svg {
    margin-right: auto;
  }
  section.games .game-list-item .buttons button span {
    font-weight: 600;
    font-size: 12px;
    margin-right: auto;
  }
  section.games .game-list-item .buttons button:hover {
    color: #fff;
    background-color: #ef790e;
  }
  section.games .games-list {
    padding-bottom: 100px;
  }
  section.games .games-list .game-box {
    padding-top: 180px;
  }
  section.games .game-detail .game-banner {
    position: relative;
  }
  section.games .game-detail .game-banner .img {
    padding-bottom: 40%;
    background-size: cover;
  }
  section.games .game-detail .game-banner .banner-detail {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -16px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
  section.games .game-detail .game-banner .banner-detail .stars {
    margin-bottom: 30px;
  }
  section.games .game-detail .game-banner .banner-detail .stars > svg {
    width: 30px;
    height: 29px;
    color: #ef790e;
  }
  section.games .game-detail .game-banner .banner-detail .title {
    font-weight: bold;
    font-size: 12px;
    color: #ef790e;
  }
  section.games .game-detail .game-banner .banner-detail .game-title {
    font-weight: bold;
    font-size: 38px;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.2);
  }
  section.games .game-detail .game-banner .banner-detail p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
  }
  section.games .game-detail .home-tab {
    margin-bottom: 30px;
  }
  section.games .game-detail .comment-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  section.games .game-detail .comment-box .left {
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
  }
  section.games .game-detail .comment-box .left:after {
    display: none;
  }
  section.games .game-detail .comment-box .left .stars {
    margin-bottom: 0;
  }
  section.games .game-detail .comment-box .right {
    padding: 20px;
  }
  section.games .game-detail .comment-box .right h4 {
    font-weight: bold;
    font-size: 20px;
  }
  section.games .game-detail .comment-box .right p {
    font-weight: 500;
    font-size: 16px;
  }
  section.games .game-detail ul.comment-pagination {
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    gap: 10px;
    margin: 0;
  }
  section.games .game-detail ul.comment-pagination li a {
    width: 63px;
    height: 63px;
    background-color: #fff;
    color: #ef790e;
    font-weight: 600;
    font-size: 29px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.games .game-detail ul.comment-pagination li a:hover {
    color: #fff;
    background: #ef790e;
  }
  section.games .game-detail .add-comment {
    border-radius: 10px;
    padding: 20px;
  }
  section.games .game-detail .add-comment.active {
    display: block;
  }
  section.games .game-detail .add-comment h4 {
    font-weight: 600;
    font-size: 38px;
    color: #ef790e;
  }
  section.games .game-detail .add-comment p {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
  }
  section.games .game-detail .add-comment form textarea {
    font-weight: 600;
    font-size: 22px;
    height: 220px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    resize: none;
    padding: 35px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  section.games .game-detail .add-comment form textarea::-webkit-input-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form textarea:-moz-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form textarea::-moz-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form textarea:-ms-input-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form button {
    height: 60px;
    border-radius: 10px;
    background: #ef790e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    border: none;
    padding: 12px 50px;
    margin: 0 auto;
  }
  section.games .game-detail .game-detail-box {
    font-family: "Montserrat", sans-serif;
    color: #151515;
  }
  section.games .game-detail .game-detail-box img {
    margin-bottom: 20px;
  }
  section.games .game-detail .game-detail-box h4 {
    font-weight: bold;
    font-size: 32px;
  }
  section.games .game-detail .game-detail-box p {
    font-weight: 500;
    font-size: 20px;
  }

  section.account {
    padding: 50px 0;
    overflow: hidden;
  }
  section.account .account-tab-container .tab-container .user-profile-box .img {
    margin-bottom: 35px;
  }
  section.account .account-tab-container .tab-container .user-profile-box .img img {
    max-width: 117px;
    max-height: 117px;
  }
  section.account .account-tab-container .tab-container .user-profile-box .buttons {
    margin-bottom: 55px;
  }
  section.account .account-tab-container .tab-container .user-profile-box .buttons .sub-buttons .price {
    text-align: center;
  }
  section.account .account-tab-container .tab-container .user-profile-box .buttons .sub-buttons .price .button span {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin: 0;
  }
  section.account .account-tab-container .tab-container .user-profile-box ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.account .account-tab-container .tab-container .user-profile-box ul li a {
    font-weight: 500;
    font-size: 20px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
  }
  section.account .account-tab-container .tab-container .tab-inner {
    margin-top: 40px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content form label {
    font-size: 28px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content form input {
    height: 68px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #707070;
    font-weight: 400;
    font-size: 26px;
    color: #4c4c4c;
    padding-left: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content form button {
    padding: 0px 40px;
    margin-bottom: 10px;
    border-radius: 0.5rem;
    background: #ef790e;
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: flex;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .search input {
    width: 100%;
    height: 57px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid rgba(112, 112, 112, 0.65);
    padding-left: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .search button {
    outline: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item {
    flex-direction: column;
    position: relative;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .img img {
    max-height: unset;
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .desc {
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .desc h4 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .desc p {
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
    margin: 0;
    line-height: 24px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .stock {
    flex: 1;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .date span {
    color: #EF790E;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .date p {
    color: #4c4c4c !important;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .count {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .count span {
    color: #EF790E;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .count p {
    color: #4c4c4c;
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .buttons {
    width: 100%;
    margin-top: 30px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content ul.account-pagination {
    display: none;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .price {
    font-weight: 600;
    font-size: 32px;
    color: #ef790e;
    text-align: center;
    padding: 15px;
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste > .header {
    margin-bottom: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste > .header a.add {
    width: 50px;
    height: 50px;
    background: #ef790e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 40px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste > .header .search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item {
    flex-direction: column;
    padding: 12px !important;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .desc {
    flex-direction: column;
    align-items: flex-start;
    flex: 4;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .desc h4 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .desc p {
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
    margin: 0;
    line-height: 24px;
    text-align: left;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .date {
    margin-bottom: 12px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .date p {
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .buttons {
    flex: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .buttons a {
    height: 45px;
    border-radius: 100px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    padding: 0 25px;
    flex: 1;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #ef790e;
    max-width: 240px;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
  }

  section.auth-page .auth-info-box:after {
    display: none;
  }
  .container.mt-4.mb-4 .leftt-mmenu {
      width: 25%;
  }
  .container.mt-4.mb-4 .leftt-mmenu .leftt-ttext {
      font-size: 27px;
      text-align: center;
  }
  .container.mt-4.mb-4 .leftt-mmenu p {
      font-size: 14px;
      text-align: center;
  }
  .container.mt-4.mb-4 .col-lg-9 .web-device-text h5 {
      font-size: 20px;
      text-align: center;
  }
  .container.mt-4.mb-4 .col-lg-9 .web-device-text p {
      text-align: center;
      line-height: 15px;
  }
  .container.mt-4.mb-4 .col-lg-9 .web-device-text span {
      font-size: 15px;
      padding: 5px;
  }
  .container.mt-4.mb-4 .d-block.d-md-flex.justify-content-center.align-items-center a svg {
      display: none;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 {
      margin-left: 20px;
  }
  .container.mt-4.mb-4 .pr-3 .text-light{
      font-size: 23px;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 .text-light{
      font-size: 23px;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 a {
      font-size: 18px;
  }
  .container.mt-4.mb-4 .pr-3 a {
      font-size: 18px;
  }
  .kategori .text h3 {
    font-size: 11px;
  }
  section.home-tabe {
    margin-top: 0!important;
  }
  section.home-tabe .tab-header {
    flex-direction: column;
  }
  section.home-tab .tab-header {
    flex-direction: column;
  }
}
@media (max-width: 1099.98px) {
    .kategori .text h3 {
        font-size: 10px;
    }
    .kategori {
        width: 15%;
    }
}
@media (max-width: 991px) {
    section.home-tabe {
        margin-top: 5px;
    }
    section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col {
        width: 33%;
    }
    section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box {
        padding-top: 90px;
    }
    section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box .footer .bottom a.add-to-cart2 {
        width: 60px;
        display: none;
    }
    section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box .footer .bottom a.add-to-cart2 svg.icon {
        display: none;
    }
    section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box .footer .bottom a.add-to-cart2 span {
        font-size: 12px;
        text-align: center;
        padding: 10px;
    }
    .mobileHeader {
    display: none;
    }
    .mobileFixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background: #1e1f26;
    z-index: 999;
    font-weight: 400;
    }
    .obileFixed .fixed-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    }
  .mobileFixed .fixed-menu .item {
    flex: 1 1 auto;
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
  }
  .mobileFixed .fixed-menu .item.home {
    background-color: #fff;
    border-radius: 100%;
    width: 78px;
    height: 78px;
  }
  .mobileFixed .fixed-menu .item > span {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
  }
  .mobileFixed .fixed-menu .item.active {
    color: #EF790E;
  }
  .mobileFixed .fixed-menu .item.active span {
    color: #EF790E;
  }

  .mobileSidebar {
    background: #1e1f26;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 85px;
    width: 50vw;
    z-index: 998;
    padding: 45px 18px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all ease 0.3s;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
  }
  .mobileSidebar .inner {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobileSidebar .inner .header .top {
    display: flex;
  }
  .mobileSidebar .inner .header .top .left-side {
    flex: 1;
  }
  .mobileSidebar .inner .header .top .left-side .search {
    position: relative;
  }
  .mobileSidebar .inner .header .top .left-side .search input {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background: #fff;
    border: unset;
    font-size: 9px;
    padding-left: 5px;
  }
  .mobileSidebar .inner .header .top .left-side .search input::-webkit-input-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search input:-moz-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search input::-moz-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search input:-ms-input-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search svg {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobileSidebar .inner .header .top .left-side .lang {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .mobileSidebar .inner .header .top .left-side .lang span {
    font-size: 9px;
    color: #4a4a4a;
    margin: 0 auto;
  }
  .mobileSidebar .inner .header .top .close {
    width: 27px;
    height: 27px;
    background: #ef790e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    margin-left: 8px;
  }
  .mobileSidebar .inner .menu {
    margin-top: 25px;
  }
  .mobileSidebar .inner .menu h4 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
  }
  .mobileSidebar .inner .menu ul li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  }
  .mobileSidebar .inner .menu ul li:last-child {
    border: unset;
  }
  .mobileSidebar .inner .menu ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    display: block;
  }
  .mobileSidebar .inner .bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobileSidebar .inner .bottom .questions-btn {
    width: 100%;
    height: 37px;
    border-radius: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .mobileSidebar .inner .bottom .questions-btn span {
    font-weight: 500;
    font-size: 9px;
    color: #323232;
    margin: 0 auto;
  }
  .mobileSidebar .inner .bottom .questions-btn .icon {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: #1bd741;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn.custom-btn {
    padding: 12px;
    height: auto;
    flex: 1;
    justify-content: center;
  }
  .btn.custom-btn span {
    font-size: 14px;
  }
  .btn.custom-btn .icon {
    width: 25px;
    height: 25px;
  }
  header .header-top .slogan {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  }
  header .header-top .social {
    padding: 10px 0;
  }
  header .header-top .social li a span {
    font-size: 14px;
  }
  header .header-main {
    height: auto;
    padding: 20px 0;
  }
  header .header-main .logo {
    display: block;
    margin-bottom: 15px;
  }
  header .header-main .auth-buttons {
    gap: 0 10px;
  }
  header .header-main form.search-form {
    width: 100%;
    margin-bottom: 15px;
  }
  header .header-main form.search-form label input {
    font-size: 16px;
  }
  header .header-main form.search-form label button {
    right: 20px;
  }
  header .header-menu ul.menu li:not(:last-child) {
    margin: 0;
  }
  header .header-menu ul.menu li a {
    font-size: 14px;
  }
  .popular-category {
   margin-top: 0;
  }  
  .popular-category .header .title {
    width: 100%;
    height: 50px;
  }
  .popular-category .header .title span {
    font-size: 16px;
  }
  .popular-category .content {
    padding-top: 20px;
  }
  .popular-category .content .slider-nav {
    position: absolute;
    top: 100%;
    transform: translateY(-120%);
    display: flex;
    justify-content: space-between;
    left: 20px;
    right: 20px;
  }
  section.games .col-xl-12.col-lg-6.col-12 {
        width: 47%;
        box-shadow: 0 0 10px rgb(0 0 0 / 60%);
        border-radius: 15px;
        margin: 7px 8px;
   }
  section.games .game-list-item .basket-input {
      width: 100px;
  }
  .container.mb-4 .oyun-parasi .products-list .product {
        width: 48%;
    }
  .oyun-parasi-urunleri .display-4 {
      margin-top: 15px;
  }
  .container.mt-4.mb-4 .leftt-mmenu {
      width: 100%;
  }
  .container.mt-4.mb-4 .leftt-mmenu .leftt-ttext {
      font-size: 50px;
      text-align: center;
  }
  .container.mt-4.mb-4 .leftt-mmenu p {
      font-size: 20px;
      text-align: center;
  }
  .container.mt-4.mb-4 .web-device-text {
      display:none;
  }
  .container.mt-4.mb-4 .categoryy-div {
      display: flex;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text h5 {
      font-size: 20px;
      text-align: center;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text p {
      text-align: center;
      line-height: 15px;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text p span {
      font-size: 15px;
  }
  .container.mt-4.mb-4 .d-block.d-md-flex.justify-content-center.align-items-center a svg {
      display: none;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 {
      margin-left: 20px;
  }
  .container.mt-4.mb-4 .pr-3 .text-light{
      font-size: 23px;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 .text-light{
      font-size: 23px;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 a {
      font-size: 18px;
  }
  .container.mt-4.mb-4 .pr-3 a {
      font-size: 18px;
  }
  .kategori {
    width: 18%;
  }
  .mobileFixed {
    display: none;
    }
  section.home-tabe {
  margin-top: -110px!important;
  }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col {
  width: 20%;
  }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box .header-img {
  margin-bottom: 130px;
  }
}
@media (max-width: 767.98px) {
  body {
    overflow-x: hidden;
    min-height: auto;
    padding-bottom: 110px;
  }

  .mobileHeader {
    display: block;
  }

  .mobileFixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 110px;
    background: #1e1f26;
    z-index: 999;
    font-weight: 400;
  }
  .mobileFixed .fixed-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .mobileFixed .fixed-menu .item {
    flex: 1 1 auto;
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
  }
  .mobileFixed .fixed-menu .item.home {
    background-color: #fff;
    border-radius: 100%;
    width: 78px;
    height: 78px;
  }
  .mobileFixed .fixed-menu .item > span {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
  }
  .mobileFixed .fixed-menu .item.active {
    color: #EF790E;
  }
  .mobileFixed .fixed-menu .item.active span {
    color: #EF790E;
  }

  .mobileSidebar {
    background: #1e1f26;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 110px;
    width: 50vw;
    z-index: 998;
    padding: 45px 18px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all ease 0.3s;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
  }
  .mobileSidebar .inner {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobileSidebar .inner .header .top {
    display: flex;
  }
  .mobileSidebar .inner .header .top .left-side {
    flex: 1;
  }
  .mobileSidebar .inner .header .top .left-side .search {
    position: relative;
  }
  .mobileSidebar .inner .header .top .left-side .search input {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background: #fff;
    border: unset;
    font-size: 9px;
    padding-left: 5px;
  }
  .mobileSidebar .inner .header .top .left-side .search input::-webkit-input-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search input:-moz-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search input::-moz-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search input:-ms-input-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search svg {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobileSidebar .inner .header .top .left-side .lang {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .mobileSidebar .inner .header .top .left-side .lang span {
    font-size: 9px;
    color: #4a4a4a;
    margin: 0 auto;
  }
  .mobileSidebar .inner .header .top .close {
    width: 27px;
    height: 27px;
    background: #ef790e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    margin-left: 8px;
  }
  .mobileSidebar .inner .menu {
    margin-top: 25px;
  }
  .mobileSidebar .inner .menu h4 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
  }
  .mobileSidebar .inner .menu ul li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  }
  .mobileSidebar .inner .menu ul li:last-child {
    border: unset;
  }
  .mobileSidebar .inner .menu ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    display: block;
  }
  .mobileSidebar .inner .bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobileSidebar .inner .bottom .questions-btn {
    width: 100%;
    height: 37px;
    border-radius: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .mobileSidebar .inner .bottom .questions-btn span {
    font-weight: 500;
    font-size: 9px;
    color: #323232;
    margin: 0 auto;
  }
  .mobileSidebar .inner .bottom .questions-btn .icon {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: #1bd741;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn.custom-btn {
    padding: 12px;
    height: auto;
    flex: 1;
    justify-content: center;
  }
  .btn.custom-btn span {
    font-size: 14px;
  }
  .btn.custom-btn .icon {
    width: 25px;
    height: 25px;
  }

  header {
    display: none;
  }
  header .header-top .slogan {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  }
  header .header-top .social {
    padding: 10px 0;
  }
  header .header-top .social li a span {
    font-size: 11px;
  }
  header .header-main {
    height: auto;
    padding: 20px 0;
  }
  header .header-main .logo {
    display: block;
    margin-bottom: 15px;
  }
  header .header-main .auth-buttons {
    gap: 0 10px;
  }
  header .header-main form.search-form {
    width: 100%;
    margin-bottom: 15px;
  }
  header .header-main form.search-form label input {
    font-size: 16px;
  }
  header .header-main form.search-form label button {
    right: 20px;
  }
  header .header-menu ul.menu li:not(:last-child) {
    margin: 0;
  }
  header .header-menu ul.menu li a {
    font-size: 14px;
  }

  section.story {
    padding-top: 110px;
  }
  section.home-tabe {
      margin-top: 10px;
  }
  section.home-slider {
    margin-top: 40px;
  }
  section.home-slider .left-container .slider-area .left-pagination {
    display: none;
  }
  section.home-slider .left-container .slider-area .left-pagination ul li .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(237, 118, 15, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  }
  section.home-slider .left-container .slider-area .left-pagination ul li img {
    max-height: 100%;
  }
  section.home-slider .left-container .slider-area .owl-carousel {
    height: auto;
    margin-bottom: 30px;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item {
    position: relative;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item .text {
    bottom: 0;
    left: 30px;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item .text span {
    font-size: 14px;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item .text p {
    font-size: 16px;
  }
  section.home-slider .boxes-container {
    display: flex;
    flex-direction: column;
    height: 527px;
    justify-content: space-between;
  }
  section.home-slider .boxes-container .boxes {
    overflow: hidden;
    flex: 1;
    border-radius: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.home-slider .boxes-container .boxes:hover img {
    transform: scale(1.1);
  }
  section.home-slider .boxes-container .boxes:hover:after {
    background: rgba(0, 0, 0, 0.47);
  }
  section.home-slider .boxes-container .boxes:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(237, 118, 15, 0.19);
    transition: all ease 0.3s;
  }
  section.home-slider .boxes-container .boxes:first-child {
    margin-bottom: 24px;
  }
  section.home-slider .boxes-container .boxes img {
    transition: all ease 0.3s;
  }

  section.home-tab {
    margin-top: 50px;
  }
  section.home-tab .tab-header {
    flex-direction: row;
    overflow: auto!important;
  }
  section.home-tab .tab-header .tab-button {
    width: 100%;
  }
  section.home-tab .tab-header .tab-button:nth-child(2) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tab .tab-header .tab-button:nth-child(3) {
    z-index: 2;
  }
  section.home-tab .tab-header .tab-button:nth-child(3) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tab .tab-header .tab-button:not(:first-child) {
    margin-left: 0;
  }
  section.home-tab .tab-header .tab-button .bg {
    padding-left: 15px;
    max-width: 100%;
  }
  section.home-tab .tab-header .tab-button .icon {
    width: 26px;
    height: 26px;
    margin-right: 22px;
    transition: all ease 0.3s;
    color: #fff;
  }
  section.home-tab .tab-header .tab-button span {
    font-family: "Roboto", sans-serif;
    transition: all ease 0.3s;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    line-height: 1;
  }
  section.home-tab .tab-header .tab-button:hover .bg, section.home-tab .tab-header .tab-button.active .bg {
    background-color: #EF790E;
  }
  section.home-tab .tab-header .tab-button:hover .bg .icon, section.home-tab .tab-header .tab-button.active .bg .icon {
    color: #fff;
  }
  section.home-tab .tab-header .tab-button:hover .bg span, section.home-tab .tab-header .tab-button.active .bg span {
    color: #fff;
  }
  section.home-tab .tab-header .cagri-merkezi {
    display: none;
  }
  section.home-tab .tab-container {
    border-radius: 0px 10px 10px 10px;
    padding: 20px 15px;
    position: relative;
    z-index: 9;
    margin-top: -1px;
  }
  section.home-tab .tab-container .tab-inner .tab-content {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
  }
  section.home-tab .tab-container .tab-inner .tab-content.active { 
    visibility: visible;
    opacity: 1;
    max-height: 10000px;
  }

   
    .banner-box .image {
        margin-bottom: 12px;
        height: auto;
    }

  .popular-category {
   margin-top: 0;
  }  
  .popular-category .header .title {
    width: 100%;
    height: 50px;
  }
  .popular-category .header .title span {
    font-size: 16px;
  }
  .popular-category .content {
    padding-top: 20px;
  }
  .popular-category .content .slider-nav {
    position: absolute;
    top: 100%;
    transform: translateY(-120%);
    display: flex;
    justify-content: space-between;
    left: 20px;
    right: 20px;
  }

  .home-blog {
    margin-top: 40px;
    display: none;
  }
  .home-blog h3 {
    font-size: 24px;
  }
  .home-blog .col:nth-last-child(-n+2) .image {
    margin-bottom: 0;
  }
  .home-blog .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .home-blog .image:hover .img {
    transform: scale(1.1);
  }
  .home-blog .image.small {
    margin-bottom: 11px;
  }
  .home-blog .image.small .img {
    background-size: 100%;
  }
  .home-blog .image.small .tag {
    height: 17px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0 16px;
    left: 10px;
    top: 10px;
    z-index: 9;
  }
  .home-blog .image.small .tag span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 8px;
    color: #0f0f0f;
  }
  .home-blog .image.small .date {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 9;
  }
  .home-blog .image.small .date .icon {
    width: 9.46px;
    height: 10.51px;
    color: #fff;
  }
  .home-blog .image.small .date span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 7px;
    color: #eaeaea;
    margin-left: 5px;
  }
  .home-blog .image.small h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin: 0;
    z-index: 9;
  }
  .home-blog .image:after {
    content: "";
    border-radius: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ed760f 100%);
    opacity: 0.71;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
  .home-blog .image:before {
    content: "";
    background: #000;
    opacity: 0.58;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
  }
  .home-blog .image .img {
    border-radius: 10px;
    padding-bottom: 58%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease 0.3s;
    overflow: hidden;
  }
  .home-blog .image .tag {
    height: 28px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0 25px;
    left: 25px;
    top: 25px;
    z-index: 9;
  }
  .home-blog .image .tag span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #0f0f0f;
  }
  .home-blog .image .date {
    position: absolute;
    top: 25px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 9;
  }
  .home-blog .image .date .icon {
    width: 18px;
    height: 20px;
    color: #fff;
  }
  .home-blog .image .date span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #eaeaea;
    margin-left: 10px;
  }
  .home-blog .image h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 9;
  }
  section.sss .col-lg-6 {
      width: 50%;
  }
  section.sss h1 {
    font-size: 24px;
  }
  section.sss .accordion-item {
    margin-bottom: 10px;
    border: none;
  }
  section.sss .accordion-item .accordion-header {
    border: none;
  }
  section.sss .accordion-item .accordion-header button {
    font-size: 12px;
  }
  section.sss .accordion-item .collapse .accordion-body p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
  }

  section.prefer-us {
    margin-bottom: 90px;
  }
  section.prefer-us h1 {
    font-size: 24px;
  }
  section.prefer-us .icons {
    border-radius: 35px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.prefer-us .icons .icon {
    width: 151.09px;
    height: 142.73px;
  }
  section.prefer-us .text {
    margin-top: 35px;
  }
  section.prefer-us .text p {
    font-weight: 500;
    font-size: 38px;
    text-align: center;
    color: #1a1a1a;
  }
  section.prefer-us .text p span {
    color: #ED760F;
    display: block;
    line-height: 1;
  }

  section.about-us-page {
    padding: 50px 0;
  }
  section.about-us-page .page-inner h1 {
    font-size: 32px;
  }
  section.about-us-page .page-inner p {
    font-size: 18px;
  }
  section.about-us-page .page-inner p b {
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    color: #313131;
  }

  .pay-balance {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .pay-balance .inner-container {
    background: #19191b;
    border-radius: 10px;
    overflow: hidden;
  }
  .pay-balance ul.change-method {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .pay-balance ul.change-method li:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }
  .pay-balance ul.change-method li a {
    background: #19191b;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 125px;
    justify-content: center;
  }
  .pay-balance ul.change-method li a img {
    margin-bottom: 10px;
  }
  .pay-balance ul.change-method li a span {
    font-size: 16px;
    color: #fff;
  }
  .pay-balance ul.change-method li a:hover, .pay-balance ul.change-method li a.active {
    background: #ef790e;
  }
  .pay-balance ul.change-method li a:hover span, .pay-balance ul.change-method li a.active span {
    color: #fff;
  }
  .pay-balance .balance-tab {
    height: 100%;
  }
  .pay-balance .balance-tab .tab-container {
    border-radius: 0px 10px 10px 0px;
    background: #19191b;
    height: 100%;
    position: relative;
  }
  .pay-balance .balance-tab .tab-container .tab-item {
    padding: 45px 20px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  }
  .pay-balance .balance-tab .tab-container .tab-item.active {
    z-index: 1;
    opacity: 1;
    position: relative;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner h4 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #4c4c4c;
    margin-bottom: 35px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner h5 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner p.payment-desc {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #4c4c4c;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .desc-box {
    border-radius: 10px;
    background: #19191b;
    padding: 30px 35px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .desc-box p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .desc-box p:last-child {
    margin-bottom: 0;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form {
    margin-top: 20px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-bottom: 18px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top input {
    width: 100%;
    height: 62px;
    border-radius: 31px;
    background: #fff;
    border: 1px solid #707070;
    padding-left: 50px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top .total {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top .total span:first-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #151515;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top .total span.price {
    border-radius: 50px;
    background: #f0f0f0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #4c4c4c;
    padding: 20px 55px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form button {
    width: auto;
    margin: 0;
    padding: 15px 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    height: auto;
    color: #fff;
    margin-top: 24px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item {
    background: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.02));
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item .img {
    padding: 12px 0;
    background: #fff;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item .img img {
    max-height: 80px;
    margin: auto;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item span.title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #4c4c4c;
    width: 100%;
    height: 46px;
    background: #dfdfdf;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item {
    background: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.02));
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px;
    padding: 7px;
    border: 1px solid transparent;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item.active {
    border-color: #EF790E;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item .img {
    padding: 12px 0;
    background: #fff;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item .img img {
    max-height: 60px;
    margin: auto;
    max-width: 90%;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item span.title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #4c4c4c;
    width: 100%;
    height: 46px;
    background: #dfdfdf;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.games {
    padding: 40px 0 50px 0;
    overflow: hidden;
  }
  section.games .games-announcement {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  section.games .games-announcement .left {
    width: 87px;
    height: 100%;
    background: #ef9849;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.games .games-announcement .right {
    background: #ef790e;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section.games .games-announcement .right p {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
  }
  section.games .games-breadcrumb {
    margin-bottom: 50px;
  }
  section.games .games-breadcrumb a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #bfbfbf;
    margin-right: 15px;
    position: relative;
  }
  section.games .games-breadcrumb a:hover, section.games .games-breadcrumb a.active {
    color: #ef790e;
  }
  section.games .games-breadcrumb a:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.games .games-filter {
    flex-wrap: wrap;
  }
  section.games .games-filter a {
    flex: 1 1 auto;
    width: 6%;
    flex-shrink: 0;
  }
  section.games .games-filter a:hover {
    background: #ef790e;
    color: #fff;
  }
  section.games .games-filter a.all {
    background: #1b1f24;
    flex: 1 1 auto;
    font-size: 12px;
    color: #fff;
    padding: 15px 10px;
  }
  section.games .game-list-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 20px;
    flex-direction: column;
  }
  section.games .game-list-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
  }
  section.games .game-list-item .img {
    flex: 1;
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  section.games .game-list-item .img img {
    max-height: initial;
    width: 100%;
  }
  section.games .game-list-item .desc {
    flex-direction: column;
    align-items: flex-start;
    flex: 2;
  }
  section.games .game-list-item .desc h4 {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
  }
  section.games .game-list-item .desc p {
     font-weight: 600;
    font-size: 15px;
    color: #eeeeee;
    margin: 0;
    line-height: 15px;
  }
  section.games .game-list-item .price {
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 0 0;
    margin: 15px;
  }
  section.games .game-list-item .price > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  section.games .game-list-item .price del {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #e04f5f;
    line-height: 1;
  }
  section.games .game-list-item .price del svg {
    width: 6.01px;
    height: 7.01px;
  }
  section.games .game-list-item .price span {
     font-weight: 600;
    font-size: 19px;
    line-height: 1;
    color: #fff;
  }
  section.games .game-list-item .stock {
    flex: 1;
}
  section.games .game-list-item .basket-input {
      flex: 2;
  }
  section.games .game-list-item .count {
    margin-left: 0;
    flex: 1;
    padding: 20px 0;
  }
  section.games .game-list-item .count input {
    height: 50px;
    border-radius: 50px;
    padding-left: 15px;
  }
  section.games .game-list-item .count .icon {
    width: 24px;
    height: 24px;
  }
  section.games .game-list-item .buttons {
    flex: 4;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
  }
  section.games .game-list-item .buttons button {
    border-radius: 100px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    padding: 0 10px;
    height: 50px;
  }
  section.games .game-list-item .buttons button:last-child {
    margin-left: 20px;
  }
  section.games .game-list-item .buttons button svg {
    margin-right: auto;
  }
  section.games .game-list-item .buttons button span {
    font-weight: 600;
    font-size: 12px;
    margin-right: auto;
  }
  section.games .game-list-item .buttons button:hover {
    color: #fff;
    background-color: #ef790e;
  }
  section.games .games-list {
    padding-bottom: 100px;
  }
  section.games .games-list .game-box {
    border-radius: 8px;
    background: #19191b;
    padding-top: 180px;
  }
  section.games .games-list .game-box .image {
    overflow: hidden;
    border-radius: 10px;
  }
  section.games .games-list .game-box:hover .image .img {
    padding-bottom: 62%;
    transform: scale(1);
  }
  section.games .games-list .game-box .footer {
    margin-top: 0;
    padding-top: 20px;
    transition: all ease 0.3s;
    padding-left: 0;
  }
  section.games .games-list .game-box .footer .text h2 {
    margin: 0;
    text-align: center;
  }
  section.games .game-detail .game-banner {
    position: relative;
  }
  section.games .game-detail .game-banner .img {
    height: 200px;
    padding-bottom: 0;
    background-size: cover !important;
    background-position: center !important;
  }
  section.games .game-detail .game-banner .banner-detail {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -16px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
  section.games .game-detail .game-banner .banner-detail .stars {
    margin-bottom: 30px;
  }
  section.games .game-detail .game-banner .banner-detail .stars > svg {
    width: 30px;
    height: 29px;
    color: #ef790e;
  }
  section.games .game-detail .game-banner .banner-detail .title {
    font-weight: bold;
    font-size: 12px;
    color: #ef790e;
  }
  section.games .game-detail .game-banner .banner-detail .game-title {
    font-weight: bold;
    font-size: 38px;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.2);
  }
  section.games .game-detail .game-banner .banner-detail p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
  }
  section.games .game-detail .home-tab {
    margin-bottom: 30px;
  }
  section.games .game-detail .comment-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  section.games .game-detail .comment-box .left {
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
  }
  section.games .game-detail .comment-box .left:after {
    display: none;
  }
  section.games .game-detail .comment-box .left .stars {
    margin-bottom: 0;
  }
  section.games .game-detail .comment-box .right {
    padding: 20px;
  }
  section.games .game-detail .comment-box .right h4 {
    font-weight: bold;
    font-size: 20px;
  }
  section.games .game-detail .comment-box .right p {
    font-weight: 500;
    font-size: 16px;
  }
  section.games .game-detail ul.comment-pagination {
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    gap: 10px;
    margin: 0;
  }
  section.games .game-detail ul.comment-pagination li a {
    width: 63px;
    height: 63px;
    background-color: #fff;
    color: #ef790e;
    font-weight: 600;
    font-size: 29px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.games .game-detail ul.comment-pagination li a:hover {
    color: #fff;
    background: #ef790e;
  }
  section.games .game-detail .add-comment {
    border-radius: 10px;
    padding: 20px;
  }
  section.games .game-detail .add-comment.active {
    display: block;
  }
  section.games .game-detail .add-comment h4 {
    font-weight: 600;
    font-size: 38px;
    color: #ef790e;
  }
  section.games .game-detail .add-comment p {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
  }
  section.games .game-detail .add-comment form textarea {
    font-weight: 600;
    font-size: 22px;
    height: 220px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    resize: none;
    padding: 35px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  section.games .game-detail .add-comment form textarea::-webkit-input-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form textarea:-moz-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form textarea::-moz-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form textarea:-ms-input-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form button {
    height: 60px;
    border-radius: 10px;
    background: #ef790e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    border: none;
    padding: 12px 50px;
    margin: 0 auto;
  }
  section.games .game-detail .game-detail-box {
    font-family: "Montserrat", sans-serif;
    color: #151515;
  }
  section.games .game-detail .game-detail-box img {
    margin-bottom: 20px;
  }
  section.games .game-detail .game-detail-box h4 {
    font-weight: bold;
    font-size: 32px;
  }
  section.games .game-detail .game-detail-box p {
    font-weight: 500;
    font-size: 20px;
  }

  section.account {
    padding: 150px 0;
    overflow: hidden;
  }
    section.account .account-tab-container .account-tab-header {
        flex-direction: row;
        overflow: auto !important;
        height: 200px;
    }
  section.account .account-tab-container .account-tab-header .item {
    width: 100%;
    height: 200px;
    border-right: unset;
    border-bottom: 1px solid #C7C7C7;
  }
  section.account .account-tab-container .account-tab-header .item:last-child {
    border-right: none;
  }
  section.account .account-tab-container .account-tab-header .item img {
    margin-bottom: 20px;
  }
  section.account .account-tab-container .account-tab-header .item span {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
  }
  section.account .account-tab-container .account-tab-header .item:hover, section.account .account-tab-container .account-tab-header .item.active {
    background-color: #EF790E;
  }
  section.account .account-tab-container .account-tab-header .item:hover span, section.account .account-tab-container .account-tab-header .item.active span {
    color: #fff;
  }
  section.account .account-tab-container .tab-container .user-profile-box .img {
    margin-bottom: 35px;
  }
  section.account .account-tab-container .tab-container .user-profile-box .img img {
    max-width: 117px;
    max-height: 117px;
  }
  section.account .account-tab-container .tab-container .user-profile-box .buttons {
    margin-bottom: 55px;
  }
  section.account .account-tab-container .tab-container .user-profile-box .buttons .sub-buttons .price {
    text-align: center;
  }
  section.account .account-tab-container .tab-container .user-profile-box .buttons .sub-buttons .price .button span {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin: 0;
  }
  section.account .account-tab-container .tab-container .user-profile-box ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.account .account-tab-container .tab-container .user-profile-box ul li a {
    font-weight: 500;
    font-size: 20px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
  }
  section.account .account-tab-container .tab-container .tab-inner {
    margin-top: 40px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content form label {
    font-size: 28px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content form input {
    height: 68px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #707070;
    font-weight: 400;
    font-size: 26px;
    color: #4c4c4c;
    padding-left: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content form button {
    padding: 0px 40px;
    margin-bottom: 10px;
    border-radius: 0.5rem;
    background: #ef790e;
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: flex;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .search input {
    width: 100%;
    height: 57px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid rgba(112, 112, 112, 0.65);
    padding-left: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .search button {
    outline: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item {
    flex-direction: column;
    position: relative;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .img img {
    max-height: unset;
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .desc {
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .desc h4 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .desc p {
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
    margin: 0;
    line-height: 24px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .stock {
    flex: 1;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .date span {
    color: #EF790E;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .date p {
    color: #4c4c4c !important;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .count {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .count span {
    color: #EF790E;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .count p {
    color: #4c4c4c;
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .buttons {
    width: 100%;
    margin-top: 30px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content ul.account-pagination {
    display: none;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item {
    border-radius: 10px;
    background: #f0f0f0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    transition: all ease 0.3s;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .header {
    display: flex;
    align-items: center;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .header .right {
    font-weight: 600;
    font-size: 12px;
    color: #767676;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .header .right p {
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .price {
    font-weight: 600;
    font-size: 59px;
    color: #ef790e;
    text-align: center;
    padding: 15px;
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .text {
    font-weight: 600;
    font-size: 16px;
    color: #767676;
    text-align: center;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste > .header {
    margin-bottom: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste > .header a.add {
    width: 50px;
    height: 50px;
    background: #ef790e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 40px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste > .header .search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item {
    flex-direction: column;
    padding: 12px !important;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .desc {
    flex-direction: column;
    align-items: flex-start;
    flex: 4;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .desc h4 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .desc p {
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
    margin: 0;
    line-height: 24px;
    text-align: left;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .date {
    margin-bottom: 12px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .date p {
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .buttons {
    flex: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .buttons a {
    height: 45px;
    border-radius: 100px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    padding: 0 25px;
    flex: 1;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #ef790e;
    max-width: 240px;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
  }

  section.my-basket {
    padding: 150px 0;
  }
  section.my-basket .basket-stage .stage {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  section.my-basket .basket-stage .stage.active .top:after, section.my-basket .basket-stage .stage:hover .top:after {
    background-color: #EF790E;
  }
  section.my-basket .basket-stage .stage.active .top .icons, section.my-basket .basket-stage .stage:hover .top .icons {
    background-color: #EF790E;
  }
  section.my-basket .basket-stage .stage.active span, section.my-basket .basket-stage .stage:hover span {
    color: #EF790E;
  }
  section.my-basket .basket-stage .stage.confirmation .top:after {
    background-color: #2DCE89;
  }
  section.my-basket .basket-stage .stage.confirmation .top .icons {
    background-color: #2DCE89;
  }
  section.my-basket .basket-stage .stage.confirmation span {
    color: #2DCE89;
  }
  section.my-basket .basket-stage .stage .top {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.my-basket .basket-stage .stage .top:after {
    content: "";
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #707070;
    height: 1px;
    right: 0;
    z-index: -1;
    transform: translateY(50%);
  }
  section.my-basket .basket-stage .stage .icons {
    transition: all ease 0.3s;
    width: 50px;
    height: 50px;
    background: #767676;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.my-basket .basket-stage .stage .icons .icon {
    max-width: 24px;
    max-height: 24px;
    color: #fff;
  }
  section.my-basket .basket-stage .stage > span {
    font-weight: 600;
    font-size: 8px;
    transition: all ease 0.3s;
    color: #767676;
  }
  section.my-basket .payment-boxes {
    margin-bottom: 80px;
  }
  section.my-basket .payment-boxes .item:hover, section.my-basket .payment-boxes .item.active {
    border: 2px solid #EF790E;
  }
  section.my-basket .payment-boxes .item .image {
    max-width: 90%;
  }
  section.my-basket .payment-boxes .item .image img {
    width: 100%;
  }
  section.my-basket .payment-boxes .item span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1b9cd3;
  }
  section.my-basket form.invoice h4 {
    font-size: 18px;
  }
  section.my-basket form.invoice h4 a {
    text-decoration: underline !important;
    font-size: 17px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
  }
  section.my-basket form.invoice h4 a svg {
    width: 6.51px;
    height: 11.39px;
    margin-right: 10px;
  }
  section.my-basket form.invoice h4.border-0 {
    padding: 0;
    margin-bottom: 20px;
  }
  section.my-basket form.invoice .form-group {
    margin-bottom: 30px;
  }
  section.my-basket form.invoice label {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    margin-bottom: 12px;
  }
  section.my-basket form.invoice input[type=text] {
    height: 68px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #707070;
    width: 100%;
    padding-left: 20px;
    font-size: 26px;
    color: #4c4c4c;
  }
  section.my-basket form.invoice select {
    border: 1px solid #707070;
    height: 68px;
    border-radius: 10px;
  }
  section.my-basket form.invoice .form-check input {
    width: 40px;
    height: 40px;
  }
  section.my-basket form.invoice .form-check label {
    font-size: 13px;
    color: #242424;
    cursor: pointer;
    margin: 0;
    margin-left: 20px;
  }
  section.my-basket form.invoice .btn {
    width: 302px;
    height: 68px;
    border-radius: 10px;
    background: #ef790e;
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
  }
  section.my-basket form.invoice .payment-total .content {
    width: 100%;
    height: 95px;
    border-radius: 10px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  section.my-basket form.invoice .payment-total .content span {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #4c4c4c;
  }
  section.my-basket form.invoice .payment-total .content h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 38px;
    text-align: left;
    color: #ef790e;
    margin: 0;
  }
  section.my-basket form.invoice .payment-total img {
    margin-bottom: 20px;
  }
  section.my-basket .result-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  section.my-basket .result-box h4 {
    font-size: 32px;
  }
  section.my-basket .result-box p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  section.my-basket .result-box a {
    width: 100%;
    height: 91px;
    border-radius: 45.5px;
    background: #ef790e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 33px;
    text-align: center;
    color: #fff;
  }

  .basket-table .head {
    display: flex;
    align-items: center;
    gap: 0 13px;
    margin-bottom: 30px;
  }
  .basket-table .head .item {
    display: none;
  }
  .basket-table .head .item:first-child {
    flex: 4;
    justify-content: flex-start;
    display: flex;
  }
  .basket-table .head .item > svg {
    width: 29px;
    height: 29px;
    margin-right: 30px;
    margin-left: 40px;
  }
  .basket-table .head .item span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #313131;
  }
  .basket-table .content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .basket-table .content .row-item {
    flex-direction: column;
  }
  .basket-table .content .item {
    flex-direction: column;
    position: relative;
  }
  .basket-table .content .item:first-child {
    flex: 4;
    justify-content: flex-start;
  }
  .basket-table .content .item > svg {
    width: 27px;
    height: 34px;
    margin-right: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
  }
  .basket-table .content .item .image {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .basket-table .content .item .image img {
    max-height: unset;
    width: 100%;
  }
  .basket-table .content .item .text {
    padding-right: 0;
  }
  .basket-table .content .item .text h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
  }
  .basket-table .content .item .text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 22px;
    color: #313131;
  }
  .basket-table .content .item .basket-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .basket-table .content .item .basket-input input {
    height: 47px;
    border-radius: 50px;
    padding-left: 10px;
  }
  .basket-table .content .item .basket-input svg {
    width: 23px;
    height: 23px;
  }
  .basket-table .content .item .price {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: right;
  }
  .basket-table .content .item .price span {
    font-size: 28px;
    color: #fff;
    line-height: 1;
  }
  .basket-table .content .item .price del {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ef790e;
    line-height: 1;
  }

  .empty-label {
    display: none;
  }

  #resetPassword .modal-header {
    border: none;
  }
  #resetPassword .modal-header .button-circle {
    width: 68px;
    height: 68px;
    background: #f0f0f0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #resetPassword .modal-header .button-circle button {
    margin: 0;
  }
  #resetPassword .modal-body svg {
    margin-bottom: 60px;
  }
  #resetPassword .modal-body h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #fff;
  }
  #resetPassword .modal-body form input {
    height: 91px;
    width: 100%;
    border-radius: 45.5px;
    background: #fff;
    border: 1px solid #707070;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
    margin: 38px 0;
    padding: 0 60px;
  }
  #resetPassword .modal-body form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
  }
  #resetPassword .modal-body form input:-moz-placeholder {
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
  }
  #resetPassword .modal-body form input::-moz-placeholder {
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
  }
  #resetPassword .modal-body form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
  }
  #resetPassword .modal-body form button {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 60%;
  }

  #paymentModalUnsuccessful .modal-header {
    border: none;
  }
  #paymentModalUnsuccessful .modal-header .button-circle {
    width: 68px;
    height: 68px;
    background: #f0f0f0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #paymentModalUnsuccessful .modal-header .button-circle button {
    margin: 0;
  }
  #paymentModalUnsuccessful .modal-body svg {
    margin-bottom: 60px;
  }
  #paymentModalUnsuccessful .modal-body h4 {
    font-size: 32px;
  }
  #paymentModalUnsuccessful .modal-body p {
    font-size: 22px;
    line-height: 30px;
  }

  #paymentModalSuccessful .modal-header {
    border: none;
  }
  #paymentModalSuccessful .modal-header .button-circle {
    width: 68px;
    height: 68px;
    background: #f0f0f0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #paymentModalSuccessful .modal-header .button-circle button {
    margin: 0;
  }
  #paymentModalSuccessful .modal-body svg {
    margin-bottom: 60px;
  }
  #paymentModalSuccessful .modal-body h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #4c4c4c;
  }
  #paymentModalSuccessful .modal-body p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #4c4c4c;
    line-height: 30px;
  }

  section.auth-page {
    padding-bottom: 100px;
  }
  section.auth-page .auth-tab-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  section.auth-page .auth-tab-header a {
    border-radius: 0.5rem;
    background: #19191b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    padding: 11px 27px;
    margin: 0 15px;
    transition: all ease 0.3s;
    font-weight: 500;
    font-size: 21px;
    text-align: left;
    color: #ef790e;
  }
  section.auth-page .auth-tab-header a:hover, section.auth-page .auth-tab-header a:focus {
    background: #ef790e;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    color: #fff;
  }
  section.auth-page .auth-tab-header a.active {
    background: #ef790e;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    color: #fff;
  }
  section.auth-page .form-container {
    position: relative;
    border-radius: 41px;
    background: #19191b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 50px;
  }
  section.auth-page .auth-form {
    transition: opacity 0.6s linear;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
  }
  section.auth-page .auth-form > * {
    opacity: 0;
  }
  section.auth-page .auth-form.active {
    opacity: 1;
    max-height: 1000px;
    visibility: visible;
  }
  section.auth-page .auth-form.active > * {
    opacity: 1;
  }
  section.auth-page .auth-form:after {
    content: "";
    position: absolute;
    top: -12.5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-mask-image: url("../img/svg/subdirectory-arrow-right.svg");
    width: 22.5px;
    height: 25.5px;
    background: #fff;
  }
  section.auth-page .auth-form h4 {
    font-weight: bold;
    font-size: 31px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  section.auth-page .auth-form .input-icon {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  section.auth-page .auth-form .input-icon .icon {
    width: 20.69px;
    height: 26.3px;
    position: absolute;
    left: 23px;
    color: #EF790E;
  }
  section.auth-page .auth-form .input-icon input {
    height: 66px;
    border-radius: 33px;
    background: #fff;
    border: 1px solid #707070;
    width: 100%;
    padding-left: 70px;
    padding-right: 50px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .input-icon input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .input-icon input:-moz-placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .input-icon input::-moz-placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .input-icon input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .form-check {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  section.auth-page .auth-form .form-check .form-check-input {
    width: 33px;
    height: 32px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 0;
  }
  section.auth-page .auth-form .form-check .form-check-input:checked {
    background-color: #ef790e;
    border-color: #ef790e;
  }
  section.auth-page .auth-form .form-check label {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #fff;
  }
  section.auth-page .auth-form .login-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  section.auth-page .auth-form .login-footer > * {
    flex: 1;
  }
  section.auth-page .auth-form .login-footer > a {
    font-weight: 500;
    text-decoration: underline !important;
    font-size: 15px;
    color: #ef790e;
    text-align: right;
  }
  section.auth-page .auth-info-box {
    position: relative;
  }
  section.auth-page .auth-info-box:after {
    content: "";
    left: -50px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(112, 112, 112, 0.2);
    position: absolute;
  }
  section.auth-page .auth-info-box .box {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.auth-page .auth-info-box .box:last-child {
    margin-bottom: 0;
  }
  section.auth-page .auth-info-box .box .icons {
    border-radius: 35px;
    background: #19191b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin-bottom: 20px;
  }
  section.auth-page .auth-info-box .box .icons .icon {
    width: 78.08px;
    height: 79.87px;
  }
  section.auth-page .auth-info-box .box .text {
    text-align: center;
  }
  section.auth-page .auth-info-box .box .text p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
  }
  section.auth-page .auth-info-box .box .text p span {
    color: #ED760F;
  }
  .container.mt-4.mb-4 .leftt-mmenu {
      width: 100%;
  }
  .container.mt-4.mb-4 .leftt-mmenu .leftt-ttext {
      font-size: 50px;
      text-align: center;
  }
  .container.mt-4.mb-4 .leftt-mmenu p {
      font-size: 20px;
      text-align: center;
  }
  .container.mt-4.mb-4 .web-device-text {
      display:none;
  }
  .container.mt-4.mb-4 .categoryy-div {
      display: flex;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text h5 {
      font-size: 40px;
      text-align: center;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text p {
      text-align: center;
      line-height: 30px;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text p span {
      font-size: 25px;
  }
  .container.mt-4.mb-4 .d-block.d-md-flex.justify-content-center.align-items-center a svg {
      display: none;
  }
  .container.mt-4.mb-4 .pr-3 .text-light{
      font-size: 30px;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 .text-light{
      font-size: 30px;
  }
  .container.mt-4.mb-4 .pr-md-3.pr-0 a {
      font-size: 25px;
  }
  .container.mt-4.mb-4 .pr-3 a {
      font-size: 25px;
  }
  .kategori {
    width: 22%;
  }
  section.home-tabe {
  margin-top: -10px!important;
  }
  section.home-tabe .tab-header .tab-li span {
  font-size: 13px;
  }
  section.home-tab .tab-header .tab-li span {
  font-size: 13px;
  }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col {
  width: 25%;
  }
}
@media (max-width: 575.98px) {
  body {
    overflow-x: hidden;
    min-height: auto;
    padding-bottom: 60px;
    max-width: 100%;
  }
  
  footer {
    max-width: 100%;
    overflow: hidden;
  }

  .mobileHeader {
    display: block;
    max-width: 100%;
    overflow: hidden;
  }

  .mobileFixed {
    display: block;
    position: fixed;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background: #1e1f26;
    z-index: 999;
    font-weight: 400;
  }
  .mobileFixed .fixed-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .mobileFixed .fixed-menu .item {
    flex: 1 1 auto;
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
  }
  .mobileFixed .fixed-menu .item.home {
    background-color: #fff;
    border-radius: 100%;
    width: 58px;
    height: 58px;
  }
  .mobileFixed .fixed-menu .button-toggle i {
    font-size: 25px;
  }
  .mobileFixed .fixed-menu .item > i {
    font-size: 25px;
  }
  .mobileFixed .fixed-menu .item > span {
    font-size: 15px;
    margin-top: 0;
    text-align: center;
  }
  .mobileFixed .fixed-menu .item.active {
    color: #EF790E;
  }
  .mobileFixed .fixed-menu .item.active span {
    color: #EF790E;
  }

  .mobileSidebar {
    background: #1e1f26;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 59px;
    width: 50vw;
    z-index: 998;
    padding: 45px 18px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all ease 0.3s;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
  }
  .mobileSidebar .inner {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobileSidebar .inner .header .top {
    display: flex;
  }
  .mobileSidebar .inner .header .top .left-side {
    flex: 1;
  }
  .mobileSidebar .inner .header .top .left-side .search {
    position: relative;
  }
  .mobileSidebar .inner .header .top .left-side .search input {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background: #fff;
    border: unset;
    font-size: 9px;
    padding-left: 5px;
  }
  .mobileSidebar .inner .header .top .left-side .search input::-webkit-input-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search input:-moz-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search input::-moz-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search input:-ms-input-placeholder {
    font-size: 9px;
    color: rgba(74, 74, 74, 0.8);
  }
  .mobileSidebar .inner .header .top .left-side .search svg {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobileSidebar .inner .header .top .left-side .lang {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .mobileSidebar .inner .header .top .left-side .lang span {
    font-size: 9px;
    color: #4a4a4a;
    margin: 0 auto;
  }
  .mobileSidebar .inner .header .top .close {
    width: 27px;
    height: 27px;
    background: #ef790e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    margin-left: 8px;
  }
  .mobileSidebar .inner .menu {
    margin-top: 25px;
  }
  .mobileSidebar .inner .menu h4 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
  }
  .mobileSidebar .inner .menu ul li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  }
  .mobileSidebar .inner .menu ul li:last-child {
    border: unset;
  }
  .mobileSidebar .inner .menu ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    display: block;
  }
  .mobileSidebar .inner .bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobileSidebar .inner .bottom .questions-btn {
    width: 100%;
    height: 37px;
    border-radius: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .mobileSidebar .inner .bottom .questions-btn span {
    font-weight: 500;
    font-size: 9px;
    color: #323232;
    margin: 0 auto;
  }
  .mobileSidebar .inner .bottom .questions-btn .icon {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: #1bd741;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn.custom-btn {
    padding: 12px;
    height: auto;
    flex: 1;
    justify-content: center;
  }
  .btn.custom-btn span {
    font-size: 14px;
  }
  .btn.custom-btn .icon {
    width: 25px;
    height: 25px;
  }

  header {
      display: block;
  }
  header .header-top .slogan {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    display: none;
  }
  header .header-top .col-xl-3 col-md-5 col-lg-5 {
    display: none;
  }
  header .header-top .col-xl-9.col-lg-7.d-flex.align-items-center {
    overflow: auto!important;
  }
  header .header-top .social {
    padding: 10px 0;
  }
  header .header-top .social li a span {
    font-size: 11px;
  }
  header .header-main {
    height: auto;
    padding: 20px 0;
    display: none;
  }
  header .header-main .logo {
    display: block;
    margin-bottom: 15px;
  }
  header .header-main .auth-buttons {
    gap: 0 10px;
  }
  header .header-main form.search-form {
    width: 100%;
    margin-bottom: 15px;
  }
  header .header-main form.search-form label input {
    font-size: 16px;
  }
  header .header-main form.search-form label button {
    right: 20px;
  }
  header .header-menu {
      display: none;
  }
  header .header-menu ul.menu li:not(:last-child) {
    margin: 0;
  }
  header .header-menu ul.menu li a {
    font-size: 14px;
  }


  section.story {
    padding-top: 110px;
  }

  section.home-slider {
    margin-top: 40px;
  }
  section.home-slider .left-container .slider-area .left-pagination {
    display: none;
  }
  section.home-slider .left-container .slider-area .left-pagination ul li .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(237, 118, 15, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  }
  section.home-slider .left-container .slider-area .left-pagination ul li img {
    max-height: 100%;
  }
  section.home-slider .left-container .slider-area .owl-carousel {
    height: auto;
    margin-bottom: 30px;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item {
    position: relative;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item .text {
    bottom: 0;
    left: 30px;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item .text span {
    font-size: 14px;
  }
  section.home-slider .left-container .slider-area .owl-carousel .item .text p {
    font-size: 16px;
  }
  section.home-slider .boxes-container {
    display: flex;
    flex-direction: column;
    height: 527px;
    justify-content: space-between;
  }
  section.home-slider .boxes-container .boxes {
    overflow: hidden;
    flex: 1;
    border-radius: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.home-slider .boxes-container .boxes:hover img {
    transform: scale(1.1);
  }
  section.home-slider .boxes-container .boxes:hover:after {
    background: rgba(0, 0, 0, 0.47);
  }
  section.home-slider .boxes-container .boxes:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(237, 118, 15, 0.19);
    transition: all ease 0.3s;
  }
  section.home-slider .boxes-container .boxes:first-child {
    margin-bottom: 24px;
  }
  section.home-slider .boxes-container .boxes img {
    transition: all ease 0.3s;
  }

  section.home-tab {
    margin-top: 50px;
  }
  section.home-tab .tab-header {
    flex-direction: row;
    overflow: auto!important;
  }
  section.home-tab .tab-header .tab-button {
    width: 100% !important;
  }
  section.home-tab .tab-header .tab-button:nth-child(2) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tab .tab-header .tab-button:nth-child(3) {
    z-index: 2;
  }
  section.home-tab .tab-header .tab-button:nth-child(3) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tab .tab-header .tab-button:not(:first-child) {
    margin-left: 0;
  }
  section.home-tab .tab-header .tab-button .bg {
    padding-left: 15px;
    max-width: 100%;
  }
  section.home-tab .tab-header .tab-button .icon {
    width: 26px;
    height: 26px;
    margin-right: 22px;
    transition: all ease 0.3s;
    color: #fff;
  }
  section.home-tab .tab-header .tab-button span {
    font-family: "Roboto", sans-serif;
    transition: all ease 0.3s;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    line-height: 1;
  }
  section.home-tab .tab-header .tab-button:hover .bg, section.home-tab .tab-header .tab-button.active .bg {
    background-color: #EF790E;
  }
  section.home-tab .tab-header .tab-button:hover .bg .icon, section.home-tab .tab-header .tab-button.active .bg .icon {
    color: #fff;
  }
  section.home-tab .tab-header .tab-button:hover .bg span, section.home-tab .tab-header .tab-button.active .bg span {
    color: #fff;
  }
  section.home-tab .tab-header .cagri-merkezi {
    display: none;
  }
  section.home-tab .tab-container {
    border-radius: 0px 10px 10px 10px;
    padding: 15px 15px;
    position: relative;
    z-index: 9;
    margin-top: -1px;
  }
  section.home-tab .tab-container .tab-inner .tab-content {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
  }
  section.home-tab .tab-container .tab-inner .tab-content.active {
    visibility: visible;
    opacity: 1;
    max-height: 10000px;
  }
  section.home-tabe {
    margin-top: -100px;
    max-width: 100%;
    overflow: hidden;
  }
  section.home-tabe .tab-header {
    flex-direction: column;
    overflow: auto!important;
  }
  section.home-tabe .tab-header .tab-button {
    width: 100% !important;
  }
  section.home-tabe .tab-header .tab-button:nth-child(2) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tabe .tab-header .tab-button:nth-child(3) {
    z-index: 2;
  }
  section.home-tabe .tab-header .tab-button:nth-child(3) .bg {
    padding-left: 15px;
    margin-top: -1px;
  }
  section.home-tabe .tab-header .tab-button:not(:first-child) {
    margin-left: 0;
  }
  section.home-tabe .tab-header .tab-button .bg {
    padding-left: 15px;
    max-width: 100%;
  }
  section.home-tabe .tab-header .tab-button .icon {
    width: 26px;
    height: 26px;
    margin-right: 22px;
    transition: all ease 0.3s;
    color: #fff;
  }
  section.home-tabe .tab-header .tab-button span {
    font-family: "Roboto", sans-serif;
    transition: all ease 0.3s;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 1;
  }
  section.home-tabe .tab-header .tab-button:hover .bg, section.home-tabe .tab-header .tab-button.active .bg {
    background-color: #EF790E;
  }
  section.home-tabe .tab-header .tab-button:hover .bg .icon, section.home-tabe .tab-header .tab-button.active .bg .icon {
    color: #fff;
  }
  section.home-tabe .tab-header .tab-button:hover .bg span, section.home-tab .tab-header .tab-button.active .bg span {
    color: #fff;
  }
  section.home-tabe .tab-header .cagri-merkezi {
    display: none;
  }
  section.home-tabe .tab-containermain {
        border-radius: 0px 10px 10px 10px;
        background: #252836;
        padding: 15px 15px;
        position: relative;
        z-index: 9;
        margin-top: -1px;
    }
  section.home-tabe .tab-containermain .tab-inner .tab-content {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
  }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active {
    visibility: visible;
    opacity: 1;
    max-height: 10000px;
  }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col {
      width: 50%;
  }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box {
    padding-top: 4.4rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box .footer {
      padding-left: 10px;
      padding-bottom: 10px;
  }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box .footer .bottom > span {
      font-size: 24px;
  }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box .footer .bottom .add-to-cart2 {
        display: none;
    }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col .game-box .footer .bottom a {
     display: none;
  }

  .banner-box .image {
    margin-bottom: 12px;
    height: auto;
  }
  .popular-category {
    max-width: 100%;
    overflow: hidden;
  }
  .popular-category .header .title {
    width: 100%;
    height: 50px;
  }
  .popular-category .header .title span {
    font-size: 16px;
  }
  .popular-category .content {
    padding-top: 20px;
    background: #19191b;
  }
  .popular-category .content .slider-nav {
    position: absolute;
    top: 100%;
    transform: translateY(-120%);
    display: flex;
    justify-content: space-between;
    left: 20px;
    right: 20px;
  }

  .ilan-pazari-content {
    max-width: 100%;
    overflow: hidden;
  }

  .home-blog {
    margin-top: 40px;
    max-width: 100%;
    overflow: hidden;
  }
  .home-blog h3 {
    font-size: 24px;
  }
  .home-blog .col:nth-last-child(-n+2) .image {
    margin-bottom: 0;
  }
  .home-blog .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .home-blog .image:hover .img {
    transform: scale(1.1);
  }
  .home-blog .image.small {
    margin-bottom: 11px;
  }
  .home-blog .image.small .img {
    background-size: 100%;
  }
  .home-blog .image.small .tag {
    height: 17px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0 16px;
    left: 10px;
    top: 10px;
    z-index: 9;
  }
  .home-blog .image.small .tag span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 8px;
    color: #0f0f0f;
  }
  .home-blog .image.small .date {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 9;
  }
  .home-blog .image.small .date .icon {
    width: 9.46px;
    height: 10.51px;
    color: #fff;
  }
  .home-blog .image.small .date span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 7px;
    color: #eaeaea;
    margin-left: 5px;
  }
  .home-blog .image.small h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin: 0;
    z-index: 9;
  }
  .home-blog .image:after {
    content: "";
    border-radius: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ed760f 100%);
    opacity: 0.71;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
  .home-blog .image:before {
    content: "";
    background: #000;
    opacity: 0.58;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
  }
  .home-blog .image .img {
    border-radius: 10px;
    padding-bottom: 58%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease 0.3s;
    overflow: hidden;
  }
  .home-blog .image .tag {
    height: 28px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0 25px;
    left: 25px;
    top: 25px;
    z-index: 9;
  }
  .home-blog .image .tag span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #0f0f0f;
  }
  .home-blog .image .date {
    position: absolute;
    top: 25px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 9;
  }
  .home-blog .image .date .icon {
    width: 18px;
    height: 20px;
    color: #fff;
  }
  .home-blog .image .date span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #eaeaea;
    margin-left: 10px;
  }
  .home-blog .image h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 9;
  }
  section.sss .col-lg-6 {
      width: 50%;
  }
  section.sss h1 {
    font-size: 24px;
  }
  section.sss .accordion-item {
    margin-bottom: 50px;
    border: none;
  }
  section.sss .accordion-item .accordion-header {
    border: none;
  }
  section.sss .accordion-item .accordion-header button {
    font-size: 12px;
  }
  section.sss .accordion-item .collapse .accordion-body p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
  }

  section.prefer-us {
    margin-bottom: 90px;
  }
  section.prefer-us h1 {
    font-size: 24px;
  }
  section.prefer-us .icons {
    border-radius: 35px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.prefer-us .icons .icon {
    width: 151.09px;
    height: 142.73px;
  }
  section.prefer-us .text {
    margin-top: 35px;
  }
  section.prefer-us .text p {
    font-weight: 500;
    font-size: 38px;
    text-align: center;
    color: #1a1a1a;
  }
  section.prefer-us .text p span {
    color: #ED760F;
    display: block;
    line-height: 1;
  }

  section.about-us-page {
    padding: 50px 0;
  }
  section.about-us-page .page-inner h1 {
    font-size: 32px;
  }
  section.about-us-page .page-inner p {
    font-size: 18px;
  }
  section.about-us-page .page-inner p b {
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    color: #313131;
  }

  .pay-balance {
    padding-bottom: 100px;
    padding-top: 50px;
  }
  .pay-balance .inner-container {
    background: #19191b;
    border-radius: 10px;
    overflow: hidden;
  }
  .pay-balance ul.change-method {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .pay-balance ul.change-method li {
      width: 50%;
  }
  .pay-balance ul.change-method li:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }
  .pay-balance ul.change-method li a {
    background: #19191b;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 125px;
    justify-content: center;
  }
  .pay-balance ul.change-method li a .nasil-yuklenir {
    width: 40%;
    height: 40%;
  }
  .pay-balance ul.change-method li a .kredi-karticlass {
   margin-bottom: -3px;
  }
  .pay-balance ul.change-method li a img {
    margin-bottom: 10px;
  }
  .pay-balance ul.change-method li a span {
    font-size: 16px;
    color: #fff;
  }
  .pay-balance ul.change-method li a:hover, .pay-balance ul.change-method li a.active {
    background: #ef790e;
  }
  .pay-balance ul.change-method li a:hover span, .pay-balance ul.change-method li a.active span {
    color: #fff;
  }
  .pay-balance .balance-tab {
    height: 100%;
  }
  .pay-balance .balance-tab .tab-container {
    border-radius: 0px 10px 10px 0px;
    background: #19191b;
    height: 100%;
    position: relative;
  }
  .pay-balance .balance-tab .tab-container .tab-item {
    padding: 45px 20px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  }
  .pay-balance .balance-tab .tab-container .tab-item.active {
    z-index: 1;
    opacity: 1;
    position: relative;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner h4 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #4c4c4c;
    margin-bottom: 35px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner h5 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner p.payment-desc {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #4c4c4c;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .desc-box {
    border-radius: 10px;
    background: #19191b;
    padding: 0px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .desc-box p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .desc-box p:last-child {
    margin-bottom: 0;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form {
    margin-top: 20px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    margin-bottom: 18px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top input {
    width: 100%;
    height: 62px;
    border-radius: 31px;
    background: #fff;
    border: 1px solid #707070;
    padding-left: 15px;
    font-size: 20px;
    text-align: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top #priceTxt {
      text-align: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top #priceTxt_2 {
      text-align: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top .total {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top .total span:first-child {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #151515;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form .top .total span.price {
    border-radius: 50px;
    background: #f0f0f0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #4c4c4c;
    padding: 20px 55px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner form.payment-form button {
    width: auto;
    margin: 0;
    padding: 15px 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    height: auto;
    color: #fff;
    margin-top: 24px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item {
    background: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.02));
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item .img {
    padding: 12px 0;
    background: #fff;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item .img img {
    max-height: 80px;
    margin: auto;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .bank-item span.title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #4c4c4c;
    width: 100%;
    height: 46px;
    background: #dfdfdf;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item {
    background: #fff;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.02));
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px;
    padding: 7px;
    border: 1px solid transparent;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item.active {
    border-color: #EF790E;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item .img {
    padding: 12px 0;
    background: #fff;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item .img img {
    max-height: 60px;
    margin: auto;
    max-width: 90%;
  }
  .pay-balance .balance-tab .tab-container .tab-item .inner .payment-item span.title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #4c4c4c;
    width: 100%;
    height: 46px;
    background: #dfdfdf;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.games {
    padding: 30px 0 50px 0;
    overflow: hidden;
  }
  section.games .games-announcement {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  section.games .games-announcement .left {
    width: 87px;
    height: 100%;
    background: #ef9849;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.games .games-announcement .right {
    background: #ef790e;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section.games .games-announcement .right p {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
  }
  section.games .games-breadcrumb {
    margin-bottom: 50px;
  }
  section.games .games-breadcrumb a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #bfbfbf;
    margin-right: 15px;
    position: relative;
  }
  section.games .games-breadcrumb a:hover, section.games .games-breadcrumb a.active {
    color: #ef790e;
  }
  section.games .games-breadcrumb a:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.games .games-filter {
    flex-wrap: wrap;
  }
  section.games .games-filter a {
    flex: 1 1 auto;
    width: 6%;
    flex-shrink: 0;
  }
  section.games .games-filter a:hover {
    background: #ef790e;
    color: #fff;
  }
  section.games .games-filter a.all {
    background: #1b1f24;
    flex: 1 1 auto;
    width:45px;
    font-size: 12px;
    color: #fff;
    padding: 15px 10px;
  }
  section.games .game-list-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 0px solid #B9B9B9;
    padding-bottom: 5px;
    flex-direction: column;
  }
  section.games .game-list-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
  }
  section.games .game-list-item .img {
    flex: 1;
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  section.games .game-list-item .img img {
    max-height: initial;
    width: 100%;
  }
  section.games .game-list-item .desc {
    flex-direction: column;
    align-items: flex-start;
    flex: 2;
  }
  section.games .game-list-item .desc .ribbon.ribbon-green {
      width: 120px;
  }
  section.games .game-list-item .desc .ribbon.ribbon-green span {
    font-size: 15px;
    }
  section.games .game-list-item .desc h4 {
    font-weight: 800;
    font-size: 13px;
    color: #fff;
  }
  section.games .game-list-item .desc p {
    font-weight: 600;
    font-size: 12px;
    color: #eeeeee;
    margin: 0;
    line-height: 12px;
  }
  section.games .game-list-item .desc span {
      margin: 5px 0px 5px 0px;
  }
  section.games .game-list-item .stock {
    flex: 1;
  }
  section.games .game-list-item .price {
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 0 0;
    margin: 0;
  }
  section.games .game-list-item .price > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  section.games .game-list-item .price del {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #e04f5f;
    line-height: 1;
  }
  section.games .game-list-item .price del svg {
    width: 6.01px;
    height: 7.01px;
  }
  section.games .game-list-item .price span {
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
    color: #fff;
  }
  section.games .game-list-item .count {
    margin-left: 0;
    flex: 1;
    padding: 20px 0;
  }
  section.games .game-list-item .count input {
    height: 50px;
    border-radius: 50px;
    padding-left: 15px;
  }
  section.games .game-list-item .count .icon {
    width: 24px;
    height: 24px;
  }
  section.games .game-list-item .basket-input {
        width: 80px;
        margin: 8px;
    }
  section.games .game-list-item .basket-input input {
        font-size: 17px;
        padding-left: 4px;
        height: 40px;
    }
  section.games .game-list-item .buttons {
    flex: 4;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  section.games .game-list-item .buttons button {
    border-radius: 100px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    padding: 0 10px;
    height: 35px;
  }
  section.games .game-list-item .buttons button:last-child {
    margin-left: 5px;
  }
  section.games .game-list-item .buttons button svg {
    display: none;
    margin-right: auto;
  }
  section.games .game-list-item .buttons button span {
    font-weight: 600;
    font-size: 12px;
    margin-right: auto;
  }
  section.games .game-list-item .buttons button:hover {
    color: #fff;
    background-color: #ef790e;
  }
  section.games .games-list {
    padding-bottom: 100px;
  }
  section.games .games-list .game-box {
    border-radius: 8px;
    background: #19191b;
    padding-top: 100px;
  }
  section.games .games-list .game-box .image {
    overflow: hidden;
    border-radius: 10px;
  }
  section.games .games-list .game-box:hover .image .img {
    padding-bottom: 62%;
    transform: scale(1);
  }
  section.games .games-list .game-box .footer {
    margin-top: 0;
    padding-top: 20px;
    transition: all ease 0.3s;
    padding-left: 0;
  }
  section.games .games-list .game-box .footer .text h2 {
    margin: 0;
    text-align: center;
  }
  section.games .game-detail .game-banner {
    position: relative;
  }
  section.games .game-detail .game-banner .img {
    height: 200px;
    padding-bottom: 0;
    background-size: cover !important;
    background-position: center !important;
  }
  section.games .game-detail .game-banner .banner-detail {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -16px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
  }
  section.games .game-detail .game-banner .banner-detail .stars {
    margin-bottom: 30px;
  }
  section.games .game-detail .game-banner .banner-detail .stars > svg {
    width: 30px;
    height: 29px;
    color: #ef790e;
  }
  section.games .game-detail .game-banner .banner-detail .title {
    font-weight: bold;
    font-size: 12px;
    color: #ef790e;
  }
  section.games .game-detail .game-banner .banner-detail .game-title {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.2);
  }
  section.games .game-detail .game-banner .banner-detail p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
  }
  section.games .game-detail .home-tab {
    margin-bottom: 30px;
  }
  section.games .col-xl-12.col-lg-6.col-12 {
        width: 47%;
        margin: 7px 5px;
    }
  section.games .game-detail .comment-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  section.games .game-detail .comment-box .left {
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
  }
  section.games .game-detail .comment-box .left:after {
    display: none;
  }
  section.games .game-detail .comment-box .left .stars {
    margin-bottom: 0;
  }
  section.games .game-detail .comment-box .right {
    padding: 20px;
  }
  section.games .game-detail .comment-box .right h4 {
    font-weight: bold;
    font-size: 20px;
  }
  section.games .game-detail .comment-box .right p {
    font-weight: 500;
    font-size: 16px;
  }
  section.games .game-detail ul.comment-pagination {
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    gap: 10px;
    margin: 0;
  }
  section.games .game-detail ul.comment-pagination li a {
    width: 63px;
    height: 63px;
    background-color: #fff;
    color: #ef790e;
    font-weight: 600;
    font-size: 29px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.games .game-detail ul.comment-pagination li a:hover {
    color: #fff;
    background: #ef790e;
  }
  section.games .game-detail .add-comment {
    border-radius: 10px;
    padding: 20px;
  }
  section.games .game-detail .add-comment.active {
    display: block;
  }
  section.games .game-detail .add-comment h4 {
    font-weight: 600;
    font-size: 38px;
    color: #ef790e;
  }
  section.games .game-detail .add-comment p {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
  }
  section.games .game-detail .add-comment form textarea {
    font-weight: 600;
    font-size: 22px;
    height: 220px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    resize: none;
    padding: 35px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  section.games .game-detail .add-comment form textarea::-webkit-input-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form textarea:-moz-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form textarea::-moz-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form textarea:-ms-input-placeholder {
    color: #272727;
  }
  section.games .game-detail .add-comment form button {
    height: 60px;
    border-radius: 10px;
    background: #ef790e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    border: none;
    padding: 12px 50px;
    margin: 0 auto;
  }
  section.games .game-detail .game-detail-box {
    font-family: "Montserrat", sans-serif;
    color: #151515;
  }
  section.games .game-detail .game-detail-box img {
    margin-bottom: 20px;
  }
  section.games .game-detail .game-detail-box h4 {
    font-weight: bold;
    font-size: 32px;
  }
  section.games .game-detail .game-detail-box p {
    font-weight: 500;
    font-size: 20px;
  }

  section.account {
    padding: 50px 0;
    overflow: hidden;
  }
  section.account .account-tab-container .account-tab-header {
    flex-direction: row;
    overflow: auto!important;
    height: 200px;
  }
  section.account .account-tab-container .account-tab-header .item {
    width: 100%;
    border-right: unset;
    border-bottom: 1px solid #C7C7C7;
    padding-left: 5px;
  }
  section.account .account-tab-container .account-tab-header .item:last-child {
    border-right: none;
  }
  section.account .account-tab-container .account-tab-header .item img {
    margin-bottom: 20px;
  }
  section.account .account-tab-container .account-tab-header .item span {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
  }
  section.account .account-tab-container .account-tab-header .item:hover, section.account .account-tab-container .account-tab-header .item.active {
    background-color: #EF790E;
  }
  section.account .account-tab-container .account-tab-header .item:hover span, section.account .account-tab-container .account-tab-header .item.active span {
    color: #fff;
  }
  section.account .account-tab-container .tab-container {
      margin-top: 20px;
  }
  section.account .account-tab-container .tab-container .user-profile-box {
      padding: 30px 0;
  }
  section.account .account-tab-container .tab-container .user-profile-box .img {
    margin-bottom: 35px;
  }
  section.account .account-tab-container .tab-container .user-profile-box .img img {
    max-width: 117px;
    max-height: 117px;
  }
  section.account .account-tab-container .tab-container .user-profile-box h8 {
      display: none;
  }
  section.account .account-tab-container .tab-container .user-profile-box .buttons {
    margin-bottom: 0px;
  }
  section.account .account-tab-container .tab-container .user-profile-box .buttons .sub-buttons .price {
    text-align: center;
  }
  section.account .account-tab-container .tab-container .user-profile-box .buttons .sub-buttons .price .button span {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin: 0;
  }
  section.account .account-tab-container .tab-container .user-profile-box ul {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  section.account .account-tab-container .tab-container .user-profile-box ul li a {
    font-weight: 500;
    font-size: 20px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
  }
  section.account .account-tab-container .tab-container .tab-inner {
    margin-top: 40px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content form label {
    font-size: 28px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content form input {
    height: 68px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #707070;
    font-weight: 400;
    font-size: 26px;
    color: #4c4c4c;
    padding-left: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content form button {
    padding: 0px 40px;
    border-radius: 0.5rem;
    background: #ef790e;
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: flex;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .search input {
    width: 100%;
    height: 57px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid rgba(112, 112, 112, 0.65);
    padding-left: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .search button {
    outline: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item {
    flex-direction: column;
    position: relative;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .img img {
    max-height: unset;
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .desc {
    width: 100%;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .desc h4 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .desc p {
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
    margin: 0;
    line-height: 24px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .stock {
    flex: 1;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .date span {
    color: #EF790E;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .date p {
    color: #4c4c4c !important;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .count {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .count span {
    color: #EF790E;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .count p {
    color: #4c4c4c;
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .siparis-gecmisi-liste .game-list-item .buttons {
    width: 100%;
    margin-top: 30px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content ul.account-pagination {
    display: none;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item {
    border-radius: 10px;
    background: #f0f0f0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    transition: all ease 0.3s;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .header {
    display: flex;
    align-items: center;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .header .right {
    font-weight: 600;
    font-size: 12px;
    color: #767676;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .header .right p {
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .price {
    font-weight: 600;
    font-size: 59px;
    color: #ef790e;
    text-align: center;
    padding: 15px;
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .odeme-gecmisi-liste .item .text {
    font-weight: 600;
    font-size: 16px;
    color: #767676;
    text-align: center;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste > .header {
    margin-bottom: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste > .header a.add {
    width: 50px;
    height: 50px;
    background: #ef790e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 40px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste > .header .search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item {
    flex-direction: column;
    padding: 12px !important;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .desc {
    flex-direction: column;
    align-items: flex-start;
    flex: 4;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .desc h4 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .desc p {
    font-weight: 500;
    font-size: 18px;
    color: #4c4c4c;
    margin: 0;
    line-height: 24px;
    text-align: left;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .date {
    margin-bottom: 12px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .date p {
    margin: 0;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .buttons {
    flex: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  section.account .account-tab-container .tab-container .tab-inner .tab-content .destek-talepleri-liste .destek-item .buttons a {
    height: 45px;
    border-radius: 100px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    padding: 0 25px;
    flex: 1;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #ef790e;
    max-width: 240px;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
  }

  section.my-basket {
    padding: 30px 0;
  }
  section.my-basket .basket-stage .stage {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  section.my-basket .basket-stage .stage.active .top:after, section.my-basket .basket-stage .stage:hover .top:after {
    background-color: #EF790E;
  }
  section.my-basket .basket-stage .stage.active .top .icons, section.my-basket .basket-stage .stage:hover .top .icons {
    background-color: #EF790E;
  }
  section.my-basket .basket-stage .stage.active span, section.my-basket .basket-stage .stage:hover span {
    color: #EF790E;
  }
  section.my-basket .basket-stage .stage.confirmation .top:after {
    background-color: #2DCE89;
  }
  section.my-basket .basket-stage .stage.confirmation .top .icons {
    background-color: #2DCE89;
  }
  section.my-basket .basket-stage .stage.confirmation span {
    color: #2DCE89;
  }
  section.my-basket .basket-stage .stage .top {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.my-basket .basket-stage .stage .top:after {
    content: "";
    transition: all ease 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #707070;
    height: 1px;
    right: 0;
    z-index: -1;
    transform: translateY(50%);
  }
  section.my-basket .basket-stage .stage .icons {
    transition: all ease 0.3s;
    width: 50px;
    height: 50px;
    background: #767676;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.my-basket .basket-stage .stage .icons .icon {
    max-width: 24px;
    max-height: 24px;
    color: #fff;
  }
  section.my-basket .basket-stage .stage > span {
    font-weight: 600;
    font-size: 8px;
    transition: all ease 0.3s;
    color: #767676;
    min-height: 50px;
    text-align: center;
  }
  section.my-basket .payment-boxes {
    margin-bottom: 80px;
  }
  section.my-basket .payment-boxes .item:hover, section.my-basket .payment-boxes .item.active {
    border: 2px solid #EF790E;
  }
  section.my-basket .payment-boxes .item .image {
    max-width: 90%;
  }
  section.my-basket .payment-boxes .item .image img {
    width: 100%;
  }
  section.my-basket .payment-boxes .item span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1b9cd3;
  }
  section.my-basket form.invoice h4 {
    font-size: 18px;
  }
  section.my-basket form.invoice h4 a {
    text-decoration: underline !important;
    font-size: 17px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
  }
  section.my-basket form.invoice h4 a svg {
    width: 6.51px;
    height: 11.39px;
    margin-right: 10px;
  }
  section.my-basket form.invoice h4.border-0 {
    padding: 0;
    margin-bottom: 20px;
  }
  section.my-basket form.invoice .form-group {
    margin-bottom: 30px;
  }
  section.my-basket form.invoice label {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    margin-bottom: 12px;
  }
  section.my-basket form.invoice input[type=text] {
    height: 68px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #707070;
    width: 100%;
    padding-left: 20px;
    font-size: 26px;
    color: #4c4c4c;
  }
  section.my-basket form.invoice select {
    border: 1px solid #707070;
    height: 68px;
    border-radius: 10px;
  }
  section.my-basket form.invoice .form-check input {
    width: 40px;
    height: 40px;
  }
  section.my-basket form.invoice .form-check label {
    font-size: 13px;
    color: #242424;
    cursor: pointer;
    margin: 0;
    margin-left: 20px;
  }
  section.my-basket form.invoice .btn {
    width: 302px;
    height: 68px;
    border-radius: 10px;
    background: #ef790e;
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
  }
  section.my-basket form.invoice .payment-total .content {
    width: 100%;
    height: 95px;
    border-radius: 10px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  section.my-basket form.invoice .payment-total .content span {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #4c4c4c;
  }
  section.my-basket form.invoice .payment-total .content h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 38px;
    text-align: left;
    color: #ef790e;
    margin: 0;
  }
  section.my-basket form.invoice .payment-total img {
    margin-bottom: 20px;
  }
  section.my-basket .result-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  section.my-basket .result-box h4 {
    font-size: 32px;
  }
  section.my-basket .result-box p {
    font-size: 22px;
    margin-bottom: 30px;
  }
  section.my-basket .result-box a {
    width: 100%;
    height: 91px;
    border-radius: 45.5px;
    background: #ef790e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 33px;
    text-align: center;
    color: #fff;
  }

  .basket-table .head {
    display: flex;
    align-items: center;
    gap: 0 13px;
    margin-bottom: 30px;
  }
  .basket-table .head .item {
    display: none;
  }
  .basket-table .head .item:first-child {
    flex: 4;
    justify-content: flex-start;
    display: flex;
  }
  .basket-table .head .item > svg {
    width: 29px;
    height: 29px;
    margin-right: 30px;
    margin-left: 40px;
  }
  .basket-table .head .item span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #313131;
  }
  .basket-table .content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .basket-table .content .row-item {
    flex-direction: column;
  }
  .basket-table .content .item {
    flex-direction: column;
    position: relative;
  }
  .basket-table .content .item:first-child {
    flex: 4;
    justify-content: flex-start;
  }
  .basket-table .content .item > svg {
    width: 27px;
    height: 34px;
    margin-right: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
  }
  .basket-table .content .item .image {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .basket-table .content .item .image img {
    max-height: unset;
    width: 100%;
  }
  .basket-table .content .item .text {
    padding-right: 0;
  }
  .basket-table .content .item .text h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
  }
  .basket-table .content .item .text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 22px;
    color: #313131;
  }
  .basket-table .content .item .basket-input {
    width: 85px;
    margin-bottom: -45px;
    margin-left: -130px;
  }
  .basket-table .content .item .basket-input input {
    height: 42px;
    border-radius: 50px;
    padding-left: 5px;
  }
  .basket-table .content .item .basket-input svg {
    width: 19px;
    height: 19px;
  }
  .basket-table .content .item .price {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: right;
    margin-right: -130px;
  }
  .basket-table .content .item .price span {
    font-size: 26px;
    color: #fff;
    line-height: 0.5;
  }
  .basket-table .content .item .price del {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ef790e;
    line-height: 1;
  }

  .empty-label {
    display: none;
  }

  #resetPassword .modal-header {
    border: none;
  }
  #resetPassword .modal-header .button-circle {
    width: 68px;
    height: 68px;
    background: #f0f0f0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #resetPassword .modal-header .button-circle button {
    margin: 0;
  }
  #resetPassword .modal-body svg {
    margin-bottom: 60px;
  }
  #resetPassword .modal-body h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: #fff;
  }
  #resetPassword .modal-body form input {
    height: 91px;
    width: 100%;
    border-radius: 45.5px;
    background: #fff;
    border: 1px solid #707070;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
    margin: 38px 0;
    padding: 0 60px;
  }
  #resetPassword .modal-body form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
  }
  #resetPassword .modal-body form input:-moz-placeholder {
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
  }
  #resetPassword .modal-body form input::-moz-placeholder {
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
  }
  #resetPassword .modal-body form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
  }
  #resetPassword .modal-body form button {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 80%;
  }

  #paymentModalUnsuccessful .modal-header {
    border: none;
  }
  #paymentModalUnsuccessful .modal-header .button-circle {
    width: 68px;
    height: 68px;
    background: #f0f0f0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #paymentModalUnsuccessful .modal-header .button-circle button {
    margin: 0;
  }
  #paymentModalUnsuccessful .modal-body svg {
    margin-bottom: 60px;
  }
  #paymentModalUnsuccessful .modal-body h4 {
    font-size: 32px;
  }
  #paymentModalUnsuccessful .modal-body p {
    font-size: 22px;
    line-height: 30px;
  }

  #paymentModalSuccessful .modal-header {
    border: none;
  }
  #paymentModalSuccessful .modal-header .button-circle {
    width: 68px;
    height: 68px;
    background: #f0f0f0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  #paymentModalSuccessful .modal-header .button-circle button {
    margin: 0;
  }
  #paymentModalSuccessful .modal-body svg {
    margin-bottom: 60px;
  }
  #paymentModalSuccessful .modal-body h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #4c4c4c;
  }
  #paymentModalSuccessful .modal-body p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #4c4c4c;
    line-height: 30px;
  }

  section.auth-page {
    padding-bottom: 100px;
  }
  section.auth-page .col.col-lg-4 {
      width: 33%;
  }
  section.auth-page .auth-tab-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  section.auth-page .auth-tab-header a {
    border-radius: 0.5rem;
    background: #19191b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    padding: 11px 27px;
    margin: 0 15px;
    transition: all ease 0.3s;
    font-weight: 500;
    font-size: 21px;
    text-align: left;
    color: #ef790e;
  }
  section.auth-page .auth-tab-header a:hover, section.auth-page .auth-tab-header a:focus {
    background: #ef790e;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    color: #fff;
  }
  section.auth-page .auth-tab-header a.active {
    background: #ef790e;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    color: #fff;
  }
  section.auth-page .form-container {
    position: relative;
    border-radius: 41px;
    background: #19191b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 50px;
  }
  section.auth-page .auth-form button.btn.auth-btn {
      width: 60%;
      height: 50%;
    }
  section.auth-page .auth-form {
    transition: opacity 0.6s linear;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
  }
  section.auth-page .auth-form > * {
    opacity: 0;
  }
  section.auth-page .auth-form.active {
    opacity: 1;
    max-height: 1000px;
    visibility: visible;
  }
  section.auth-page .auth-form.active > * {
    opacity: 1;
  }
  section.auth-page .auth-form:after {
    content: "";
    position: absolute;
    top: -12.5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-mask-image: url("../img/svg/subdirectory-arrow-right.svg");
    width: 22.5px;
    height: 25.5px;
    background: #fff;
  }
  section.auth-page .auth-form h4 {
    font-weight: bold;
    font-size: 31px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  section.auth-page .auth-form .input-icon {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  section.auth-page .auth-form .input-icon .icon {
    width: 20.69px;
    height: 26.3px;
    position: absolute;
    left: 23px;
    color: #EF790E;
  }
  section.auth-page .auth-form .input-icon input {
    height: 66px;
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid #707070;
    width: 100%;
    padding-left: 70px;
    padding-right: 50px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .input-icon input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .input-icon input:-moz-placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .input-icon input::-moz-placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .input-icon input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #bcbcbc;
  }
  section.auth-page .auth-form .form-check {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  section.auth-page .auth-form .form-check .form-check-input {
    width: 33px;
    height: 32px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 0;
  }
  section.auth-page .auth-form .form-check .form-check-input:checked {
    background-color: #ef790e;
    border-color: #ef790e;
  }
  section.auth-page .auth-form .form-check label {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #fff;
  }
  section.auth-page .auth-form .login-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  section.auth-page .auth-form .login-footer > * {
    flex: 1;
  }
  section.auth-page .auth-form .login-footer > a {
    font-weight: 500;
    text-decoration: underline !important;
    font-size: 15px;
    color: #ef790e;
    text-align: right;
  }
  section.auth-page .auth-info-box {
    position: relative;
  }
  section.auth-page .auth-info-box:after {
    content: "";
    left: -50px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(112, 112, 112, 0.2);
    position: absolute;
  }
  section.auth-page .auth-info-box .box {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.auth-page .auth-info-box .box:last-child {
    margin-bottom: 0;
  }
  section.auth-page .auth-info-box .box .icons {
    border-radius: 35px;
    background: #19191b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin-bottom: 20px;
  }
  section.auth-page .auth-info-box .box .icons .icon {
    width: 78.08px;
    height: 79.87px;
  }
  section.auth-page .auth-info-box .box .text {
    text-align: center;
  }
  section.auth-page .auth-info-box .box .text p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
  }
  section.auth-page .auth-info-box .box .text p span {
    color: #ED760F;
  }
  .game-box .image .img .category {
      top: 70%;
  }
  .container.mt-4.mb-4 .leftt-mmenu {
      width: 100%;
  }
  .container.mt-4.mb-4 .leftt-mmenu .leftt-ttext {
      font-size: 28px;
      text-align: center;
  }
  .container.mt-4.mb-4 .leftt-mmenu p {
      font-size: 15px;
      text-align: center;
  }
  .container.mt-4.mb-4 .web-device-text {
      display:none;
  }
  .container.mt-4.mb-4 .categoryy-div {
      display: flex;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text {
      padding: 10px;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text h5 {
      font-size: 17px;
      text-align: center;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text p {
      text-align: center;
      line-height: 15px;
  }
  .container.mt-4.mb-4 .categoryy-div .mobile-device-text p span {
      font-size: 11px;
  }
  .container.mt-4.mb-4 .d-block.d-md-flex.justify-content-center.align-items-center a svg {
      display: none;
  }
  .kategori {
    width: 30%;
  }
  section.home-tabe {
  margin-top: -60px!important;
  }
  section.home-tabe .tab-header .tab-li span {
  padding: 0;
  }
  section.home-tabe .tab-header .tab-containermain {
  overflow-x: hidden;
  }
  section.home-tab .tab-header .tab-li span {
  padding: 0;
  }
  section.home-tab .tab-header .tab-containermain {
  overflow-x: hidden;
  }
  section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col {
  width: 33%;
  }
}
@media (max-width: 559.98px) {
    section.home-tabe {
    margin-top: -100px!important;
    }
}
@media (max-width: 539.98px) {
    section.home-tabe {
    margin-top: -110px!important;
    }
}
@media (max-width: 500.98px) {
    section.home-tabe {
    margin-top: -140px!important;
    }
}
@media (max-width: 490.98px) {
    section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col {
    width: 50%;
    }
}
@media (max-width: 450px) {
    section.home-tabe {
        margin-top: -120px;
    }
    .game-box .image .img .category {
      top: 65%;
  }
}
@media (max-width: 440.98px) {
    .kategori .text h3 {
        font-size: 9px; 
    }
    section.home-tabe {
    margin-top: -200px!important;
    }
    section.home-tabe .tab-header .tab-li span i {
    display: none;
    }
    section.home-tab .tab-header .tab-li span i {
    display: none;
    }
    section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col {
    width: 50%;
    }
}
@media (max-width: 430px) {
    section.home-tabe {
        margin-top: -125px;
    }
    .game-box .image .img .category {
      top: 63%;
  }
}
@media (max-width: 419.98px) {
    .kategori {
    width: 46%;
    }
    .kategori .text h3 {
    font-size: 12px;
    }
    section.home-tabe {
    margin-top: -230px!important;
    }
}
@media (max-width: 410px) {
    section.home-tabe {
        margin-top: -130px;
    }
    .game-box .image .img .category {
      top: 60%;
  }
}
@media (max-width: 399px) {
    section.home-tabe {
        margin-top: -145px;}

}
@media (max-width: 398px) {
    section.home-tab .tab-container .tab-inner .tab-content.active .modal-body .uyariozel {
     font-size: 13px;}
    section.home-tab .tab-container .tab-inner .tab-content.active .modal-body .div_aciklama {
        font-size: 14px;}
    section.home-tab .tab-container .tab-inner .tab-content.active .modal-body .col-xs-12.col-sm-12.col-md-12.col-lg-6.col-xxl-6 .basket-input {
        width: 100px;}
}
@media (max-width: 371.98px) {
    section.home-tabe .tab-header .tab-li {
    padding: 0px 3px;
    }
    section.home-tabe .tab-header .tab-li span {
    font-size: 12px;
    }
    section.home-tab .tab-header .tab-li {
    padding: 0px 3px;
    }
    section.home-tab .tab-header .tab-li span {
    font-size: 12px;
    }
}
@media (max-width: 369px) {
    section.home-tab .tab-container .tab-inner .tab-content.active .modal-body .uyariozel {
    font-size: 13px;}
    section.home-tab .tab-container .tab-inner .tab-content.active .modal-body .div_aciklama {
    font-size: 12px;
    }
    section.home-tab .tab-container .tab-inner .tab-content.active .modal-body .col-xs-12.col-sm-12.col-md-12.col-lg-6.col-xxl-6 .basket-input {
    width: 100px;}
    section.home-tabe {
    margin-top: -280px!important;
    }
}
@media (max-width: 363px) {
    section.home-tab .tab-container {
        border-radius: 0px 10px 10px 10px;
        padding: 10px 10px;
        position: relative;
        z-index: 9;
        margin-top: -1px;
    }
    section.home-tab .tab-container .tab-inner .tab-content {
            max-height: 0;
            visibility: hidden;
            opacity: 0;
            transition: all ease 0.3s;}
    section.home-tab .tab-container .tab-inner .tab-content.active {
                visibility: visible;
                opacity: 1;
                max-height: 10000px;}
    section.home-tab .tab-container .tab-inner .tab-content.active .modal-body .uyariozel {
     font-size: 12px;}
    section.home-tab .tab-container .tab-inner .tab-content.active .modal-body .div_aciklama {
        font-size:12px;}
    section.home-tab .tab-container .tab-inner .tab-content.active .modal-body .col-xs-12.col-sm-12.col-md-12.col-lg-6.col-xxl-6 .basket-input {
        width: 100px;}
    section.games .game-detail .game-banner .banner-detail .game-title {
        font-size: 25px;
    }
    section.games .game-detail .game-banner .banner-detail p {
        font-size: 12px;
    }
    section.home-tab .tab-inner div#product .row {
        justify-content: center;
    }
    section.games .col-xl-12.col-lg-6.col-12 {
        width: 90%;
    }
}
@media (max-width: 353px) {
    section.home-tab .tab-container {
        border-radius: 0px 10px 10px 10px;
        padding: 10px 3px;
        position: relative;
        z-index: 9;
        margin-top: -1px;
    }
    section.home-tab .tab-container .tab-inner .tab-content {
            max-height: 0;
            visibility: hidden;
            opacity: 0;
            transition: all ease 0.3s;}
    section.home-tab .tab-container .tab-inner .tab-content.active {
                visibility: visible;
                opacity: 1;
                max-height: 10000px;}
}
@media (max-width: 349px) {
    section.home-tabe {
        margin-top: -175px;
    }
    .mobileFixed .fixed-menu .item:last-child {
    display: none;
    }
}
@media (max-width: 338px) {
    section.games .col-xl-12.col-lg-6.col-12 {
        margin: 6px 4px
    }
    .kategori {
    width: 100%;
    }
    .kategori .image .img {
    height: 320px;
    }
    .kategori .text h3 {
    font-size: 15px;
    }
    section.home-tabe .tab-header .tab-li {
    padding: 0px 2px;
    }
    section.home-tabe .tab-header .tab-li span {
    font-size: 11px;
    }
    section.home-tab .tab-header .tab-li {
    padding: 0px 2px;
    }
    section.home-tab .tab-header .tab-li span {
    font-size: 11px;
    }
    section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col {
    width: 100%;
    }
}
@media (max-width: 320px) {
    section.games .game-list-item .img {
        display: none}
    section.games .game-list-item .desc .ribbon.ribbon-green {
        display:none}
    section.games .col-xl-12.col-lg-6.col-12 {
        width: 94%; margin: 3px 12px;}
    section.auth-page {
        display: none;}
    section.home-tabe .tab-containermain .tab-inner .tab-content.active .row.row-cols-xxl-5.row-cols-lg-3.row-cols-1 .col {
        width: 100%;}
    .game-box .image .img {
        padding-bottom: 44%;}
    section.games .games-list .game-box .footer {
        padding-top: 0;}
    section.home-tabe {
    margin-top: -460px;}
}

@media (max-width: 306.98px) {
    section.home-tabe .tab-header .tab-li {
    padding: 0px 1px;
    }
    section.home-tabe .tab-header .tab-li span {
    font-size: 10px;
    }
    section.home-tab .tab-header .tab-li {
    padding: 0px 1px;
    }
    section.home-tab .tab-header .tab-li span {
    font-size: 10px;
    }
    section.games .game-detail .game-banner .banner-detail .game-title {
        font-size: 20px;
    }
    section.games .game-detail .game-banner .banner-detail p {
        font-size: 8px!important;
    }
}

/*# sourceMappingURL=responsive.css.map */
