/*!
Template Name: Attack
Author: CodexCoder
Description: Description
Version: 1.0.0
Text Domain: Attack
Tags: gaming, sport, esports, gaming website, gaming template, html5, bootstrap ,game,Saas, app landing, event.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1. Configuration and helpers css
# 2. Vendors css
# 3. Base stuff css
# 4. Layout-related sections css
# 5. Components css
# 6. Page-specific styles css
# 7. Themes css
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/*
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input,
textarea,
select {
  outline: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-size: 1rem;
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  background-color: #05061d;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.3;
}
body h1 {
  font-size: calc(1.6375rem + 4.65vw);
}
@media (min-width: 1200px) {
  body h1 {
    font-size: 5.125rem;
  }
}
body h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  body h2 {
    font-size: 3rem;
  }
}
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;
}
body a > h1,
body a > h2,
body a > h3,
body a > h4,
body a > h5,
body a > h6 {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
body a {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
body a:hover {
  color: #fff;
}
body ul {
  padding: 0;
}
body input,
body textarea,
body select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #05061d;
}

/*===== keyframes for ripple====*/
/* ripple effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
@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);
  }
}
/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.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, .countdown, .coming-soon__inner, .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, .blog__item-meta, .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, .match__team-members, .match__team-inner, .match__item-bottomList, .about-player-badge, .about-player-subtitle, .about-player-top, .game-item .game-item-inner, .standing__item-status, .standing__item-inner, .social, .about-team-badge, .about-team-subtitle, .about-team-top, .team__member-list, .tournament-aminities, .tournament-placetime, .about-tournament-subtitle, .about-tournament-top, .tournament__item-thumb > ul, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner, .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, .blog__item-thumb, .gallery-filter li, .gallery-item, .video-overlay, .video-icon i, .match-game-info p span:first-child, .match__item-top, .about-player-badge-title h4, .about-player-thumb, .player-inner, .game-item .game-item-inner, .about-team-badge-title h4, .about-team-thumb, .team__item, .game__item-top, .about-tournament-thumb, .footer-section .footer-middle .footer-middle-item-wrapper .useful-link, .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-bottom, .header-top-area .social-icons li, .header-top, .header-section.header-fixed .header-holder, .header-section, .catmenu-item-has-children > a, .cart-plus-minus, .common-filter-button-group li, .section-header-2 h2, .section-header-2, .section-header h2 {
  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, .blog__item-thumb .badge, .gallery-item::after, .video-icon, .abs-video-content, .match-game-info p span:first-child::after, .match__item-topTeam, .match__item-topPrize, .about-player-badge-title h4:after, .about-player-thumb .player-profile, .player-content, .player-inner::after, .game-item .game-overlay, .about-team-badge-title h4:after, .about-team-thumb .game-name, .team__item .default-btn, .team__item .country-btn, .game__item--style-2 .game__item-title, .game__item--style-2 .game__item-topTeam, .game__item-overlay, .game__item-title, .game__item-topTeam, .game__item--style-2 .game__item-topPrize, .game__item-topPrize, .about-tournament-thumb .game-name, .footer-section .footer-middle .footer-middle-item-wrapper .useful-link:before, .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, .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, .section-header-2:after, .section-header h2:after {
  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 .product-thumb, .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, .match-section, .about-section, .coming-soon, .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, .blog__item-thumb, .testimonial-item .testimonial-inner .testimonial-head .testimonial-thumb, .product-item .product-inner .product-thumb, .video-item .video-inner .video-thumb, .match__team-member a, .player-thumb, .player-inner, .standing, .team__member-item a, .game__item-thumb, .tournament__item-inner, .sponsor__slider, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item, .page-header-section.style-1, .cart-plus-minus, .post-item-2 .post-inner .post-content h2, .video-item .video-inner .video-content h3 a, .pageheader-section .pageheader-title,
.blog-item .blog-inner .blog-content h3, .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, .footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a,
.blog__item-content h3 a {
  overflow: hidden;
}

.shop-single .product-details .post-content form .default-btn, .contact-form-wrapper .contact-form form.comment-form button.default-btn, .comment-respond .add-comment .comment-form .default-btn, .header-bar, .header-wrapper .menu-area .ellepsis-bar i, .common-filter-button-group li {
  cursor: pointer;
}

.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, .about__slider-thumb img, .about__slider-image img, .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, .blog__item-thumb img, .video-overlay::after, .abs-video-content, .player-thumb img, .player-inner::after, .player-inner, .about-team-thumb > img, .game__item-overlay, .game__item-thumb img, .about-tournament-thumb img, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item img, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item, .header-bar span, .header-wrapper, .header-section.header-fixed, .section-header-2:after, 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, .about__slider-thumb img, .coming-soon__thumb img, .coming-soon__thumb, .video-overlay::after, .player-thumb img, .game-item .game-item-inner, .game__item-overlay, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item img, .footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item {
  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, .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 {
  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, .coming-soon__inner, .game-item .game-item-inner, .team__member-list, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb, .filter-btns, .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, .blog__item-meta, .about-player-subtitle, .about-player-top, .standing__item-inner, .about-team-subtitle, .about-team-top, .about-tournament-subtitle, .about-tournament-top, .header-wrapper, .header-top-area {
  justify-content: space-between;
}

.match__item-bottomList, .tournament__item-thumb > ul {
  justify-content: space-evenly;
}

.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, .blog__item-meta, .testimonial-item .testimonial-inner .testimonial-footer, .match__team-members, .match__team-inner, .match__item-bottomList, .about-player-badge, .about-player-subtitle, .about-player-top, .game-item .game-item-inner, .standing__item-status, .standing__item-inner, .social, .about-team-badge, .about-team-subtitle, .about-team-top, .team__member-list, .tournament-aminities, .tournament-placetime, .about-tournament-subtitle, .about-tournament-top, .tournament__item-thumb > ul, .header-wrapper .menu-area, .header-wrapper, .header-top-area {
  align-items: center;
}

.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, .match__item-topTeam, .match__item-topPrize, .standing__item-team a span, .team-meta .left, .team__item .country-btn, .game__item--style-2 .game__item-topTeam, .game__item-topTeam, .game__item--style-2 .game__item-topPrize, .game__item-topPrize, .default-btn, .header-bar span, .header-top-area .social-icons li a, .scrollToTop i {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.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, .footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6 a,
.blog__item-content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.post-item-2 .post-inner .post-content h2, .video-item .video-inner .video-content h3 a, .pageheader-section .pageheader-title,
.blog-item .blog-inner .blog-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.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 a, .video-icon i, .footer-section .rating i, .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.active, .pageheader-section .breadcrumb li a {
  color: #fff;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input, .cart-plus-minus .cart-plus-minus-box {
  color: #000;
}

.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 .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-btn, .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, .header-wrapper .menu-area .signup, .cart-plus-minus .qtybutton:hover {
  background: #6931f9;
}

.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, .common-filter-button-group li.is-checked {
  color: #6931f9;
}

.fore-zero .section-wrapper .zero-item, .shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3), .countdown__item, .coming-soon__content, .gallery-filter li .itemcount, .video-item .video-inner .video-content h3, .upcome-match-header, .match-game-info, .match__team-inner, .match__item-title, .player-single-meta .player-meta-item, .team-meta .team-meta-item, .team__item-inner, .game__item-title, .tournament__item-inner, .page-header-section.style-1, .header-top-area .social-icons li a, .scrollToTop i, .social-media li a, .section-header {
  text-align: center;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.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, .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, .countdown__text, .comments .comment-list .comment .com-content .com-title, .blog-item .blog-inner .blog-content h3, .blog__item-meta, .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, .match__item-bottomList, .match__item-topTeam h5, .match__item-topPrize h5, .player-single-meta .player-meta-item p, .about-player-badge-title h4, .about-player-subtitle h4, .about-player-title p, .game-item .game-item-inner .game-thumb .match-team-list, .standing__item-team h6, .standing__item-status h5,
.standing__item-status p, .standing__list, .standing__header h5, .social, .team-meta .right, .about-team-badge-title h4, .about-team-subtitle h4, .about-team-title p, .team__item .country-btn, .game__item--style-2 .game__item-topTeam h5, .game__item--style-2 .game__item-topPrize h5, .game__item-topTeam h5, .game__item-topPrize h5, .tournament-aminities-item p, .tournament-placetime, .about-tournament-subtitle h4, .tournament__item-thumb > ul, .tournament__item-title p, .page-header-section.style-1 .page-header-content .page-header-inner .page-title p, .header-top-area .left, .header-top-area .social-icons li p, .section-header-2 .section-header-content ul {
  margin-bottom: 0px;
}

.shop-single .product-details .post-content p.rating, .shop-single .product-details .post-content h6, .shop-page .paginations, .standing__item:not(:last-child), .team-meta .left, .tournament__item-title h3, .banner__content h1 {
  margin-bottom: 10px;
}

.blog-item .blog-inner .blog-content p, .team__item-thumb, .tournament__item-title {
  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, .match__item-title .text-btn, .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, .post-item-2 .post-inner .post-content .post-date li span i, .testimonial-item .testimonial-inner .testimonial-footer ul li, .header-top-area .left li i, .social-media li a {
  margin-right: 5px;
}

.standing__item-team a span, .tournament-placetime li span {
  margin-right: 10px;
}

.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, .blog__item-content h3 {
  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-btn {
  margin-left: 15px;
}

.accordion-item .accordion-header .accordion-button .accor-header-inner .accor-thumb {
  margin-right: 15px;
}

.about__slider, .about-section .section-header, .coming-soon__content h2, .blog-item .blog-inner .blog-content .meta-post, .testimonial-item .testimonial-inner .testimonial-head, .about-player-subtitle, .player-content-2 h2, .about-team-subtitle, .about-tournament-subtitle, .tournament__item-thumb {
  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;
}

.about-player-badge-title, .about-team-badge-title {
  margin-right: 20px;
}

.shop-single .product-details .post-content h4, .comments .comment-list .comment .com-content .com-title .com-title-meta span, .tournament-aminities-item .tournament-am-title, .footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content h6, .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, .coming-soon__content .countdown, .player-thumb-2, .banner-content p, .filter-btns {
  margin-bottom: 30px;
}

.coming-soon__content > p, .match__item--style-2 .match__item-top, .match__item--single .match__item-top {
  margin-bottom: 40px;
}

.banner__content p {
  margin-bottom: 50px;
}

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

.header-bar {
  margin-left: 30px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.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, .about-team-thumb .game-name, 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], .about-tournament-thumb .game-name {
  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;
}

.about-player-top, .about-team-top {
  padding-bottom: 25px;
}

.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;
}

.footer-section .footer-middle .footer-middle-item-wrapper .useful-link {
  padding-left: 10px;
}

.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;
}

.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
  padding-left: 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;
}

.about-player-bottom, .about-team-bottom {
  padding-top: 30px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  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, rgb(255, 255, 255) 100%, #ffd46c 340%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, #ffd46c 340%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, #ffd46c 340%);
}

.gradient-bg-pink {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(250, 165, 126) 340%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(250, 165, 126) 340%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(250, 165, 126) 340%);
}

.gradient-bg-blue {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(109, 199, 156) 340%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(109, 199, 156) 340%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(109, 199, 156) 340%);
}

.gradient-bg-orange {
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(214, 212, 68) 340%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(214, 212, 68) 340%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 100%, rgb(214, 212, 68) 340%);
}

.color--theme-color {
  color: #6931f9;
}
.color--secondary-color {
  color: #191b48;
}

.bg--cover {
  background-size: cover;
  background-position: center;
}
.bg--primary {
  background-color: #191b48;
}
.bg--gradient-primary {
  background-image: radial-gradient(circle, rgb(25, 27, 72) 0%, rgba(5, 6, 29, 0) 95%);
}

.section-header {
  margin-bottom: 65px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 85px;
  }
}
.section-header h2:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: 25px;
  background-image: url(../images/shape/header.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -35px;
  left: 50%;
}
@media (min-width: 992px) {
  .section-header h2:after {
    width: 250px;
    bottom: -38px;
  }
}

.section-header-2 {
  margin-bottom: 65px;
  gap: 10px;
}
.section-header-2:after {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 0;
  bottom: -15px;
}
@media (min-width: 992px) {
  .section-header-2 {
    margin-bottom: 85px;
  }
}
.padding-top {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 115px;
  }
}

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

.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: #6931f9;
}

.theme-color {
  color: #6931f9;
}

.cta-item {
  padding: 50px 25px;
}
@media (min-width: 992px) {
  .cta-item {
    padding: 70px 40px;
  }
}

.social-media li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.25rem;
}
.social-media li a:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.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, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.common-filter-button-group li {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.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);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-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, 0.4);
    top: 0;
    right: 0;
    display: block;
  }
}
.common-filter-button-group li:first-child::before {
  display: none;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-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, 0.4);
    top: 0;
    left: 0;
    display: block;
  }
}
/*@@@@@@@@@@@@@@   cart-plus-minus Start Here  @@@@@@@@@@@@@@@@@*/
.cart-plus-minus {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
}
.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  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;
  color: #fff;
}
.cart-plus-minus .qtybutton {
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  color: #fff;
}
.cart-plus-minus .qtybutton:hover {
  color: #fff;
}
.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  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;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  color: #000;
}
.default-pagination li a:hover, .default-pagination li a.active {
  background: #6931f9;
  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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s 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: #6931f9;
}
.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: 0.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: 0.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: 99;
}
.scrollToTop i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  background: #6931f9;
  font-size: 1.25rem;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.scrollToTop i:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px 0px rgba(105, 49, 249, 0.5);
}

