.hero .hero-bg {
    background: url(../img/img.png) #0b0b0b 0px 0px / 100% 90.966% no-repeat;
    width: 959px;
    height: 1045px;
    position: absolute;
    right: -100px;
    top: -26px;
    z-index: -18;
    filter: blur(0.5px) brightness(63%);
    opacity: 0.2;
}

.hero .hero-bg::before {
    content: "";
    position: absolute;
    top: 180px;
    right: -365px;
    border-radius: 735px;
    background: #7F00FF6B;
    filter: blur(253px);
    width: 735px;
    height: 735px;
    flex-shrink: 0;
    z-index: -3;
}

.hero {
    margin-top: 70px;
    overflow: hidden;
}

.video-slider {
    position: relative;
    height: 58vh;
    overflow: hidden;
    border-radius: 20px;
}

.slider-container {
    position: absolute;
    width: 100%;
    height: 300%;
    transition: transform 0.5s ease;
}

.slide {
    position: relative;
    height: 33.33%;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    position: absolute;
    top: 69%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    text-align: left;
}

.content h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-style: italic;
    font-size: 40px;
}

.content p {
    padding-right: 264px;
    text-transform: capitalize;
    margin-top: 14px;
    font-size: 16px;
}

.content .btn {
    margin-top: 16px;
}


.ep-btn-second .btn-icon {
    font-size: 12px;
    margin-left: 8px;
}

.slider-btn {
    position: absolute;
    right: 2px;
    transform: translateX(-50%);
    z-index: 3;
}

.slider-btn.up {
    top: 39%;
}

.slider-btn.down {
    bottom: 43%;
}

/* Categories */
/* Categories */
.categories {
    margin-top: 130px;
    position: relative;
}

.header.header-title h1 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}

.header.header-title h3 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin: 30px 0;
}

.cards-container-1,
.cards-container-2 {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.cards-container-1 .cat-card-slider {
    transition: transform 0.5s ease;
    position: relative;
    display: inline-block;
}

.categories .card-cat {
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#000000, #0a0a0a), linear-gradient(to top left, #7f00ff, black);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 0;
    margin-top: 40px;
    box-shadow: 0 10px 20px rgba(127, 0, 255, 0.2);
    position: relative;
    overflow: hidden;
    /*transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
    transform-origin: center;
    cursor: pointer;
    transition: all 0.5s ease;
    /*margin: 40px 7px 0 7px;*/
}

.categories .card-cat:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(127, 0, 255, 0.3);
}


.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.categories .cat-card-slider {
    padding: 12px 9px;
}

.categories .card-cat img {
    width: 100%;
    transition: all 0.3s ease;
    height: 136px;
    object-fit: cover;
}

.categories .card-cat h4 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 15px 10px 3px 12px;
}

.cat-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.slider-btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
}


/* Categories */
/* featured */
.featured {
    margin-top: 130px;
    position: relative;
}

