html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Roboto Flex, sans-serif;
    background-image: url(../images/banner/abstract-space.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

input,
textarea,
select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .1)
}

body {
    font-size: 1rem;
    color: #333;
    font: normal 125%/1.4;
    overflow-x: hidden;
}

/*body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #fff;
      text-transform: capitalize;
} */

body h1 {
    font-size: calc(1.6875rem + 5.25vw)
}

@media(min-width: 1200px) {
    body h1 {
        font-size: 5.625rem
    }
}

body h2 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    body h2 {
        font-size: 2.5rem
    }
}

body h3 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    body h3 {
        font-size: 1.5rem
    }
}

body h4 {
    font-size: 1.25rem
}

body h5 {
    font-size: 1.125rem
}

body h6 {
    font-size: 1rem
}

.tab-xtext h3 {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


body a>h1,
body a>h2,
body a>h3,
body a>h4,
body a>h5,
body a>h6 {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

body a {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    display: inline-block;
    text-decoration: none;
}


body ul {
    padding: 0
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1)
    }

    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1)
    }
}

.main-ubanner {
    background: radial-gradient(117.4% 100% at 50% 0%, #1d2450 0%, #2c1f5b 40%, #361f58 90%);
    opacity: 0.9;
    padding: 100px 0px;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@keyframes rotating {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(360deg)
    }
}

.account-form .form-group .checkgroup,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-single .review .review-content .description .post-item,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .review .review-nav,
.shop-single .product-details .post-content form,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-page .shop-product-wrap .product-list-item,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.contact-form-wrapper .contact-form form.comment-form,
.contact-form,
.widget.widget-tags ul.widget-wrapper,
.single-quote,
.share,
.tags,
.tags-area,
.comment-respond .add-comment .comment-form,
.comments .comment-list .comment .com-content .com-title,
.authors,
.gallery-filter,
.testimonial-item .testimonial-inner .testimonial-footer ul,
.testimonial-item .testimonial-inner .testimonial-footer,
.testimonial-item .testimonial-inner .testimonial-head .testi-top,
.testimonial-item .testimonial-inner .testimonial-head,
.game-item .game-item-inner,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner,
.header-form .form-container,
.header-form,
.menu,
.header-wrapper .menu-area,
.header-wrapper,
.header-top-area .left,
.header-top-area,
.default-pagination {
    display: flex;
    flex-wrap: wrap
}

.achievement-area ul li .nav-link,
.shop-single .review .review-content .description .post-item .post-content ul li,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.about-item .about-item-thumb,
.contact-item .contact-thumb img,
.contact-item .contact-thumb,
.aside-bg,
.widget.widget-search .search-wrapper,
.widget .widget-header h5,
.single-quote,
.post-item-2 .post-inner .post-content .meta-post p span,
.post-item-2 .post-inner .post-content .qute-content blockquote,
.post-item-2 .post-inner .post-content .more-com .text-btn,
.post-item-2 .post-inner .post-thumb,
.post-item-2 .post-inner .post-thumb-container,
.gallery-filter li,
.gallery-item,
.video-overlay,
.video-icon i,
.match-game-info p span:first-child,
.player-inner,
.game-item .game-item-inner,
.footer-section .footer-middle .footer-middle-item-wrapper,
.footer-section .footer-middle,
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a,
.menu-item-has-children>a,
.header-bar,
.header-wrapper .menu-area .login span,
.header-wrapper .menu-area .signup span,
.header-wrapper .menu-area .login,
.header-wrapper .menu-area .signup,
.header-top-area .left li:first-child,
.header-top-area .social-icons li,
.header-menu-part,
.header-section.header-fixed .header-holder,
.catmenu-item-has-children>a,
.cart-plus-minus,
.common-filter-button-group li,
.item-layer {
    position: relative
}

.achievement-area ul li .nav-link::after,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
.shop-single .review .review-content .description .post-item .post-content ul li::before,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before,
.shop-single .product-details .post-content form .select-product i,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.shop-page .modal .modal-dialog .modal-content button.close,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.about-item .about-item-thumb:before,
.about-item .about-item-thumb:after,
.contact-item .contact-thumb:before,
.contact-item .contact-thumb:after,
.widget.widget-search .search-wrapper button,
.widget .widget-header h5::before,
.post-item-2 .post-inner .post-content .meta-post p span::after,
.post-item-2 .post-inner .post-content .qute-content blockquote::after,
.post-item-2 .post-inner .post-content .qute-content blockquote::before,
.post-item-2 .post-inner .post-content .more-com .text-btn i,
.post-item-2 .post-inner .post-thumb .meta-date,
.post-item-2 .post-inner .post-thumb .pluse_2::after,
.post-item-2 .post-inner .post-thumb .pluse_2::before,
.post-item-2 .post-inner .post-thumb .pluse_2,
.post-item-2 .post-inner .post-thumb .play-btn,
.post-item-2 .post-inner .post-thumb-container .thumb-nav,
.gallery-item::after,
.video-icon,
.abs-video-content,
.match-game-info p span:first-child::after,
.player-content,
.player-inner::after,
.game-item .game-overlay,
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a::before,
.menu-item-has-children>a::before,
.menu-item-has-children>a::after,
.header-bar span,
.header-wrapper .menu-area .signup:after,
.header-wrapper .menu-area .signup:before,
.header-wrapper .menu-area .login:before,
.header-top-area .social-icons li::after,
.catmenu-item-has-children>a::before,
.catmenu-item-has-children>a::after,
.cart-plus-minus .qtybutton,
.common-filter-button-group li:first-child::before,
.common-filter-button-group li::after,
.pluse::after,
.pluse::before,
.pluse,
.item-layer:after,
.item-layer:before {
    position: absolute;
    content: ""
}

.testimonial-item .testimonial-inner .testimonial-footer ul,
.testimonial-item .testimonial-inner .testimonial-head .name-des p {
    padding: 0;
    margin: 0
}

.shop-cart .section-wrapper .cart-bottom,
.shop-single .product-details,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-container,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.widget.recipe-categori,
.widget.widget-instagram ul.widget-wrapper li a,
.widget.widget-post ul.widget-wrapper li .post-thumb,
.widget.recent-product ul.widget-wrapper li .post-thumb,
.comments .comment-list .comment .com-content,
.comments .comment-list .comment .com-thumb,
.authors .author-thumb,
.post-item-2 .post-inner .post-thumb,
.post-item-2 .post-inner .post-thumb-container,
.blog-item .blog-inner .blog-thumb,
.testimonial-item .testimonial-inner .testimonial-head .testimonial-thumb,
.product-item .product-inner .product-thumb,
.player-thumb,
.player-inner,
.page-header-section.style-1,
.cart-plus-minus,
.video-item .video-inner .video-content h3,
.pageheader-section .pageheader-title,
.widget.widget-post ul.widget-wrapper li .post-content h6,
.widget.recent-product ul.widget-wrapper li .post-content h6,
.post-item-2 .post-inner .post-content a h3,
.post-item-2 .post-inner .post-content h2,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a {
    overflow: hidden
}



.achievement-area ul li .nav-link img,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-top table,
.shop-single .review .review-content .description .post-item .post-content,
.shop-single .review .review-content .description .post-item .post-thumb,
.shop-single .review .review-content .review-showing .client-review .review-form form textarea,
.shop-single .review .review-content .review-showing .client-review .review-form form input,
.shop-single .review .review-content .review-showing .content li .post-content,
.shop-single .product-details .post-content form .discount-code,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img,
.shop-single .product-details .product-thumb .pro-single-top .single-thumb img,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.contact-form-wrapper .contact-form form.comment-form textarea,
.contact-form-wrapper .contact-form form.comment-form input[type=text],
.contact-form-wrapper .contact-form form.comment-form [type=email],
.contact-form-wrapper .contact-form form.comment-form,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu,
.widget.shop-widget .widget-wrapper .shop-menu li a,
.single-quote .quotes,
.blog-item .blog-inner .blog-thumb img,
.video-overlay::after,
.abs-video-content,
.player-thumb img,
.player-inner::after,
.player-inner,
.header-bar span,
.header-menu-part,
.header-section.header-fixed,
.header-section,
.body-shape img,
.body-shape,
input,
textarea,
select {
    width: 100%
}

.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after,
.video-overlay::after,
.player-thumb img,
.game-item .game-item-inner {
    height: 100%
}

.achievement-area ul li .nav-link,
.single-quote .quotes,
.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link,
.comments .comment-list .comment .com-content .com-title .com-title-meta a,
.article-pagination .prev-article p,
.article-pagination .next-article p,
.video-item .video-inner .video-content a,
.player-meta li .right,
.page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text,
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: 700
}

.accordion-item .accordion-header .accordion-button .accor-header-inner .accor-title {
    font-weight: 500
}

.single-quote span,
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li.active,
.page-header-section.style-1 .page-header-content .page-header-inner .page-title h2 {
    font-weight: 400
}