.filter-btns {
  gap: 2px;
}
.filter-btns .filter-btn {
  background-color: #191b48 !important;
  border-radius: 0 !important;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: capitalize;
}
.filter-btns .filter-btn.active {
  background-color: #6931f9 !important;
}

/*================*** Header Section Start Here     ***===================*/
.header-section {
  z-index: 99;
  background: #191b48;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-section.header-fixed {
  position: fixed;
  background-color: #05061d;
  top: 0;
  left: 0;
  animation: fadeInDown 0.5s;
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
}
@media (min-width: 992px) {
  .header-section.header-fixed {
    top: -47px;
  }
}
@media (min-width: 1200px) {
  .header-section.header-fixed {
    top: -55px;
  }
}
.header-top {
  z-index: 2;
  background-color: #6931f9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-top * {
  color: #fff;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-top-area .social-icons li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@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 .left li {
  padding: 13px 25px;
}
@media (min-width: 992px) {
  .header-top-area .left li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@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 {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-top-area .left li {
    flex-grow: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.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, 0.1);
  }
  .header-top-area .social-icons li {
    flex-grow: 1;
  }
}

.header-wrapper {
  padding: 19px 0;
}
@media (min-width: 576px) {
  .header-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-wrapper {
    width: auto;
  }
}
.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: #6931f9;
  border-radius: 2px 0 0 2px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.header-wrapper .menu-area .signup {
  color: #fff;
  border-radius: 0 2px 2px 0;
}
.header-wrapper .menu-area .ellepsis-bar {
  font-size: 20px;
}
.header-wrapper .menu-area .ellepsis-bar i {
  color: #fff;
}
@media (max-width: 575px) {
  .header-wrapper .menu-area {
    padding: 15px 0;
  }
  .header-wrapper .menu-area .ellepsis-bar {
    margin-left: 20px;
  }
}

.mobile-logo {
  max-width: 80px;
}

@media (min-width: 992px) {
  .menu {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.menu > li > a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 15px 22px;
  text-transform: capitalize;
}
.menu > li > a i {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .menu li {
    position: relative;
  }
  .menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 9;
    background: #191b48;
    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(105, 49, 249, 0.2);
    border: 1px solid rgba(105, 49, 249, 0.6);
  }
  .menu li .submenu li {
    padding: 0;
  }
  .menu li .submenu li a {
    padding: 10px 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid rgba(105, 49, 249, 0.3);
  }
  .menu li .submenu li a:hover, .menu li .submenu li a.active {
    background: #6931f9;
    padding-left: 22px;
    color: #fff;
  }
  .menu li .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li .submenu li .submenu {
    left: 100%;
    top: 20px;
    border-left: 3px solid #6931f9;
  }
  .menu li:hover > .submenu {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    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: #fff;
  }
  .menu li:hover > .submenu .submenu {
    transform: translateY(-20px);
  }
}
@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;
    overflow: auto;
    max-height: 400px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    background: rgba(25, 27, 72, 0.98);
    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, 0.1);
    color: #fff;
  }
  .menu li a:hover {
    background: rgba(105, 49, 249, 0.6);
  }
  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }
  .menu li .submenu li {
    width: 100%;
  }
  .menu li .submenu li a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.header-bar {
  width: 25px;
  height: 20px;
}
.header-bar span {
  height: 3px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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);
  -moz-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  -o-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);
  -moz-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  -o-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);
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -o-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);
    -moz-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    -o-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 > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.menu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
@media (min-width: 992px) {
  .menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  .menu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: #fff;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }
}
.menu-item-has-children:hover > a:before {
  transform: rotate(90deg);
  opacity: 0;
}
.menu-item-has-children.open > a:before {
  transform: rotate(90deg);
  opacity: 0;
}

.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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, 0.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: #6931f9;
}
.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: #6931f9;
  border: none;
  outline: none;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.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);
  }
}

/*================*** Header Section End Here     ***===================*/
.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a:hover {
  color: #6931f9;
}
.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: #6931f9;
}
.page-header-section.style-1 .page-header-content .page-header-inner .page-title p {
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
}

.banner {
  background-size: cover;
  background-position: left;
  padding-block: 120px;
}
@media (min-width: 992px) {
  .banner {
    padding-block: 150px;
    background-position: 35%;
  }
}
@media (min-width: 1440px) {
  .banner {
    background-position: left;
  }
}
.banner__content h1 {
  text-shadow: 1px 2px 2px #000, 2px 4px 0 #6931f9;
}
.banner__content .default-btn {
  padding: 0 2rem;
}
.banner__content .default-btn::after {
  background-color: rgba(255, 255, 255, 0.9);
}
.banner__content p {
  line-height: 30px;
  max-inline-size: 55ch;
  text-transform: capitalize;
}

.banner-section {
  background-size: cover;
  background-position: center;
  padding-block: 150px;
}
@media (min-width: 768px) {
  .banner-section {
    padding-block: 200px;
  }
}