.featured-card-wrapper {
    position: relative;
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.featured-card {
    position: relative;
    z-index: 2;
    background: linear-gradient(#000000, #0a0a0a);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 20px rgba(127, 0, 255, 0.3);
}

.featured-card-img {
    position: relative;
}

.featured-card-img span {
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 8px;
    font-size: 12px;
    background: #171717;
    padding: 5px 13px;
    border-radius: 10px 10px 0 0;
}

.featured::before {
    content: "";
    position: absolute;
    top: 61px;
    right: 174px;
    border-radius: 735px;
    background: #7F00FF6B;
    filter: blur(195px) brightness(34%);
    width: 1330px;
    height: 450px;
    flex-shrink: 0;
    z-index: -4;
}

.featured-card-wrapper::before,
.featured-card-wrapper::after {
    content: '';
    position: absolute;
    left: -71%;
    top: -78%;
    width: 257%;
    height: 270%;
    background: conic-gradient(#fdd0, rgba(136, 30, 242, 0.85), #0000 50%);
    animation: rotate 2s linear infinite;
}

.featured-card-wrapper::after {
    background: conic-gradient(transparent, rgba(127, 0, 255, 0.15), transparent 30%);
    animation-duration: 4s;
    animation-direction: reverse;
}

.featured-card-wrapper:hover .featured-card {
    transform: scale(0.98);
    box-shadow: 0 0 30px rgba(127, 0, 255, 0.5);
    border-radius: 6px;
}


.featured-card img {
    width: 100%;
    min-height: 184px;
    border-radius: 6px;
}

.featured-card-body {
    padding: 12px 9px;
    background: black;
    margin-bottom: 0;
    border-radius: 6px;
}

.featured-card-body h4 {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

.featured-card-body p {
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 12px 0;
    margin-bottom: 10px;
}

.featured-card-body footer {
    text-align: right;
}

.featured-card-body footer .icon {
    background: #6B00D6;
    padding: 10px 12px;
    border-radius: 25px;
}

/*!* special-offers *!*/
/*.special-offers {*/
/*    margin-top: 130px;*/
/*    position: relative;*/
/*}*/

/*.special-offers-card {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    background: linear-gradient(#000000, #0a0a0a);*/
/*    border-radius: 8px;*/
/*    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
/*    box-shadow: 0 0 20px rgba(127, 0, 255, 0.3);*/
/*    display: flex;*/
/*    overflow: hidden;*/
/*}*/

/*.special-offers-card .special-offers-img {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.special-offers-card-wrapper {*/
/*    position: relative;*/
/*    margin-top: 50px;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*}*/

/*.special-offers::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 61px;*/
/*    right: 174px;*/
/*    border-radius: 735px;*/
/*    background: #7F00FF6B;*/
/*    filter: blur(198px) brightness(25%);*/
/*    width: 1330px;*/
/*    height: 450px;*/
/*    flex-shrink: 0;*/
/*    z-index: -4;*/
/*}*/

/*.special-offers-card-wrapper::before,*/
/*.special-offers-card-wrapper::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -71%;*/
/*    top: -78%;*/
/*    width: 257%;*/
/*    height: 270%;*/
/*    background: conic-gradient(#fdd0, rgba(136, 30, 242, 0.85), #0000 50%);*/
/*    animation: rotate 2s linear infinite;*/
/*}*/

/*.special-offers-card-wrapper::after {*/
/*    background: conic-gradient(transparent, rgba(127, 0, 255, 0.15), transparent 30%);*/
/*    animation-duration: 4s;*/
/*    animation-direction: reverse;*/
/*}*/

/*.special-offers-card-wrapper:hover .special-offers-card {*/
/*    transform: scale(0.98);*/
/*    box-shadow: 0 0 30px rgba(127, 0, 255, 0.5);*/
/*}*/

/*@keyframes rotate {*/
/*    0% {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    100% {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

/*.special-offers .special-offers-card .special-offers-img img {*/
/*    width: 136px;*/
/*    min-height: 128px;*/
/*    object-fit: cover;*/
/*}*/

/*.special-offers .special-offers-card .special-offers-body {*/
/*    padding: 13px 5px 19px 11px;*/
/*    background: black;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.special-offers .special-offers-card .special-offers-body h4 {*/
/*    font-size: 18px;*/
/*    margin-bottom: 20px;*/
/*    font-style: oblique;*/
/*}*/

/*.special-offers .special-offers-card .special-offers-body span {*/
/*    border-radius: 4px;*/
/*    background: var(--default-color);*/
/*    padding: 4px 19px;*/
/*}*/

/*!* special offers *!*/
/* category offers */
.category-offers {
    margin-top: 130px;
    position: relative;
}

.category-offers .cat-card {
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#000000, #0a0a0a), linear-gradient(to top left, #7f00ff, black);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 0;
    margin-top: 40px;
    box-shadow: 0 10px 20px rgba(127, 0, 255, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    cursor: pointer;
}

.category-offers .cat-card:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 30px rgba(127, 0, 255, 0.3);
}

.category-offers .cat-card img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.category-offers .cat-card footer h4 {
    font-size: 23px;
    margin: 15px 0 12px 2px;
    text-transform: capitalize;
}

.category-offers .cat-card footer {
    padding: 0 0 18px 13px;
    position: relative;
}

.category-offers .cat-card footer span {
    margin-right: 13px;
    padding: 3px 10px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 7px;
    font-size: 12px;
}

.category-offers .cat-card footer a {
    text-align: right;
    color: var(--second-color);
    position: absolute;
    bottom: 18px;
    right: 17px;
}

.category-offers .cat-card footer a .icon {
    margin-left: 10px;
}

/* category offers */
/* products */
.products {
    margin-top: 130px;
    position: relative;
}

.products .products-card-row {
    margin: 0;
}

.products .products-card-row:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    /*padding: 0 30px;*/
}

.products .product-card-wrapper {
    position: relative;
    margin-top: 35px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    max-height: 100px;
}

.products .products-card-row .header.header-title h3 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin: 18px 0 5px 0;
}

.products .products-card-row:last-child .header-title:nth-child(4) h3 {
    margin: 35px 0 6px 0;
}

.products .product-card {
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(25, 25, 25, 1), rgba(0, 0, 0, 1));
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 20px rgba(127, 0, 255, 0.3);
    display: flex;
    overflow: hidden;
    height: 100%;
}

.products .product-card img {
    width: 125px;
    height: 100%;
    position: relative;
    z-index: 2;
}

.products::before {
    content: "";
    position: absolute;
    top: 61px;
    right: 174px;
    border-radius: 735px;
    background: #7F00FF6B;
    filter: blur(198px) brightness(25%);
    width: 1330px;
    height: 450px;
    flex-shrink: 0;
    z-index: -4;
}

.product-card-wrapper::before,
.product-card-wrapper::after {
    content: '';
    position: absolute;
    left: -71%;
    top: -78%;
    width: 257%;
    height: 270%;
    background: conic-gradient(#fdd0, rgba(136, 30, 242, 0.85), #0000 50%);
    animation: rotate 2s linear infinite;
}

.product-card-wrapper::after {
    background: conic-gradient(transparent, rgba(127, 0, 255, 0.15), transparent 30%);
    animation-duration: 4s;
    animation-direction: reverse;
}

.product-card-wrapper:hover .product-card {
    transform: scale(0.98);
    box-shadow: 0 0 30px rgba(127, 0, 255, 0.5);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.products .product-card .product-card-content {
    padding: 3px 11px;
    position: relative;
    z-index: 2;
}

.products .product-card .product-card-content h4 {
    font-size: 19px;
    margin: 9px 0 19px 0;
}

.products .product-card .product-card-content a {
    color: var(--second-color);
    font-size: 14px;
}

.products .product-card .product-card-content a .icon {
    margin-left: 10px;
}

/* products */
/* Category slider */
.game-hero {
    margin: 210px 0;
}

.game-hero .game-image-slider {
    position: relative;
}

.game-slide:not(.active) {
    filter: brightness(46%);
}

.game-hero .header.header-title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 65px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.game-hero .game-content .icon {
    width: 58px;
    margin-right: 15px;
}

.game-hero .game-content .game-header {
    display: flex;
    align-items: center;
}

/*.game-hero .header.header-title h1 {*/
/*    font-size: 43px;*/
/*    margin: 8px 0 0 0;*/
/*}*/

.game-slide.active {
    transform: scale(1);
    opacity: 1;
}

.game-hero .game-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.game-hero .game-slide:not(.active) {
    top: 100px;
}

.game-hero .game-slide {
    position: relative;
    min-width: 100%;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.5s ease;
    transform: scale(0.97);
    opacity: 0.9;
}

.game-image-slider .game-slide .game-slide-img img {
    object-fit: cover;
    width: 100%;
    height: 520px;
    border-radius: 22px;
    border: 2px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    cursor: pointer;
}

/*.game-slide:first-child img {*/
/*    background-image: linear-gradient(#000, #0a0a0a), linear-gradient(to top left, rgb(141, 2, 1), black);*/
/*    box-shadow: 0 10px 20px rgba(137, 0, 1, 0.35);*/
/*}*/

/*.game-slide:nth-child(2) img {*/
/*    background-image: linear-gradient(#000, #0a0a0a), linear-gradient(to top left, rgba(11, 34, 237, 1), rgba(255, 255, 255, 0.08));*/
/*    box-shadow: 0 10px 20px rgba(11, 34, 237, 0.62);*/
/*}*/

/*.game-slide:last-child img {*/
/*    background-image: linear-gradient(#000, #0a0a0a), linear-gradient(to top left, rgba(189, 255, 0, 1), rgba(255, 255, 255, 0.08));*/
/*    box-shadow: 0 10px 20px rgba(189, 255, 0, 0.19);*/
/*}*/


.game-slider-btn-arrow {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 12px;
    cursor: pointer;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    border-radius: 60px;
    font-size: 17px;
}

.game-slider-btn.left {
    right: -33px;
}

.game-slider-btn.right {
    right: -87px;
}

.game-hero .game-content {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 50%;*/
    /*z-index: 2;*/
    /*text-align: left;*/
    /*bottom: 0;*/
    /*width: 50%;*/
    /*padding: 56px 53px 0 38px;*/
    /*border-radius: 22px;*/
    /*background: linear-gradient( to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.77) 50%, rgba(0, 0, 0, 0.03) 100% );*/
    position: absolute;
    left: 23px;
    top: 3px;
    right: 50%;
    z-index: 2;
    text-align: left;
    bottom: 1px;
    width: 50%;
    padding: 55px 32px 0 33px;
    border-radius: 22px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.77) 50%, rgba(0, 0, 0, 0.01) 100%);
}

.game-hero .game-content h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: -5px;
}