.gallery-item .gallery-content,
.video-overlay::after,
.video-icon {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link,
.game-item .game-item-inner,
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb,
.default-pagination {
    justify-content: center
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .product-details .post-content form,
.contact-form-wrapper .contact-form form.comment-form,
.comment-respond .add-comment .comment-form,
.comments .comment-list .comment .com-content .com-title,
.header-wrapper,
.header-top-area {
    justify-content: space-between
}

.shop-single .product-details .post-content p.rating,
.testimonial-item .testimonial-inner .testimonial-footer {
    justify-content: flex-start
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-single .review .review-content .description .post-item,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
.shop-single .product-details .post-content form,
.shop-single .product-details .post-content p.rating,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button,
.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item,
.comments .comment-list .comment .com-content .com-title,
.testimonial-item .testimonial-inner .testimonial-footer,
.game-item .game-item-inner,
.header-wrapper .menu-area,
.header-wrapper,
.header-top-area {
    align-items: center
}

.video-item .video-inner .video-content h3,
.video-item .video-inner .video-content a {
    text-transform: uppercase
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
    text-transform: capitalize
}

.widget.shop-widget .widget-wrapper .shop-menu li a,
.header-wrapper .logo a {
    display: block
}

.comments .comment-list .comment .com-content .com-title .com-title-meta span,
.video-icon i,
.video-icon a,
.default-button,
.header-bar span,
.header-top-area .social-icons li a,
.scrollToTop i {
    display: inline-block
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form .form-group input {
    border-radius: 0px
}

.fm-item-content form .form-group input:focus {
    color: #fff;
}

.footer-section h3 {
    font-family: "poppins";
}

.widget.widget-post ul.widget-wrapper li .post-content h6,
.widget.recent-product ul.widget-wrapper li .post-content h6,
.post-item-2 .post-inner .post-content a h3,
.post-item-2 .post-inner .post-content h2,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.video-item .video-inner .video-content h3,
.pageheader-section .pageheader-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: 'Poppins';
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a,
.shop-page .shop-product-wrap .product-item .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a,
.accordion-item .accordion-header .accordion-button .accor-header-inner .accor-title,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open>a,
.widget.shop-widget .widget-wrapper .shop-menu li a,
.widget.shop-widget .widget-wrapper .shop-menu li.open>a,
.video-icon i,
.video-item .video-inner .video-content a {
    color: #333;
}

.pageheader-section .breadcrumb li.active,
.pageheader-section .breadcrumb li a:hover {
    color: #fff;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.cart-plus-minus .qtybutton,
.cart-plus-minus .cart-plus-minus-box {
    color: #000
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping input,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input,
.shop-single .sidebar-widget .widget-search form input,
.shop-page .sidebar-widget .widget-search form input,
.header-wrapper .menu-area .login {
    background-color: #fff
}

.fore-zero .section-wrapper .zero-item .zero-content .lab-btn,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit],
.shop-cart .section-wrapper .cart-top table thead tr,
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before,
.shop-single .review .review-nav li.active,
.shop-single .product-details .post-content form .default-button,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a,
.video-icon i,
.video-item .video-inner .video-content a,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form button,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form .lab-btn,
.header-wrapper .menu-area .signup,
.cart-plus-minus .qtybutton:hover {
    background-image: linear-gradient(60deg, rgb(200 50 50), var(--bs-red) 10%, var(--bs-pink) 20%, rgb(187 73 73) 30%, rgb(174 73 73) 40%, rgb(200 36 36));
    /* background-image: linear-gradient(60deg, rgb(56, 182, 210), rgb(56, 182, 210) 10%, rgb(51, 138, 157) 20%, rgb(48, 114, 128) 30%, rgb(45, 96, 108) 40%, rgb(45, 96, 108)); */
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:hover,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a:hover,
.shop-page .shop-product-wrap .product-item:hover .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item:hover .product-content h5 a,
.shop-page .shop-title .product-view-mode a.active,
.shop-page .section-header h4 span,
.blog-item .blog-inner:hover .blog-content h3,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content .rating i,
.pageheader-section .breadcrumb li a,
.common-filter-button-group li.is-checked {
    color: #ff4130
}

.fore-zero .section-wrapper .zero-item,
.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3),
.gallery-filter li .itemcount,
.upcome-match-header,
.match-game-info,
.page-header-section.style-1,
.header-top-area .social-icons li a,
.scrollToTop i,
.social-media li a {
    text-align: center
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul,
.shop-single .review .review-content .description .post-item .post-content ul,
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
.shop-single .review .review-content .review-showing .content,
.shop-single .review .review-nav,
.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus,
.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5,
.form-message,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu,
.widget.shop-widget .widget-wrapper .shop-menu,
.banner__content h1,
.page-header-section.style-1,
.header-top-area .social-icons,
.cart-plus-minus .qtybutton,
.cart-plus-minus .cart-plus-minus-box {
    margin: 0
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input,
.shop-single .review .review-content .review-showing .content li .post-content .entry-content p,
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p,
.shop-single .product-details .post-content form .discount-code input,
.shop-page .shop-title p,
.about-item .about-item-content p,
.contact-item .contact-content p,
.accordion-item .accordion-collapse .accordion-body p,
.blog-item .blog-inner .blog-content h3,
.testimonial-item .testimonial-inner .testimonial-footer h5,
.video-item .video-inner .video-content h3,
.match-item-2 .match-social-list,
.match-game-info p,
.match-header p,
.page-header-section.style-1 .page-header-content .page-header-inner .page-title p,
.header-top-area .social-icons li p {
    margin-bottom: 0px
}

.shop-single .product-details .post-content p.rating,
.shop-single .product-details .post-content h6,
.shop-page .paginations,
.comments .comment-list .comment .com-content .com-title,
.video-item .video-inner .video-content a,
.section-header p {
    margin-bottom: 10px
}

.blog-item .blog-inner .blog-content p {
    margin-bottom: 25px
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button,
.blog-item .blog-inner .blog-content .meta-post {
    margin-top: 10px
}

ul li {
    margin-left: 0
}

.gallery-filter li .itemcount,
.testimonial-item .testimonial-inner .testimonial-footer h5,
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li.active {
    margin-left: 10px
}

.widget.shop-widget .widget-wrapper .shop-menu li.menu-item-has-children {
    margin-right: 0
}

.comments .comment-list .comment .com-content .com-title .com-title-meta a,
.testimonial-item .testimonial-inner .testimonial-footer ul li,
.header-top-area .left li i,
.social-media li a {
    margin-right: 5px
}

.achievement-area ul,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom,
.shop-single .review .review-content .review-showing .content li .post-thumb,
.shop-single .review,
.comments .comment-list .comment .com-thumb,
.post-item-2 .post-inner .post-content h2 {
    margin-bottom: 15px
}

.contact-form-wrapper .contact-form form.comment-form {
    margin-top: 0
}

.shop-single .review .review-content .review-showing .client-review .review-form form button,
.match-item-2 .match-social-list {
    margin-top: 15px
}

.match-social-list .default-button {
    margin-left: 15px
}

.accordion-item .accordion-header .accordion-button .accor-header-inner .accor-thumb,
.comments .comment-list .comment .com-thumb {
    margin-right: 15px
}

.about-section .section-header,
.blog-item .blog-inner .blog-content .meta-post,
.testimonial-item .testimonial-inner .testimonial-head,
.player-content-2 h2 {
    margin-bottom: 20px
}

.fore-zero .section-wrapper .zero-item .zero-content,
.player-content .match-social-list li {
    margin-top: 20px
}

.header-wrapper .menu-area .ellepsis-bar {
    margin-left: 20px
}

.shop-single .product-details .post-content h4,
.comments .comment-list .comment .com-content .com-title .com-title-meta span,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6,
.banner__content h1,
.common-filter-button-group li {
    margin-bottom: 5px
}

.fore-zero .section-wrapper .zero-item .zero-content p,
.account-wrapper .title,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3,
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3,
.shop-single .review .review-content .review-showing .client-review .review-form form input,
.shop-single .product-details .post-content p,
.shop-page .shop-title,
.contact-form-wrapper .contact-form form.comment-form input[type=text],
.contact-form-wrapper .contact-form form.comment-form [type=email],
.about-content>p,
.player-thumb-2,
.banner__content p,
.banner-content p,
.item-layer {
    margin-bottom: 30px
}

.contact-form-wrapper .contact-form form.comment-form button.default-button,
.form-message.error,
.form-message.success,
.comment-respond,
.comments {
    margin-top: 30px
}

.header-bar,
.header-top-area .left li:first-child {
    margin-left: 30px
}

.widget.shop-widget,
.page-header-section.style-1,
.header-top-area .social-icons li {
    padding: 0
}

.blog-item .blog-inner,
.product-item .product-inner,
.player-item-2,
.player-item,
input,
textarea,
select {
    padding: 10px
}

.contact-form-wrapper .contact-form form.comment-form input[type=text],
.contact-form-wrapper .contact-form form.comment-form [type=email] {
    padding: 15px
}

.blog-item .blog-inner .blog-content .meta-post a {
    padding-right: 15px;
    padding-left: 15px
}

.achievement-area,
.single-quote,
.comment-respond .add-comment,
.comment-respond h6,
.comments .comment-list .com-item,
.comments .comment-title,
.testimonial-item .testimonial-inner,
.video-item .video-inner .video-content {
    padding: 30px
}

.achievement-area .tab-content .table tbody tr:last-child td,
.comments .comment-list .com-item {
    padding-bottom: 0
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb {
    padding-top: 0
}

.blog-item .blog-inner .blog-content .meta-post a:first-child,
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb {
    padding-left: 0
}

.testimonial-item .testimonial-inner .testimonial-head .name-des,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content {
    padding-left: 20px
}

.achievement-area ul,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
    padding-bottom: 15px
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
    padding-top: 15px
}

.comments .comment-list .comment .com-content,
.testimonial-item .testimonial-inner .testimonial-head {
    padding-bottom: 20px
}

.testimonial-item .testimonial-inner .testimonial-head .name-des,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content {
    padding-left: 20px
}

.banner__content p {
    padding-right: 30px
}

.clearfix::after {
    clear: both;
    content: "";
    display: table
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding-inline: 20px;
    width: 100%
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

ul li {
    list-style: none
}

.gradient-bg-yellow {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, white 100%, #ffd46c 340%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, white 100%, #ffd46c 340%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, white 100%, #ffd46c 340%)
}

.gradient-bg-pink {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, white 100%, #faa57e 340%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, white 100%, #faa57e 340%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, white 100%, #faa57e 340%)
}

.gradient-bg-blue {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, white 100%, #6dc79c 340%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, white 100%, #6dc79c 340%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, white 100%, #6dc79c 340%)
}

.gradient-bg-orange {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, white 100%, #d6d444 340%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, white 100%, #d6d444 340%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, white 100%, #d6d444 340%)
}

.section-header {
    margin-bottom: 40px
}

@media(min-width: 992px) {
    .section-header {
        margin-bottom: 45px
    }
}

.section-header p.sub-ttle {
    font-size: 1.125rem;
    color: #ff4130;
    text-transform: uppercase;
    font-weight: 650;
    width: 40%;
    margin: 0px auto;
}

.section-header p.desc {
    font-size: 1rem;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #fff
}

@media(min-width: 992px) {
    .section-header p.desc {
        max-width: 800px;
        margin: 0 auto
    }
}

.padding-top {
    padding-top: 75px
}

@media(min-width: 992px) {
    .padding-top {
        padding-top: 80px
    }
}

@media(min-width: 992px) {
    .padding-lg-top {
        padding-top: 115px
    }
}

.padding-bottom {
    padding-bottom: 80px
}

@media(min-width: 992px) {
    .padding-bottom {
        padding-bottom: 80px
    }
}

.bg-attachment {
    background-attachment: fixed
}

.ls-2 {
    letter-spacing: 2px
}

@media(min-width: 1200px) {
    .mr-xl-50-none {
        margin-right: -50px
    }

    .ml-xl-50-none {
        margin-left: -50px
    }
}

.rating-star li i {
    color: #ff4130
}

.theme-color {
    color: #ff4130
}

.body-shape {
    position: fixed;
    top: -50%;
    left: 0;
    z-index: -1
}

.item-layer {
    transition: .3s all linear;
    z-index: 1
}


.item-layer:hover {
    transform: translateY(10px);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .4)
}

.item-layer:hover:after,
.item-layer:hover:before {
    opacity: 0;
    bottom: 0;
    visibility: hidden
}

.cta-content h2 {
    font-size: calc(1.3125rem + 0.75vw);
    line-height: 1.5
}

@media(min-width: 1200px) {
    .cta-content h2 {
        font-size: 1.875rem
    }
}

.pluse {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .1)
}

.pluse::after,
.pluse::before {
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%
}

.pluse::after {
    width: 70px;
    height: 70px;
    -webkit-animation: pluse_animate 3.5s infinite linear;
    animation: pluse_animate 3.5s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.pluse:before {
    width: 80px;
    height: 80px;
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.social-media li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.25rem
}

.social-media li a:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.social-media li a.vimeo {
    background: #3b5998
}

.social-media li a.youtube {
    background: #cd201f
}

.social-media li a.twitch {
    background: #6441a5
}

.social-media li a.facebook {
    background: #3b5998
}

.social-media li a.twitter {
    background: #55acee
}

.social-media li a.linkedin {
    background: #007bb5
}

.social-media li a.dribbble {
    background: #ea4c89
}

.social-media li a.skype {
    background: #2fb7df
}

@media(min-width: 1200px) {
    .w-xl-50 {
        width: 50% !important
    }
}

@media(min-width: 576px) {
    .common-filter-button-group {
        border-top: 1px solid rgba(255, 255, 255, .4);
        border-bottom: 1px solid rgba(255, 255, 255, .4)
    }
}

.common-filter-button-group li {
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, .3);
    width: 100%;
    text-align: center
}

@media(min-width: 576px) {
    .common-filter-button-group li {
        border: none;
        width: auto;
        margin: 0
    }
}

.common-filter-button-group li::after {
    display: none;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media(min-width: 576px) {
    .common-filter-button-group li::after {
        width: 1px;
        height: calc(100% + 2px);
        background: rgba(255, 255, 255, .4);
        top: 0;
        right: 0;
        display: block
    }
}

.common-filter-button-group li:first-child::before {
    display: none;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media(min-width: 576px) {
    .common-filter-button-group li:first-child::before {
        width: 1px;
        height: calc(100% + 2px);
        background: rgba(255, 255, 255, .4);
        top: 0;
        left: 0;
        display: block
    }
}

.cart-plus-minus {
    border: 1px solid #ecf0f3;
    width: 120px;
    margin: 0 auto;
    cursor: pointer
}

.cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #ecf0f3;
    height: 40px;
    left: 0;
    top: 0
}

.cart-plus-minus .cart-plus-minus-box {
    border: medium none;
    float: left;
    font-size: 14px;
    height: 40px;
    text-align: center;
    width: 120px;
    outline: none
}

.cart-plus-minus .qtybutton {
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.cart-plus-minus .qtybutton:hover {
    color: #fff
}

.cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #ecf0f3;
    right: 0;
    top: 0
}

.default-pagination {
    margin: -7px !important;
    margin-top: 31px !important
}

@media(min-width: 768px) {
    .default-pagination {
        margin-top: 41px !important
    }
}

.default-pagination li {
    padding: 7px
}

.default-pagination li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .06);
    background: #fff;
    color: #000
}

.default-pagination li a:hover,
.default-pagination li a.active {
    background: #ff4130;
    box-shadow: none;
    color: #fff
}

.catmenu-item-has-children>a::after {
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 10px;
    height: 2px;
    background: #fff
}

.catmenu-item-has-children>a::before {
    top: 50%;
    transform: translateY(-50%);
    right: 29px;
    width: 2px;
    height: 10px;
    background-color: #fff;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

@media(min-width: 992px) {
    .catmenu-item-has-children>a::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 10px;
        height: 2px;
        background-color: #fff
    }

    .catmenu-item-has-children>a::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4px;
        width: 2px;
        height: 10px;
        background-color: #fff;
        -webkit-transition: .3s all linear;
        -moz-transition: .3s all linear;
        transition: .3s all linear
    }
}

@media(min-width: 992px) {
    .catmenu-item-has-children .menu-item-has-children a::after {
        right: 11px
    }

    .catmenu-item-has-children .menu-item-has-children a::before {
        right: 15px
    }
}

@media(min-width: 992px) {

    .catmenu-item-has-children .menu-item-has-children a:hover::after,
    .catmenu-item-has-children .menu-item-has-children a:hover::before {
        background: #fff
    }
}

.catmenu-item-has-children.open>a:before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
}

.preloader .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader .preloader-inner .preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px
}

.preloader .preloader-inner .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    -moz-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite
}

.preloader .preloader-inner .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s
}

@keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        opacity: 0
    }
}

.scrollToTop {
    position: fixed;
    bottom: -30%;
    right: 5%;
    z-index: 9
}

.scrollToTop i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #ff4130;
    font-size: 1.25rem;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.scrollToTop i:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px 0px rgba(255, 0, 82, .5)
}

.header-section {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: fadeInDown .5s;
    -webkit-animation: fadeInDown .5s;
    -moz-animation: fadeInDown .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    z-index: 999;
    background-color: #2c1f5b;
    ;
}

.header-fixed .menu>li>a,
.header-fixed .cart-ninfo i {
    color: #fff;
}

@media(min-width: 992px) {
    .header-section.style2 .header-menu-part {
        width: 100%
    }

    .header-section.style2 .header-menu-part::after {
        display: none
    }
}

@media(min-width: 992px) {
    .header-menu-part {
        width: 75%
    }

    .header-menu-part::after {
        position: absolute;
        content: "";
        top: -20px;
        left: -15px;
        height: 120%;
        width: 1px;
        background-color: rgba(255, 255, 255, .1);
        transform: rotate(30deg)
    }
}

.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-top-area .social-icons li::after {
    height: 120%;
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
    right: 0;
    top: -5px;
    transform: rotate(25deg)
}

@media(max-width: 991px) {
    .header-top-area .social-icons li:last-child::after {
        display: none
    }
}

.header-top-area .social-icons li a {
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: transparent
}

.header-top-area .social-icons li:last-child {
    right: -12px
}

.header-top-area .left {
    margin: 0 -25px
}

.header-top-area .left li {
    padding: 5px 25px
}

@media(min-width: 576px) {
    .header-top-area .left li:first-child::after {
        position: absolute;
        content: "";
        height: 120%;
        width: 1px;
        background-color: rgba(255, 255, 255, .1);
        right: 10px;
        top: -7px;
        transform: rotate(25deg)
    }
}

@media(max-width: 1199px) {
    .header-top-area .left li {
        font-size: 14px;
        padding: 9px 15px
    }

    .header-top-area .social-icons li a {
        height: 46px;
        line-height: 46px;
        width: 46px
    }
}

@media(max-width: 991px) {
    .header-top-area .left li {
        flex-grow: 1;
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-right: none
    }

    .header-top-area .left li:first-child {
        border-top: none
    }

    .header-top-area .social-icons {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .header-top-area .social-icons li {
        flex-grow: 1
    }
}

.header-wrapper {
    padding: 3px 0
}

footer .fm-item-title img {
    width: 65%;
}

.lab-thumb i {
    color: #ff4130;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 29px;
    line-height: 33px;
    font-weight: normal;
}

.categ-wlnk {
    width: 100%;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

/* .lab-thumb:hover i {
    color: #003127;
    background-color: #ff4130;
    border: 1px solid #003127;
} */

.order-winfo .table tr th {
    padding: 9px;
}

@media(max-width: 991px) {
    .header-wrapper {
        width: 100%
    }
}

@media(min-width: 576px) {
    .header-wrapper {
        position: relative
    }
}

.header-wrapper .logo a img {
    max-width: 100%
}

@media(max-width: 575px) {
    .header-wrapper .logo {
        width: 160px
    }
}

@media(max-width: 1199px)and (min-width: 992px) {
    .header-wrapper .logo {
        width: 200px
    }
}

.header-wrapper .menu-area .login,
.header-wrapper .menu-area .signup {
    display: none
}

@media(min-width: 768px) {

    .header-wrapper .menu-area .login,
    .header-wrapper .menu-area .signup {
        padding: 10px;
        display: inline-block
    }
}

@media(min-width: 1200px) {

    .header-wrapper .menu-area .login,
    .header-wrapper .menu-area .signup {
        padding: 15px
    }
}

.header-wrapper .menu-area .login span,
.header-wrapper .menu-area .signup span {
    z-index: 1
}

.header-wrapper .menu-area .login {
    color: #ff4130;
    border-radius: 2px 0 0 2px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.header-wrapper .menu-area .login:before {
    bottom: 0;
    left: 1px;
    height: 2px;
    width: 100%;
    background: #ff4130;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.header-wrapper .menu-area .signup {
    color: #fff;
    border-radius: 0 2px 2px 0
}

.header-wrapper .menu-area .signup:before {
    bottom: 0;
    left: 1px;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px
}

.header-wrapper .menu-area .signup:after {
    bottom: 0;
    right: -1px;
    width: 2px;
    height: calc(100% - 2px);
    background: #fff
}

.header-wrapper .menu-area .ellepsis-bar {
    font-size: 20px;
    display: none;
}

.header-wrapper .menu-area .ellepsis-bar i {
    color: #333;
}

@media(max-width: 575px) {
    .header-wrapper .menu-area {
        padding: 15px 0
    }

    .header-wrapper .menu-area .ellepsis-bar {
        margin-left: 20px
    }
}

.mobile-logo {
    max-width: 140px
}

@media(min-width: 992px) {
    .menu {
        margin-bottom: 0
    }
}

.menu>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0px;
    padding: 10px 12px;
    
}

a.our_games {
    pointer-events: none;
}

.menu>li>a i {
    margin-right: 5px
}

.menu li {
    position: relative
}

.menu li .submenu {
    position: absolute;
    top: calc(100%);
    left: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 99999;
    /* background-image: linear-gradient(60deg, rgb(185 42 42), var(--bs-red) 10%, #b41765 20%, rgb(187 73 73) 30%, rgb(174 73 73) 40%, rgb(44 44 44)); */
    background-image: linear-gradient(60deg, rgb(114 114 174), #342361 10%, #301b58 20%, rgb(131 106 160) 30%, rgb(105 81 178) 40%, rgb(44 44 44));
    width: 220px;
    padding: 0;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18)
}

.menu li .submenu li {
    padding: 0
}

.menu li .submenu li a {
    padding: 8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px dotted #fff;
}

.menu li .submenu li a:hover,
.menu li .submenu li a.active {
    background: #ff4130;
    padding-left: 22px;
    color: #333;
}

.menu li .submenu li:last-child a {
    border-bottom: none
}

.menu li .submenu li .submenu {
    left: 100%;
    top: 0
}

.menu li:hover>.submenu {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible
}

.menu li:hover>.submenu a::before {
    right: 14px
}

.menu li:hover>.submenu a::after {
    right: 10px
}

.menu li:hover>.submenu a::after,
.menu li:hover>.submenu a::before {
    background: #000
}

.menu li:hover>.submenu a:hover::after,
.menu li:hover>.submenu a:hover::before {
    background: #fff
}

.menu li:hover>.submenu .submenu {
    transform: translateY(0px)
}

@media(min-width: 992px)and (max-width: 1199px) {
    .menu li a {
        padding: 10px 12px
    }
}

@media(max-width: 991px) {
    .menu {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        background: #ff4130;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px)
    }

    .menu li {
        width: 100%;
        padding: 0
    }

    .menu li a {
        display: block;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        border-top: 1px solid rgba(255, 255, 255, .1);
        color: #fff
    }

    .menu li a:hover {
        background: rgba(255, 0, 82, .6)
    }

    .menu li .submenu li {
        width: 100%
    }

    .menu li .submenu li a {
        font-size: 14px;
        display: flex;

    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.header-bar {
    width: 25px;
    height: 20px;
    margin-right: 20px;
}

.header-bar span {
    height: 3px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    background-color: #fff;
    left: 0;

}

.header-bar span:first-child {
    top: 0
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%)
}

.header-bar span:last-child {
    bottom: 0
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px)
}

.header-bar.active span:nth-child(2) {
    opacity: 0
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px)
}

@media(max-width: 575px) {
    .header-bar {
        width: 15px;
        height: 16px
    }

    .header-bar span {
        height: 2px;
        width: 20px
    }

    .header-bar.active span:first-child {
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(4px, 6px)
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0
    }

    .header-bar.active span:last-child {
        -webkit-transform: rotate(-45deg) translate(4px, -6px);
        -ms-transform: rotate(-45deg) translate(4px, -6px);
        transform: rotate(-45deg) translate(4px, -6px)
    }
}

.menu-item-has-children>a.active::after,
.menu-item-has-children>a.active::before {
    background-color: #fff !important
}

.menu-item-has-children:hover>a:before {
    transform: rotate(90deg);
    opacity: 0
}

.menu-item-has-children.open>a:before {
    transform: rotate(90deg);
    opacity: 0
}

.dwn-wicon {
    position: relative;
    top: 2px;
    font-size: 20px;
}

.header-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.header-form.active {
    visibility: visible;
    opacity: 1
}

.header-form -color-lay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8)
}