@media (min-width: 1200px) {
  .banner-content {
    margin-bottom: -250px;
  }
}
.banner-content h1 {
  text-shadow: 1px 2px 2px #000, 3px 4px 0 #6931f9;
}
.banner-content .default-button {
  padding: 0 2rem;
}
.banner-content p {
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .banner-content p {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .banner-thumb {
    padding: 50px 0;
  }
}
.banner-thumb .banner-thumb-img {
  animation: rotating 15s linear infinite;
}
@media (max-width: 991px) {
  .banner-thumb .banner-thumb-img {
    width: 35%;
  }
}

.pageheader-section {
  padding-block: 70px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  .pageheader-section {
    padding-block: 150px;
  }
}
.pageheader-section .pageheader-title {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .pageheader-section .pageheader-title {
    font-size: 3rem;
  }
}
.pageheader-section .breadcrumb li {
  text-transform: capitalize;
}
.footer-section {
  background-color: #191b48;
  background-size: cover;
}
@media (min-width: 992px) {
  .footer-section {
    position: relative;
  }
}
.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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;
  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: 0.875rem;
  font-weight: 700;
  text-transform: capitalize;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content p b {
  margin-left: 5px;
  font-weight: 500;
}
.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: #fff;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-linklist {
  column-count: 2;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-linklist li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-link {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-link:before {
  content: "\ea69";
  font-family: "IcoFont";
  left: -5px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .useful-link:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer__winner {
  gap: 10px;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.footer-section .footer-middle .footer-middle-item-wrapper .footer__winner-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.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;
}
.footer-section .rating i {
  font-size: 0.875rem;
}

.default-btn {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  padding-inline: 2.125rem;
  line-height: 3rem;
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: capitalize;
  border-radius: 3px;
  background: #6931f9;
  line-height: 45px;
}
@media (min-width: 992px) {
  .default-btn {
    line-height: 60px;
  }
}
.default-btn span {
  color: #fff;
}
.default-btn:hover {
  background-color: #4807f0;
}

.text-btn {
  font-size: 0.875rem;
  font-family: "Bai Jamjuree", sans-serif;
  color: #5e6089;
  text-transform: capitalize;
}
.text-btn:hover {
  color: #fff;
}

button {
  outline: none;
  border: none;
}

.sponsor {
  background: #6931f9;
  padding-block: 50px;
}
.tournament__item {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.tournament__item--frame {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #05061d;
  background-image: url(../images/tournament/frame-bg.png);
  background-size: cover;
  background-blend-mode: luminosity;
  background-position: center;
  padding: 10px;
}
.tournament__item--frame:hover {
  background-blend-mode: normal;
}
.tournament__item-inner {
  background-color: #05061d;
  padding: 30px;
}
.tournament__item-tournament a {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.tournament__item-tournament a:hover {
  -webkit-transform: rotateY(1turn);
  -moz-transform: rotateY(1turn);
  -ms-transform: rotateY(1turn);
  -o-transform: rotateY(1turn);
  transform: rotateY(1turn);
}
.tournament__item-thumb > ul {
  gap: 10px;
}
.tournament__item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.about-tournament {
  background-color: #191b48;
}
.about-tournament-thumb .game-name {
  background-color: #191b48;
  border: 1px solid #6931f9;
  bottom: 15px;
  left: 15px;
  max-width: 30%;
}
@media (min-width: 992px) {
  .about-tournament-thumb .game-name {
    padding: 1.5rem;
    bottom: 30px;
    left: 30px;
    max-width: 100%;
  }
}
.about-tournament-content {
  padding: 35px 25px;
}
@media (min-width: 768px) {
  .about-tournament-content {
    padding: 50px 30px;
  }
}
.about-tournament-title h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .about-tournament-title h3 {
    font-size: 2.25rem;
  }
}
.about-tournament-top {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 30px;
}
.about-tournament-bottom {
  padding-top: 50px;
}
.about-tournament-subtitle {
  gap: 10px;
}
.tournament-placetime {
  row-gap: 0.5rem;
  column-gap: 1.75rem;
}
.tournament-placetime li a {
  color: #6931f9;
}

.tournament-aminities {
  gap: 10px;
}
@media (min-width: 992px) {
  .tournament-aminities {
    justify-content: flex-end;
  }
}
.tournament-aminities-item {
  background-color: #05061d;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .tournament-aminities-item {
    padding: 0.75rem 1.5rem;
  }
}
.tournament-aminities-item .tournament-am-details {
  color: #6931f9;
  text-transform: capitalize;
}

.game__item {
  background-color: #05061d;
  border-top: 2px solid #6931f9;
  display: block;
}
.game__item-top {
  display: block;
}
.game__item-thumb img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.game__item-topTeam, .game__item--style-2 .game__item-topPrize, .game__item-topPrize {
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #6931f9;
  color: #fff;
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .game__item-topTeam h5, .game__item--style-2 .game__item-topPrize h5, .game__item-topPrize h5 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .game__item-topTeam, .game__item--style-2 .game__item-topPrize, .game__item-topPrize {
    padding-block: 0.5rem;
    padding-inline-start: 2rem;
    padding-inline-end: 10%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.game__item-topPrize {
  left: auto;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
@media (min-width: 576px) {
  .game__item-topPrize {
    padding-inline-start: 10%;
    padding-inline-end: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  }
}
.game__item-title {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  left: 50%;
  z-index: 1;
  width: max-content;
}
.game__item-overlay {
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(90deg, rgba(5, 6, 29, 0.8) 0%, rgba(9, 11, 52, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(5, 6, 29, 0.8) 0%, rgba(9, 11, 52, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(5, 6, 29, 0.8) 0%, rgba(9, 11, 52, 0) 100%);
}
.game__item:hover .game__item-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.game__item--style-2 .game__item-topTeam, .game__item--style-2 .game__item-topPrize {
  top: initial;
  bottom: 0 !important;
  left: 0;
  z-index: 1;
  background-color: #6931f9;
  color: #fff;
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  clip-path: none !important;
}
@media (min-width: 576px) {
  .game__item--style-2 .game__item-topTeam, .game__item--style-2 .game__item-topPrize {
    padding-block: 0.5rem;
    padding-inline-start: 2rem;
    padding-inline-end: 10%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.game__item--style-2 .game__item-topPrize {
  left: auto;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
@media (min-width: 576px) {
  .game__item--style-2 .game__item-topPrize {
    padding-inline-start: 10%;
    padding-inline-end: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  }
}
.game__item--style-2 .game__item-title {
  transform: none;
  top: 20px;
  left: 20px;
  z-index: 1;
  text-align: left;
}
.game__item--style-2 .game__item-overlay {
  background-image: none;
}

.team__item {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  padding-inline: 30px;
  padding-block-start: 30px;
  padding-block-end: 60px;
  background-image: url(../images/team/1.jpg);
  background-size: cover;
}
@media (min-width: 992px) {
  .team__item {
    padding-block-end: 70px;
  }
}
.team__item-thumb img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.team__item-content > p {
  text-transform: capitalize;
}
.team__item .country-btn {
  font-size: 1rem;
  width: 50%;
  bottom: 0;
  left: 0;
  background-color: #090b33;
  line-height: 45px;
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .team__item .country-btn {
    line-height: 60px;
  }
}
.team__item .default-btn {
  bottom: 0;
  right: 0;
  font-size: 1rem;
  padding-inline: 0;
  width: 50%;
  border-radius: 0;
}
.team__item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.team__item:hover .team__item-thumb img {
  -webkit-transform: rotateX(1turn);
  -moz-transform: rotateX(1turn);
  -ms-transform: rotateX(1turn);
  -o-transform: rotateX(1turn);
  transform: rotateX(1turn);
}
.team__member-item a {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.team__member-item a:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.about-team {
  background-color: #191b48;
}
.about-team-thumb .game-name {
  background-color: #191b48;
  border: 1px solid #6931f9;
  bottom: 15px;
  left: 15px;
  max-width: 35%;
}
@media (min-width: 768px) {
  .about-team-thumb .game-name {
    padding-inline-end: 30px;
    bottom: 30px;
    left: 30px;
    max-width: 100%;
  }
}
.about-team-content {
  padding: 25px;
}
@media (min-width: 768px) {
  .about-team-content {
    padding: 30px;
  }
}
.about-team-title h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .about-team-title h3 {
    font-size: 2.25rem;
  }
}
.about-team-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  gap: 30px;
}
.about-team-badge {
  flex-wrap: nowrap;
}
.about-team-badge-title h4:after {
  content: ":";
  right: -10px;
}

.team-meta {
  gap: 10px;
}
@media (min-width: 768px) {
  .team-meta {
    gap: 15px;
  }
}
.team-meta .team-meta-item {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  padding: 10px 15px;
  background-color: rgba(25, 27, 72, 0.5);
}
@media (min-width: 768px) {
  .team-meta .team-meta-item {
    padding: 15px 20px;
  }
}
.team-meta .left i {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .team-meta .left i {
    font-size: 1.875rem;
  }
}
.social {
  gap: 15px;
}
.social__link {
  font-size: 1.125rem;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: grid;
  place-items: center;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  color: #fff;
}
.social__link:hover {
  background-color: #6931f9;
  color: #fff;
  border-radius: 8px;
  border-color: #6931f9;
}

.standing__header {
  background-color: #6931f9;
  padding: 0.5rem 1.5rem;
}
.standing__item {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #191b48;
  padding: 1rem;
  border: 1px solid rgba(105, 49, 249, 0.2);
}
@media (min-width: 768px) {
  .standing__item {
    padding: 1rem 1.5rem;
  }
}
.standing__item--subheader {
  background-color: #321a74 !important;
  transform: none !important;
}
.standing__item:hover {
  border-color: rgba(105, 49, 249, 0.5);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.standing__item-inner {
  gap: 10px;
}
.standing__item-status {
  gap: 1.5rem;
}
.standing__item-status h5,
.standing__item-status p {
  font-family: "Bai Jamjuree", sans-serif;
}
.standing__item-team a {
  font-weight: 400;
  font-family: "Bai Jamjuree", sans-serif;
}
.standing__item-team a span {
  max-inline-size: 40px;
}
.game-item {
  background-size: cover;
  background-position: center;
  height: 250px;
  transition: 0.2s all linear;
}
.game-item .game-item-inner {
  border-radius: 3px;
  background: #191b48;
}
.game-item .game-item-inner .game-thumb .match-team-list {
  gap: 10px;
}
.game-item .game-overlay {
  visibility: hidden;
  opacity: 0;
  transition: all 0.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, 0.8);
}
.game-item:hover .game-overlay {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.player-item {
  background-color: #191b48;
}
.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: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 82) 0%, rgba(255, 0, 82, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 82) 0%, rgba(255, 0, 82, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 82) 0%, rgba(255, 0, 82, 0) 100%);
  transform: translateY(10px) scale(0);
  transform-origin: bottom;
  opacity: 0;
}

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

.player-content {
  padding: 10px;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: #191b48;
}
.player-item-2:hover .player-thumb-2 img {
  transform: rotateY(1turn);
}
.player-item-2:hover .player-inner-2::after {
  transform: translateY(0) scale(1);
  opacity: 1;
}

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

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

.player-content-2 {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.player-content-2 h2 {
  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: #191b48;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin: 5px;
}
.player-meta li .left i {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .player-meta li .left i {
    font-size: 3rem;
  }
}
.player-meta li .right {
  font-family: "Bai Jamjuree", sans-serif;
}

.about-player {
  background-color: #191b48;
}
.about-player-thumb .player-profile {
  background-color: #191b48;
  border: 1px solid #6931f9;
  bottom: 10px;
  left: 10px;
  max-width: 120px;
}
@media (min-width: 768px) {
  .about-player-thumb .player-profile {
    max-width: 150px;
    bottom: 30px;
    left: 30px;
  }
}
@media (min-width: 992px) {
  .about-player-thumb .player-profile {
    max-width: 200px;
  }
}
.about-player-content {
  padding: 25px;
}
@media (min-width: 768px) {
  .about-player-content {
    padding: 30px;
  }
}
.about-player-title h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .about-player-title h3 {
    font-size: 2.25rem;
  }
}
.about-player-title p {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
}
.about-player-title p a {
  font-family: "Bai Jamjuree", sans-serif;
}
.about-player-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  gap: 30px;
}
.about-player-badge {
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .about-player-badge-title {
    margin-right: 50px;
  }
}
.about-player-badge-title h4:after {
  content: ":";
  right: -10px;
}

.player-single-meta {
  gap: 10px;
}
@media (min-width: 768px) {
  .player-single-meta {
    gap: 15px;
  }
}
.player-single-meta .player-meta-item {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  padding: 10px 15px;
  background-color: #05061d;
}
@media (min-width: 768px) {
  .player-single-meta .player-meta-item {
    padding: 15px 20px;
  }
}
.player-single-meta .player-meta-item span i {
  color: #6931f9;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .player-single-meta .player-meta-item span i {
    font-size: 1.5rem;
  }
}

.match__item {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #191b48;
  border-top: 2px solid #6931f9;
  border-bottom: 2px solid #6931f9;
}
.match__item--single {
  background-color: none;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .match__item--single .match__item-title {
    padding-block-start: 100px;
  }
}
.match__item--single .match__item-bottom {
  padding-block-end: 70px;
}
@media (min-width: 992px) {
  .match__item--single .match__item-bottom {
    padding-block-end: 100px;
  }
}
.match__item--single .match__team-thumb {
  max-inline-size: 100%;
}
.match__item--style-2 {
  background-color: none;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .match__item--style-2 .match__item-title {
    padding-block-start: 60px;
  }
}
.match__item--style-2 .match__item-bottom {
  padding-block-end: 60px;
}
.match__item--style-2 .match__team-thumb {
  max-inline-size: 100%;
}
.match__item-topTeam, .match__item-topPrize {
  top: 0;
  left: 0;
  background-color: #6931f9;
  color: #fff;
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .match__item-topTeam h5, .match__item-topPrize h5 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .match__item-topTeam, .match__item-topPrize {
    padding-block: 0.5rem;
    padding-inline-start: 2.5rem;
    padding-inline-end: 13%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.match__item-topPrize {
  left: auto;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
@media (min-width: 576px) {
  .match__item-topPrize {
    padding-inline-start: 13%;
    padding-inline-end: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  }
}
.match__item-title {
  padding-block-start: 70px;
  padding-inline: 30px;
  margin-block-end: 30px;
}
@media (min-width: 992px) {
  .match__item-title {
    padding-inline: 30px;
    padding-block-start: 30px;
  }
}
.match__item-title .text-btn {
  color: #fff;
}
.match__item-title .text-btn:hover {
  color: #fff;
}
.match__item-bottom {
  padding-block-end: 30px;
  padding-inline: 15px;
}
.match__item-bottomList {
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .match__item-bottomList {
    flex-direction: row;
    gap: 20px;
  }
}
.match__item:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 0 50px rgba(105, 49, 249, 0.15);
}
.match__team:nth-last-of-type(1) .match__team-inner {
  flex-direction: column;
}
@media (min-width: 992px) {
  .match__team:nth-last-of-type(1) .match__team-inner {
    flex-direction: row-reverse;
  }
}
.match__team-inner {
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .match__team-inner {
    gap: 30px;
    flex-direction: row;
    text-align: left;
  }
}
.match__team-thumb {
  max-inline-size: 100px;
}
.match__team-member a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.match__team-member a:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.match__vs h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .match__vs h3 {
    font-size: 2.25rem;
  }
}

.match-item.home-3 .match-content,
.match-item-2.home-3 .match-content {
  background-color: #191b48;
}
.match-item.home-3 .match-content .match-game-info h4 a,
.match-item-2.home-3 .match-content .match-game-info h4 a {
  color: #fff;
}
.match-item.home-3 .match-content .match-game-info h4 a:hover,
.match-item-2.home-3 .match-content .match-game-info h4 a:hover {
  color: #fff;
}

.match-content {
  padding: 20px 15px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .match-content {
    padding: 30px;
  }
}

.match-header {
  background-color: #6931f9;
  padding: 5px 15px;
  gap: 5px;
}
@media (min-width: 992px) {
  .match-header {
    padding: 6px 30px;
  }
}
.match-header p {
  font-size: 1rem;
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .match-game-info {
    text-align: start;
  }
}
.match-game-info h4 a {
  color: #000;
}
.match-game-info h4 a:hover {
  color: #fff;
}
.match-game-info p {
  color: #acacac;
  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 {
  max-inline-size: 100px;
  margin-inline: auto;
}
.match-team-thumb a img {
  transition: 0.4s linear;
}
.match-team-thumb a:hover img {
  transform: rotateY(360deg);
}

.match-social-list {
  gap: 10px;
}
.match-social-list a {
  transition: 0.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-btn {
  line-height: 50px;
}

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

.video-item .video-inner {
  border: 10px solid #191b48;
}
.video-item .video-inner .video-thumb img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.video-item .video-inner .video-content h3 a {
  color: #fff;
}
.video-item:hover .video-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

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

.video-icon {
  z-index: 1;
  -webkit-animation: ripple 1.5s linear infinite;
  -moz-animation: ripple 1.5s linear infinite;
  -ms-animation: ripple 1.5s linear infinite;
  -o-animation: ripple 1.5s linear infinite;
  animation: ripple 1.5s linear infinite;
  border-radius: 50%;
}
.video-icon i {
  font-size: calc(1.5rem + 3vw);
  z-index: 1;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .video-icon i {
    font-size: 3.75rem;
  }
}

.video-overlay::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9098039216), rgba(59, 59, 59, 0.6509803922), rgba(119, 119, 119, 0.3490196078), rgba(185, 185, 185, 0), rgba(255, 255, 255, 0));
}

.product-item .product-inner {
  background: #191b48;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.product-item .product-inner:hover {
  background: #6931f9;
}
.product-item .product-inner:hover .product-thumb img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -moz-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.product-item .product-inner .product-thumb img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.testimonial-item .testimonial-inner {
  background: #191b48;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  border-radius: 6px;
}
.testimonial-item .testimonial-inner:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.testimonial-item .testimonial-inner:hover .testimonial-head a img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-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, 0.1);
}
.testimonial-item .testimonial-inner .testimonial-head .testimonial-thumb {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.testimonial-item .testimonial-inner .testimonial-head .testimonial-thumb img {
  width: 100%;
  height: 100%;
}
.testimonial-item .testimonial-inner .testimonial-head .name-des p {
  font-size: 1.125rem;
}
.testimonial-item .testimonial-inner .testimonial-head a img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.testimonial-item .testimonial-inner .testimonial-footer ul li {
  padding: 5px 10px;
  background: #00b67a;
  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;
  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, 0.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);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-item::after {
  width: 96%;
  height: 96%;
  top: 50%;
  left: 50%;
  background: rgba(25, 27, 72, 0.8);
  opacity: 0.7;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  border-radius: 8px;
}
.gallery-item .gallery-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.gallery-item .gallery-thumb img {
  width: 100%;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.gallery-item .gallery-thumb a {
  display: block;
}
.gallery-item .gallery-content {
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: #6931f9;
  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: capitalize;
  margin: 5px;
  cursor: pointer;
  background: #fff;
}
.gallery-filter li.is-checked {
  background: #6931f9;
}
.gallery-filter li.is-checked .category {
  color: #fff;
}
.gallery-filter li.is-checked .itemcount {
  background: #fff;
  color: #6931f9;
}
.gallery-filter li .itemcount {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #6931f9;
  color: #fff;
  display: inline-block;
}
@media (min-width: 768px) {
  .gallery-filter {
    margin-bottom: 35px;
  }
}

.blog__item {
  background-color: #191b48;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.blog__item-thumb img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.blog__item-thumb .badge {
  background-color: #6931f9;
  padding: 0.5rem 1rem;
  bottom: 15px;
  left: 30px;
  border-radius: 0;
}
.blog__item-content {
  padding: 25px;
}
.blog__item-content h3 a {
  color: #fff;
}
@media (min-width: 1440px) {
  .blog__item-content {
    padding: 30px;
  }
}
.blog__item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog__item:hover .blog__item-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item .blog-inner {
  background: #191b48;
}
.blog-item .blog-inner:hover .blog-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-item .blog-inner .blog-thumb img {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.blog-item .blog-inner .blog-content > a {
  color: #fff !important;
}
.blog-item .blog-inner .blog-content .meta-post a {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.blog-item .blog-inner .blog-content .meta-post a:first-child {
  border-left: none;
}
.blog-item .blog-inner .blog-content .default-btn {
  line-height: 50px;
}

.post-item-2 {
  background: #191b48;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}
.post-item-2 .post-inner {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  margin-bottom: 35px;
}
.post-item-2 .post-inner:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.post-item-2 .post-inner:hover .post-thumb a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: #6931f9;
}
.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: #6931f9;
  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, 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;
  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: #fff;
}
.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.post-item-2 .post-inner .post-content a h3:hover {
  color: #6931f9;
}
.post-item-2 .post-inner .post-content .default-btn {
  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: #6931f9;
}
.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span {
  padding-right: 15px;
  color: #6931f9;
}
.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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, 0.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: 0.5;
  color: #6931f9;
  content: "\efcd" !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: 0.5;
  color: #6931f9;
  content: "\efce" !important;
  font-size: 36px;
  font-family: IcoFont !important;
}
.post-item-2 .post-inner .post-content .qute-content blockquote a {
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.post-item-2 .post-inner .post-content .qute-content blockquote a:hover {
  color: #6931f9;
}
.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%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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: #6931f9;
}

.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: #6931f9;
  text-transform: capitalize;
  margin-bottom: 10px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: #6931f9;
}
.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: #191b48;
}
@media (max-width: 575px) {
  .authors {
    justify-content: center;
  }
}
.authors .author-thumb {
  width: 160px;
  text-align: center;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}
.authors .author-thumb a {
  width: 140px;
  height: 140px;
  border-radius: 100%;
}
.authors .author-thumb img {
  height: 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% - 180px);
    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: #191b48;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}
.comments .comment-title {
  border-bottom: 1px solid rgba(236, 240, 243, 0.1);
}
@media (max-width: 575px) {
  .comments .comment-list {
    margin: 0;
  }
}
.comments .comment-list .comment .com-thumb {
  height: 50px;
  width: 50px;
  margin-right: 17px;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.1);
  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 {
  border-radius: 100%;
}
@media (max-width: 575px) {
  .comments .comment-list .comment .com-content {
    width: 100%;
  }
}
.comments .comment-list .comment .com-content > p {
  max-inline-size: 48ch;
}
@media (min-width: 1440px) {
  .comments .comment-list .comment .com-content > p {
    max-inline-size: 60ch;
  }
}
.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
  color: #000;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
  color: #6931f9;
}
@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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
  color: #fff;
  border-radius: 5px;
}
.comments .comment-list .comment .comment-list {
  padding: 0 20px;
  border-top: 1px solid rgba(236, 240, 243, 0.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: #191b48;
}
.comment-respond h6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.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(50% - 15px);
  }
}
.comment-respond .add-comment .comment-form input,
.comment-respond .add-comment .comment-form textarea {
  border: none;
  outline: none;
  margin-bottom: 20px;
  background: #05061d;
  color: #fff;
}
.comment-respond .add-comment .comment-form input::placeholder,
.comment-respond .add-comment .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.comment-respond .add-comment .comment-form textarea {
  padding: 15px;
  width: 100%;
  border-radius: 4px;
}
.comment-respond .add-comment .comment-form .default-btn {
  border: none;
  outline: none;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 50px;
}

.tags-area {
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.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, 0.1);
  color: #fff;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 3px;
}
.tags li a:hover, .tags li a.active {
  background: #6931f9;
  border-color: #6931f9;
}