.game-hero .game-content p {
    padding: 27px 150px 7px 0;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
}

.game-hero .game-content .game-slide-img-group {
    display: flex;
}

.game-hero .game-content .game-slide-img-group img {
    display: flex;
    width: 100%;
    border-radius: 8px;
    height: 80px;
    margin-bottom: 37px;
    object-fit: cover;
}


.game-hero .game-content .img-slider-card .btn {
    padding: 8px 10px;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
}

/* Category slider */
/* About Ep4n */
.about-ep4n {
    overflow: hidden;
}

.about-ep4n .about-ep4n-img {
    position: relative;
}

.about-ep4n .about-ep4n-img img {
    width: 172px;
    height: 1418px;
    position: absolute;
    transform: skew(-34deg);
    transition: transform 0.3s ease;
}

.about-ep4n .about-ep4n-img img:first-child {
    right: 469px;
    top: -226px;
}

.about-ep4n .about-ep4n-img img:nth-child(2) {
    right: 230px;
    top: 0;
}

.about-ep4n .about-ep4n-img img:last-child {
    right: 55px;
    top: -550px;
}

.about-ep4n:hover .about-ep4n-img img:first-child,
.about-ep4n:hover .about-ep4n-img img:nth-child(2) {
    transform: skew(-34deg) translateY(-642px);
}