.header-form -color-lay .cross {
    position: absolute;
    color: #fff;
    cursor: pointer;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff4130
}

.header-form .form-container {
    margin: 15px;
    max-width: 700px;
    width: 100%;
    padding: 30px;
    background: transparent;
    position: relative;
    z-index: 1
}

.header-form .form-container button {
    width: 120px;
    height: 60px;
    background: #ff4130;
    border: none;
    outline: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.header-form .form-container input {
    width: calc(100% - 120px);
    height: 60px;
    border: none;
    outline: none;
    padding: 20px
}

@media(max-width: 575px) {
    .header-form .form-container {
        padding: 1px;
        margin: 10px
    }

    .header-form .form-container button {
        width: 100px;
        font-size: 14px;
        font-weight: 400
    }

    .header-form .form-container input {
        width: calc(100% - 100px)
    }
}

.page-header-section.style-1 {
    background-position: center !important;
    background-size: cover !important;
    border: none;
    padding-top: 200px;
    padding-bottom: 60px
}

@media(min-width: 992px) {
    .page-header-section.style-1 {
        padding-top: 280px;
        padding-bottom: 100px
    }
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li {
    color: #fff;
    margin: 0 5px;
    text-transform: capitalize
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a {
    color: #fff;
    padding: 0 5px;
    outline: none;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a:hover {
    color: #ff4130
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a::before {
    background: #fff;
    width: 8px;
    height: 1px;
    transform: translateY(-50%);
    top: 60%;
    right: -10px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li:first-child {
    margin-left: 0
}

.page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text {
    font-size: 1.25rem;
    color: #fff;
    text-transform: capitalize
}

@media(min-width: 768px) {
    .page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text {
        font-size: 3.5rem;
        line-height: 4.125rem
    }
}

.page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text span {
    color: #ff4130
}

.page-header-section.style-1 .page-header-content .page-header-inner .page-title p {
    color: #fff;
    font-size: 1rem;
    text-transform: capitalize
}

.banner-section {
    background-size: cover;
    background-position: center;
    padding-top: 250px
}

@media(min-width: 768px) {
    .banner-section {
        padding: 350px 0 250px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .banner-section {
        background-size: 140% 130%
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .banner-section {
        background-size: 130% 140%
    }
}

@media(min-width: 1200px) {
    .banner-content {
        margin-bottom: -150px
    }
}



.banner-content p {
    font-size: calc(1.275rem + 0.3vw);
    text-transform: uppercase
}

@media(min-width: 1200px) {
    .banner-content p {
        font-size: 1.5rem
    }
}

@media(max-width: 575px) {
    .banner-thumb {
        padding: 50px 0
    }
}

@media(min-width: 1200px) {
    .banner-thumb .banner-thumb-vs {
        margin-bottom: -80px
    }
}

@media(max-width: 575px) {
    .banner-thumb .banner-thumb-vs {
        width: 10%
    }
}

@media(min-width: 576px) {
    .banner-thumb .banner-thumb-img {
        animation: rotating 15s linear infinite
    }
}

@media(max-width: 991px) {
    .banner-thumb .banner-thumb-img {
        width: 35%
    }
}

.banner {
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px
}



.banner__content h1 {

    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease;
    font-size: 58px;
    font-weight: 700;
    color: #E3F5EE;
}

.banner__content h2 {

    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease;
    font-size: 28px;
    text-shadow: 2px 2px 2px #000;
    margin-bottom: 40px;
}

.banner__content p {
    text-transform: capitalize;
    line-height: 32px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease;
    font-size: 21px;
}

.pageheader-section {
    padding: 100px 0px 70px;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    background-position: center;
    background-image: url(https://www.game-vex.com/assets/images/banner/bnnr.png) !important;
    /* background: linear-gradient(225.17deg, #8f0c00 0.3%, #bc1b1b 39.59%, #a63228) !important; */
}

.shopimg-info p {
    color: #fff;
}

.slider-container {
    background-color: #d62830;
    ;
    box-shadow: 0px 3px 3px #000;
}

.pageheader-section .container {
    position: relative;
}

.breadcrumb li.breadcrumb-item a {
    color: #fff;
}

.pageheader-section .pageheader-title {
    font-size: calc(1.425rem + 2.1vw)
}

@media(min-width: 1200px) {
    .pageheader-section .pageheader-title {
        font-size: 3rem
    }
}

.footer-section .footer-top .footer-top-item .lab-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.shp-wpge .effect.effect-two .tab-text {
    width: 63%;
}

.shp-sfinfo {
    background-color: #22152c;
    position: relative;
    overflow: hidden;
}

.shop-page .tab-text h3 a {
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
}

@media(min-width: 1200px) {
    .footer-section .footer-top .footer-top-item .lab-inner {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }
}

.footer-section .footer-top .footer-top-item .lab-inner .lab-thumb {
    margin-bottom: 15px
}

@media(min-width: 1200px) {
    .footer-section .footer-top .footer-top-item .lab-inner .lab-thumb {
        margin-bottom: 0;
        margin-right: 15px
    }
}

.footer-section .footer-top .footer-top-item .lab-inner .lab-content {
    text-align: center
}

.footer-section .footer-top .footer-top-item .lab-inner .lab-content span {
    color: #fff
}

.footer-section .footer-middle {
    background-size: cover;
    background-position: center
}

.footer-section .footer-middle .footer-middle-item-wrapper {
    z-index: 9
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item {
    margin-bottom: 40px
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-title h4 {
    margin-bottom: 25px
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .footer-abt-img {
    margin-bottom: 15px
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget {
    margin-bottom: 12px
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget:last-child {
    margin-bottom: 0
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner {
    align-items: center
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-thumb {
    width: 80px;
    overflow: hidden
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-thumb a img {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content {
    width: calc(100% - 80px)
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content p {
    margin: 0px;
    font-size: .875rem
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget:hover .lab-thumb a img {
    transform: scale(1.1) rotate(-5deg)
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget:hover .lab-content h6 a {
    color: #ff4130
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-title h4 {
    margin-bottom: 25px
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content p {
    margin-bottom: 25px
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form .form-group input {
    border: none;
    padding: 13px 15px;
    box-shadow: none;
    background: #fff;
    color: #333;
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form .form-group input::placeholder {
    color: #333333;
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form button,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form .lab-btn {
    outline: none;
    border: none;
    margin-top: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 34px
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form button i,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form .lab-btn i {
    font-size: 24px;
    margin-left: 5px
}

.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form button:hover,
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item-3 .fm-item-content form .lab-btn:hover {
    transform: translateY(-3px);
    box-shadow: -0.698px 9.976px 10px 0px rgba(255, 255, 255, .2)
}

.footer-section .footer-bottom .footer-bottom-content {
    padding: 38px 0
}

.footer-section .footer-bottom .footer-bottom-content p {
    margin: 0
}

.footer-section .footer-bottom .footer-bottom-content p a {
    color: #fff;
    font-weight: 500
}



button {
    outline: none;
    border: none
}

.game-item {
    transition: .3s all linear
}

.game-item .game-item-inner.bg-1 {
    background: #4a009a;
    background: radial-gradient(circle, #4a009a 0%, #080223 100%)
}

.game-item .game-item-inner.bg-2 {
    background: #bfb964;
    background: radial-gradient(circle, #bfb964 0%, #29310e 100%)
}

.game-item .game-item-inner.bg-3 {
    background: #37c1d5;
    background: radial-gradient(circle, #37c1d5 0%, #080e37 100%)
}

.game-item .game-item-inner.bg-4 {
    background: #df4910;
    background: radial-gradient(circle, #df4910 0%, #f5c802 100%)
}

.game-item .game-item-inner.bg-5 {
    background: #6dc79c;
    background: radial-gradient(circle, #6dc79b 0%, #003127 100%)
}

.game-item .game-item-inner.bg-6 {
    background: #f06b27;
    background: radial-gradient(circle, #f06b27 0%, #161717 100%)
}

.game-item .game-item-inner.bg-7 {
    background: #29a7ce;
    background: radial-gradient(circle, #29a7ce 0%, #161717 100%)
}

.game-item .game-item-inner.bg-8 {
    background: #c41f0e;
    background: radial-gradient(circle, #c41f0e 0%, #161717 100%)
}

.game-item .game-overlay {
    visibility: hidden;
    opacity: 0;
    transition: all .45s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    display: grid;
    place-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(0, 0, 0, .8)
}

.game-item:hover .game-overlay {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.player-item {
    background-color: rgb(246, 87, 30, 0.35);
}

.player-item:hover .player-thumb img {
    transform: scale(1.1)
}

.player-item:hover .player-content {
    bottom: 30px
}

.player-item:hover .player-inner::after {
    transform: translateY(0) scale(1);
    opacity: 1
}

.player-inner {
    color: #fff !important
}

.player-inner::after {
    height: 90%;
    bottom: 0;
    left: 0;
    transition: .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-image: -moz-linear-gradient(90deg, #000052 0%, rgba(255, 0, 82, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #000052 0%, rgba(255, 0, 82, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #000052 0%, rgba(255, 0, 82, 0) 100%);
    transform: translateY(10px) scale(0);
    transform-origin: bottom;
    opacity: 0
}

.player-thumb img {
    transition: .3s all linear
}

.player-content {
    padding: 10px;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.player-content .match-social-list li {
    list-style: none
}

.player-team-icon {
    max-width: 90px
}

.player-item-2 {
    background-size: cover;
    background-color: rgb(246, 87, 30, 0.35);
    ;
    border: 10px solid rgb(246, 87, 30, 0.35);
}

.player-item-2:hover .player-thumb-2 img {
    transform: rotateY(360deg)
}

.player-item-2:hover .player-content-2 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.player-item-2:hover .player-inner-2::after {
    transform: translateY(0) scale(1);
    opacity: 1
}

.player-inner-2 {
    padding: 118px 0 40px
}

.player-thumb-2 img {
    -webkit-transition: all .9s linear;
    -moz-transition: all .9s linear;
    transition: all .9s linear
}

.player-content-2 {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.player-content-2 h2 {
    text-transform: uppercase;
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    .player-content-2 h2 {
        font-size: 1.5rem
    }
}

.player-meta li {
    padding: 10px 20px;
    background: rgb(246, 87, 30, 0.35);
    ;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px
}

.player-meta li .left i {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    .player-meta li .left i {
        font-size: 2.5rem
    }
}

.player-meta li .right {}

.match-content {
    padding: 20px 15px
}

@media(min-width: 992px) {
    .match-content {
        padding: 20px 30px
    }
}

.match-header {
    background-color: #ff4130;
    padding: 10px 15px
}

@media(min-width: 992px) {
    .match-header {
        padding: 10px 30px
    }
}

.match-header p {
    font-size: 1.125rem;

    text-transform: uppercase
}

@media(min-width: 768px) {
    .match-game-info {
        text-align: start
    }
}

.match-game-info h4 a {
    color: #000;
    text-transform: uppercase
}

.match-game-info h4 a:hover {
    color: #ff4130
}

.match-game-info p {
    color: #555;
    gap: 30px
}

.match-game-info p span:first-child::after {
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 3px;
    background: #d4d4d4
}

.match-team-list {
    gap: 15px
}

@media(min-width: 576px) {
    .match-team-list {
        gap: 30px
    }
}

.match-team-thumb a img {
    transition: .4s linear
}

.match-team-thumb a:hover img {
    transform: rotateY(360deg)
}

.match-social-list {
    gap: 10px
}

.match-social-list a {
    transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.match-social-list a:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.301))
}

.match-social-list .default-button {
    line-height: 50px
}

.upcome-match-header {
    padding: 20px 10px;
    text-transform: uppercase
}

.video-item .video-inner {
    border: 10px solid rgb(246, 87, 30, 0.35);
}

.video-item .video-inner .video-content a {
    padding: 8px 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

@media(max-width: 575px) {
    .video-item .video-inner .video-content a {
        display: none
    }
}

.video-item .video-inner .video-content h3 {
    font-weight: 500
}

.abs-video-content {
    left: 0px;
    bottom: 0px
}

.video-icon {
    z-index: 1
}

.video-icon i {
    font-size: calc(1.5rem + 3vw);
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

@media(min-width: 1200px) {
    .video-icon i {
        font-size: 3.75rem
    }
}

.video-overlay::after {
    background-image: linear-gradient(to top, #000000e8, #3b3b3ba6, #77777759, #b9b9b900, #ffffff00)
}

.product-item .product-inner {
    background: rgb(246, 87, 30, 0.35);
    ;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.product-item .product-inner:hover {
    background: #ff4130
}

.product-item .product-inner:hover .product-thumb img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}

.product-item .product-inner .product-thumb img {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.testimonial-item .testimonial-inner {
    background: rgb(246, 87, 30, 0.35);
    ;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.testimonial-item .testimonial-inner:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.testimonial-item .testimonial-inner:hover .testimonial-head a img {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.testimonial-item .testimonial-inner .testimonial-head {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(236, 240, 243, .1)
}

.testimonial-item .testimonial-inner .testimonial-head .testimonial-thumb {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.testimonial-item .testimonial-inner .testimonial-head .testimonial-thumb img {
    width: 100%;
    height: 100%
}

.testimonial-item .testimonial-inner .testimonial-head .name-des h5 {
    font-weight: 600
}

.testimonial-item .testimonial-inner .testimonial-head .name-des p {
    font-size: 1.125rem
}

.testimonial-item .testimonial-inner .testimonial-head a img {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.testimonial-item .testimonial-inner .testimonial-footer ul li {
    padding: 5px 10px;
    background: #00b67a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.testimonial-item .testimonial-inner .testimonial-footer ul li i {
    color: #fff
}

.testimonial-item .testimonial-inner .testimonial-footer h5 {
    color: #00b67a
}

.swiper-slide.swiper-slide-next .testimonial-item .testimonial-inner .testimonial-footer ul li {
    background: #f06a22;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.swiper-slide.swiper-slide-next .testimonial-item .testimonial-inner .testimonial-footer h5 {
    color: #f06a22
}

.gallery-item {
    text-align: center;
    border-width: 8px;
    box-shadow: 0px 2px 4px 0px rgba(79, 63, 82, .06);
    max-width: 400px;
    margin: 0 auto
}

.gallery-item:hover::after,
.gallery-item:hover .gallery-content {
    opacity: 1
}

.gallery-item:hover .gallery-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-item::after {
    width: 96%;
    height: 96%;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, .5);
    opacity: .7;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.gallery-item .gallery-thumb {
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.gallery-item .gallery-thumb img {
    width: 100%;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.gallery-item .gallery-thumb a {
    display: block
}

.gallery-item .gallery-content {
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.gallery-item .gallery-content .title {
    font-size: 20px;
    margin-bottom: 5px
}

.gallery-item .gallery-content .title a {
    display: block
}

.gallery-item .gallery-content .img-pop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #ff4130;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px
}

.gallery-filter {
    justify-content: center;
    margin: -5px;
    margin-bottom: 30px
}

.gallery-filter li {
    border-radius: 4px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 5px;
    cursor: pointer;
    background: #fff
}

.gallery-filter li.is-checked {
    background: #ff4130
}

.gallery-filter li.is-checked .category {
    color: #fff
}

.gallery-filter li.is-checked .itemcount {
    background: #fff;
    color: #ff4130
}

.gallery-filter li .itemcount {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff4130;
    color: #fff;
    display: inline-block
}

@media(min-width: 768px) {
    .gallery-filter {
        margin-bottom: 35px
    }
}

.blog-item .blog-inner {
    background: rgba(35, 42, 92, .9)
}

.blog-item .blog-inner:hover .blog-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-item .blog-inner .blog-thumb img {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.blog-item .blog-inner .blog-content h3 {
    text-transform: uppercase
}

.blog-item .blog-inner .blog-content .meta-post a {
    border-left: 1px solid rgba(255, 255, 255, .3)
}

.blog-item .blog-inner .blog-content .meta-post a:first-child {
    border-left: none
}

.blog-item .blog-inner .blog-content .default-button {
    line-height: 50px
}

.post-item-2 {
    background: rgb(246, 87, 30, 0.35);
    ;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06))
}

.post-item-2 .post-inner {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    margin-bottom: 35px
}

.post-item-2 .post-inner:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.post-item-2 .post-inner:hover .post-thumb a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.post-item-2 .post-inner .post-thumb-container .thumb-nav {
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #f7f2e9;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 20px;
    transform: translateY(-50%);
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

@media(max-width: 575px) {
    .post-item-2 .post-inner .post-thumb-container .thumb-nav {
        display: none
    }
}

.post-item-2 .post-inner .post-thumb-container .thumb-nav:hover {
    color: #fff;
    background-color: #ff4130
}

.post-item-2 .post-inner .post-thumb-container .thumb-next {
    right: 20px;
    z-index: 1
}

.post-item-2 .post-inner .post-thumb-container .thumb-prev {
    left: 20px;
    z-index: 1
}

.post-item-2 .post-inner .post-thumb img {
    width: 100%;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.post-item-2 .post-inner .post-thumb a {
    display: block
}

.post-item-2 .post-inner .post-thumb a img {
    width: 100%;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.post-item-2 .post-inner .post-thumb .play-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.post-item-2 .post-inner .post-thumb .play-btn i {
    color: #fff;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1rem;
    background-color: #ff4130;
    border-radius: 100%;
    height: 50px;
    z-index: 999
}

@media(min-width: 768px) {
    .post-item-2 .post-inner .post-thumb .play-btn i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 1.4rem
    }
}

.post-item-2 .post-inner .post-thumb .pluse_2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .1);
    z-index: -999
}

.post-item-2 .post-inner .post-thumb .pluse_2::after,
.post-item-2 .post-inner .post-thumb .pluse_2::before {
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: -99
}

.post-item-2 .post-inner .post-thumb .pluse_2::after {
    width: 70px;
    height: 70px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px
}

.post-item-2 .post-inner .post-thumb .pluse_2:before {
    width: 80px;
    height: 80px;
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-left: 0;
    margin-top: 0
}

@keyframes play-btn-pluse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

.post-item-2 .post-inner .post-thumb .meta-date {
    top: 10px;
    left: 10px
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre {
    padding: 8px 20px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5,
.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
    color: #000;
    margin-bottom: 0;
    line-height: 1
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5 {
    margin-bottom: 5px
}

.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
    font-size: 15px
}

.post-item-2 .post-inner .post-content {
    padding: 30px
}

.post-item-2 .post-inner .post-content .post-date {
    margin-bottom: 19px
}

.post-item-2 .post-inner .post-content .post-date li {
    display: inline-block;
    padding-right: 10px
}

.post-item-2 .post-inner .post-content .post-date li:last-child {
    padding-right: 0
}

.post-item-2 .post-inner .post-content .post-date li span a {
    padding-left: 5px
}

.post-item-2 .post-inner .post-content .post-date li span a:hover {
    color: #ff4130
}

.post-item-2 .post-inner .post-content h2 {
    font-size: calc(1.3125rem + 0.75vw)
}

@media(min-width: 1200px) {
    .post-item-2 .post-inner .post-content h2 {
        font-size: 1.875rem
    }
}

.post-item-2 .post-inner .post-content a h3 {
    font-weight: 700;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.post-item-2 .post-inner .post-content a h3:hover {
    color: #ff4130
}

.post-item-2 .post-inner .post-content .default-button {
    line-height: 56px;
    padding: 0 2rem
}

.post-item-2 .post-inner .post-content p {
    margin-bottom: 25px
}

.post-item-2 .post-inner .post-content .more-com .text-btn {
    font-weight: 500
}

.post-item-2 .post-inner .post-content .more-com .text-btn span {
    font-size: 15px
}

.post-item-2 .post-inner .post-content .more-com .text-btn:hover span {
    color: #ff4130
}

.post-item-2 .post-inner .post-content .more-com .text-btn:hover i {
    margin-left: 5px;
    opacity: 1
}

.post-item-2 .post-inner .post-content .more-com .text-btn i {
    top: 50%;
    font-size: 13px;
    margin-left: -10px;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span {
    padding-right: 15px;
    color: #ff4130
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span:last-child {
    padding-right: 0;
    color: red
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span a {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.post-item-2 .post-inner .post-content .more-com .comment-visi span a:hover {
    color: #000
}

.post-item-2 .post-inner .post-content .qute-content {
    padding: 30px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(81, 70, 174, .27)
}

.post-item-2 .post-inner .post-content .qute-content blockquote {
    margin-bottom: 0;
    padding-top: 45px
}

.post-item-2 .post-inner .post-content .qute-content blockquote::before {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    opacity: .5;
    color: #ff4130;
    content: "" !important;
    font-size: 36px;
    font-family: IcoFont !important
}

.post-item-2 .post-inner .post-content .qute-content blockquote::after {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    opacity: .5;
    color: #ff4130;
    content: "" !important;
    font-size: 36px;
    font-family: IcoFont !important
}

.post-item-2 .post-inner .post-content .qute-content blockquote a {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.post-item-2 .post-inner .post-content .qute-content blockquote a:hover {
    color: #ff4130
}

.post-item-2 .post-inner .post-content .meta-post p span {
    display: inline-block;
    padding-right: 15px
}

.post-item-2 .post-inner .post-content .meta-post p span::after {
    width: 1px;
    height: 12px;
    right: 4px;
    top: 50%;
    background: #dddcdc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-item-2 .post-inner .post-content .meta-post p span.admin-name {
    margin-left: 5px
}

.post-item-2 .post-inner .post-content .meta-post p span:last-child {
    padding-right: 0
}

.post-item-2 .post-inner .post-content .meta-post p span:last-child::after {
    display: none
}

.post-item-2 .post-inner .post-content .meta-post p span a {
    padding-left: 5px
}

.post-item-2 .post-inner .post-content .meta-post p span a:hover {
    color: #ff4130
}

.article-pagination {
    display: flex;
    justify-content: space-between;
    padding: 0 15px
}

.article-pagination .prev-article a,
.article-pagination .next-article a {
    font-size: 14px;
    font-weight: 700;
    color: #ff4130;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.article-pagination .prev-article a i,
.article-pagination .next-article a i {
    font-size: 18px
}

.article-pagination .prev-article a:hover,
.article-pagination .next-article a:hover {
    color: #ff4130
}

.article-pagination .prev-article p,
.article-pagination .next-article p {
    margin-bottom: 0
}

.article-pagination .next-article {
    text-align: right
}

.authors {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    margin: 30px 0;
    background: rgb(246, 87, 30, 0.35);
}

@media(max-width: 575px) {
    .authors {
        justify-content: center
    }
}

.authors .author-thumb {
    width: 160px;
    text-align: center;
    border: 5px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.authors .author-thumb a {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.authors .author-thumb img {
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.authors .author-content {
    width: 100%;
    margin-top: 30px;
    text-align: center
}

@media(min-width: 576px) {
    .authors .author-content {
        width: calc(100% - 170px);
        margin-top: 0;
        text-align: left
    }
}

.authors .author-content h6 {
    margin-bottom: 5px
}

.authors .author-content p {
    margin-bottom: 10px
}

.authors .author-content .social-media {
    margin-bottom: 0
}

.authors .author-content .social-media a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: transparent
}

.comments {
    background: rgb(246, 87, 30, 0.35);
    ;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06))
}

.comments .comment-title {
    border-bottom: 1px solid rgba(236, 240, 243, .1)
}

@media(max-width: 575px) {
    .comments .comment-list {
        margin: 0
    }
}

.comments .comment-list .comment .com-thumb {
    height: 50px;
    width: 50px;
    float: left;
    border: 5px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

@media(min-width: 576px) {
    .comments .comment-list .comment .com-thumb {
        margin-bottom: 0
    }
}

@media(min-width: 768px) {
    .comments .comment-list .comment .com-thumb {
        height: 80px;
        width: 80px
    }
}

.comments .comment-list .comment .com-thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

@media(max-width: 575px) {
    .comments .comment-list .comment .com-content {
        width: 100%
    }
}

.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
    color: #000;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
    color: #ff4130
}

@media(max-width: 575px) {
    .comments .comment-list .comment .com-content .com-title .reply {
        margin-bottom: 10px;
        display: inline-block
    }
}

.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
    padding: 3px 16px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
    color: #ff4130;
    border-radius: 5px
}

.comments .comment-list .comment .comment-list {
    padding: 0 20px;
    border-top: 1px solid rgba(236, 240, 243, .1)
}

@media(min-width: 576px) {
    .comments .comment-list .comment .comment-list {
        padding-left: 60px;
        padding-right: 30px
    }
}

.comments .comment-list .comment .comment-list .comment {
    list-style: none;
    overflow: hidden;
    padding-top: 30px
}

.comments .comment-list .comment .comment-list .comment:last-child {
    border: none;
    padding-bottom: 0px
}

.comment-respond {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
    background: rgb(246, 87, 30, 0.35);
}

.comment-respond h6 {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.comment-respond .add-comment .comment-form input[type=text] {
    padding: 16px 15px;
    border-radius: 4px;
    width: 100%
}

@media(min-width: 576px) {
    .comment-respond .add-comment .comment-form input[type=text] {
        width: calc(100% / 2 - 15px)
    }
}

.comment-respond .add-comment .comment-form input,
.comment-respond .add-comment .comment-form textarea {
    border: none;
    outline: none;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.comment-respond .add-comment .comment-form input::placeholder,
.comment-respond .add-comment .comment-form textarea::placeholder {
    color: rgba(255, 255, 255, .9)
}

.comment-respond .add-comment .comment-form textarea {
    padding: 15px;
    width: 100%;
    border-radius: 4px
}

.comment-respond .add-comment .comment-form .default-button {
    border: none;
    outline: none;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 50px
}

.tags-area {
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 25px 10px
}

@media(min-width: 1200px) {
    .tags-area {
        justify-content: space-between
    }
}

@media(min-width: 576px) {
    .tags-area {
        padding: 25px 0 0
    }
}

.tags {
    margin-bottom: 20px
}

@media(min-width: 1200px) {
    .tags {
        margin-bottom: 0
    }
}

.tags li {
    padding: 5px
}

.tags li a {
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.tags li a:hover,
.tags li a.active {
    background: #ff4130;
    border-color: #ff4130
}

.share li {
    padding: 5px;
    cursor: pointer
}

.share li:hover a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.share li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff4130;
    color: #fff;
    -webkit-transition: .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.share li a.facebook {
    background: #3b5998
}

.share li a.twitter {
    background: #55acee
}

.share li a.instagram {
    background: #e4405f
}

.share li a.google {
    background: #dd4b39
}

.share li a.linkedin {
    background: #007bb5
}

.share li a.vimeo {
    background: #3b5998
}

.share li a.pinterest {
    background: #bd081c
}

.share li a.behance {
    background: #1769ff
}

.share li a.dribble {
    background: #ea4c89
}

.single-quote {
    background: #ff4130;
    color: #fff
}

.single-quote .quotes {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    .single-quote .quotes {
        font-size: 1.5rem
    }
}

.single-quote span {
    margin-left: auto;
    display: block;
    text-align: right;
    font-size: 1rem
}

.widget {
    margin-bottom: 65px
}

.widget:last-child {
    margin-bottom: 0
}

.widget .widget-header h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    .widget .widget-header h5 {
        font-size: 1.5rem
    }
}

.widget .widget-header h5::before {
    width: 40px;
    height: 4px;
    background-color: #ff4130;
    bottom: -20px;
    border-radius: 2px
}

.widget .widget-header h5::after {
    position: absolute;
    content: "";
    border-bottom: 5px dotted #ff4130;
    width: 30px;
    bottom: -20px;
    left: 43px
}

@media(max-width: 991px) {
    .widget.widget-search {
        margin-top: 65px
    }
}

.widget.widget-search h5 {
    margin-bottom: 40px
}

.widget.widget-search .search-wrapper input {
    height: 50px;
    padding: 13px 23px;
    line-height: 50px;
    margin-bottom: 0;
    border: none;
    width: 100%;
    outline: none;
    color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.widget.widget-search .search-wrapper button {
    padding: 0;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: inherit
}

.widget.widget-category .widget-wrapper li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0
}

.widget.widget-category .widget-wrapper li:last-child {
    border-bottom: none
}

.widget.widget-category .widget-wrapper.list-bg-none li a span:last-child {
    background-color: transparent
}

.widget.widget-category .widget-wrapper li {
    padding: 0
}

.widget.widget-category .widget-wrapper li a {
    color: #fff;
    padding: 15px 0px
}

.widget.widget-category .widget-wrapper li a i {
    margin-right: 5px
}

.widget.widget-category .widget-wrapper li a.active,
.widget.widget-category .widget-wrapper li a:hover {
    padding-left: 10px;
    color: #ff4130
}

.widget.widget-category .widget-wrapper li a.active span:last-child,
.widget.widget-category .widget-wrapper li a:hover span:last-child {
    background-color: #ff4130;
    color: #fff
}

.widget.widget-category .widget-wrapper li a span {
    font-weight: 500
}

.widget.widget-category .widget-wrapper li a span:last-child {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    text-align: center;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.widget.widget-archive li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0
}

.widget.widget-archive li:last-child {
    border-bottom: none
}

.widget.widget-archive li a {
    color: #fff;
    font-weight: 500
}

.widget.widget-archive li a i {
    margin-right: 5px
}

.widget.widget-archive li a.active,
.widget.widget-archive li a:hover {
    padding-left: 10px;
    color: #ff4130
}

.widget.widget-post h5,
.widget.recent-product h5 {
    margin-bottom: 40px
}

.widget.widget-post ul.widget-wrapper,
.widget.recent-product ul.widget-wrapper {
    padding: 0
}

.widget.widget-post ul.widget-wrapper li,
.widget.recent-product ul.widget-wrapper li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0
}

.widget.widget-post ul.widget-wrapper li:last-child,
.widget.recent-product ul.widget-wrapper li:last-child {
    border-bottom: none
}

.widget.widget-post ul.widget-wrapper li:hover .post-thumb img,
.widget.recent-product ul.widget-wrapper li:hover .post-thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.widget.widget-post ul.widget-wrapper li .post-thumb,
.widget.recent-product ul.widget-wrapper li .post-thumb {
    width: 100px;
    height: 80px
}

@media(min-width: 992px)and (max-width: 1199px) {

    .widget.widget-post ul.widget-wrapper li .post-thumb,
    .widget.recent-product ul.widget-wrapper li .post-thumb {
        width: 80px;
        height: 80px;
        margin-bottom: 15px
    }
}

.widget.widget-post ul.widget-wrapper li .post-thumb a,
.widget.recent-product ul.widget-wrapper li .post-thumb a {
    display: inline-flex;
    height: 100%
}

.widget.widget-post ul.widget-wrapper li .post-thumb a img,
.widget.recent-product ul.widget-wrapper li .post-thumb a img {
    width: 100%;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.widget.widget-post ul.widget-wrapper li .post-content,
.widget.recent-product ul.widget-wrapper li .post-content {
    width: calc(100% - 100px)
}

@media(min-width: 992px)and (max-width: 1199px) {

    .widget.widget-post ul.widget-wrapper li .post-content,
    .widget.recent-product ul.widget-wrapper li .post-content {
        width: calc(100% - 80px)
    }
}

.widget.widget-post ul.widget-wrapper li .post-content h6,
.widget.recent-product ul.widget-wrapper li .post-content h6 {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 2px
}

@media(min-width: 576px) {

    .widget.widget-post ul.widget-wrapper li .post-content h6,
    .widget.recent-product ul.widget-wrapper li .post-content h6 {
        font-size: 18px
    }
}

.widget.widget-post ul.widget-wrapper li .post-content h6:hover,
.widget.recent-product ul.widget-wrapper li .post-content h6:hover {
    color: #ff4130
}

.widget.widget-post ul.widget-wrapper li .post-content p,
.widget.recent-product ul.widget-wrapper li .post-content p {
    margin: 0
}

.widget.recent-product ul.widget-wrapper {
    padding: 0
}

.widget.recent-product ul.widget-wrapper li .post-thumb {
    width: auto;
    height: auto
}

@media(min-width: 992px)and (max-width: 1199px) {
    .widget.recent-product ul.widget-wrapper li .post-thumb {
        width: auto;
        height: auto
    }
}

.widget.recent-product ul.widget-wrapper li .post-content .price {
    margin-top: 5px;
    font-weight: 700
}

.widget.widget-instagram {
    padding: 0
}

.widget.widget-instagram ul.widget-wrapper {
    padding-top: 15px
}

.widget.widget-instagram ul.widget-wrapper li {
    width: calc(100% / 3);
    padding: 0;
    border: none
}

.widget.widget-instagram ul.widget-wrapper li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.widget.widget-instagram ul.widget-wrapper li a {
    margin: 5px;
    display: block
}

.widget.widget-instagram ul.widget-wrapper li a img {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    width: 100%
}

.widget.widget-tags {
    padding: 0
}

.widget.widget-tags ul.widget-wrapper li {
    border: none;
    padding: 0
}

.widget.widget-tags ul.widget-wrapper li a {
    padding: 7px 13px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    margin: 5px;
    font-size: 14px
}

.widget.widget-tags ul.widget-wrapper li a.active,
.widget.widget-tags ul.widget-wrapper li a:hover {
    background-color: #ff4130;
    color: #fff;
    border-color: #ff4130
}

.widget.widget-author {
    padding: 0
}

.widget.widget-author .widget-wrapper .admin-thumb {
    margin-bottom: 15px;
    margin-left: 0
}

.widget.widget-author .widget-wrapper .admin-thumb img {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.widget.widget-author .widget-wrapper .admin-content h5 {
    color: #ff4130;
    font-weight: 500
}

.widget.widget-author .widget-wrapper .admin-content p {
    font-size: 15px
}

.widget.widget-author .widget-wrapper .admin-content .social-media {
    margin-bottom: 0
}

.widget.widget-author .widget-wrapper .admin-content .social-media a {
    background: transparent;
    font-size: 1rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff
}

.widget.widget-author .widget-wrapper .admin-content .social-media a:hover {
    box-shadow: 0 5px 10px rgba(136, 136, 136, .2)
}

.widget.recipe-categori {
    padding: 0
}

.widget.recipe-categori .widget-wrapper {
    padding: 25px 15px
}

.widget.recipe-categori .widget-wrapper .recipe-item {
    border: 1px dotted #ecf0f3;
    border-width: 1px;
    border-top: none;
    border-right: none;
    margin: 5px
}

.widget.widget-event .widget-wrapper li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 0;
    display: flex
}

.widget.widget-event .widget-wrapper li:last-child {
    padding-bottom: 0
}

.widget.widget-event .widget-wrapper li i {
    color: #ff4130;
    margin-right: 3px
}

.widget.widget-event .widget-wrapper li span:first-child {
    width: 50%
}

.widget.shop-widget {
    margin-top: 35px
}

.widget.shop-widget .widget-wrapper .shop-menu li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 12px 0px
}

.widget.shop-widget .widget-wrapper .shop-menu li:last-child {
    border-bottom: none
}

.widget.shop-widget .widget-wrapper .shop-menu li a {
    font-weight: 500
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
    margin: 0;
    display: none
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
    padding: 2px 0;
    border-bottom: none
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}


@media(min-width: 992px) {
    .aside-bg:after {
        width: 33%
    }
}

@media(min-width: 1200px) {
    .aside-bg:after {
        width: 35%
    }
}

@media(min-width: 1440px) {
    .aside-bg:after {
        width: 39%
    }
}

.accordion-item {
    background: #fff;
}

.contact-three__input-box input[name='current_password'] {
    height: 45px;
}

.accordion-item .accordion-header .accordion-button {
    background: #ff4130;
    box-shadow: none;
    padding: 1rem 1.5rem;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
}

.account-sidebar .nav-link.active,
.account-sidebar .show>.nav-link {
    background: #ff4130;
    color: #fff;
}

.ava-credt {
    color: #333;
    float: right;
}

.ava-credt b {
    font-family: poppins;
}

.account-sidebar .nav-link {
    background: #fff;
    color: #333;
    margin-right: 20px;
    border: 1px solid #ff4130
}

.page-cntnt {
    background-color: #ececec;
}

.accordion-item .accordion-header .accordion-button.collapsed {
    background: rgb(246, 87, 30, 0.35);
    ;
    border-bottom: none;
    color: #fff;
}

.accordion-item .accordion-header .accordion-button.collapsed::after {
    display: block
}

.accordion-item .accordion-header .accordion-button.collapsed::before {
    display: none
}

.accordion-item .accordion-header .accordion-button::after {
    background-image: none;
    content: "";
    color: #fff;
    font-size: 1.125rem;
    display: none;
    font-family: IcoFont !important
}

.accordion-item .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    transition: transform .2s ease-in-out;
    right: 25px;
    position: absolute;
    color: #fff;
    font-size: 1.125rem;
    font-family: IcoFont !important
}

.accordion-item .accordion-header .accordion-button .accor-header-inner .accor-thumb {
    width: 80px;
    height: 80px;
    line-height: 80px
}

.accordion-item .accordion-header .accordion-button .accor-header-inner .accor-title {
    font-size: calc(1.275rem + 0.3vw);

    text-transform: uppercase
}

@media(min-width: 1200px) {
    .accordion-item .accordion-header .accordion-button .accor-header-inner .accor-title {
        font-size: 1.5rem
    }
}

.accordion-item .accordion-collapse .accordion-body p {
    color: #000
}

.contact-item {
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px dotted #fff;
}

.contact-item .contact-thumb i {
    font-size: 33px;
}

.contact-item .contact-thumb {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0 auto 30px;
    border: 1px dashed #fff;
    display: inline-block;
    padding: 15px;
}

.contact-form {
    justify-content: space-between;
    margin-bottom: -30px
}

.contact-form .form-group {
    margin-bottom: 30px;
    width: 100%
}

@media(min-width: 576px) {
    .contact-form .form-group {
        width: calc(50% - 15px)
    }
}

.contact-form .form-group input {
    border: 1px solid rgb(255, 255, 255, 0.4);
    border-radius: 0px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .06);
    height: 50px;
    padding: 0 25px;
    background: none;
    color: #fff;
}

.contact-form .form-group input::placeholder {
    color: #fff;
}

.contact-form .form-group textarea {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .06);
    padding: 25px;
    color: #fff;
}

.contact-top .contact-form-wrapper label.error {
    float: left;
}

.page4 ul li {
    list-style-type: square;
}

.footer-middle-item ul li a:hover {
    color: rgb(255 255 255 / 73%);
}

.brand-logo .logo img {
    width: 60%;
    /* margin-top:6px; */
}

footer .footer-middle-item img {
    width: 41%;
}

.bonus-wtier table {

    border: 1px solid #262C2C;
    color: #fff;
}

.bonus-wtier table tr td {
    padding: 24px 15px;
    text-align: center;
    border: 1px solid #262C2C;
}

.bonus-wtier table tr th {
    padding: 10px;
    text-align: center;
    border-right: 1px solid rgb(51, 51, 51, 65%);
}

.categ-ttle h2 {
    font-size: 34px;
}

.about-list li.about-item {
    background-color: #fff;
    padding: 20px;
    flex: 1 1 25%;
    position: relative;
    height: 280px;
    transition: all 0.2s ease-in-out;
    top: 0px;
}

.about-list li.about-item:hover {
    top: -4px;
}

.about-list li.about-item .about-item-thumb {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 90%;
}

.lst-xinfo ul {
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    margin: 30px 0px 60px;
    align-items: center;
}

.lst-xinfo ul li {
    padding: 25px 13px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.lst-xinfo ul li:hover {
    transform: translateY(-5px);
}

.lst-xinfo ul li:nth-child(odd) {
    border: 1px solid #ff4130;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.clck-winfo strong {
    color: #ff4130;
}

.point-winfo .form-control {
    border: 1px solid #fff;
    height: 50px;
    border-top-left-radius: 20px;
    background-color: transparent;
    color: #fff;
    border-bottom-right-radius: 20px;
}

.point-winfo {
    padding: 30px;
    /* background-image: linear-gradient(60deg, rgb(200 50 50), var(--bs-red) 10%, var(--bs-pink) 20%, rgb(187 73 73) 30%, rgb(174 73 73) 40%, rgb(200 36 36)); */
    /* background-image: linear-gradient(60deg, rgb(56, 182, 210), rgb(56, 182, 210) 10%, rgb(51, 138, 157) 20%, rgb(48, 114, 128) 30%, rgb(45, 96, 108) 40%, rgb(45, 96, 108)); */
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #26215b;
}

.lst-xinfo ul li:nth-child(even) i {
    font-size: 44px;
    color: #ff4130;
}

.bonus-wtier .table tr th,
.bonus-wtier .table tr td {
    color: #fff;
}

.header-top-area ul li {
    color: #fff;
}

.contact-form .form-group textarea::placeholder {
    color: #fff;
}

.point-winfo .form-control::placeholder {
    color: #fff !important;
}

.point-winfo h4,
.clck-winfo {
    font-family: Poppins, "sans-serif";
}

.contact-form .form-group button {
    height: 55px
}

@media(max-width: 575px) {
    .contact-form {
        margin-bottom: -20px
    }

    .contact-form .form-group {
        margin-bottom: 20px
    }
}

.form-message {
    font-size: 1rem
}

.form-message.success {
    color: #fff
}

.form-message.error {
    color: #ff4130
}

.about-section {
    padding-top: 90px;
    padding-bottom: 50px;
    background-color: #26215bbf;
    /* background: linear-gradient(rgb(255, 65, 48) 0%, rgb(193, 28, 48) 100%); */
}

.about-section .section-header {
    text-align: left
}

@media(min-width: 768px) {
    .about-wrapper {
        padding-left: 30px
    }
}

.about-item {
    gap: 20px
}

.about-item:not(.about-item:last-child) {
    margin-bottom: 25px
}

.about-item-thumb i {
    color: #000;
    font-size: 67px;
}

#features-section .img-area {
    width: 80px;
    height: 80px;
    margin: 0px auto;
    background-color: #ff4130;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    line-height: 82px;
}

#features-section .img-area i {
    color: #333;
    font-size: 30px;
}

.match-section {
    background-size: cover;
    background-position: center
}

.player-slider {
    overflow: hidden;
    margin: 0 -0.75rem;
    position: relative;
}

.player-slider .swiper-button-next,
.player-slider .swiper-button-prev {
    background-color: #fff;
    color: #333;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.testimonial-section {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.blog-single .section-wrapper .post-item-2 .post-inner:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.blog-single .section-wrapper .post-item-2 .post-inner .post-content p,
.blog-single .section-wrapper .post-item-2 .post-inner .post-content img {
    margin-bottom: 20px
}

@media(max-width: 991px) {
    .location-map {
        margin-bottom: 15px
    }
}

.location-map #map {
    height: 435px;
    width: 100%
}

.location-map #map iframe {
    height: 100%;
    width: 100%;
    border: none
}

.contact-form-wrapper .contact-form p {
    max-width: 610px
}

.contact-form-wrapper .contact-form form.comment-form input[type=text],
.contact-form-wrapper .contact-form form.comment-form [type=email] {
    border: 1px solid #ecf0f3;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media(min-width: 576px) {

    .contact-form-wrapper .contact-form form.comment-form input[type=text],
    .contact-form-wrapper .contact-form form.comment-form [type=email] {
        width: calc(100% / 2 - 15px)
    }
}

.contact-form-wrapper .contact-form form.comment-form textarea {
    background: #fff;
    border: 1px solid #ecf0f3;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.contact-form-wrapper .contact-form form.comment-form input,
.contact-form-wrapper .contact-form form.comment-form textarea {
    outline: none;
    border: none
}

.contact-form-wrapper .contact-form form.comment-form button.default-button {
    outline: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.contact-info-wrapper {
    padding-left: 30px
}

@media(max-width: 991px) {
    .contact-info-wrapper {
        margin-top: 50px;
        padding-left: 0
    }
}

.contact-info-wrapper .contact-info-title p {
    max-width: 280px;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .contact-info-wrapper .contact-info-content {
        display: flex;
        flex-wrap: wrap
    }
}

@media(max-width: 991px) {
    .contact-info-wrapper .contact-info-content .contact-info-item {
        margin-right: 30px;
        margin-bottom: 30px
    }
}

@media(min-width: 992px) {
    .contact-info-wrapper .contact-info-content .contact-info-item {
        margin-bottom: 30px
    }

    .contact-info-wrapper .contact-info-content .contact-info-item:last-child {
        margin-bottom: 0
    }
}

@media(max-width: 991px) {
    .contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    .contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-thumb {
        margin-bottom: 0;
        margin-right: 15px
    }
}

.contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-thumb {
    margin-bottom: 15px
}

.contact-info-wrapper .contact-info-content .contact-info-item .contact-info-inner .contact-info-details span {
    color: #000
}

.shop-page .section-header h4 span {
    font-weight: 400
}

.shop-page .sidebar-widget .widget-search {
    border: none;
    box-shadow: 0 0 10px rgba(136, 136, 136, .1)
}

.shop-page .sidebar-widget .widget-search form input {
    border: 1px solid #ecf0f3
}

.shop-page .shop-title {
    padding: 16px 20px;
    background: rgb(246, 87, 30, 0.35);
    ;
    box-shadow: 0 0 10px rgba(136, 136, 136, .1)
}

.shop-page .shop-title p {
    color: #fff
}

.shop-page .shop-title .product-view-mode a {
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.shop-page .shop-title .product-view-mode a:last-child {
    margin-left: 5px
}

.shop-page .shop-product-wrap {
    height: auto !important
}

.product-action-link .default-button i {
    color: #fff;
}

.custom-wcart .default-button {
    padding: 9px;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 37px;
    text-transform: capitalize;
}

.shp-nimg {
    position: relative;
    overflow: hidden;
}

.shp-nimg img {
    transition: all 0.2s ease-in-out;
}

.shop-ugimage:hover .shp-nimg img {
    transform: scale(1.2);
}

.shop-ugimage .tab-text {
    background-color: #fff;
    box-shadow: 0px 3px 3px rgb(0, 0, 0, 40%);
}

.shop-page .shop-product-wrap.grid {
    height: auto;
    background: #ececec;
    padding: 20px;
}

.shop-ugimage .tab-text h4 a {
    color: #333;
    font-family: 'Poppins';
}

.shop-page .shop-product-wrap.grid .product-list-item {
    display: none
}

.shop-page .shop-product-wrap.list .col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.shop-page .shop-product-wrap.list .product-item {
    display: none
}

.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    box-shadow: 0 0 10px rgba(136, 136, 136, .1);
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.product_desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    padding: 30px;
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb .pro-thumb::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
    opacity: 1;
    z-index: 9;
    bottom: 50%;
    transform: translate(-50%, 50%)
}

.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb::after,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb::after {
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.8);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img {
    transform-origin: left
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
    opacity: 0;
    bottom: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin: 5px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal,
.shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
    cursor: pointer
}

.shop-page .shop-product-wrap .product-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-content {
    padding: 10px;
    text-align: center;
    background-color: #ff4130;
}

.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5 {
    margin-bottom: 5px
}

.shop-page .shop-product-wrap .product-item .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a {
    text-decoration: none;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    font-weight: normal;
}

.shop-page .shop-product-wrap .product-item .product-content p,
.shop-page .shop-product-wrap .product-list-item .product-content p {
    margin-bottom: 5px
}

.shop-page .shop-product-wrap .product-item .product-content p i,
.shop-page .shop-product-wrap .product-list-item .product-content p i {
    color: #fff
}

@media(min-width: 768px) {
    .shop-page .shop-product-wrap .product-list-item .product-thumb {
        width: 35%
    }
}

.shop-page .shop-product-wrap .product-list-item .product-content {
    text-align: left;
    padding-left: 20px
}

@media(min-width: 768px) {
    .shop-page .shop-product-wrap .product-list-item .product-content {
        width: 65%
    }
}

.shop-page .modal.show {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
    z-index: 99999999;
    -webkit-animation: slideInDown .4s forwards;
    animation: slideInDown .4s forwards;
    overflow-y: scroll;
    background: #000
}

.shop-page .modal .modal-dialog .modal-content button.close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0px;
    background: #ff4130;
    z-index: 9;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    outline: none;
    border: none
}

.shop-page .modal .modal-dialog .modal-content .modal-body {
    background: rgb(246, 87, 30, 0.35);
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
    margin-top: 30px
}

@media(min-width: 576px) {
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
        margin-top: 0
    }
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content p i {
    color: #ff4130
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
    margin-top: 30px
}

.shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .default-button {
    margin-left: 20px
}

.shop-single .sidebar-widget .widget-search {
    border: none
}

.shop-single .sidebar-widget .widget-search form input {
    border: 1px solid #ecf0f3
}

.shop-single .product-details {
    padding: 20px;
    margin-bottom: 40px;
}

.shop-single .product-details .product-thumb .pro-single-top {
    margin-bottom: 20px
}

.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.shop-single .product-details .product-thumb .pro-single-thumbs {
    max-width: 80%;
    margin: auto
}

.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img {
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next {
    cursor: pointer;
    width: 24px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    text-align: center;
    background: #f6f6f9;
    bottom: 15px;
    outline: none
}

.shop-single .product-details .product-thumb .pro-single-prev {
    right: 0
}

.shop-single .product-details .product-thumb .pro-single-next {
    left: 0
}

.shop-single .product-details .post-content {
    padding-top: 30px
}

@media(min-width: 768px) {
    .shop-single .product-details .post-content {
        padding-top: 0
    }
}

.shop-single .product-details .post-content h6 {
    font-size: 18px;
    font-weight: 500
}

.shop-single .product-details .post-content p.rating i {
    color: #ff4130
}

.shop-single .product-details .post-content form .select-product {
    background: #fff;
    margin-bottom: 20px
}

@media(min-width: 576px) {
    .shop-single .product-details .post-content form .select-product {
        width: 48%
    }
}

.shop-single .product-details .post-content form .select-product select {
    height: 40px;
    outline: none;
    -webkit-appearance: none;
    z-index: 1;
    background: transparent;
    padding-left: 20px;
    font-size: 14px
}

.shop-single .product-details .post-content form .select-product i {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ecf0f3;
    text-align: center;
    z-index: 0;
    color: #000
}

.shop-single .product-details .post-content form .cart-plus-minus {
    margin-bottom: 20px
}

@media(min-width: 576px) {
    .shop-single .product-details .post-content form .cart-plus-minus {
        margin-bottom: 0;
        margin-left: 0
    }
}

.shop-single .product-details .post-content form .cart-plus-minus input {
    background: #fff
}

@media(min-width: 576px) {
    .shop-single .product-details .post-content form .discount-code {
        width: 50%
    }
}

@media(min-width: 1200px) {
    .shop-single .product-details .post-content form .discount-code {
        width: 60%
    }
}

.shop-single .product-details .post-content form .discount-code input {
    background: #fff
}

.shop-single .review {
    box-shadow: 0 0 10px rgba(136, 136, 136, .1);
}

.training-addon-section {
    background-color: #d92e35;
    padding: 40px;
    color: #fff;
}

.shop-single .review .review-nav li {
    list-style: none;
    padding: 13px 33px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    cursor: pointer
}

.shop-single .review .review-nav li:last-child {
    margin-right: 0
}

.shop-single .review .review-content.review-content-show .review-showing {
    display: block
}

.shop-single .review .review-content.description-show .description {
    display: block
}

.shop-single .review .review-content .review-showing {
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.shop-single .review .review-content .review-showing .content li {
    padding: 25px 30px;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media(min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }
}

.shop-single .review .review-content .review-showing .content li:last-child {
    border-bottom: none
}

.shop-single .review .review-content .review-showing .content li .post-thumb {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden
}

@media(min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li .post-thumb {
        margin-bottom: 0
    }
}

@media(min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li .post-content {
        width: calc(100% - 70px);
        padding-left: 20px
    }
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
    margin-bottom: 5px
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
    width: calc(100% - 110px)
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
    line-height: 28px;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
    line-height: 30px
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
    width: 110px
}

.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
    color: #ecb341
}

.shop-single .review .review-content .review-showing .client-review {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title {
    margin-bottom: 40px
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5 {
    position: relative
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before {
    width: 50px;
    height: 4px;
    bottom: -20px;
    border-radius: 2px
}

.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
    border-bottom: 4px dotted #ff4130;
    width: 20px;
    bottom: -20px;
    left: 55px
}

.shop-single .review .review-content .review-showing .client-review .review-form form input {
    padding: 10px;
    color: #fff
}

.single-item i {
    color: #fff;
    font-size: 40px;
}

@media(max-width: 767px) {
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
        margin-bottom: 20px
    }

    .game_ulst {
        grid-template-columns: repeat(1, 1fr);
    }

    .lst-xinfo ul {
        flex-direction: column;
    }

    .header-wrapper .menu-area .ellepsis-bar {
        display: none;
    }

    html body #cookies-policy .cookies__container,
    html body #cookies-policy .cookies__wrapper,
    html body #cookies-policy .cookies__actions {
        flex-direction: column !important;
    }

    .accunt-info .tab-content>.tab-pane {
        display: block;
        opacity: 1;
        background-color: rgb(255, 255, 255);
    }

    .accunt-info .accordion-header {
        padding: 5px;
        border-bottom: 1px dotted #333333;
    }

    .cart-ninfo {
        margin-right: 21px;
    }
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
    padding-right: 5px
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
    list-style: none
}

.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
    color: #ff4130
}

.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
    padding: 10px;
    outline: none;
    color: #fff
}

.shop-single .review .review-content .review-showing .client-review .review-form form button {
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 50px
}

.shop-single .review .review-content .description {
    padding: 30px;
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.shop-single .review .review-content .description .post-item {
    flex-direction: row-reverse
}

.shop-single .review .review-content .description .post-item .post-thumb {
    text-align: center
}

@media(min-width: 768px) {
    .shop-single .review .review-content .description .post-item .post-thumb {
        width: calc(100% / 2)
    }
}

.shop-single .review .review-content .description .post-item .post-content {
    padding: 30px 0
}

.shop-single .review .review-content .description .post-item .post-content ul li {
    padding: 8px 0;
    padding-left: 30px
}

.shop-single .review .review-content .description .post-item .post-content ul li::before {
    content: "";
    top: 8px;
    left: 0;
    color: #ff4130;
    font-family: IcoFont !important
}

.post-content h4 {
    font-weight: bold;
}

.review h2 {
    margin-bottom: 50px;
}

.shop-cart .section-wrapper .cart-top {
    margin-bottom: 40px;
    border: 1px dotted #ff4130;
    background-color: #fff;
}

.shop-cart .section-wrapper .cart-top table {
    font-weight: 700
}

@media(max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table .cat-product .p-content {
        display: none
    }
}

@media(max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus {
        width: 96px
    }

    .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .cart-plus-minus-box {
        width: 96px
    }

    .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .qtybutton {
        width: 30px
    }
}

@media(max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table .cat-price {
        display: none
    }
}

.shop-cart .section-wrapper .cart-top table thead tr th {
    color: #fff;
    padding: 18px;
    border: none;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .shop-cart .section-wrapper .cart-top table thead tr th {
        font-size: 14px;
        padding: 10px
    }
}

.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
    text-align: right
}

.shop-cart .section-wrapper .cart-top table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-right: none;
    border-left: none;
    border-top: none
}

.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
    border-bottom: none
}

.shop-cart .section-wrapper .cart-top table tbody tr td {
    padding: 10px;
    border: none;
    vertical-align: middle;
    color: #333;
}



.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
    text-align: center;
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
    align-items: center
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
    width: 50px;
    margin: auto
}

@media(min-width: 768px) {
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
        width: 85px
    }
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    width: calc(100% - 85px);
    padding-left: 10px
}

@media(max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
        display: none
    }
}

.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    text-transform: uppercase;

}

@media(max-width: 767px) {

    .shop-cart .section-wrapper .cart-top table tbody tr td.cat-toprice,
    .shop-cart .section-wrapper .cart-top table tbody tr td.cat-edit {
        text-align: center;
        font-size: 14px
    }
}

.shop-cart .section-wrapper .cart-top table tbody tr td input {
    background: #fff
}

.shop-cart .section-wrapper .cart-bottom {
    box-shadow: 0 0 10px rgba(136, 136, 136, .1);
    border: 1px dotted #fff;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
    padding: 30px
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
    max-width: 340px;
    display: flex
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
    padding: 18px 10px;
    border: 1px solid #ecf0f3;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit] {
    color: #fff;
    font-weight: 500;
    margin-left: -10px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    margin-top: 30px
}

@media(min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
        max-width: 390px;
        text-align: right;
        margin-top: 0
    }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
    padding: 10px 30px;
    border: 1px solid #ecf0f3;
    width: auto;
    cursor: pointer;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear
}

@media(max-width: 575px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
        width: 100%;
        margin-bottom: 15px
    }

    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:last-child {
        margin-bottom: 0
    }
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:hover {
    border-color: #ff4130
}

.shop-cart .section-wrapper .cart-bottom .shiping-box {
    padding: 30px 20px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

@media(max-width: 767px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
        margin-bottom: 30px
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
    margin-bottom: 20px;
    position: relative
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
    padding: 18px 20px;
    background: transparent;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ecf0f3;
    position: relative;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

@media(min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
        width: 50%;
        float: left
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
    top: 0;
    right: 0;
    padding: 15px 20px;
    color: #fff;
    border: 1px solid #ecf0f3;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
    float: right;
    padding: 19px 20px;
    font-size: 14px;
    margin-bottom: 22px;
    border: 1px solid #ecf0f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

@media(min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
        width: 45%
    }
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 56px
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
    list-style: none;
    border: 1px solid #ecf0f3;
    padding: 15px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li span {
    color: #000
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
    color: #ff4130;
    font-size: 20px;
    font-weight: 650;
}

@media(max-width: 991px) {
    .achievement-section .section-wrapper {
        overflow-x: auto
    }
}

.achievement-area {
    background: rgb(246, 87, 30, 0.35);
}

@media(max-width: 991px) {
    .achievement-area {
        width: 850px
    }
}

.achievement-area ul {
    border-color: rgba(255, 0, 82, .9)
}

.achievement-area ul li {
    vertical-align: middle
}

.achievement-area ul li .nav-link {
    border: none;
    width: 90px;
    line-height: 60px;
    font-size: calc(1.3125rem + 0.75vw);
    color: #fff !important
}

@media(min-width: 1200px) {
    .achievement-area ul li .nav-link {
        font-size: 1.875rem
    }
}

.achievement-area ul li .nav-link::after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -15px;
    opacity: 0;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    transition: .3s all linear;
    background-image: -webkit-linear-gradient(90deg, #ff4130 0%, rgba(255, 0, 82, 0) 80%);
    background-image: -ms-linear-gradient(90deg, #ff4130 0%, rgba(255, 0, 82, 0) 80%)
}

.achievement-area ul li .nav-link.active {
    background-color: transparent
}

.achievement-area ul li .nav-link.active::after {
    opacity: 1
}

.achievement-area .tab-content .table tbody tr {
    vertical-align: middle;
    border-color: rgba(255, 255, 255, .1)
}

.achievement-area .tab-content .table tbody tr:last-child {
    border-color: rgb(246, 87, 30, 0.35);
}

.achievement-area .tab-content .table tbody tr td {
    padding: 20px 0
}

.account-wrapper {
    border-radius: 8px;
    box-shadow: 0 0.14px 2.29266px rgba(0, 0, 0, 0.03), 0 0.37px 4.42626px rgba(0, 0, 0, 0.05), 0 3px 7px rgba(0, 0, 0, 0.09);
    padding: 47px;
    text-align: center;
    max-width: 650px;
    margin: -113px auto 15px;
    background-color: #fff;
    position: relative;
}

.account-bottom .cate a {
    color: #ff4130;
}

.game_ulst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 556px !important;
    left: -186px !important;
    right: 0px;
    margin: 0 auto;
}

@media(max-width: 767px) {
    .account-wrapper {
        padding: 50px 40px
    }

    .header-top-area {
        justify-content: center !important;
    }

    .cart-ninfo {
        margin-top: 10px;
    }

    .header-bar {
        position: absolute;
        top: 68px;
        right: 39px;
    }

    .menu li .submenu {
        width: 100% !important;
        left: 0px !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .cart-btn {
        flex-wrap: wrap;
    }

    .alert {
        transform: translate(0%, 0px) !important;
        right: 0px !important;
        width: 100% !important;
    }

    .alert button.close {
        top: -3px !important;
    }

    .footer-bottom-content p img {
        width: 55%;
    }

    .cart-btn a:nth-child(1) {
        margin-right: 0px !important;
    }

    .shopimg-info,
    .cart-btn a {
        width: 100% !important;
    }


}

@media screen and (max-width: 499px) {
    .account-wrapper {
        padding: 40px 15px
    }
}

.account-wrapper .cate {
    font-style: normal;
    color: #333;
}

.account-wrapper .cate a {
    font-weight: 600;
    color: #ff4130
}

.account-wrapper .cate a:hover {
    color: #ff4130
}

label[for='agre-condtn'] {
    color: #333;
    display: flex;
}

label[for='agre-condtn'] a {
    color: #ff4130;
}

.account-bottom .subtitle {
    margin-bottom: 10px
}

@media(min-width: 576px) {
    .account-bottom .subtitle {
        font-size: 20px
    }
}

.account-form .form-group {
    margin-bottom: 15px
}

.account-form .form-group input {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: none;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .06);
    padding: 10px 15px;
    color: #333;
    line-height: 36px;
    border: 1px solid rgb(51, 51, 51, 40%);
}

.account-form .form-group input::placeholder {
    color: #333;
}

.account-form .form-group .checkgroup {
    flex-wrap: nowrap;
    align-items: center
}

.account-wrapper h3.title {
    color: #333;
    font-family: 'poppins';
}

.account-form .form-group .checkgroup input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 15px
}

@media(max-width: 575px) {
    .account-form .form-group .checkgroup input[type=checkbox] {
        width: 14px;
        height: 14px;
        margin-right: 8px
    }
}

.account-form .form-group .checkgroup label {
    margin: 0;
    color: #fff
}

@media(max-width: 575px) {
    .account-form .form-group .checkgroup label {
        font-size: 14px
    }
}

.account-form .form-group a {
    color: #ff4130;
    text-decoration: underline;
    font-weight: 650;
}

@media(max-width: 575px) {
    .account-form .form-group a {
        font-size: 14px
    }
}

.account-form .form-group a:hover {
    color: #ff4130;
}

.curency_xicn {
    background-color: transparent;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 26px;
    height: 50px;
    margin-top: 32px;
    line-height: 27px;
    width: 50px;
    border: 1px solid #fff;
    float: right;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.point-winfo .form-label {
    color: #fff;
}

.pnter-text {
    pointer-events: none;
}

.account-form .form-group button {
    width: 58%;

}

.error {
    color: #dc143c;
}

@media(max-width: 575px) {
    .account-form .form-group button {
        margin-top: 24px
    }
}

.or {
    display: block;
    margin: 24px auto 40px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff4130;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff
}

.or span {
    position: relative;
    z-index: 1
}

.or::before,
.or::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background: #ff4130;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 0, 82, .3);
    width: 100%;
    height: 100%;
    animation: pulse 2s linear infinite;
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    opacity: 0
}

.or::before {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    90% {
        opacity: .5;
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        -ms-transform: translate(-50%, -50%) scale(1.8);
        transform: translate(-50%, -50%) scale(1.8)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        -ms-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@keyframes floating {
    0% {
        transform: translate(0, -10px)
    }

    50% {
        transform: translate(0, 10px)
    }

    100% {
        transform: translate(0, -10px)
    }
}

.fore-zero .section-wrapper .zero-item {
    padding: 60px;
    background: rgb(246, 87, 30, 0.35);
    ;
    box-shadow: 0px 0px 10px 0px rgba(255, 0, 82, .2);
    border-radius: 5px
}

.fore-zero .section-wrapper .zero-item .zero-content .lab-btn {
    color: #fff;
    font-weight: 700
}

.fore-zero .section-wrapper .zero-item .zero-content .lab-btn span {
    color: #fff
}

.game-thumb img {
    width: 100%;
    object-fit: cover;
}

.footer-middle-item ul li a {
    line-height: 32px;
    color: #fff;
}

/* Features Section */
#features-section {
    position: relative;
    /* margin-bottom:21px; */
}

.effect.effect-two:hover img {
    transform: scale(1.1);
}

.chse-img {
    margin-top: -23px;
}

#features-section .pm-none {
    margin-bottom: -64px;
}

#features-section .single-item {
    margin-bottom: 60px;
    background-image: linear-gradient(60deg, rgb(56, 182, 210), rgb(56, 182, 210) 10%, rgb(51, 138, 157) 20%, rgb(48, 114, 128) 30%, rgb(45, 96, 108) 40%, rgb(45, 96, 108));
    padding: 40px 0px 10px;
    height: 280px;
    transition: all 0.5s ease-in-out;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
}

#features-section .single-item:hover {
    transform: translateY(-10px);
}

#features-section .single-item h5 {
    text-transform: uppercase;
    padding: 30px;
    line-height: 27px;
    padding-bottom: 6px;
}

.ficon {
    padding-left: 6px;
}

.cnt-uinfo {
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.cnt-uinfo:hover {
    transform: translateY(-10px)
}

.cnt-uinfo i {
    width: 40px;
    height: 40px;
    border: 1px solid #ff4130;
    font-size: 25px;
    padding: 6px;
    color: #ff4130;
}

.cnt-uinfo:hover i {
    background-color: #ff4130;
    color: #fff;
}

.cnt-uinfo h4,
.page-cntnt h4 {
    color: #ff4130;
}

.list-suinfo li i {
    color: #ff4130;
    font-size: 18px;
    padding-right: 5px;
}

.list-suinfo li {
    line-height: 30px;
}

.checkout-detail .form-control,
.checkout-detail .form-select {
    margin-bottom: 10px;
    background: none;
    border: 1px solid rgb(248 249 250 / 66%);
    border-radius: 5px;
    color: #fff;
    height: 50px;
    border-radius: 7px;
}

.checkout-detail .form-control::placeholder,
.checkout-detail .form-select::placeholder {
    color: #fff;
}

.checkout-detail .form-select option {
    color: #fff;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-wrapper select {
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2rem;
    /* space for icon */
}

.dropdown-icon {
    position: absolute;
    top: 33%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 1rem;
    color: #ffff;
}

.bnicon {
    position: absolute;
    top: 5px;
    left: -28px;
    right: 0px;
    text-align: center;
    font-size: 25px;
    transform: rotate(13deg);
}

.order-winfo .default-button {
    padding: 4px 10px;
    line-height: 20px !important;
    font-size: 15px;
    height: 30px;
    font-weight: 650;
}

.order-winfo .table>:not(caption)>*>* {
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.order-cont-wrap>* {
    margin-bottom: 15px;
}

#order-dataTable tr th {
    text-align: center;
}

#order-dataTable tr th,
#order-dataTable tr td {
    color: #fff;
}

.header-fixed .brand-logo {
    top: 46px;
}

.cardmnth {
    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.checkout-detail .cardte {
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.checkout-detail .form-control:focus,
.checkout-detail .form-select:focus {
    box-shadow: none;
}

.card-detail label {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 550;
}

.condtn-info a {
    color: #fff;
    font-weight: bold;
}

.page-cntnt .table-bordered>:not(caption)>*>* {
    vertical-align: middle;
}

.order-detail table tr th,
.order-detail table tr td {
    color: #333;
}

.condtn-info .form-check a {
    color: #ff4130;
    font-weight: bold;
}

.order-detail .table {
    border: 1px dashed #333;
    background-color: #ececec;
}

.order-detail .table tr th,
.order-detail .table tr td {
    padding: 13px;
}

.order-detail .table tr:last-child td,
.order-detail .table tr:last-child th {
    border: none;
}

.condtn-info {
    border: 1px dotted #fff;
    padding: 13px;
    color: #fff;
}

.checkout-detail {
    padding: 60px 0px;
    background-color: #2a1e5eb5;
    color: #fff;
}

.dash-epnt {
    font-size: 21px;
    color: #ff4130;
    font-family: 'Poppins';
}

td.cat-edit i {
    color: #ff4130;
}

.accunt-info {
    padding: 100px 0px;
}

.accunt-info .nav-vertical {
    background: rgb(246, 87, 30, 0.35);
    ;

}

.accunt-info .nav-vertical a {
    border-bottom: 1px dotted #fff;
    padding: 10px;
}

.accunt-info .nav-vertical a:last-child {
    border-bottom: none;
}

.accunt-info .tab-content .form-control {
    border-radius: 0px;
    height: 50px;
}

.order-list .table {
    background-image: linear-gradient(60deg, rgb(56, 182, 210), rgb(56, 182, 210) 10%, rgb(51, 138, 157) 20%, rgb(48, 114, 128) 30%, rgb(45, 96, 108) 40%, rgb(45, 96, 108));
    border: 1px solid rgb(255 255 255 / 46%);
}

.page4 h2,
.page4 h3 {
    font-family: poppins;
}

.dash-brd {
    color: #ff4130;
    font-weight: bold;
}

.order-list .th-btn {
    background-color: #fff;
    color: #ff4130;
    display: inline-block;
    padding: 2px 13px;
    font-weight: bold;
    border-radius: 0px;
}

.cart-ninfo i {
    font-size: 27px;
    color: #fff;
}

.cart_info {
    position: absolute;
    top: -11px;
    left: 15px;
    background-color: #fff;
    color: #ff4130;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}

.cartcanvas__info {
    position: fixed;
    right: 0;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
    z-index: 9999999;
    overflow-y: auto;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.cart_subinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(-140px + 100vh);
}

.cart_backginfo {
    background-color: #fff;
    max-width: 500px;
    width: 500px;
    padding: 20px;
    color: #333;
}

.cartcanvas__info.info-open {
    display: flex;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: #333;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--gt-theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: #fff;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 0;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 30px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: #333;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--gt-theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 20px 40px;
    text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--gt-border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--gt-theme);
    color: #fff;
}

.cart-ninfo {
    cursor: pointer;
    margin-top: 38px;
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 999999;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {

    .offcanvas__info,
    .cartcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.cart-img {
    width: 97px;
    margin-bottom: 7px;
    height: 54px;
}

.cartcanvas__content h5 {
    font-weight: 650;
}

.cart-info a {
    color: #333;
    font-family: 'Poppins';
}

.dash-epnt1 {
    font-size: 17px;

}

.cart-info p {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.remove-item {
    position: absolute;
    right: 0px;
    display: inline-block;
    color: #ff4130;
    font-size: 27px;
}

ul.cart-list li {
    border-bottom: 1px dotted #ff4130;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

ul.cart-list li:last-child {
    border-bottom: none;
}

.cart-overview h3 {
    color: #fff;
}

.prce-uinfo {
    font-size: 30px;
    font-family: "poppins";
}

.shop-cart {
    background-color: #301a587a;
}

.cartcanvas__close {
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    position: absolute;
    top: 14px;
    font-weight: 200;
    right: 5px;
    font-size: 35px;
    color: #fff;
}

.prduct-prce {
    font-size: 30px;
    color: #ff4130;
}

.order-ucnfrm {
    background-color: #ff4130;
    padding: 40px;
    border-radius: 10p
}

p.invce-taglne {
    background-color: rgb(246, 87, 30, 0.35);
    ;
    padding: 10px;
    font-size: 21px;
}

.shopimg-info {
    width: 75%;
    margin: 0 auto;
    border: 2px dotted #ff4130;
    padding: 20px;
}

.shop-product-wrap .product-item .pro-thumb img {
    object-fit: cover;
}

.shop-uimg {
    position: relative;
    overflow: hidden;
    margin: 20px;
}

.shop-uimg img {
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.shopimg-info:hover .shop-uimg img {
    transform: scale(1.1);
}


/* Currency Dropdown: Isolated styles */
.currency-dropdown-wrapper .currency-btn {
    background-color: #0056b3;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 500;
    border: none;
    transition: background-color 0.3s ease;
}

.currency-dropdown-wrapper .currency-btn:hover {
    background-color: #003f88;
}

/* Custom dropdown menu */
.currency-dropdown-wrapper .currency-dropdown-menu {
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    min-width: 180px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    animation: fadeInCurrencyDropdown 0.25s ease;
}

/* Items inside dropdown */
.currency-dropdown-wrapper .currency-dropdown-menu .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s ease;
}

.currency-dropdown-wrapper .currency-dropdown-menu .dropdown-item:hover {
    background-color: #f0f0f0;
}

/* Dropdown animation */
@keyframes fadeInCurrencyDropdown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart_info {
    position: absolute;
    top: -9px;
    right: -8px;
    background: #ff4130;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    font-weight: 650;
    align-items: center;
    justify-content: center;
}



.slider {
    padding: 0px;
    width: 100%;
    -webkit-appearance: none;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    outline: none;
    position: relative;
    z-index: 2;
}

/*   .slider::-webkit-slider-thumb {*/
/*     -webkit-appearance: none;*/
/*     appearance: none;*/
/*     width: 22px;*/
/*     height: 22px;*/
/*     border-radius: 50%;*/
/*     background: var(--gt-bg);*/
/*     cursor: pointer;*/
/*     position: relative;*/
/*     z-index: 3;*/
/*   }*/

/*   .slider::-moz-range-thumb {*/
/*     width: 22px;*/
/*     height: 22px;*/
/*     border-radius: 50%;*/
/*     background: var(--gt-bg);*/
/*     cursor: pointer;*/
/*   }*/

.tooltip1 {
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    white-space: nowrap;
    margin-left: 36px;
}

.review-content {
    background-color: #142025;
    box-shadow: 0px 3px 3px #000;
    border: 1px solid #ff4130;
    color: #fff;
}

/* Triangle arrow at bottom */
.tooltip1::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.alert {
    position: absolute !important;
    padding: 5px 120px 5px 20px;
    z-index: 11111;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 6px;
    right: 30%;
    top: 6px;
    font-size: 14px;
    transform: translate(-30%, 0px);
    width: 420px;
}

.alert button.close {
    position: absolute;
    right: 5px;
    background: #fff;
    border: 0;
    font-size: 1.5rem;
    top: 2px;
    opacity: 1;
    color: #ff4130;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 3px 3px #000;
    text-align: center;
    padding: 0px;
}


.alert-success {
    color: #ff4130 !important;
    background-color: #ffffff !important;
    border-color: rgb(246, 87, 30, 0.35) !important;
}

.move4 {
    animation: 5s linear 0s infinite normal none running move4
}

@keyframes move4 {
    0% {
        transform: translate(0px);
    }

    50% {
        transform: translate(-30px);
    }

    100% {
        transform: translate(0px);
    }
}

.categ-wcontent {
    background-color: rgb(246, 87, 30, 0.35);
    ;
    border-radius: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    margin: 0px auto;
    width: calc(100% - 40px);
    z-index: 2;
    padding: 25px 60px 25px 30px;
    transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    border-top: 3px solid #ff4130;
}

.categ-arrow-left-icon {
    width: 45px;
    height: 45px;
    background-color: #ff4130;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 6px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
}

.categ-arrow-left-icon i {
    font-size: 40px;
}

.categ-wttle {
    font-size: 20px;
    margin: 0;
}

.categ-sumry {
    height: 0px;
    overflow: hidden;
    transition: all 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    line-height: 26px;
    display: block;
    margin: 0 0;
}

.categ-section .game-item:hover .categ-sumry {
    height: 52px;
    margin-top: 19px;
}

.categ-section .game-item .categ-wcontent i {
    font-size: 50px;
}

.product-prce {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.product-prce p {
    background-color: #ff4130;
    padding: 10px 20px;
    width: 123px;
    margin: 0px auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: center;
    font-size: 28px;
}

.shop-page .shop-product-wrap .product-item:hover .product-content h5 a {
    color: #fff !important;
}

.footer-middle {
    padding-top: 100px;
}

.footer-section {
    position: relative;
    background-color: #26215bed;
}

.about-section .about-image img {
    animation: customBounce 3s linear infinite;

    object-fit: cover;
}

.about-vimg {
    height: 380px;
}

@keyframes customBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    75% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.default-button {
    position: relative;
    overflow: hidden;
}

.default-button:hover:after {
    background: rgba(10, 10, 10, 0.6);
}

.default-button:hover {
    color: #333;
}

.default-button:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: transparent;
    cursor: pointer;
}

.cntnt-xinfo {
    background: linear-gradient(180deg, #0F0F0F 0%, #0A0A0A 100%);
    border-radius: 10px;
    text-align: center;
    height: 165px;
}

.popin-up strong {
    color: #fff;
}

.cntnt-xinfo h5 {
    line-height: 25px;
}

.cart-area .card {
    background: none;
}

.cart-area .card-body {
    border: 1px dotted #fff;
}

.cart-area .card-body table,
.cart-area .card-body table td {
    color: #fff;
}

.fm-item-vtitle {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 60px 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 60px 100%);
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: -28px;
    background-color: #22152c;
    z-index: 9;
    left: 0px;
    right: 0px;
    width: 21%;
    margin: 0 auto;
}

.fm-item-vtitle img {
    width: 65%;
}

.default-button {
    height: 46px;
    margin: 0.5rem;
    border-radius: 5px !important;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    padding: 8px 30px;
    z-index: 99;
    background-color: #ff4130;
    color: #fff !important;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
}

.page4 {}

.effect.effect-two:hover .tab-xtext h3 {
    color: #ff4130;
}

.cta-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #ff4130;
    opacity: 0;
}

.cta-item {
    background-size: cover;
    background-repeat: no-repeat;
}

.dba-img1 {
    width: 18%;
}

.cta-content {
    padding: 70px 0px 30px;
    color: #fff;
}

.footer-top-item .lab-content span,
.footer-bottom-content p {
    color: #fff;
}

.fm-item-content p {
    color: #fff;
}

.product-details a[href="#optn_tranadd"] {
    color: #ff4130;
    font-size: 17px;
    text-decoration: underline;
}

/* start new css */


.effect {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer
}


.effect img {
    position: relative;
    display: block;
    min-height: 100%;
    border-radius: 25px;
    object-fit: cover;
    transform: perspective(700px) translate3d(0px, 0px, 0px) rotate3d(1, 1, 1, 0deg);
    transition: all 0.5s ease-in-out;
    width: 100%;
    filter: hue-rotate(90deg);
}

.categ-section .effect img {
    height: 150px;
}

.effect img:hover {
    transform: perspective(700px) translate3d(9.13793px, 7.81517px, -5.21011px) rotate3d(1, 0, 0, -1.04202deg) rotate3d(0, 1, 0, -6.09195deg) rotate3d(0, 0, 1, 0deg);
}

.tab .effect .tab-text {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tab-text h2 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem
}

.tab-text p {
    color: #333;
    margin: 0;
    font-size: 1rem
}

.shop-ugimage .tab-text h4 a:hover {
    color: #ff4130;
}

.shp-wpge .tab-text {
    left: 37px !important;
    bottom: 60px !important;
}

.cart-ybtn {
    position: absolute;
    top: 23px;
    z-index: 9999;
    right: 24px;
    background-color: #ff4130;
    border-top-right-radius: 12px;
    width: 50px;
    height: 50px;
    line-height: 59px;
}

.effect.effect-two .tab-text {
    position: static;
    padding: 15px;
    transform: translateY(40px);
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgb(139, 0, 0, 0.9));
    width: 100%;
    transition: all 0.7s ease;
    transition-delay: 0s;
    transition-duration: 0.5s;
    border-radius: 4px;
}

.effect.effect-two:hover .tab-text {
    transform: translateY(-20px);
    transition: all 0.7s ease;
    transition-duration: 0.5s;
    transition-delay: 0ms;
    opacity: 1;
    left: 10px;
}

.effect.effect-two h4 {
    color: #fff;
    text-transform: uppercase !important;
    font-family: inherit;
}

.br-bx::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: 2px calc(100% + 100px), calc(100% + 100px) 2px, 2px calc(100% + 100px), calc(100% + 100px) 2px;
    background-size: 2px, 100% 2px;
    background-position: 0 100%, 100% 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-radius: 4px;
    opacity: 1;
}

.effect-two .br-bx::before {
    background: transparent;
}

#order-dataTable tr td {
    text-align: center;
}

.effect.effect-two p.description {
    font-size: 1rem;
    bottom: 5em;
    color: #fff;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    margin-bottom: 11px;
}

.effect.effect-two .nprice {
    position: absolute;
    top: -150px;
    color: #fff;
    text-transform: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    line-height: 20px;
    background-color: rgb(139, 0, 0, 0.7);
    right: 120px;
    left: 120px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding-top: 38px;
    font-size: 24px;
}

.tab-text:hover h2 a {
    color: #fff;
}

.shop-page .tab-text h3 a:hover {
    color: #fff;
}

.error {
    color: #FF0000 !important;
}

.effect.effect-two:hover .nprice {
    opacity: 1
}

.custom-wcart i {
    font-size: 28px;
}

.effect.effect-two {
    margin-bottom: 25px;
    border-radius: 25px;
}

.br-bx {
    inset: 10px;
    z-index: 1;
}

.tab-qtext {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px !important;
    background: repeating-linear-gradient(to top, rgb(0 0 0 / 65%), rgb(0 0 0 / 65%), rgb(0 0 0 / 65%), transparent);
    width: 100%;
    text-align: left;
}

.section-header .sub-ttle {
    background:
        conic-gradient(from 90deg at top 2px left 2px, #0000 25%, rgb(248, 12, 12) 0) 0 0,
        conic-gradient(from 180deg at top 2px right 2px, #0000 25%, rgb(248, 12, 12) 0) 100% 0,
        conic-gradient(from 0deg at bottom 2px left 2px, #0000 25%, rgb(248, 12, 12) 0) 0 100%,
        conic-gradient(from -90deg at bottom 2px right 2px, #0000 25%, rgb(248, 12, 12) 0) 100% 100%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.effect-two:hover .tab-xtext h2 {
    color: #ff4130;
}

.effect.effect-two h2 {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    width: 100%;
}

.effect.effect-two:hover p.description {
    opacity: 1
}

.effect.effect-two:hover .tab-text,
.effect.effect-two:hover h2,
.effect.effect-two:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-right: 10px
}

.effect.effect-two:hover h2 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

/* end new css */
.banner__content {
    padding: 60px 0px 0px;
    color: #fff;
}

.banner__content h1,
.banner__content h2 {
    font-family: "poppins";
}

.gme-rttle p {
    font-size: 12px;
    color: #777;
}

.header-fixed .colorbtn1 {
    background-color: #fff;
}

.footer-middle-item-wrapper .fm-item-title h3 {
    color: #fff;
}

.bner-yimg {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 10px -31px;
    animation: rocket 2s ease-in-out infinite;
}

@keyframes rocket {

    0%,
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    50% {
        transform: translate(0px, 20px) rotate(0deg);
    }
}

.pulse1 {
    animation: hithere 1s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.section-header h2 {
    color: #fff;
}

.img-box7 {
    position: relative;
    padding: 10px;
}

.product-wactn button {
    background: linear-gradient(0deg, rgb(255, 65, 48) -8.93%, rgba(255, 0, 157, 0.4) 100%);
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
}

.player-slider .swiper-button-prev,
.player-slider .swiper-button-next {
    background-image: none;
    text-align: center;
    top: 98px;
}

.player-slider .swiper-button-prev {
    left: 3px !important;
}

.player-slider .swiper-pagination-bullet-active {
    background-color: #ff4130 !important;
    width: 20px !important;
    height: 8px !important;
    border-radius: 4px !important;
}

.player-slider .swiper-button-next {
    right: 3px;
}

.img-box7 .img-1 {
    padding: 0 30px 30px 0;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    position: relative
}

.img-box7 .img-2 {
    position: absolute;
    right: 0;
    top: 0
}

.img-box7 .img-2 {
    width: 200px;
    height: 200px;
}

.img-box7 .img-3 {
    width: 237px;
    height: 261px;
}

.img-box7 .img-1 img {
    height: 440px;
    object-fit: cover;
}

.cloos {
    position: absolute;
    left: 240px;
    top: 51px;
    width: 8%;
    display: inline-block;
}

.shop-page .cloos {
    top: -13px;
}

.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes .pulse {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.2);
    }
}

.img-box7 .img-3 {
    position: absolute;
    left: -130px;
    bottom: 0
}

.img-box7 .img-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

/* start cookie policy */
/* === Ultra-Force Sleek Cookie Override for Gaming-Fusion === */

html body aside#cookies-policy.cookies,

html body #cookies-policy.cookies {

    all: unset !important;

    position: fixed !important;

    bottom: 20px !important;

    left: 50% !important;

    transform: translateX(-50%) !important;

    width: 100% !important;

    max-width: 90% !important;

    background: rgba(0, 0, 0, 0.9) !important;

    color: #ffffff !important;

    border-radius: 8px !important;

    padding: 12px 18px !important;

    font-size: 14px !important;

    line-height: 1.5 !important;

    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    gap: 12px !important;

    flex-wrap: wrap !important;

    z-index: 999999 !important;

    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35) !important;

}

/* Titles & Paragraphs */

html body #cookies-policy :where(.cookies__title, .cookies__intro, .cookies__intro p) {

    color: #ffffff !important;

    font-size: 14px !important;

    margin: 0 !important;

    padding: 0 !important;

    line-height: 1.5 !important;

    font-weight: 400 !important;

}

/* Buttons */

html body #cookies-policy :where(.cookiesBtn__link, button, input[type="submit"]) {

    all: unset !important;

    background: #ffd966 !important;

    color: #000000 !important;

    border: none !important;

    border-radius: 4px !important;

    padding: 6px 16px !important;

    font-size: 13px !important;

    font-weight: 600 !important;

    cursor: pointer !important;

    transition: background 0.2s ease !important;

    display: inline-block !important;

    text-align: center !important;

}

html body #cookies-policy :where(.cookiesBtn__link:hover, button:hover, input[type="submit"]:hover) {

    background: #fff176 !important;

}

/* Hide Customize, Expand, and Technical Details */

html body #cookies-policy :where(.cookies__expandable, .cookies__expandable--custom, .cookies__btn--customize, .cookies__customize, .cookies__sections) {

    display: none !important;

    visibility: hidden !important;

    height: 0 !important;

    overflow: hidden !important;

}

/* Remove inner layout chaos */

html body #cookies-policy :where(.cookies__alert, .cookies__container, .cookies__wrapper, .cookies__actions) {

    all: unset !important;

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    flex-wrap: wrap !important;

    gap: 10px !important;

    width: 100% !important;

}

/* Links */

html body #cookies-policy a {

    color: #ffd966 !important;

    text-decoration: underline !important;

}

/* Global reset inside */

html body #cookies-policy * {

    box-sizing: border-box !important;

    color: inherit !important;

    background: transparent !important;

}


/* === Sleek Bottom Cookie Banner Override === */

html body #cookies-policy.cookies {

    bottom: 20px !important;

    right: 20px !important;

    left: 20px !important;

    max-width: 800px !important;

    margin: 0 auto !important;

    background: rgba(20, 20, 20, 0.95) !important;

    border-radius: 6px !important;

    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3) !important;

    padding: 16px 24px !important;

    z-index: 99999 !important;

    color: #ffffff !important;

    font-size: 18px !important;

    line-height: 1.5 !important;

    border: none !important;

}

/* Hide expand/custom sections for simplicity */

html body #cookies-policy :is(.cookies__expandable, .cookies__expandable--custom, .cookies__customize, .cookies__btn--customize, .cookies__sections) {

    display: none !important;

    visibility: hidden !important;

    height: 0 !important;

    overflow: hidden !important;

}

/* Alert container – make flat and inline */

html body #cookies-policy .cookies__alert {

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;

    margin: 0 !important;

    padding: 0 !important;

    width: 100% !important;

}

/* Layout simplification */

html body #cookies-policy .cookies__container,

html body #cookies-policy .cookies__wrapper,

html body #cookies-policy .cookies__actions {

    display: flex !important;

    flex-wrap: nowrap !important;

    align-items: center !important;

    justify-content: space-between !important;

    gap: 2px !important;

    padding: 0 !important;

    margin: 0 !important;

}

html body #cookies-policy .cookies__actions {
    width: 310px !important;
}

/* Title & Intro */

html body #cookies-policy .cookies__title {

    color: #ffffff !important;

    font-size: 18px !important;

    font-weight: 600 !important;

    margin: 0 !important;

}

html body #cookies-policy .cookies__intro,

html body #cookies-policy .cookies__intro p {

    color: #dddddd !important;

    font-size: 18px !important;

    margin: 0 !important;

    line-height: 1.4 !important;

}

/* Buttons */

html body #cookies-policy .cookiesBtn__link {

    background: #ff4130 !important;

    border: none !important;

    border-radius: 4px !important;

    color: #fff !important;

    font-size: 13px !important;

    font-weight: 600 !important;

    padding: 8px 18px !important;

    text-decoration: none !important;

    transition: background 0.2s ease-in-out !important;

    cursor: pointer !important;

    white-space: nowrap !important;

    display: inline-block !important;

    width: auto !important;

}

html body #cookies-policy .cookiesBtn__link:hover {

    background: none !important;
    color: #ff4130 !important;
    border: 1px solid #ff4130 !important;

}

/* Remove old shadows and borders */

html body #cookies-policy * {

    box-shadow: none !important;

    border: none !important;

    background: transparent !important;
    font-family: "Raleway", sans-serif !important;

}


/* Ensure text stays readable */

html body #cookies-policy a {

    color: #ffd966 !important;

    text-decoration: underline !important;

}

.cart-top td.cat-price,
.cart-top td.cat-toprice {
    width: 140px;
}

.effect-two:hover .tab-xtext {
    background:
        conic-gradient(from 90deg at top 2px left 2px, #0000 25%, #ff4130 0) 0 0,
        conic-gradient(from 180deg at top 2px right 2px, #0000 25%, #ff4130 0) 100% 0,
        conic-gradient(from 0deg at bottom 2px left 2px, #0000 25%, #ff4130 0) 0 100%,
        conic-gradient(from -90deg at bottom 2px right 2px, #0000 25%, #ff4130 0) 100% 100%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.tab-xtext {
    background-color: #22152c;
}

.page4 ul {
    padding-left: 20px;
}

.dba-img {
    width: 7%;
}

.footer-section .footer-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

ul.cart-list .remove-item i {
    font-size: 17px;
}

.product-hours-group {
    position: relative;
    background: #ff4130;
    padding: 8px 10px;
    margin: 4px 40px 0 0;
    border-radius: 6px;
    color: #333;
}

.header-wrapper .menu-area {
    padding: 29px 0px;
}

.product-hours-group h5 {
    font-size: 14px;
    margin: 0 0 0 0;
    text-transform: capitalize;
}

.product-hours-group a {
    position: absolute;
    right: -7px;
    top: -11px;
    background: #fff;
    color: #000 !important;
    border-radius: 40px;
    padding: 0 0 !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.product-hours-group h6 {
    margin: 0 0 0 0;
    font-weight: 600;
}

.lst-xinfo ul li span {
    display: block;
    text-align: center;
    width: 40px;
    margin: 0px auto;
    background-color: #ff4130;
    color: #fff;
    font-size: 19px;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
}

.lst-xinfo ul li:nth-child(odd) {
    width: 242px;
    height: 143px;
}

.post-content .lab-ul li:first-child {
    display: none;
}

.categ-info {
    background-color: rgb(33, 34, 36);
    padding: 0px 0px 80px;
}

.game-chimg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    border: 1px solid rgb(255, 255, 255, 30%);
}

.great-cmpny .game-sumcntnt {
    margin-bottom: 80px;
}

.game-lkimg {
    position: relative;
}

.g-round-indicator {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 34px;
    bottom: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #9e9e9e;
}

.categ-section {
    background-color: #26215bbd;
    /* background-image: url(https://www.game-vex.com/assets/images/banner/Gemini.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.game-vcateg {
    /* background-image: linear-gradient(60deg, rgb(200 50 50), var(--bs-red) 10%, var(--bs-pink) 20%, rgb(187 73 73) 30%, rgb(174 73 73) 40%, rgb(200 36 36)); */
    /* background-image: linear-gradient(60deg, rgb(185 42 42), var(--bs-red) 10%, #b41765 20%, rgb(187 73 73) 30%, rgb(174 73 73) 40%, rgb(44 44 44)); */
    border-radius: 10px;
    background-color: #301e57e6;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: 1px solid #fff;
    height: 175px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    top: 0px;
    transition: all 0.2s ease-out;
    color: #fff;
}

.game-vcateg p a {
    color: #fff;
}

.player-slider .game-vcateg {
    flex-direction: column;
}

.game-vcateg:hover {
    filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.18));
    top: -4px;
}

p.categ-ttle {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.game-vcateg:hover,
.affiliate-cntnt {
    color: #fff;
}

.great-cmpny {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 48.08%), url('../images/service-mia.webp');
    background-size: 100% 100%, 1400px;
    background-position: center top 5%;
    background-color: #000;
    background-repeat: no-repeat;
    color: #fff;
}

.bner-xinfo {
    background-image: linear-gradient(60deg, rgb(56, 182, 210), rgb(56, 182, 210) 10%, rgb(51, 138, 157) 20%, rgb(48, 114, 128) 30%, rgb(45, 96, 108) 40%, rgb(45, 96, 108));
    padding: 50px 0px;
}

.gme-wicn {
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.popin-up {
    /* background: radial-gradient(117.4% 100% at 50% 0%, #ff4130 0%, #93004f 40%, #212224 90%); */
    background-color: #131436a3;
    color: #fff;
}

.about-content p {
    color: #fff;
}

ul.menu a:not([href]):not([class]),
ul.menu a:not([href]):not([class]):hover {
    color: #fff !important;
}

ul.about-list {
    display: flex;
    gap: 20px;
}

li.about-item h5,
li.about-item p {
    color: #333;
}

li.about-item h5 {
    font-family: poppins;
}

.hlogo-img {
    width: 45%;
}

.accounthd-section {
    padding: 40px 0px 151px;
    position: relative;
    color: #fff;
    background: linear-gradient(180deg, #8d49ff, #b65cee) !important;
}

.order-wshw .table {
    background-image: linear-gradient(60deg, rgb(56, 182, 210), rgb(56, 182, 210) 10%, rgb(51, 138, 157) 20%, rgb(48, 114, 128) 30%, rgb(45, 96, 108) 40%, rgb(45, 96, 108));
}

.order-wshw a {
    line-height: 29px;
}

.order-cont-wrap {
    color: #fff;
    background-image: linear-gradient(60deg, rgb(56, 182, 210), rgb(56, 182, 210) 10%, rgb(51, 138, 157) 20%, rgb(48, 114, 128) 30%, rgb(45, 96, 108) 40%, rgb(45, 96, 108));
}

/* ===== FEATURES SECTION (Isolated Namespace) ===== */
.fx-features-section {
    background: #131436ab;
}

/* Title */
.fx-features-title {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.fx-features-subtitle {
    font-size: 16px;
    color: #ffffff;
}

/* Feature Card */
.fx-feature-card {
    background: #ffffff;
    border-radius: 20%;
    padding: 32px 22px;
    text-align: center;
    height: 100%;
    background-color: floralwhite;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.fx-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* Icon Wrapper */
.fx-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

/* Icon Colors */
.fx-icon-primary {
    background: linear-gradient(135deg, #6366f1, #4338ca);
}

.fx-icon-success {
    background: linear-gradient(135deg, #10b981, #059669);
}

.fx-icon-info {
    background: linear-gradient(135deg, #0ea5e9, #0369a1);
}

.fx-icon-warning {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

/* Card Text */
.fx-feature-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.fx-feature-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .fx-features-title {
        font-size: 28px;
    }
}




/* ===== BONUS TIERS – MODERN DESIGN ===== */
.fx-bonus-section {
    /* background: linear-gradient(180deg, #0f172a, #020617); */
    padding: 70px 0;
}

.fx-bonus-header h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

/* Card */
.fx-bonus-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 22px;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
}

.fx-bonus-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.25);
}

/* Highlighted Cards */
.fx-bonus-card.featured {
    border: 2px solid #6366f1;
}

.fx-bonus-card.premium {
    /* background: linear-gradient(135deg, #fef3c7, #fde68a); */
    background-color: #FFF4D6;
}

/* Badge */
.fx-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    color: #ffffff;
}

.fx-basic {
    background: #64748b;
}

.fx-popular {
    background: #6366f1;
}

.fx-plus {
    background: #0ea5e9;
}

.fx-premium {
    background: #f59e0b;
}

/* Content */
.fx-range {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 30px 0 12px;
}

.fx-multiplier {
    font-size: 26px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 10px;
}

.fx-benefit {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
    .fx-bonus-header h2 {
        font-size: 28px;
    }

    .fx-multiplier {
        font-size: 22px;
    }
}

.new-collection img.img-fluid {
    width: 300px !important;
    height: 179px;
    border: 1px solid #9393a3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.policy-pages {
    background-color: #2e2561c2;
    color: #fff;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-get-started {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 40px;

    /* Colors */
    background: linear-gradient(180deg, #de3857 0%, #c23333 100%);
    color: white;

    /* Typography */
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: -0.5px;

    /* Shape */
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    overflow: hidden;
    /* Needed for the shimmer effect */

    /* Perfect Shadow & Transition */
    box-shadow: 0 4px 15px rgba(74, 72, 210, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* The Hover Effect */
.btn-get-started:hover {
    transform: scale(1.05);
    /* Grows slightly */
    background: linear-gradient(180deg, #6e6cf7 0%, #5c59f2 100%);
    box-shadow: 0 10px 25px rgba(74, 72, 210, 0.4);
}

/* The Click Effect */
.btn-get-started:active {
    transform: scale(0.98);
}

/* Shimmer Shine Animation */
.btn-get-started::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(30deg);
    transition: all 0.6s ease;
}

.btn-get-started:hover::after {
    left: 120%;
}

/* Arrow Animation */
.arrow {
    margin-left: 12px;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.btn-get-started:hover .arrow {
    transform: translateX(6px);
}

/* About us section css*/
/* Section Base */
.gm-about-hero {
    padding: 80px 0;
    background: #26215be3;
    color: #ffffff;
    overflow: hidden;
}

.gm-header-block {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.gm-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #ff8c00, #e011ff);
    /* Matches mascot colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.gm-subtitle {
    font-size: 1.1rem;
    color: #b0b0d1;
    line-height: 1.6;
}

/* Feature Grid */
.gm-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

/* Glassmorphism Card */
.gm-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
}

.gm-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.07);
    border-color: #ff8c00;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.gm-card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff8c00, #e011ff);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    padding: 15px;
}

.gm-card-icon img {
    width: 100%;
    filter: brightness(0) invert(1);
    /* Makes icons white */
}

.gm-card-body h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.gm-card-body p {
    color: #c1c1ff;
    font-size: 0.95rem;
}

/* Premium Button (Perfect Animation) */
.gm-action-area {
    text-align: center;
}

.gm-btn-premium {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 18px 45px;
    background: linear-gradient(180deg, #ff8c00 0%, #ff5e00 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
    transition: all 0.3s ease;
}

.gm-btn-premium:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 140, 0, 0.5);
}

.gm-btn-premium::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(30deg);
    transition: 0.6s ease;
}

.gm-btn-premium:hover::after {
    left: 125%;
}

.gm-arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.gm-btn-premium:hover .gm-arrow {
    transform: translateX(8px);
}

.shop-page.padding-top.padding-bottom.aside-bg {
    background-color: #26215be3;

}

.post-content p,
h4 {
    color: #fff;
}

.shop-single {
    background-color: #301a58d6;
}

.login-section {
    background-color: #2a1e5eb5;
}

.contact-section {
    background-color: #301a58a1;
    color: #fff;
}

.info-section {
    background-color: #301a58a1;
    color: #fff;
}

/* ===== Trending Cards section Css starts here ===== */

/* Tailwind → CSS equivalent */
.ux-highlight-card {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 1.5rem;
    /* rounded-2xl */
    border: 2px solid rgba(251, 191, 36, 0.7);
    /* amber ring */
    box-shadow:
        0 20px 25px rgba(251, 191, 36, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.05);
    animation: ux-pulse 2s infinite;
}

/* Pulse animation */
@keyframes ux-pulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(251, 191, 36, 0.5),
            0 20px 25px rgba(251, 191, 36, 0.25);
    }

    70% {
        box-shadow:
            0 0 0 10px rgba(251, 191, 36, 0),
            0 20px 25px rgba(251, 191, 36, 0.25);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(251, 191, 36, 0),
            0 20px 25px rgba(251, 191, 36, 0.25);
    }
}

/* 3D Cube Spinner */
.spinner {
    width: 44px;
    height: 44px;
    position: relative;
    transform-style: preserve-3d;
    animation: spinner-y0fdc1 2s infinite ease;
}

.spinner>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    /* better on red bg */
    border: 2px solid #fff;
}

/* cube faces */
.spinner div:nth-of-type(1) {
    transform: translateZ(-22px) rotateY(180deg);
}

.spinner div:nth-of-type(2) {
    transform: rotateY(-270deg) translateX(50%);
    transform-origin: top right;
}

.spinner div:nth-of-type(3) {
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: center left;
}

.spinner div:nth-of-type(4) {
    transform: rotateX(90deg) translateY(-50%);
    transform-origin: top center;
}

.spinner div:nth-of-type(5) {
    transform: rotateX(-90deg) translateY(50%);
    transform-origin: bottom center;
}

.spinner div:nth-of-type(6) {
    transform: translateZ(22px);
}

/* animation */
@keyframes spinner-y0fdc1 {
    0% {
        transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
    }

    50% {
        transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
    }

    100% {
        transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
    }
}