.share li {
  padding: 5px;
  cursor: pointer;
}
.share li:hover a {
  border-radius: 100%;
}
.share li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #6931f9;
  color: #fff;
  -webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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: #6931f9;
  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: 400;
  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: #6931f9;
  bottom: -20px;
  border-radius: 2px;
}
.widget .widget-header h5::after {
  position: absolute;
  content: "";
  border-bottom: 5px dotted #6931f9;
  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: #05061d;
}
.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, 0.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: #fff;
}
.widget.widget-category .widget-wrapper li a.active span:last-child, .widget.widget-category .widget-wrapper li a:hover span:last-child {
  background-color: #6931f9;
  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, 0.1);
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.widget.widget-archive li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.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: #fff;
}
.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, 0.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);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: #fff;
}
.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: 80px;
    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: 33.3333333333%;
  padding: 0;
  border: none;
}
.widget.widget-instagram ul.widget-wrapper li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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, 0.1);
  border-radius: 2px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: #6931f9;
  color: #fff;
  border-color: #6931f9;
}
.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;
  border-radius: 100%;
}
.widget.widget-author .widget-wrapper .admin-content h5 {
  color: #6931f9;
  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;
  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, 0.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, 0.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: #6931f9;
  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, 0.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.open > a {
  color: #6931f9;
}
.widget.shop-widget .widget-wrapper .shop-menu li.open > a:after, .widget.shop-widget .widget-wrapper .shop-menu li.open > a:before {
  background-color: #6931f9;
}
.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.open > a {
  color: #6931f9;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
@media (min-width: 992px) {
  .aside-bg:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
    background-color: #191b48;
  }
}
@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: 38%;
  }
}

.accordion-item {
  background: #191b48;
}
.accordion-item .accordion-header .accordion-button {
  background: #6931f9;
  box-shadow: none;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.accordion-item .accordion-header .accordion-button.collapsed {
  background: #191b48;
  border-bottom: none;
}
.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: "\efc2";
  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: "\ef9a";
  transition: transform 0.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-title {
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .accordion-item .accordion-header .accordion-button .accor-header-inner .accor-title {
    font-size: 1.5rem;
  }
}
.accordion-item .accordion-collapse {
  background: #191b48;
}
.accordion-item .accordion-collapse .accordion-body {
  padding-inline: 1.5rem;
  padding-block-start: 1rem;
  padding-block-end: 1.5rem;
}
.accordion-item .accordion-collapse .accordion-body p {
  color: #fff;
}
.accordion-item .accordion-collapse .accordion-body .default-btn {
  line-height: 45px;
  padding-inline: 1rem;
}

@media (min-width: 992px) {
  .coming-soon {
    height: 100vh;
  }
}
.coming-soon--style-2 {
  height: 100vh;
}
.coming-soon--style-2 .input-group .form-control {
  background-color: #05061d;
  color: #fff;
}
.coming-soon--style-2 .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.coming-soon--style-2 .input-group-text {
  background-color: #fff !important;
  color: #6931f9 !important;
}
.coming-soon__inner {
  height: 100vh;
}
@media (min-width: 992px) {
  .coming-soon__inner {
    flex-direction: row-reverse;
    height: 100%;
  }
}
.coming-soon__thumb a {
  display: block;
  height: inherit;
}
@media (min-width: 992px) {
  .coming-soon__thumb {
    width: 35%;
    height: 100%;
  }
}
.coming-soon__thumb img {
  object-fit: cover;
}
.coming-soon__content {
  display: grid;
  place-content: center;
  padding-inline: 30px;
  padding-block: 50px;
}
@media (min-width: 768px) {
  .coming-soon__content {
    padding-block: 80px;
  }
}
.coming-soon__content > p {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .coming-soon__content > p {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .coming-soon__content > p {
    max-inline-size: 80%;
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .coming-soon__content {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .coming-soon__content .countdown {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .coming-soon__content .input-group {
    max-inline-size: 70%;
    margin-inline: auto;
  }
}
.coming-soon__content .input-group .form-control {
  padding: 1rem;
  border: none;
}
.coming-soon__content .input-group .form-control:focus {
  box-shadow: none;
}
.coming-soon__content .input-group-text {
  background: #6931f9;
  color: #fff;
  padding: 1rem 1.75rem;
  border: none;
}
.coming-soon__content .input-group-text i {
  font-size: 1.25rem;
}
.coming-soon .social__link {
  width: 45px;
  height: 45px;
}
.coming-soon .social__link:hover {
  background-color: #6931f9;
  border-color: #6931f9;
}

.countdown {
  gap: 30px;
}
@media (min-width: 992px) {
  .countdown {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .countdown {
    gap: 60px;
  }
}
.contact-item {
  padding: 50px 30px;
  background: #191b48;
  border-radius: 4px;
}
.contact-item .contact-thumb {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #6931f9;
  margin: 0 auto 30px;
}
.contact-item .contact-thumb:before, .contact-item .contact-thumb:after {
  opacity: 1;
  z-index: 1 !important;
  border-color: #6931f9 !important;
}
.contact-item .contact-thumb:before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 25px;
}
.contact-item .contact-thumb:after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 15px;
}
.contact-item .contact-thumb img {
  z-index: 2;
}
.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 rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  height: 57px;
  padding: 0 25px;
  background: rgba(25, 27, 72, 0.5);
  color: #fff;
}
.contact-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .form-group textarea {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 25px;
  background: rgba(25, 27, 72, 0.5);
  color: #fff;
}
.contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .form-group button {
  line-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: #fff;
}

.about-section {
  padding-bottom: 110px;
}
.about-section .section-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.about-section .section-header {
  text-align: left;
}
.about-section .section-header h2:after {
  display: none;
}
.about-section .about-content > p {
  max-inline-size: 50ch;
}

@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 .about-item-thumb {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: #6931f9;
}
.about-item .about-item-thumb:before, .about-item .about-item-thumb:after {
  animation-play-state: paused;
  opacity: 1;
}
.about-item .about-item-thumb:before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 25px;
}
.about-item .about-item-thumb:after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
  border-width: 15px;
}
.about-item .about-item-content {
  width: calc(100% - 90px);
}
.about-item .about-item-content p {
  max-inline-size: 35ch;
}
.about-item:hover .about-item-thumb:before, .about-item:hover .about-item-thumb:after {
  animation-play-state: running;
}

.about__slider-thumb {
  aspect-ratio: 1/1;
  cursor: pointer;
}
.about__slider-thumb img {
  object-fit: cover;
}

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

.player-slider {
  overflow: hidden;
}

.blog-single .section-wrapper .post-item-2 .post-inner:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-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;
}

/* @@@@@@@@@@@@@  Contact Us Section Start Here  @@@@@@@@@@@@@@ */
@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;
  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(50% - 15px);
  }
}
.contact-form-wrapper .contact-form form.comment-form textarea {
  background: #fff;
  border: 1px solid #ecf0f3;
  padding: 10px 15px;
  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-btn {
  outline: none;
  border: none;
  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 Start Here  @@@@@@@@@@@@@@@@@*/
.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, 0.1);
}
.shop-page .sidebar-widget .widget-search form input {
  border: 1px solid #ecf0f3;
}
.shop-page .shop-title {
  padding: 16px 20px;
  background: #191b48;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-page .shop-title p {
  color: #fff;
}
.shop-page .shop-title .product-view-mode a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.shop-page .shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}
.shop-page .shop-product-wrap {
  height: auto !important;
}
.shop-page .shop-product-wrap.grid {
  height: auto;
}
.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 {
  padding: 10px;
  background: #191b48;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.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: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 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: rgba(25, 27, 72, 0.7);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  opacity: 0;
}
.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%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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-top: 20px;
  text-align: center;
}
.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.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 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: rgba(5, 6, 29, 0.9);
}
.shop-page .modal .modal-dialog .modal-content button.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0px;
  background: #6931f9;
  z-index: 9;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  outline: none;
  border: none;
}
.shop-page .modal .modal-dialog .modal-content .modal-body {
  background: #191b48;
}
.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: #e9ba17;
}
.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-btn {
  margin-left: 20px;
}
/*@@@@@@@@@@@@@@   Shop Single Page Start Here  @@@@@@@@@@@@@@@@@*/
.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;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #191b48;
}
.shop-single .product-details .product-thumb .pro-single-top {
  margin-bottom: 20px;
}
.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
  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-color: #191b48;
  color: #fff;
  bottom: 15px;
  outline: none;
  z-index: 1;
  opacity: 0.5;
}
.shop-single .product-details .product-thumb .pro-single-prev:hover,
.shop-single .product-details .product-thumb .pro-single-next:hover {
  background-color: #6931f9;
  opacity: 0.9;
}
.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 .product-thumb .pro-single-thumbs {
  max-width: 80%;
  margin: auto;
}
.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img {
  cursor: pointer;
  border-radius: 6px;
}
.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;
}
.shop-single .product-details .post-content p.rating i {
  color: #e9ba17;
}
.shop-single .product-details .post-content form .select-product {
  background: #05061d;
  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;
  background: #05061d;
  padding-left: 20px;
  font-size: 14px;
  color: #fff;
}
.shop-single .product-details .post-content form .select-product i {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  z-index: 1;
  color: #fff;
}
.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: #05061d;
  color: #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: #05061d;
  color: #fff;
}
.shop-single .product-details .post-content form .default-btn {
  margin-top: 20px;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 1px;
  line-height: 45px;
  padding-inline: 1rem;
}
.shop-single .review {
  background: #191b48;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-single .review .review-nav li {
  list-style: none;
  padding: 13px 33px;
  background: #321a74;
  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, 0.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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, 0.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 #6931f9;
  width: 20px;
  bottom: -20px;
  left: 55px;
}
.shop-single .review .review-content .review-showing .client-review .review-form form input {
  padding: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
    margin-bottom: 20px;
  }
}
.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: #e9ba17;
}
.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
  padding: 10px;
  outline: none;
  color: #fff;
  min-height: 220px;
}
.shop-single .review .review-content .review-showing .client-review .review-form form button {
  box-shadow: none;
  cursor: pointer;
  outline: none;
  border: none;
  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: 50%;
  }
}
.shop-single .review .review-content .description .post-item .post-content {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-content {
    width: 50%;
  }
}
.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: "\ec7a";
  top: 8px;
  left: 0;
  color: #e9ba17;
  font-family: IcoFont !important;
}