.about-ep4n:hover .about-ep4n-img img:last-child {
    transform: skew(-34deg) translateY(550px);
}

.about-ep4n .about-ep4n-content {
    padding: 126px 0;
}

.about-ep4n .about-ep4n-content h1 {
    font-weight: bold;
    font-size: 46px;
}

.about-ep4n .about-ep4n-content p {
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
    padding: 20px 0;
}

.about-ep4n .about-ep4n-content .btn {
    padding: 10px 45px;
}

/* About Ep4n */
/* Faqs */
.faqs {
    margin-top: 150px;
    position: relative;
}

.faqs::before {
    content: "";
    position: absolute;
    top: 61px;
    right: 68px;
    border-radius: 735px;
    background: #7F00FF6B;
    filter: blur(198px) brightness(25%);
    width: 1530px;
    height: 450px;
    flex-shrink: 0;
    z-index: -4;
}

.faqs .card-qus {
    margin-top: 63px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#000000, #0a0a0a), linear-gradient(to top left, #7f00ff, black);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 0;
    box-shadow: 0 3px 7px rgba(127, 0, 255, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-right: -65px;
    margin-left: 32px;
    z-index: 1;
}

.faqs .card-qus .qus:hover {
    background: linear-gradient(to left, #000 -14%, #8707ffb2 201%);
    color: #fff;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.faqs .card-qus .qus.active {
    background: linear-gradient(to left, #000 -14%, #8707ffb2 201%);
    color: #fff;
    opacity: 1;
    /*transform: translateY(10px);*/
    animation: animationIn 1s forwards;
}

.faqs .card-qus .qus {
    padding: 20px 20px;
    position: relative;
    /*transition: background 0.3s, color 0.3s;*/
    /*transform: translateY(0);*/
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.faqs .card-qus .qus:first-child {
    background-color: #7f00ff;
    color: white;
    opacity: 1;
    /*transform: translateY(10px);*/
}

.faqs .card-qus .qus:not(.active) {
    background-color: transparent;
    color: inherit;
}

.faqs .card-qus .qus:not(:last-child) {
    border-bottom: 1px solid #2d2d2d70;
}

.faqs .card-qus .qus p {
    margin: 0;
}

.faqs .card-qus .qus .qus-icon {
    position: absolute;
    right: 19px;
    top: 26px;
}

.faqs .card-answer {
    margin-top: 30px;
    background: linear-gradient(179.35deg, #191919 0.56%, #000 99.47%);
    padding: 67px 20px 55px 58px;
    border-radius: 10px;
    height: 100%;
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(10px);
}

.faqs .card-answer.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.faqs .card-answer h1 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 22px;
}

.faqs .card-answer.active h1 {
    animation: animationIn 1s forwards;
}

.faqs .card-answer p {
    line-height: 31px;
    font-size: 15px;
    font-weight: 500;
    opacity: 0;
    animation: animationIn 1s forwards;
}

.faqs .card-answer.active p {
    animation: animationIn 1s forwards;
}

@keyframes animationIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Faqs */