section.home-slider {
    margin-top: 0;
}

section.home-slider .left-container .slider-area .owl-carousel .item:before,
section.home-slider .boxes-container .boxes:after,
.banner-box .image:after,
.popular-category .content .owl-carousel .item .image:after,
.home-blog .image:before,
.home-blog .image:after {
    background: none;
}

section.home-slider .left-container .slider-area .owl-carousel .item img {
    height: 525px;
}

section.home-tab .tab-header .cagri-merkezi {
    top: -56px;
}

section.home-tab .tab-header .tab-button span {
    font-size: 20px !important;
}

.game-category-button {
    padding: 5px 10px;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    overflow: visible;
    cursor: move;
}

.game-category-button .item {
    margin-right: 18px;
    position: relative;
    top: 5px;
    margin-bottom: 10px;
    background: rgba(17, 21, 30, .70);
    height: 55px;
    padding: 7.5px;
    border-radius: 50px;
    margin-inline: 2.5px;
}

.game-category-button .item div {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
}

.game-category-button .item div img {
    width: 40px;
    height: 40px;
    border-radius: 64px;
    margin-right: 10px;
}

.game-category-button .item div b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: rgb(218 228 255);
    font-weight: 500;
}

.game-category-button .item div span {
    font-size: 11px;
    color: rgb(146 158 189);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 10px;
    width: calc(100% - 2px);
}

.game-category-button .item::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 300px;
    width: 90px;
    height: 90px;
    top: -2px;
    left: -2px;
    background: linear-gradient(180deg, rgb(189 0 79) 0, #fff 34%, #fff 69%, rgb(189 0 79) 100%);
    animation: spinner 2.5s linear infinite;
}

a.item.slick-slide {
    width: 150px !important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.mobileHeader {
    position: inherit;
}

section.home-tab {
    margin-top: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #000000fa;
}

.btn.custom-btn {
    color: #d9dae9;
}

header .header-top {
    background-color: #191a27;
}

header .header-main {
    background: #25273a;
    height: 70px;
}

.basket-input .icon {
    color: #70acfc;
}

section.auth-page .auth-info-box:after {
    background: none;
}

section.auth-page .auth-info-box .box .text p {
    font-size: 18pt;
}

section.games .game-detail .game-banner .banner-detail {
    width: 100%;
    height: 100%;
}

section.games .games-filter a {
    background-color: #19191b;
    color: #fff;
}

section.games .games-filter a:hover {
    background-color: #fff;
}

.basket-table .head .item:first-child,
.basket-table .head .item {
    background-color: #191a27;
}

body {
    overflow-x: hidden;
}

body::-webkit-scrollbar-thumb {
    background: #353a4e;
    border-radius: 2px;
}

.game-category-button .slick-track a:hover {
    background-color: rgba(30, 33, 48, .5) !important;
    transform: translateY(-2px);
}

.detail-right-bottom .buttons button.htm,
.detail-right-bottom .buttons button {
    border: none;
    font-size: 18px;
    font-weight: 600;
}

.detail-right-bottom .buttons button {
    background-color: #09090a;
}

.detail-right-bottom .buttons button:hover {
    background-color: #00bfff;
    color: #fff;
}

.cke_notifications_area {
    display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    header .header-main {
        height: 200px;
    }

    header .header-top,
    .basket-area {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .basket-input {
        margin-bottom: 1em;
    }

    .sepet-gun {
        width: 100% !important;
        font-size: 19px !important;
        margin-bottom: 1em;
    }

    section.home-slider {
        margin-top: 0 !important;
    }

    section.home-slider .left-container .slider-area .owl-carousel {
        margin-bottom: 0 !important;
    }

    .game-category-button {
        margin: 20px 0 0;
    }

    .game-category-button .item {
        margin-left: 5px;
    }

    .game-category-button .item div img {
        width: 40px;
        height: 40px;
    }

    .game-category-button .item::after {
        width: 75px;
        height: 75px;
    }

    section.home-slider .left-container .slider-area .owl-carousel .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.home-slider .boxes-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: auto;
        margin-top: 1.5rem !important;
    }

    section.home-slider .boxes-container .boxes {
        display: block;
        max-width: 100%;
        height: 100px;
    }

    .banner-box .image-two {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .banner-box .image-two .image {
        margin: 5px;
    }
}