/*@@@@@@@@@@@@@@   Shop Cart Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-cart .section-wrapper .cart-top {
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #191b48;
}
.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: capitalize;
}
@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, 0.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: 20px 10px;
  border: none;
}
@media (min-width: 768px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td {
    padding: 20px;
  }
}
.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}
.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: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  text-transform: capitalize;
  font-family: "Bai Jamjuree", sans-serif;
}
@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: #05061d;
  color: #fff;
}
.shop-cart .section-wrapper .cart-bottom {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #191b48;
}
.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;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px 0 0 3px;
  background-color: #05061d;
  color: #fff;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit] {
  font-weight: 500;
  margin-left: -10px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  margin-top: 30px;
  gap: 10px;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    max-width: 420px;
    text-align: right;
    margin-top: 0;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
  background-color: #05061d;
  color: #fff;
  border-radius: 3px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
  padding: 10px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: auto;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s 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: #6931f9;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.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 input {
  background-color: #05061d;
  color: #fff;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
  margin-bottom: 20px;
  position: relative;
  background-color: #05061d;
  color: #fff;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
  padding: 18px 20px;
  background: #05061d;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  outline: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
@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-radius: 0px 3px 3px 0px;
  background-color: #05061d;
  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 rgba(255, 255, 255, 0.1);
  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;
  border-radius: 3px;
  line-height: 56px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  background-color: #05061d;
  color: #fff;
  border-radius: 3px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li span {
  color: #fff;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
  color: #6931f9;
}

@media (max-width: 991px) {
  .achievement-section .section-wrapper {
    overflow-x: auto;
  }
}

.achievement-area {
  background: #191b48;
}
@media (max-width: 991px) {
  .achievement-area {
    width: 850px;
  }
}
.achievement-area ul {
  border-color: rgba(105, 49, 249, 0.5);
}
.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: 10px;
  left: 0;
  bottom: -20px;
  opacity: 0;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  background-color: #6931f9;
}
.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, 0.1);
}
.achievement-area .tab-content .table tbody tr:last-child {
  border-color: #191b48;
}
.achievement-area .tab-content .table tbody tr td {
  padding: 20px 0;
}

/*Account Section Starts Here*/
.account-wrapper {
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #191b48;
  padding: 60px 80px;
  text-align: center;
  max-width: 545px;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .account-wrapper {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 499px) {
  .account-wrapper {
    padding: 40px 15px;
  }
}
.account-wrapper .cate {
  font-style: normal;
}
.account-wrapper .cate a {
  font-weight: 600;
  color: #6931f9;
}
.account-wrapper .cate a:hover {
  color: #6931f9;
}

.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%;
  border-radius: 4px;
  background: #05061d;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 10px 15px;
  color: #fff;
  border: none;
  line-height: 36px;
}
.account-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.account-form .form-group .checkgroup {
  flex-wrap: nowrap;
  align-items: center;
}
.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: #fff;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .account-form .form-group a {
    font-size: 14px;
  }
}
.account-form .form-group a:hover {
  color: #6931f9;
}
.account-form .form-group button {
  margin-top: 34px;
  width: 100%;
  border: none;
  outline: none;
}
@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;
  border-radius: 50%;
  background: #6931f9;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
.or span {
  position: relative;
  z-index: 1;
}
.or::before, .or::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: #6931f9;
  border-radius: 50%;
  background: rgba(105, 49, 249, 0.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);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    -moz-transform: translate(-50%, -50%) scale(1.8);
    -ms-transform: translate(-50%, -50%) scale(1.8);
    -o-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-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);
  }
}
/*====== Error page start here ======*/
.fore-zero .section-wrapper .zero-item {
  padding: 60px;
  background: #191b48;
  box-shadow: 0px 0px 10px 0px rgba(105, 49, 249, 0.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;
}

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

/* ===== Get Started (Revamp) ===== */
.get-started-section {
  background: radial-gradient(1200px 500px at 20% 10%, rgba(105, 49, 249, 0.18), rgba(0, 0, 0, 0) 60%),
              radial-gradient(900px 420px at 80% 20%, rgba(255, 204, 0, 0.12), rgba(0, 0, 0, 0) 55%),
              #0d0d0d;
}

.get-started-section .section-header h2 {
  margin-bottom: 10px;
}

.get-started-subtitle {
  max-width: 780px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Cards */
.gs-card {
  height: 100%;
  border-radius: 18px;
  padding: 26px 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gs-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(105, 49, 249, 0.35), rgba(255, 204, 0, 0.25));
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.gs-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background: rgba(13, 13, 13, 0.72);
  pointer-events: none;
}

.gs-card > * {
  position: relative;
  z-index: 2;
}

.gs-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}

.gs-card:hover::before {
  opacity: 1;
}

/* Top row */
.gs-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.gs-step {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.gs-step__num {
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffcc00;
  font-size: 0.95rem;
}

.gs-step__label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.70);
}

/* Icon */
.gs-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(105, 49, 249, 0.18);
  border: 1px solid rgba(105, 49, 249, 0.35);
  box-shadow: 0 10px 24px rgba(105, 49, 249, 0.15);
}

.gs-icon i {
  font-size: 1.15rem;
  color: #ffffff;
}

/* Text */
.gs-title {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.gs-text {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
  margin-bottom: 18px;
}

.gs-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #ffcc00;
  text-decoration: none;
  padding: 10px 0;
}

.gs-link i {
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}

.gs-link:hover {
  color: #ffffff;
}

.gs-link:hover i {
  transform: translateX(3px);
}

/* Offer strip */
.gs-offer {
  margin-top: 34px;
  padding: 18px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(105, 49, 249, 0.18), rgba(255, 204, 0, 0.10));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.gs-offer__left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.gs-offer__badge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 204, 0, 0.18);
  border: 1px solid rgba(255, 204, 0, 0.35);
}

.gs-offer__badge i {
  color: #ffcc00;
  font-size: 1.05rem;
}

.gs-offer__title {
  margin: 0 0 4px;
  font-size: 1.05rem;
}

.gs-offer__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.gs-offer__right {
  text-align: right;
  flex-shrink: 0;
}

.gs-cta {
  white-space: nowrap;
}

.gs-offer__note {
  margin: 8px 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

/* Responsive */
@media (max-width: 991px) {
  .gs-offer {
    flex-direction: column;
    align-items: flex-start;
  }
  .gs-offer__right {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }
  .gs-offer__note {
    margin-top: 0;
  }
}
/* Bootstrap Icons inside our icon boxes */
.gs-icon i,
.gs-offer__badge i,
.gs-link i {
  display: inline-block;
  line-height: 1;
  font-size: 1.15rem;
}

.gs-link i {
  font-size: 1rem;
}

/* ===== Popular Games responsive grid fix ===== */

.popular-games-section {
  background-color: #0d0d0d;
}

.popular-games-section .game-card {
  border-radius: 12px;
  background-color: #1e1e1e;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.popular-games-section .fixed-game-img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background-color: #1a1a1a;
  padding: 12px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.popular-games-section .game-card:hover .fixed-game-img {
  transform: scale(1.05);
}

.popular-games-section .game-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
  border-radius: 12px;
}

.popular-games-section .game-card:hover .game-overlay {
  opacity: 1;
}

.popular-games-section .play-btn {
  background-color: #ffcc00;
  color: #000;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
}

.popular-games-section .play-btn:hover {
  background-color: #fff000;
}


.popular-games-section .row > [class*="col-"] {
  flex: 0 0 auto;
}

/* Phones (default): 2 cards per row */
.popular-games-section .row > .col-6 {
  flex-basis: 50% !important;
  max-width: 50% !important;
}

/* Large phones / small tablets: 3 cards per row */
@media (min-width: 576px) {
  .popular-games-section .row > .col-sm-6 {
    flex-basis: 33.3333% !important;
    max-width: 33.3333% !important;
  }
}

/* Tablets: 4 cards per row */
@media (min-width: 768px) {
  .popular-games-section .row > .col-md-4 {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}

@media (min-width: 992px) {
  .popular-games-section .row > .col-lg-2 {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}

@media (min-width: 1200px) {
  .popular-games-section .row > .col-lg-2 {
    flex-basis: 16.6667% !important;
    max-width: 16.6667% !important;
  }
}

@media (max-width: 360px) {
  .popular-games-section .fixed-game-img {
    height: 170px;
    padding: 10px;
  }
}

/* ===== About Section (Grid Layout – Perfect Equal Cards) ===== */

.about-section--single {
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(105, 49, 249, 0.18), rgba(0, 0, 0, 0) 60%),
    radial-gradient(820px 480px at 85% 25%, rgba(255, 204, 0, 0.10), rgba(0, 0, 0, 0) 60%),
    #05061d;
}

/* GRID instead of Bootstrap row */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

/* Card base */
.about-card {
  width: 100%;
  height: 100%;
  padding: 32px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

/* Gradient glow edge */
.about-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(105, 49, 249, 0.35),
    rgba(255, 204, 0, 0.25)
  );
  opacity: 0.25;
  pointer-events: none;
}

.about-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 19px;
  background: rgba(5, 6, 29, 0.82);
  pointer-events: none;
}

.about-card > * {
  position: relative;
  z-index: 2;
}

/* ===== Left Content Styling ===== */

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.about-kicker__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffcc00;
  box-shadow: 0 0 0 6px rgba(255, 204, 0, 0.15);
}

.about-title {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.about-lead {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin-bottom: 22px;
}

/* Meta blocks */
.about-meta {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.about-meta__item {
  display: flex;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-meta__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(105, 49, 249, 0.16);
  border: 1px solid rgba(105, 49, 249, 0.35);
}

.about-meta__icon i {
  font-size: 1.1rem;
  color: #fff;
}

.about-meta__label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.about-meta__value {
  font-weight: 700;
  color: #fff;
}

/* Features */
.about-features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}

.about-features li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
}

.about-features__icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(255, 204, 0, 0.15);
  border: 1px solid rgba(255, 204, 0, 0.3);
}

.about-features__icon i {
  color: #ffcc00;
  font-size: 0.95rem;
}

/* Buttons */
.about-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.about-link {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.about-link:hover {
  color: #ffcc00;
}

/* Note */
.about-note {
  margin-top: 14px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
}

/* ===== Right Image Card ===== */

.about-card--media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-media-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-media-center__img {
  max-width: 85%;
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.5));
}

/* ===== Responsive ===== */

@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-title {
    font-size: 1.9rem;
  }

  .about-media-center__img {
    max-height: 360px;
  }
}

/* ===== Advantages Section (Matches About styling) ===== */
.advantages-section {
  background:
    radial-gradient(880px 520px at 18% 5%, rgba(105, 49, 249, 0.16), rgba(0, 0, 0, 0) 60%),
    radial-gradient(820px 480px at 82% 25%, rgba(255, 204, 0, 0.09), rgba(0, 0, 0, 0) 60%),
    #05061d;
}

.advantages-section .section-header h2 {
  color: #fff;
  font-size: 2.3rem;
  margin-bottom: 10px;
}

.advantages-subtitle {
  max-width: 820px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Grid */
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Card */
.adv-card {
  position: relative;
  border-radius: 18px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.adv-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(105, 49, 249, 0.35), rgba(255, 204, 0, 0.20));
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.adv-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background: rgba(5, 6, 29, 0.82);
  pointer-events: none;
}

.adv-card > * {
  position: relative;
  z-index: 2;
}

.adv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.55);
}

.adv-card:hover::before {
  opacity: 0.22;
}

/* Icon */
.adv-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(105, 49, 249, 0.16);
  border: 1px solid rgba(105, 49, 249, 0.35);
  margin-bottom: 14px;
}

.adv-icon i {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}

/* Text */
.adv-title {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 8px;
}

.adv-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

/* CTA strip */
.advantages-cta {
  margin-top: 22px;
  padding: 18px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(105, 49, 249, 0.18), rgba(255, 204, 0, 0.10));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.advantages-cta__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.advantages-cta__badge {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 204, 0, 0.14);
  border: 1px solid rgba(255, 204, 0, 0.30);
  flex-shrink: 0;
}

.advantages-cta__badge i {
  color: rgba(255, 204, 0, 0.95);
  font-size: 1.15rem;
  line-height: 1;
}

.advantages-cta__title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 2px;
}

.advantages-cta__text {
  color: rgba(255, 255, 255, 0.72);
}

.advantages-cta__right {
  text-align: right;
  flex-shrink: 0;
}

.advantages-cta__note {
  margin-top: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.60);
}

/* Responsive */
@media (max-width: 991px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantages-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .advantages-cta__right {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .advantages-section .section-header h2 {
    font-size: 1.9rem;
  }
}

/* ===== Promotions & Rewards (Premium text block) ===== */
.promo-section{
  background:
    radial-gradient(900px 520px at 18% 10%, rgba(105,49,249,.16), rgba(0,0,0,0) 60%),
    radial-gradient(820px 480px at 82% 25%, rgba(255,204,0,.09), rgba(0,0,0,0) 60%),
    #05061d;
}

.promo-section .section-header h2{
  color:#fff;
  font-size:2.35rem;
  margin-bottom:10px;
}

.promo-subtitle{
  max-width:900px;
  margin:0 auto 18px;
  color:rgba(255,255,255,.72);
  line-height:1.75;
  font-size:1.05rem;
}

.promo-badges{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:10px;
}

.promo-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.82);
  font-weight:800;
  font-size:.9rem;
}

.promo-badge i{ line-height:1; }

.promo-badge--gold{
  background:rgba(255,204,0,.12);
  border-color:rgba(255,204,0,.22);
  color:rgba(255,255,255,.92);
}

/* Layout */
.promo-grid{
  margin-top:26px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:stretch;
}

.promo-card{
  height:100%;
  border-radius:20px;
  padding:24px 22px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  box-shadow:0 18px 60px rgba(0,0,0,.45);
}

.promo-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:linear-gradient(135deg, rgba(105,49,249,.33), rgba(255,204,0,.20));
  opacity:.22;
  pointer-events:none;
}

.promo-card::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:19px;
  background:rgba(5,6,29,.82);
  pointer-events:none;
}

.promo-card > *{ position:relative; z-index:2; }

.promo-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.promo-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.85);
  font-weight:800;
  font-size:.9rem;
}

.promo-pill--purple{
  background:rgba(105,49,249,.14);
  border-color:rgba(105,49,249,.28);
}

.promo-pill__dot{
  width:10px;height:10px;border-radius:50%;
  background:rgba(255,204,0,.95);
  box-shadow:0 0 0 6px rgba(255,204,0,.14);
}

.promo-card__icon{
  width:46px;height:46px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(255,204,0,.12);
  border:1px solid rgba(255,204,0,.22);
}

.promo-card__icon--purple{
  background:rgba(105,49,249,.14);
  border-color:rgba(105,49,249,.28);
}

.promo-card__icon i{ color:#fff; font-size:1.15rem; line-height:1; }

.promo-title{
  color:#fff;
  font-size:1.35rem;
  margin:0 0 10px;
}

.promo-text{
  color:rgba(255,255,255,.76);
  line-height:1.75;
  margin:0 0 16px;
}

/* Highlight block */
.promo-highlight{
  display:flex;
  gap:14px;
  padding:16px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:14px;
}

.promo-highlight__badge{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(105,49,249,.14);
  border:1px solid rgba(105,49,249,.28);
  flex-shrink:0;
}

.promo-highlight__badge i{ color:#fff; font-size:1.1rem; line-height:1; }

.promo-highlight__title{
  color:#fff;
  font-weight:900;
  margin-bottom:8px;
}

.promo-list{
  margin:0;
  padding-left:18px;
  color:rgba(255,255,255,.74);
  line-height:1.7;
}

.promo-list li{ margin:6px 0; }
.promo-list strong{ color:rgba(255,204,0,.95); }

/* Mini rows */
.promo-mini{
  display:grid;
  gap:10px;
  margin-bottom:12px;
}

.promo-mini__row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}

.promo-mini__label{
  color:rgba(255,255,255,.78);
  font-weight:800;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.promo-mini__label i{ color:rgba(255,204,0,.95); line-height:1; }

.promo-mini__value{
  color:rgba(255,255,255,.70);
  text-align:right;
}

/* Notes */
.promo-note{
  color:rgba(255,255,255,.62);
  font-size:.95rem;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.08);
}

/* Welcome offer box */
.promo-welcome{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(105,49,249,.18), rgba(255,204,0,.10));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 16px 50px rgba(0,0,0,.35);
  margin-bottom:16px;
}

.promo-welcome__tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,204,0,.14);
  border:1px solid rgba(255,204,0,.22);
  color:#fff;
  font-weight:900;
  margin-bottom:10px;
  width:fit-content;
}

.promo-welcome__value{
  color:rgba(255,255,255,.92);
  font-size:1.05rem;
  line-height:1.6;
}

.promo-welcome__value strong{ color:rgba(255,204,0,.95); }

.promo-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.86);
  font-weight:900;
  font-size:.9rem;
  white-space:nowrap;
}

.promo-chip--muted{
  font-weight:800;
  color:rgba(255,255,255,.75);
}

.promo-subhead{
  color:#fff;
  margin:0 0 12px;
  font-size:1.1rem;
  font-weight:900;
}

/* Deals */
.promo-deal-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.promo-deal{
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}

.promo-deal--wide{
  grid-column:1 / -1;
}

.promo-deal__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(105,49,249,.14);
  border:1px solid rgba(105,49,249,.28);
  color:rgba(255,255,255,.92);
  font-weight:900;
  font-size:.82rem;
  margin-bottom:10px;
}

.promo-deal__title{
  color:#fff;
  font-weight:900;
  margin-bottom:6px;
}

.promo-deal__desc{
  color:rgba(255,255,255,.74);
  line-height:1.6;
}

.promo-deal__desc strong{ color:rgba(255,204,0,.95); }

/* CTA */
.promo-cta{
  margin-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
}

.promo-cta__note{
  color:rgba(255,255,255,.62);
  font-size:.92rem;
}

/* Footer */
.promo-footer{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.promo-footer__left{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.promo-footer__icon{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  flex-shrink:0;
}

.promo-footer__icon i{ color:#fff; font-size:1.1rem; line-height:1; }

.promo-footer__title{
  color:#fff;
  font-weight:900;
  margin-bottom:2px;
}

.promo-footer__text{
  color:rgba(255,255,255,.70);
  line-height:1.6;
}

.promo-footer__right{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

/* Responsive */
@media (max-width: 991px){
  .promo-grid{ grid-template-columns:1fr; }
  .promo-deal-grid{ grid-template-columns:1fr; }
  .promo-footer{ flex-direction:column; align-items:flex-start; }
  .promo-footer__right{ justify-content:flex-start; }
}

/* Loyalty highlights */

.promo-loyalty-highlights{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.promo-loyalty-item{
  display:flex;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  transition:.25s;
}

.promo-loyalty-item:hover{
  border-color:rgba(255,255,255,.18);
  transform:translateY(-2px);
}

.promo-loyalty-item i{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(255,204,0,.12);
  border:1px solid rgba(255,204,0,.25);
  color:#ffcc00;
  font-size:1rem;
}

.promo-loyalty-title{
  font-weight:700;
  color:#fff;
  font-size:.95rem;
}

.promo-loyalty-text{
  font-size:.85rem;
  color:rgba(255,255,255,.65);
}

/* ===== Mid Hero (No background image) ===== */
.mid-hero {
  position: relative;
}

/* grid */
.mid-hero__grid{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: center;
}

/* left */
.mid-hero__content{
  border-radius: 20px;
  padding: 26px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
  position: relative;
  overflow: hidden;
}

.mid-hero__content::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(135deg, rgba(105,49,249,0.25), rgba(255,204,0,0.14));
  opacity: 0.18;
  pointer-events:none;
}

.mid-hero__content::after{
  content:"";
  position:absolute;
  inset: 1px;
  border-radius: 19px;
  background: rgba(5,6,29,0.82);
  pointer-events:none;
}

.mid-hero__content > *{
  position: relative;
  z-index: 2;
}

/* kicker */
.mid-hero__kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.86);
  font-weight: 800;
  margin-bottom: 14px;
}

.mid-hero__dot{
  width:10px;height:10px;border-radius:50%;
  background: rgba(255,204,0,0.95);
  box-shadow: 0 0 0 6px rgba(255,204,0,0.14);
}

/* typography */
.mid-hero__title{
  color: #fff;
  font-size: 2.15rem;
  line-height: 1.15;
  margin: 0 0 10px;
}

.mid-hero__subtitle{
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 16px;
}

.mid-hero__subtitle strong{
  color: rgba(255,204,0,0.95);
  font-weight: 900;
}

/* badges */
.mid-hero__badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.mid-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.82);
  font-weight: 800;
  font-size: 0.9rem;
}

.mid-hero__badge i{ line-height:1; }

.mid-hero__badge--gold{
  background: rgba(255,204,0,0.12);
  border-color: rgba(255,204,0,0.22);
  color: rgba(255,255,255,0.92);
}

/* offer strip */
.mid-hero__offer{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 16px 45px rgba(0,0,0,0.25);
  margin-bottom: 16px;
}

.mid-hero__offer-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,204,0,0.14);
  border: 1px solid rgba(255,204,0,0.26);
  flex-shrink: 0;
}

.mid-hero__offer-icon i{
  color: rgba(255,204,0,0.95);
  font-size: 1.15rem;
  line-height: 1;
}

.mid-hero__offer-label{
  color: rgba(255,255,255,0.68);
  font-weight: 900;
  margin-bottom: 4px;
}

.mid-hero__offer-value{
  color: rgba(255,255,255,0.90);
  font-weight: 900;
  line-height: 1.55;
}

.mid-hero__offer-value span{
  color: rgba(255,204,0,0.95);
}

/* actions */
.mid-hero__actions{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mid-hero__btn{
  padding: 14px 28px;
}

.mid-hero__note{
  color: rgba(255,255,255,0.62);
  font-size: 0.95rem;
}

/* right visual */
.mid-hero__visual{
  position: relative;
  border-radius: 20px;
  padding: 22px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 360px;
}

.mid-hero__visual-glow{
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(520px 320px at 35% 40%, rgba(105,49,249,0.22), rgba(0,0,0,0) 60%),
    radial-gradient(520px 320px at 70% 60%, rgba(255,204,0,0.12), rgba(0,0,0,0) 60%);
  filter: blur(2px);
  pointer-events: none;
  z-index: 0;
}

/* floating + subtle tilt (hover) */
.mid-hero__img{
  position: relative;
  z-index: 1;
  max-width: 92%;
  max-height: 420px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 26px 70px rgba(0,0,0,0.55));
  transform: translateY(0) rotate(-0.4deg);
  animation: midHeroFloat 4.8s ease-in-out infinite;
  will-change: transform;
}

.mid-hero__visual:hover .mid-hero__img{
  animation-play-state: paused;
  transform: translateY(-6px) rotate(0deg) scale(1.02);
}

@keyframes midHeroFloat{
  0%   { transform: translateY(0) rotate(-0.4deg); }
  50%  { transform: translateY(-10px) rotate(0.4deg); }
  100% { transform: translateY(0) rotate(-0.4deg); }
}

/* responsive */
@media (max-width: 991px){
  .mid-hero__grid{
    grid-template-columns: 1fr;
  }
  .mid-hero__visual{
    min-height: 320px;
  }
  .mid-hero__title{
    font-size: 1.95rem;
  }
}

@media (max-width: 575px){
  .mid-hero__content{
    padding: 22px 18px;
  }
  .mid-hero__title{
    font-size: 1.75rem;
  }
  .mid-hero__img{
    max-height: 340px;
  }
}

/* ===== Gaming Experience Section ===== */

.gaming-section{
background:
radial-gradient(900px 520px at 15% 5%, rgba(105,49,249,0.18), rgba(0,0,0,0) 60%),
radial-gradient(800px 480px at 85% 25%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
#05061d;
}

.gaming-intro{
max-width:900px;
margin:20px auto 40px;
color:rgba(255,255,255,0.75);
line-height:1.8;
font-size:1.05rem;
}

.gaming-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
}

.gaming-card{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.1);
border-radius:20px;
padding:26px;
position:relative;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,0.45);
}

.gaming-card::before{
content:"";
position:absolute;
inset:-2px;
background:linear-gradient(135deg, rgba(105,49,249,0.35), rgba(255,204,0,0.2));
opacity:0.2;
pointer-events:none;
}

.gaming-card::after{
content:"";
position:absolute;
inset:1px;
border-radius:19px;
background:rgba(5,6,29,0.82);
pointer-events:none;
}

.gaming-card>*{
position:relative;
z-index:2;
}

.gaming-title{
color:#fff;
font-size:1.6rem;
margin-bottom:12px;
}

.gaming-card p{
color:rgba(255,255,255,0.75);
line-height:1.8;
margin-bottom:14px;
}

.gaming-badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.1);
color:#fff;
font-weight:700;
margin-bottom:14px;
}

.gaming-badge--online{
background:rgba(105,49,249,0.16);
border-color:rgba(105,49,249,0.3);
}

.gaming-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
margin:18px 0;
}

.gaming-feature h4{
color:#ffcc00;
font-size:1.1rem;
margin-bottom:8px;
}

.gaming-feature ul{
list-style:none;
padding:0;
margin:0;
}

.gaming-feature li{
padding-left:16px;
position:relative;
margin-bottom:6px;
color:rgba(255,255,255,0.75);
}

.gaming-feature li::before{
content:"•";
position:absolute;
left:0;
color:#ffcc00;
}

@media (max-width:991px){

.gaming-grid{
grid-template-columns:1fr;
}

.gaming-features{
grid-template-columns:1fr;
}

}

/* ===== Slots Section ===== */

.slots-section{
background:
radial-gradient(900px 520px at 15% 5%, rgba(105,49,249,0.18), rgba(0,0,0,0) 60%),
radial-gradient(800px 480px at 85% 25%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
#05061d;
}

.slots-intro{
max-width:900px;
margin:20px auto 40px;
color:rgba(255,255,255,0.75);
line-height:1.8;
font-size:1.05rem;
}

.slots-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
}

.slots-card{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.1);
border-radius:20px;
padding:26px;
position:relative;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,0.45);
}

.slots-card::before{
content:"";
position:absolute;
inset:-2px;
background:linear-gradient(135deg, rgba(105,49,249,0.35), rgba(255,204,0,0.2));
opacity:0.2;
pointer-events:none;
}

.slots-card::after{
content:"";
position:absolute;
inset:1px;
border-radius:19px;
background:rgba(5,6,29,0.82);
pointer-events:none;
}

.slots-card>*{
position:relative;
z-index:2;
}

.slots-title{
color:#fff;
font-size:1.6rem;
margin-bottom:12px;
}

.slots-card p{
color:rgba(255,255,255,0.75);
line-height:1.8;
margin-bottom:14px;
}

.slots-badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.1);
color:#fff;
font-weight:700;
margin-bottom:14px;
}

.slots-badge--online{
background:rgba(105,49,249,0.16);
border-color:rgba(105,49,249,0.3);
}

.slots-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
margin:18px 0;
}

.slots-feature h4{
color:#ffcc00;
font-size:1.1rem;
margin-bottom:8px;
}

.slots-feature ul{
list-style:none;
padding:0;
margin:0;
}

.slots-feature li{
padding-left:16px;
position:relative;
margin-bottom:6px;
color:rgba(255,255,255,0.75);
}

.slots-feature li::before{
content:"•";
position:absolute;
left:0;
color:#ffcc00;
}

@media (max-width:991px){

.slots-grid{
grid-template-columns:1fr;
}

.slots-features{
grid-template-columns:1fr;
}

}

/* ===== Table Games Section ===== */

.tables-section{
background:
radial-gradient(900px 520px at 15% 5%, rgba(105,49,249,0.18), rgba(0,0,0,0) 60%),
radial-gradient(800px 480px at 85% 25%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
#05061d;
}

.tables-intro{
max-width:900px;
margin:20px auto 40px;
color:rgba(255,255,255,0.75);
line-height:1.8;
font-size:1.05rem;
}

.tables-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
}

.tables-card{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.1);
border-radius:20px;
padding:26px;
position:relative;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,0.45);
}

.tables-card::before{
content:"";
position:absolute;
inset:-2px;
background:linear-gradient(135deg, rgba(105,49,249,0.35), rgba(255,204,0,0.2));
opacity:0.2;
pointer-events:none;
}

.tables-card::after{
content:"";
position:absolute;
inset:1px;
border-radius:19px;
background:rgba(5,6,29,0.82);
pointer-events:none;
}

.tables-card>*{
position:relative;
z-index:2;
}

.tables-title{
color:#fff;
font-size:1.6rem;
margin-bottom:12px;
}

.tables-card p{
color:rgba(255,255,255,0.75);
line-height:1.8;
margin-bottom:14px;
}

.tables-badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.1);
color:#fff;
font-weight:700;
margin-bottom:14px;
}

.tables-badge--online{
background:rgba(105,49,249,0.16);
border-color:rgba(105,49,249,0.3);
}

.tables-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
margin:18px 0;
}

.tables-feature h4{
color:#ffcc00;
font-size:1.1rem;
margin-bottom:8px;
}

.tables-feature ul{
list-style:none;
padding:0;
margin:0;
}

.tables-feature li{
padding-left:16px;
position:relative;
margin-bottom:6px;
color:rgba(255,255,255,0.75);
}

.tables-feature li::before{
content:"•";
position:absolute;
left:0;
color:#ffcc00;
}

@media (max-width:991px){

.tables-grid{
grid-template-columns:1fr;
}

.tables-features{
grid-template-columns:1fr;
}

}

/* ===== Casino Access Section ===== */

.access-section{
background:
radial-gradient(900px 520px at 15% 5%, rgba(105,49,249,0.18), rgba(0,0,0,0) 60%),
radial-gradient(800px 480px at 85% 25%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
#05061d;
}

.access-intro{
max-width:900px;
margin:20px auto 40px;
color:rgba(255,255,255,0.75);
line-height:1.8;
font-size:1.05rem;
}

.access-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:26px;
}

.access-card{
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.1);
border-radius:20px;
padding:26px;
position:relative;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,0.45);
}

.access-card::before{
content:"";
position:absolute;
inset:-2px;
background:linear-gradient(135deg, rgba(105,49,249,0.35), rgba(255,204,0,0.2));
opacity:0.2;
pointer-events:none;
}

.access-card::after{
content:"";
position:absolute;
inset:1px;
border-radius:19px;
background:rgba(5,6,29,0.82);
pointer-events:none;
}

.access-card>*{
position:relative;
z-index:2;
}

.access-title{
color:#fff;
font-size:1.6rem;
margin-bottom:12px;
}

.access-card p{
color:rgba(255,255,255,0.75);
line-height:1.8;
margin-bottom:16px;
}

.access-badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.1);
color:#fff;
font-weight:700;
margin-bottom:14px;
}

.access-badge--online{
background:rgba(105,49,249,0.16);
border-color:rgba(105,49,249,0.3);
}

/* features */

.access-feature-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:16px;
margin:20px 0;
}

.access-feature{
display:flex;
gap:10px;
align-items:flex-start;
}

.access-feature i{
font-size:1.3rem;
color:#ffcc00;
}

.access-feature p{
margin:4px 0 0;
font-size:0.95rem;
}

/* steps */

.access-step{
display:flex;
gap:14px;
margin-bottom:16px;
}

.step-number{
width:34px;
height:34px;
border-radius:10px;
background:#ffcc00;
color:#000;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}

/* notes */

.access-note{
background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.12);
padding:12px 14px;
border-radius:12px;
font-size:0.95rem;
}

.access-warning{
background:rgba(255,204,0,0.08);
border:1px solid rgba(255,204,0,0.25);
padding:16px;
border-radius:14px;
margin-top:18px;
}

.access-warning h4{
color:#ffcc00;
margin-bottom:8px;
}

.access-warning ul{
padding-left:18px;
margin:10px 0 0;
}

.access-warning li{
margin-bottom:6px;
color:rgba(255,255,255,0.75);
}

/* responsive */

@media (max-width:991px){

.access-grid{
grid-template-columns:1fr;
}

.access-feature-grid{
grid-template-columns:1fr;
}

}

/* ===== App Section ===== */
.app-section{
  background:
    radial-gradient(900px 520px at 15% 5%, rgba(105,49,249,0.18), rgba(0,0,0,0) 60%),
    radial-gradient(800px 480px at 85% 25%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
    #05061d;
}

.app-intro{
  max-width: 920px;
  margin: 18px auto 40px;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Layout */
.app-grid{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: start;
}

/* Cards */
.app-card{
  border-radius: 20px;
  padding: 26px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  position: relative;
  overflow: hidden;
}

.app-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(135deg, rgba(105,49,249,0.33), rgba(255,204,0,0.18));
  opacity: 0.20;
  pointer-events:none;
}

.app-card::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:19px;
  background: rgba(5,6,29,0.82);
  pointer-events:none;
}

.app-card > *{
  position: relative;
  z-index: 2;
}

/* Pill */
.app-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.86);
  font-weight: 800;
  margin-bottom: 14px;
}

.app-pill__dot{
  width:10px;height:10px;border-radius:50%;
  background: rgba(255,204,0,0.95);
  box-shadow: 0 0 0 6px rgba(255,204,0,0.14);
}

/* Typography */
.app-title{
  color:#fff;
  font-size: 1.6rem;
  margin: 0 0 10px;
}

.app-title--sm{
  font-size: 1.35rem;
}

.app-text{
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin: 0 0 16px;
}

/* Points list */
.app-points{
  display: grid;
  gap: 12px;
  margin: 18px 0 20px;
}

.app-point{
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.app-point__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(105,49,249,0.14);
  border: 1px solid rgba(105,49,249,0.28);
  flex-shrink: 0;
}

.app-point__icon i{
  color:#fff;
  font-size: 1.15rem;
  line-height: 1;
}

.app-point__title{
  color:#fff;
  font-weight: 900;
  margin-bottom: 4px;
}

.app-point__text{
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  font-size: 0.98rem;
}

/* Install */
.app-install{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.app-subtitle{
  color:#ffcc00;
  font-size: 1.1rem;
  margin: 0 0 12px;
  font-weight: 900;
}

.app-install-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.app-install-card{
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 14px 14px;
}

.app-install-card__head{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight: 900;
  margin-bottom: 10px;
}

.app-install-card__head i{
  color: rgba(255,204,0,0.95);
  font-size: 1.2rem;
  line-height: 1;
}

.app-steps{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.74);
  line-height: 1.65;
}

.app-steps li{ margin: 6px 0; }

.app-note{
  margin-top: 12px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255,204,0,0.08);
  border: 1px solid rgba(255,204,0,0.22);
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
}

.app-note i{
  color: rgba(255,204,0,0.95);
  margin-top: 2px;
}

/* Right visual card */
.app-card--visual{
  padding: 18px;
}

.app-visual{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 320px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.app-visual__glow{
  position:absolute;
  inset:-20%;
  background:
    radial-gradient(520px 320px at 35% 40%, rgba(105,49,249,0.22), rgba(0,0,0,0) 60%),
    radial-gradient(520px 320px at 70% 60%, rgba(255,204,0,0.12), rgba(0,0,0,0) 60%);
  pointer-events:none;
  z-index:0;
}

.app-visual__img{
  position: relative;
  z-index: 1;
  max-width: 88%;
  max-height: 360px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 26px 70px rgba(0,0,0,0.55));
  animation: appFloat 5.2s ease-in-out infinite;
  will-change: transform;
}

@keyframes appFloat{
  0% { transform: translateY(0) rotate(-0.3deg); }
  50% { transform: translateY(-10px) rotate(0.3deg); }
  100% { transform: translateY(0) rotate(-0.3deg); }
}

.app-visual-text{
  padding: 16px 8px 6px;
}

/* Store buttons */
.store-buttons{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.store-btn{
  display:inline-flex;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  transition: transform .2s ease, border-color .2s ease;
}

.store-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.20);
}

.store-btn__img{
  display:block;
  height: 48px;      /* под PNG */
  width: auto;
}

.app-disclaimer{
  margin-top: 12px;
  color: rgba(255,255,255,0.60);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px){
  .app-grid{
    grid-template-columns: 1fr;
  }
  .app-install-grid{
    grid-template-columns: 1fr;
  }
  .app-visual{
    min-height: 280px;
  }
}

@media (max-width: 575px){
  .app-card{
    padding: 20px;
  }
  .store-btn__img{
    height: 44px;
  }
}

.app-extra{
margin-top:18px;
padding-top:16px;
border-top:1px solid rgba(255,255,255,0.08);
}

.app-extra__title{
color:#ffcc00;
font-size:1.15rem;
margin-bottom:10px;
font-weight:700;
}

.app-extra__text{
color:rgba(255,255,255,0.72);
line-height:1.7;
margin-bottom:10px;
font-size:0.97rem;
}

/* ===== Payments Section ===== */
.payments-section{
  background:
    radial-gradient(900px 520px at 15% 5%, rgba(105,49,249,0.18), rgba(0,0,0,0) 60%),
    radial-gradient(800px 480px at 85% 25%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
    #05061d;
}

.payments-intro{
  max-width: 920px;
  margin: 18px auto 40px;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Panel centered */
.payments-panel{
  max-width: 920px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  position: relative;
  overflow: hidden;
}

.payments-panel::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(135deg, rgba(105,49,249,0.30), rgba(255,204,0,0.16));
  opacity: 0.20;
  pointer-events:none;
}
.payments-panel::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:19px;
  background: rgba(5,6,29,0.82);
  pointer-events:none;
}
.payments-panel > *{ position: relative; z-index: 2; }

/* Tabs */
.payments-tabs{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 14px;
}

.payments-tab{
  appearance: none;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.86);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.payments-tab:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.22);
}

.payments-tab.is-active{
  background: rgba(105,49,249,0.20);
  border-color: rgba(105,49,249,0.40);
  color: #fff;
}

/* Tables */
.payments-table-wrap{
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 14px;
}

.payments-table{
  display: none;
}
.payments-table.is-active{
  display: block;
}

.payments-table-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.payments-table-title{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}

.payments-pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
}
.payments-pill--gold{
  background: rgba(255,204,0,0.10);
  border-color: rgba(255,204,0,0.22);
}

.payments-muted{
  color: rgba(255,255,255,0.60);
  font-size: 0.95rem;
}

/* actual table */
.pay-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.pay-table thead th{
  text-align: left;
  color: rgba(255,255,255,0.72);
  font-weight: 900;
  font-size: 0.95rem;
  padding: 6px 10px;
}

.pay-col-limit{
  text-align: right;
}

.pay-table tbody tr{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.pay-table tbody td{
  padding: 12px 10px;
  color: rgba(255,255,255,0.85);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.pay-table tbody tr td:first-child{
  border-left: 1px solid rgba(255,255,255,0.08);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.pay-table tbody tr td:last-child{
  border-right: 1px solid rgba(255,255,255,0.08);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.pay-method{
  display:flex;
  align-items:center;
  gap: 12px;
}

.pay-icon{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  flex-shrink: 0;
}

.pay-icon img{
  width: 22px;
  height: 22px;
  object-fit: contain;
  display:block;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.35));
}

.pay-name{
  font-weight: 900;
}

.pay-limit{
  text-align: right;
  font-weight: 900;
  color: rgba(255,204,0,0.95);
  white-space: nowrap;
}

/* Info blocks after table */
.payments-info{
  max-width: 920px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.payments-info-card{
  border-radius: 20px;
  padding: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 55px rgba(0,0,0,0.38);
  position: relative;
  overflow: hidden;
}

.payments-info-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(135deg, rgba(105,49,249,0.28), rgba(255,204,0,0.14));
  opacity: 0.18;
  pointer-events:none;
}
.payments-info-card::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:19px;
  background: rgba(5,6,29,0.82);
  pointer-events:none;
}
.payments-info-card > *{ position:relative; z-index:2; }

.payments-info-card--wide{
  grid-column: 1 / -1;
}

.info-head{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 10px;
}

.info-icon{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items:center;
  background: rgba(105,49,249,0.16);
  border: 1px solid rgba(105,49,249,0.30);
  flex-shrink: 0;
}
.info-icon--gold{
  background: rgba(255,204,0,0.12);
  border-color: rgba(255,204,0,0.22);
}
.info-icon i{
  color: #fff;
  font-size: 1.1rem;
}

.payments-info-card h3{
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}

.payments-info-card p{
  color: rgba(255,255,255,0.74);
  line-height: 1.75;
  margin: 10px 0 12px;
}

.info-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
}
.info-list li{ margin: 6px 0; }

.info-badges{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.info-badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.86);
  font-weight: 900;
  font-size: 0.92rem;
}

.info-note{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255,204,0,0.07);
  border: 1px solid rgba(255,204,0,0.22);
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
}
.info-note i{ color: rgba(255,204,0,0.95); margin-top: 2px; }

/* Responsive */
@media (max-width: 991px){
  .payments-panel{ padding: 16px; }
  .payments-info{ grid-template-columns: 1fr; }
  .pay-limit{ font-size: 0.95rem; }
}

@media (max-width: 575px){
  .payments-table-wrap{ padding: 10px; }
  .pay-icon{ width: 32px; height: 32px; border-radius: 12px; }
  .pay-icon img{ width: 20px; height: 20px; }
  .pay-table thead{ display:none; }

  /* mobile row layout */
  .pay-table, .pay-table tbody, .pay-table tr, .pay-table td{
    display:block;
    width:100%;
  }
  .pay-table tbody tr{
    border-radius: 16px;
    overflow: hidden;
  }
  .pay-table tbody td{
    border: none;
    padding: 12px 12px;
  }
  .pay-table tbody tr td:first-child{
    border: none;
    border-radius: 0;
  }
  .pay-table tbody tr td:last-child{
    border: none;
    border-radius: 0;
    padding-top: 0;
  }
  .pay-limit{
    text-align:left;
    white-space: normal;
  }
}

/* ===== Trust, Safety & Player Protection ===== */
.trust-section{
  background:
    radial-gradient(900px 520px at 15% 5%, rgba(105,49,249,0.18), rgba(0,0,0,0) 60%),
    radial-gradient(820px 480px at 85% 25%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
    #05061d;
}

.trust-intro{
  max-width: 980px;
  margin: 18px auto 40px;
  color: rgba(255,255,255,0.74);
  line-height: 1.8;
  font-size: 1.05rem;
}

.trust-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.trust-card{
  border-radius: 20px;
  padding: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 55px rgba(0,0,0,0.40);
  position: relative;
  overflow: hidden;
}

.trust-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(135deg, rgba(105,49,249,0.28), rgba(255,204,0,0.14));
  opacity: 0.18;
  pointer-events:none;
}
.trust-card::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:19px;
  background: rgba(5,6,29,0.84);
  pointer-events:none;
}
.trust-card > *{ position:relative; z-index:2; }

.trust-card--wide{ grid-column: 1 / -1; }

.trust-card__head{
  display:flex;
  align-items:flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.trust-icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(255,204,0,0.12);
  border: 1px solid rgba(255,204,0,0.22);
  flex-shrink:0;
}
.trust-icon--purple{
  background: rgba(105,49,249,0.16);
  border-color: rgba(105,49,249,0.30);
}
.trust-icon i{ color:#fff; font-size: 1.15rem; }

.trust-card__title h3{
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.25;
}

.trust-badges{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
}

.trust-badge{
  display:inline-flex;
  align-items:center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.84);
  font-weight: 800;
  font-size: 0.9rem;
}
.trust-badge--gold{
  background: rgba(255,204,0,0.10);
  border-color: rgba(255,204,0,0.22);
  color: rgba(255,255,255,0.92);
}

.trust-text{
  color: rgba(255,255,255,0.74);
  line-height: 1.8;
  margin: 6px 0 12px;
}

.trust-two{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.trust-box{
  border-radius: 16px;
  padding: 14px 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.trust-sub{
  color: #ffcc00;
  font-size: 1.05rem;
  margin: 0 0 8px;
  font-weight: 900;
}

.trust-list{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
}
.trust-list li{ margin: 6px 0; }

.trust-mini{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 10px;
}
.trust-mini__item{
  border-radius: 16px;
  padding: 14px 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}
.trust-mini__item h4{
  margin: 0 0 8px;
  color: rgba(255,255,255,0.92);
  font-size: 1.02rem;
  font-weight: 900;
}
.trust-mini__item ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
}

.trust-note{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(105,49,249,0.10);
  border: 1px solid rgba(105,49,249,0.22);
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
}
.trust-note i{ color: rgba(255,255,255,0.92); margin-top: 2px; }

.trust-callouts{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.trust-callout{
  border-radius: 16px;
  padding: 14px;
  background: rgba(255,204,0,0.06);
  border: 1px solid rgba(255,204,0,0.18);
}
.trust-callout__title{
  display:block;
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  margin-bottom: 6px;
}
.trust-callout__text{
  display:block;
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
}

.trust-support{
  display:grid;
  gap: 12px;
  margin-top: 10px;
}

.trust-support__label{
  color: rgba(255,255,255,0.60);
  font-weight: 800;
  font-size: 0.92rem;
  margin-bottom: 8px;
}
.trust-support__value{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  align-items:center;
}

.trust-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.86);
  font-weight: 900;
  font-size: 0.92rem;
}

.trust-steps{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.74);
  line-height: 1.75;
}
.trust-steps li{ margin: 7px 0; }

.trust-provider-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-top: 12px;
}

.trust-provider{
  border-radius: 16px;
  padding: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.trust-provider__top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.trust-provider__badge{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(105,49,249,0.16);
  border: 1px solid rgba(105,49,249,0.26);
  color: rgba(255,255,255,0.90);
  font-weight: 900;
  font-size: 0.85rem;
}
.trust-provider__badge--gold{
  background: rgba(255,204,0,0.10);
  border-color: rgba(255,204,0,0.20);
}

.trust-provider h4{
  margin: 0;
  color:#fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.trust-provider p{
  margin: 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.75;
}

/* Responsive */
@media (max-width: 991px){
  .trust-grid{ grid-template-columns: 1fr; }
  .trust-two{ grid-template-columns: 1fr; }
  .trust-mini{ grid-template-columns: 1fr; }
  .trust-provider-grid{ grid-template-columns: 1fr; }
  .trust-callouts{ grid-template-columns: 1fr; }
}

/* ===== Trust: extra card tweaks ===== */
.trust-mini--single{
  grid-template-columns: 1fr;
}

.compare-section{
  background:
    radial-gradient(900px 520px at 12% 10%, rgba(105,49,249,0.16), rgba(0,0,0,0) 60%),
    radial-gradient(820px 480px at 88% 20%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
    #05061d;
}

.compare-intro{
  max-width: 980px;
  margin: 18px auto 28px;
  color: rgba(255,255,255,0.74);
  line-height: 1.8;
  font-size: 1.05rem;
}

.compare-summary{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin: 10px 0 18px;
}

.compare-summary__item{
  border-radius: 18px;
  padding: 14px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 55px rgba(0,0,0,0.35);
}

.compare-summary__label{
  color: rgba(255,255,255,0.62);
  font-weight: 800;
  font-size: 0.92rem;
  margin-bottom: 6px;
}

.compare-summary__value{
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  line-height: 1.4;
}

.compare-card{
  border-radius: 20px;
  padding: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 55px rgba(0,0,0,0.40);
  position: relative;
  overflow: hidden;
}

.compare-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(135deg, rgba(105,49,249,0.26), rgba(255,204,0,0.12));
  opacity: 0.18;
  pointer-events:none;
}

.compare-card::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:19px;
  background: rgba(5,6,29,0.84);
  pointer-events:none;
}

.compare-card > *{ position:relative; z-index:2; }

.compare-card__head{
  display:flex;
  align-items:flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.compare-icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(105,49,249,0.16);
  border: 1px solid rgba(105,49,249,0.30);
  flex-shrink:0;
}

.compare-icon i{ color:#fff; font-size: 1.15rem; }

.compare-card__title h3{
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.25;
}

.compare-badges{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
}

.compare-badge{
  display:inline-flex;
  align-items:center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.84);
  font-weight: 800;
  font-size: 0.9rem;
}

.compare-badge--gold{
  background: rgba(255,204,0,0.10);
  border-color: rgba(255,204,0,0.22);
  color: rgba(255,255,255,0.92);
}

.compare-table-wrap{
  border-radius: 16px;
  overflow:auto;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.02);
}

.compare-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.compare-table thead th{
  text-align:left;
  padding: 14px 14px;
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}

.compare-table tbody th,
.compare-table tbody td{
  padding: 14px 14px;
  vertical-align: top;
  color: rgba(255,255,255,0.76);
  line-height: 1.6;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.compare-col--online{
  background: rgba(255,204,0,0.06);
}

.compare-table tbody td.compare-strong{
  color: rgba(255,255,255,0.90);
  font-weight: 800;
}

.compare-pill{
  display:inline-flex;
  align-items:center;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,204,0,0.12);
  border: 1px solid rgba(255,204,0,0.22);
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  font-size: 0.85rem;
}

.compare-note{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(105,49,249,0.10);
  border: 1px solid rgba(105,49,249,0.22);
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
}

.compare-note i{ color: rgba(255,255,255,0.92); margin-top: 2px; }

.compare-bonus{
  margin-top: 16px;
  border-radius: 20px;
  padding: 18px;
  background: rgba(255,204,0,0.06);
  border: 1px solid rgba(255,204,0,0.18);
  box-shadow: 0 18px 55px rgba(0,0,0,0.35);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.compare-bonus__left{
  display:flex;
  align-items:center;
  gap: 12px;
}

.compare-bonus__badge{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(255,204,0,0.12);
  border: 1px solid rgba(255,204,0,0.22);
}

.compare-bonus__badge i{ color:#fff; font-size: 1.15rem; }

.compare-bonus__kicker{
  color: rgba(255,255,255,0.72);
  font-weight: 900;
  font-size: 0.92rem;
  margin-bottom: 4px;
}

.compare-bonus__title{
  color: rgba(255,255,255,0.95);
  font-weight: 900;
  font-size: 1.10rem;
  line-height: 1.35;
}

.compare-bonus__sub{
  color: rgba(255,255,255,0.72);
  margin-top: 6px;
  font-weight: 800;
  font-size: 0.92rem;
}

.compare-bonus__right{
  display:flex;
  align-items:flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.compare-cta{
  white-space: nowrap;
}

.compare-bonus__fineprint{
  max-width: 360px;
  color: rgba(255,255,255,0.68);
  font-size: 0.90rem;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 991px){
  .compare-summary{ grid-template-columns: 1fr; }
  .compare-bonus{ align-items:flex-start; }
  .compare-bonus__right{ width: 100%; justify-content: space-between; }
}

/* ===== FAQ Section ===== */

.faq-section{
  background:
    radial-gradient(900px 520px at 10% 5%, rgba(105,49,249,0.16), rgba(0,0,0,0) 60%),
    radial-gradient(820px 480px at 90% 20%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
    #05061d;
}

.faq-intro{
  max-width:900px;
  margin:18px auto 40px;
  color:rgba(255,255,255,0.72);
  line-height:1.8;
}

.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.faq-accordion .accordion-item{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:14px;
  margin-bottom:12px;
  overflow:hidden;
}

.faq-accordion .accordion-button{
  background:transparent;
  color:#fff;
  font-weight:800;
  padding:16px 18px;
}

.faq-accordion .accordion-button:not(.collapsed){
  background:rgba(105,49,249,0.14);
  color:#fff;
}

.faq-accordion .accordion-body{
  color:rgba(255,255,255,0.74);
  line-height:1.75;
}

@media (max-width:991px){
  .faq-grid{
    grid-template-columns:1fr;
  }
}

/* ===== Game Providers / Sponsors Section ===== */

.sponsor{
  padding: 70px 0;
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(105,49,249,0.16), rgba(0,0,0,0) 60%),
    radial-gradient(820px 480px at 85% 25%, rgba(255,204,0,0.10), rgba(0,0,0,0) 60%),
    #05061d;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.sponsor__item{
  height: 90px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  border-radius:14px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.08);
  transition: all .25s ease;
}

/* hover  */
.sponsor__item:hover{
  background:rgba(255,255,255,0.06);
  transform:translateY(-2px);
}

.sponsor__item img{
  max-height:48px;      
  max-width:140px;      
  width:auto;
  height:auto;
  object-fit:contain;   
  filter:brightness(0.95);
  transition:all .25s ease;
}

.sponsor__item:hover img{
  filter:brightness(1.1);
  transform:scale(1.05);
}

.sponsor__slider .swiper-slide{
  display:flex;
  justify-content:center;
  align-items:center;
}

.footer-section{
  background:#05061d;
  color:rgba(255,255,255,0.75);
}

.footer-title{
  color:#fff;
  font-weight:700;
  margin-bottom:16px;
}

.footer-links{
  list-style:none;
  padding:0;
}

.footer-links li{
  margin-bottom:8px;
}

.footer-links a{
  color:rgba(255,255,255,0.75);
  text-decoration:none;
}

.footer-links a:hover{
  color:#ffcc00;
}

.footer-text{
  line-height:1.7;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  padding:20px 0;
}

.footer-bottom-inner{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}

.footer-copy{
  color:rgba(255,255,255,0.8);
}

.footer-disclaimer{
  font-size:14px;
  color:rgba(255,255,255,0.6);
}