@charset "UTF-8";
/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

:root {
    --vs-theme-color: #a6d719;
    --vs-theme-color2: #e2ba2b;
    --title-color: #ffffff;
    --body-color: #d1caca;
    --smoke-color: #eff1f5;
    --text-black-color: #14161b;
    --text-light-color: #646984;
    --text-lighter-color: #9f9f9f;
    --text-color1: #d1caca;
    --text-color2: #bdbbba;
    --text-color3: #696969;
    --text-color4: #a0a0a0;
    --text-color5: #acb6c6;
    --text-color6: #cdd3dd;
    --bg-color: #12151f;
    --bg-color2: #14232f;
    --bg-color3: #21232e;
    --bg-color4: #1e2632;
    --bg-color5: #1c2533;
    --bg-color6: #272936;
    --bg-color7: #272a35;
    --bg-color8: #0b1924;
    --bg-color9: #232530;
    --bg-color10: #0f121c;
    --bg-color11: #1f212c;
    --bg-color12: #0e131c;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #00d147;
    --error-color: #dc3545;
    --vs-border-color: #a3a3a3;
    --vs-border-color2: #292929;
    --vs-border-color3: #1c2430;
    --vs-border-color4: #3c3e49;
    --vs-border-color5: #d9d9d9;
    --vs-border-color6: #424553;
    --vs-border-color7: #8c8a8a;
    --vs-stroke-color: #2e3240;
    --hover-color1: #e74c3c;
    /* First hover color */
    --hover-color2: #f39c12;
    /* Second hover color */
    --hover-color3: #2ecc71;
    /* Third hover color */
    --title-font: "Unbounded", sans-serif;
    --body-font: "Poppins", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --custom-container: 1536px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s;
}

/*------------------- 1.2. Function -------------------*/

/*------------------- 1.3. Variable-------------------*/

/*------------------- 1.5. Reset -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

* {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: var(--bg-color);
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 400;
    /* Small devices */
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
}

iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

input:focus {
    outline: none;
    box-shadow: none;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--vs-border-color);
}

th {
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
}

td,
th {
    border: unset;
    padding: 9px 12px;
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

button {
    transition: all ease 0.4s;
}

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

ins {
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    margin: 0 0 25px 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 400;
    /* /* text-transform: capitalize; */ */
    color: var(--body-color);
    line-height: 1.9;
    /* Small devices */
}

@media (max-width: 767px) {
    p {
        line-height: 1.73;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    margin: -0.23em 0 15px 0;
}

button {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: var(--white-color);
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/*------------------- 1.6. Responsive -------------------*/

/*------------------- 1.7. Wordpress Default -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

p.has-drop-cap {
    margin-bottom: 20px;
}

.page--item p:last-child .alignright {
    clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
    word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
    display: block;
}

.page-links,
.clearfix {
    clear: both;
}

.page--item {
    margin-bottom: 30px;
}

.page--item p {
    line-height: 1.8;
}

.content-none-search {
    margin-top: 30px;
}

.wp-block-button.aligncenter {
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.gallery {
    margin-bottom: 1.5em;
    width: 100%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 5px;
}

.wp-block-columns {
    margin-bottom: 1em;
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block;
}

figure.wp-block-gallery {
    margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
    font-size: 12px;
    color: var(--body-color);
    line-height: 1.5;
    padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
    color: var(--white-color);
}

.wp-block-cover {
    margin-bottom: 15px;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0;
    font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
    margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
    background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    line-height: 1.4;
}

.wp-block-latest-comments a {
    color: inherit;
}

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-button:last-child {
    margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
    color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: #a6d719;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border-color: var(--title-color);
    color: var(--title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: #a6d719;
    border-color: #a6d719;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

ol.wp-block-latest-comments li {
    margin: 15px 0;
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

ul.wp-block-latest-posts a {
    color: inherit;
}

ul.wp-block-latest-posts a:hover {
    color: #a6d719;
}

ul.wp-block-latest-posts li {
    margin: 15px 0;
}

.wp-block-search__inside-wrapper {
    padding: 30px;
    position: relative;
    /* Small devices */
}

@media (max-width: 767px) {
    .wp-block-search__inside-wrapper {
        padding: 15px;
    }
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    background-color: transparent;
    border: 2.5px solid #292929;
    height: 71px;
    padding-left: 25px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    /* text-transform: capitalize; */
    color: var(--body-color);
    transition: all 0.3s ease-in-out;
}

.wp-block-search .wp-block-search__input::-moz-placeholder {
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    transform-origin: left;
}

.wp-block-search .wp-block-search__input::placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    transform-origin: left;
}

.wp-block-search .wp-block-search__input:hover {
    border-color: var(--vs-theme-color2);
}

.wp-block-search .wp-block-search__input:focus {
    border-color: var(--vs-theme-color2);
}

.wp-block-search .wp-block-search__input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left;
}

.wp-block-search .wp-block-search__input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left;
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    width: 70px;
    background-color: var(--vs-theme-color);
    position: absolute;
    right: 30px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    border-radius: 15px;
    border: 2.5px solid #292929;
    color: #1c2330;
    font-size: 20px;
    /* Small devices */
}

@media (max-width: 767px) {
    .wp-block-search .wp-block-search__button {
        right: 15px;
        top: 15px;
    }
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--vs-theme-color2);
}

ul.wp-block-rss a {
    color: inherit;
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
    border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
    top: 32px;
}

@media (max-width: 782px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 46px;
    }
}

@media (max-width: 600px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 0;
    }
}

.post-password-form .theme-input-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 20px;
}

.post-password-form .theme-input-group .theme-input-style {
    width: 100%;
    max-width: calc(100% - 120px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
    padding-left: 20px;
}

.post-password-form .theme-input-group .submit-btn {
    margin: 0;
    width: 120px;
    border: none;
    height: 50px;
    color: #fff;
    background-color: #a6d719;
}

.post-password-form .theme-input-group .submit-btn:hover {
    background-color: var(--title-color);
    opacity: 0.8;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em;
}

.page-links>.page-links-title {
    margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
    display: inline-block;
    padding: 5px 13px;
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
    opacity: 0.8;
    color: var(--white-color);
    background-color: #a6d719;
    border-color: transparent;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: #a6d719;
    color: var(--white-color);
    border-color: transparent;
}

.page-links span.screen-reader-text {
    display: none;
}

.blog-single .wp-block-archives-dropdown {
    margin-bottom: 30px;
}

.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
    border-color: transparent;
    position: relative;
}

.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
    background-color: var(--smoke-color);
    padding: 40px;
    border: none;
}

.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
    display: none;
}

.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
    content: "\f0c1";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 5rem;
    opacity: 0.3;
    right: 15px;
    line-height: 1;
    top: 15px;
    color: #a6d719;
    z-index: 1;
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
    content: "Featured";
    right: 0;
    top: 0;
    font-size: 18px;
    color: var(--white-color);
    background-color: #a6d719;
    font-family: var(--title-font);
    opacity: 1;
    /* text-transform: capitalize; */
    padding: 10px 23px;
    font-weight: 400;
}

.blog-single.format-quote:before {
    content: "\f10e";
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
    display: block;
    margin-bottom: 30px;
}

.blog-details .blog-single:before {
    display: none;
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden;
}

.blog-details .blog-single.format-chat .blog-meta {
    margin-bottom: 20px;
}

.blog-details .blog-single.format-chat .blog-content>p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px;
}

.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
    display: none;
}

.vs-search {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
}

.vs-search .search-grid-content {
    padding: 30px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-search .search-grid-content {
        padding: 20px;
    }
}

.vs-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: -0.2em;
}

.vs-search .search-grid-title a {
    color: inherit;
}

.vs-search .search-grid-title a:hover {
    color: #a6d719;
}

.vs-search .search-grid-meta>* {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.vs-search .search-grid-meta>*:last-child {
    margin-right: 0;
}

.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
    color: var(--body-color);
}

/* Large devices */

@media (max-width: 1199px) {
    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px;
    }
    .blog-single.format-quote .blog-content,
    .blog-single.format-link .blog-content,
    .blog-single.tag-sticky-2 .blog-content,
    .blog-single.sticky .blog-content {
        padding: 30px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px;
    }
    .blog-single.format-quote .blog-content,
    .blog-single.format-link .blog-content,
    .blog-single.tag-sticky-2 .blog-content,
    .blog-single.sticky .blog-content {
        padding: 30px 15px;
    }
}

@media (max-width: 768px) {
    .wp-block-search .wp-block-search__input {
        max-width: 100%;
    }
    .wp-block-latest-comments {
        padding-left: 10px;
    }
    .page--content.clearfix+.vs-comment-form {
        margin-top: 24px;
    }
}

.sidebar-area .wp-block-heading,
.sidebar-area .wp-block-search__label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-family: var(--title-font);
    text-transform: uppercase;
    color: var(--white-color);
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 23px 34px;
    border-radius: 26px 26px 0 0;
    overflow: hidden;
}

.sidebar-area .wp-block-heading::before,
.sidebar-area .wp-block-search__label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color4);
    z-index: -1;
    opacity: 80%;
}

.sidebar-area .wp-block-heading::after,
.sidebar-area .wp-block-search__label::after {
    content: "\f052";
    font-family: var(--icon-font);
    color: var(--vs-theme-color);
}

.sidebar-area .wp-block-heading i,
.sidebar-area .wp-block-search__label i {
    color: var(--vs-theme-color);
    display: none;
}

/*=================================
    02. Reset
==================================*/

/*------------------- 2.1. Container -------------------*/

@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 1500px) and (max-width: 1921px) {
    .container--custom {
        max-width: calc(var(--custom-container) + var(--container-gutters));
    }
}

/*------------------- 2.2. Grid -------------------*/

.slick-track>[class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 767px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px;
    }
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x);
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gx-15 {
    --bs-gutter-x: 15px;
}

@media (min-width: 1500px) {
    .gx-45 {
        --bs-gutter-x: 45px;
    }
    .gx-60 {
        --bs-gutter-x: 60px;
    }
    .gx-50 {
        --bs-gutter-x: 50px;
    }
    .gx-70 {
        --bs-gutter-x: 70px;
    }
    .gx-80 {
        --bs-gutter-x: 80px;
    }
}

@media (min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px;
    }
    .gx-30 {
        --bs-gutter-x: 30px;
    }
    .gx-40 {
        --bs-gutter-x: 40px;
    }
}

/*------------------- 2.3. Input -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.form-control,
.form-select {
    height: 50px;
    padding: 15px 30px 15px 28px;
    padding-right: 45px;
    border: 1px solid var(--bg-color);
    color: var(--body-color);
    background-color: var(--bg-color4);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 15px;
    width: 100%;
}

.form-control:focus,
.form-select:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--bg-color4);
    border-color: var(--vs-theme-color);
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
    color: var(--body-color);
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
    color: var(--body-color);
}

.form-control::placeholder,
.form-select::placeholder {
    color: var(--body-color);
}

.form-control.form-control-lg,
.form-select.form-control-lg {
    height: 60px;
}

.form-control.form-control-sm,
.form-select.form-control-sm {
    height: 40px;
    font-size: 12px;
}

.form-control[readonly],
.form-select[readonly] {
    color: var(--title-color);
}

.form-select {
    display: block;
    width: 100%;
    line-height: 1.5;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23232530' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

.form-input[type=checkbox]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: #a6d719;
    border-color: #a6d719;
}

.form-input[type=checkbox]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}

.form-input[type=checkbox]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--vs-border-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

.form-input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

.form-input[type=radio]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}

.form-input[type=radio]~label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0.5px;
    font-size: 0.6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid #a6d719;
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    transition: all 0.2s ease;
}

.form-input[type=radio]:checked~label::before {
    border-color: #a6d719;
    background-color: #a6d719;
    color: var(--white-color);
}

.form-label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

.form-group>i {
    position: absolute;
    right: calc(var(--bs-gutter-x) / 2 + 30px);
    top: 18px;
    font-size: 14px;
    color: #a0abb4;
}

.form-group.has-label>i {
    top: 45px;
}

.form-textarea.is-invalid,
.form-select.is-invalid,
.form-input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}

.form-textarea.is-invalid:focus,
.form-select.is-invalid:focus,
.form-input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none;
}

.form-textarea.is-invalid {
    background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters>.form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
}

.form-messages.mb-0 * {
    margin-bottom: 0;
}

.form-messages.success {
    color: var(--success-color);
    display: block;
}

.form-messages.error {
    color: var(--error-color);
    display: block;
}

.form-messages pre {
    padding: 0;
    background-color: transparent;
    color: inherit;
}

/* Hide the default checkbox */

.vs-custom-checkbox input[type=checkbox] {
    display: none;
}

/* Style the label as a custom checkbox */

.vs-custom-checkbox label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

/* Create a custom box */

.vs-custom-checkbox label::before {
    content: "";
    min-width: 24px;
    height: 24px;
    margin-right: 12px;
    border: 1px solid var(--vs-theme-color);
    border-radius: 5px;
    /* For rounded corners */
    background-color: transparent;
    transition: background-color 0.3s, border-color 0.3s;
    opacity: 70%;
}

/* Style for the checked state */

.vs-custom-checkbox input[type=checkbox]:checked+label::before {
    background-color: var(--vs-theme-color);
    border-color: var(--vs-theme-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.292 5.292l-11 11c-.39.39-1.02.39-1.41 0l-5-5c-.39-.39-.39-1.02 0-1.41.39-.39 1.02-.39 1.41 0l4.29 4.29L18.88 3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* Optional hover effects */

.vs-custom-checkbox label:hover::before {
    border-color: var(--vs-theme-color);
}

/*------------------- 2.4. Slick Slider -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.slick-track>[class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.slick-track {
    min-width: 100%;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 38px 0 38px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
}

.slick-dots li {
    display: inline-block;
    margin-right: 25px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 8px;
    height: 8px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--dots-bg, #d8d8d8);
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:hover {
    border-color: #a6d719;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #a6d719;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

.slick-dots .slick-active button {
    background-color: #a6d719;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--smoke-color);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 50px) / -2);
    z-index: 2;
    border-radius: 50%;
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}

.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto;
}

.slick-arrow:hover {
    background-color: #a6d719;
    color: var(--white-color);
    border-color: transparent;
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.dot-style2 .slick-dots {
    margin-top: 10px;
    margin-bottom: 30px;
}

.dot-style2 .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: #a6d719;
}

.dot-style2 .slick-dots button:before {
    display: none;
}

.dot-style2 .slick-dots button:hover {
    background-color: var(--title-color);
}

.dot-style2 .slick-dots li {
    margin: 0 5px;
}

.dot-style2 .slick-dots li.slick-active button {
    width: 40px;
}

/* Extra large devices */

@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
    }
}

/* Medium Large devices */

@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px;
    }
    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px;
    }
    .slick-dots {
        margin: 8px 0 38px 0;
    }
}

.vs-carousel-arrows {
    margin-bottom: calc(var(--section-title-space) - 20px);
    display: flex;
    align-items: center;
    gap: 15px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-carousel-arrows {
        margin-bottom: calc(var(--section-title-space) - 50px);
    }
}

.vs-carousel-arrows.style2 {
    border: 2px dashed rgba(166, 215, 25, 0.2);
    background-color: var(--bg-color9);
    border-radius: 30px;
    padding: 13px 22px;
}

.vs-carousel-arrows.style2 .icon-btn {
    --btn-size: auto;
    background-color: transparent;
}

.vs-carousel-arrows.style2 .icon-btn::before {
    display: none;
}

.vs-carousel-arrows.style2 .icon-btn svg path {
    transition: all 0.3s ease-in-out;
}

.vs-carousel-arrows.style2 .icon-btn:hover svg path {
    fill: var(--vs-theme-color);
    transition: all 0.3s ease-in-out;
}

.vs-carousel-arrows.style2 .vs-carousel-arrows__divider {
    display: inline-block;
    width: 5px;
    height: 24px;
    background-color: #12151f;
    border: 1px solid rgba(166, 215, 25, 0.2);
}

/*------------------- 2.5. Mobile Menu -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(17, 19, 22, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.vs-menu-wrapper .mobile-logo {
    padding: 16px 20px;
    display: flex;
    text-align: center;
    background-color: var(--black-color);
    align-items: center;
    justify-content: space-between;
}

.vs-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}

.vs-menu-wrapper .vs-menu-toggle {
    --icon-size: 33px;
    border: none;
    padding: 0;
    line-height: 1;
    width: var(--icon-size);
    height: var(--icon-size);
    min-width: var(--icon-size);
    font-size: 18px;
    z-index: 1;
    border-radius: 50%;
    background-color: var(--vs-theme-color);
    color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--white-color);
    color: var(--bg-color);
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--bg-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area::-webkit-scrollbar {
    width: 5px;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--vs-theme-color);
    border-radius: 0px;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area::-webkit-scrollbar-thumb {
    background: var(--vs-theme-color);
    border-radius: 10px;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area::-webkit-scrollbar-thumb:hover {
    background: var(--vs-theme-color2);
}

.vs-menu-wrapper .email-subscription__form {
    flex-wrap: nowrap;
    border-width: 1px;
    position: relative;
}

.vs-menu-wrapper .email-subscription__input {
    padding: 5px 15px 5px 15px;
    text-align: left;
}

.vs-menu-wrapper .email-subscription__right {
    /* Medium devices */
}

@media (max-width: 991px) {
    .vs-menu-wrapper .email-subscription__right {
        width: auto;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.vs-menu-wrapper .email-subscription__right::before {
    display: none;
}

.vs-menu-wrapper .email-subscription__btn {
    padding: 0 7px;
    height: 45px;
}

.vs-menu-wrapper .email-subscription__btn svg {
    width: 16px;
    height: 16px;
}

.vs-menu-wrapper .sidemenu-text {
    font-weight: 600;
    font-size: 14px;
}

.vs-mobile-menu {
    overflow-y: scroll;
    padding-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    /* Hide scrollbar in Webkit browsers (Chrome, Safari, Edge) */
    /* Hide scrollbar in Firefox */
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

.vs-mobile-menu ::-webkit-scrollbar {
    display: none;
}

.vs-mobile-menu .new-label {
    margin-left: 5px;
    /* text-transform: capitalize; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.vs-mobile-menu ul li {
    border-bottom: 1.5px solid rgba(4, 5, 7, 0.863);
    list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1.5px solid rgba(4, 5, 7, 0.863);
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--smoke-color);
}

.vs-mobile-menu ul li a svg {
    display: none;
}

.vs-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 5px;
    display: inline-block;
    color: var(--vs-theme-color);
    transition: all 0.3s ease-in-out;
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--vs-theme-color2);
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg);
    color: var(--vs-theme-color2);
}

.vs-mobile-menu ul li ul li {
    padding-left: 10px;
}

.vs-mobile-menu ul li ul li a {
    font-size: 13px;
    color: var(--body-color);
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none;
    border-top: none;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 16px;
    margin-top: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--vs-theme-color);
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "+";
    font-weight: 700;
    font-family: var(--icon-font);
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: "\f068";
    color: var(--vs-theme-color2);
}

.vs-mobile-menu>ul {
    padding: 0 40px;
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none;
}

.vs-menu-toggle,
.menu-toggle {
    --icon-size: 50px;
    width: var(--icon-size);
    min-width: var(--icon-size);
    height: var(--icon-size);
    padding: 0;
    font-size: 27px;
    border: none;
    display: inline-flex;
    background-color: transparent;
    color: var(--white-color);
    border-radius: 0;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--vs-theme-color);
}

.vs-menu-toggle:hover,
.menu-toggle:hover {
    background-color: var(--vs-theme-color);
    color: var(--bg-color);
}

.menu-toggle {
    --icon-size: 40px;
    font-size: 20px;
    border-width: 1px;
    display: none;
    /* Small devices */
}

@media (max-width: 767px) {
    .menu-toggle {
        display: block;
    }
}

.menu-toggle:hover {
    background-color: transparent;
    color: inherit;
}

.menu-toggle.active {
    background-color: var(--vs-theme-color);
    color: var(--bg-color);
}

.menu-toggle.active i::before {
    content: "\f00d";
}

@media (max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 310px;
    }
    .vs-mobile-menu>ul {
        padding: 0 20px;
    }
}

/* Navigation Styles */

.main-menu--footer {
    /* Desktop menu: No toggle needed */
}

.main-menu--footer .menu-toggle {
    font-size: 24px;
    color: var(--white-color);
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    /* Hide toggle by default (desktop view) */
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .main-menu--footer {
        /* Mobile menu: Toggle button will be shown */
        /* Mobile menu: Default is collapsed */
        /* Mobile menu: Show when "show" class is added */
    }
    .main-menu--footer .menu {
        overflow: hidden;
        height: 0;
        transition: height 0.5s ease, opacity 0.5s ease;
        opacity: 0;
    }
    .main-menu--footer .menu-toggle {
        display: inline-block;
    }
    .main-menu--footer .menu {
        height: 0;
        opacity: 0;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        z-index: 1000;
        border-top: 8px solid #121720;
        transition: all 0.4s;
    }
    .main-menu--footer .menu li {
        margin: 3px 0;
    }
    .main-menu--footer .menu li a {
        color: var(--white-color);
        font-weight: bold;
        padding: 5px 10px;
        border-radius: 4px;
        transition: all 0.3s;
    }
    .main-menu--footer .menu li a.vs-svg-assets svg {
        transform: translateX(-50%) translateY(4px);
    }
    .main-menu--footer .menu li:hover a {
        color: var(--vs-theme-color);
    }
    .main-menu--footer .menu li:first-child {
        margin-top: 15px;
    }
    .main-menu--footer .menu li:last-child {
        margin-bottom: 15px;
    }
    .main-menu--footer .menu.show {
        height: auto;
        opacity: 1;
        transition: all 0.4s;
    }
}

@media (min-width: 769px) {
    .main-menu--footer .menu-toggle {
        display: none;
        /* Hide toggle button */
    }
    .main-menu--footer .menu {
        height: auto;
        opacity: 1;
        transition: all 0.4s;
    }
}

/*=================================
    03. Utilities
==================================*/

/*------------------- 3.6. Font -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.fs-md {
    font-size: 18px;
}

.fs-xs {
    font-size: 14px;
}

/* Responsive Typography with Clamp */

h1 {
    font-size: clamp(2.813rem, 2.688rem + 0.63vw, 3.438rem);
    /* Minimum: 3.4rem, Maximum: 55px */
}

h2 {
    font-size: clamp(1.563rem, 1.375rem + 0.94vw, 2.5rem);
    /* Minimum: 2.5rem, Maximum: 40px */
}

h3 {
    font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
    /* Minimum: 2rem, Maximum: 30px */
}

h4 {
    font-size: clamp(1.125rem, 1.05rem + 0.38vw, 1.5rem);
    /* Minimum: 1.5rem, Maximum: 24px */
}

h5 {
    font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
    /* Minimum: 1.25rem, Maximum: 20px */
}

h6 {
    font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
    /* Minimum: 1rem, Maximum: 18px */
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
}

@media screen and (max-width: 321px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    h6 {
        font-size: 14px;
    }
}

/*------------------- 3.1. Preloader -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--bg-color);
    transform: translateY(0);
    /* Default position at the start */
}

.preloader .vs-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
    clip-path: none;
}

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

.preloader-inner img {
    display: block;
    margin: 0 auto 10px auto;
}

.loader {
    animation: loaderspin 1.5s infinite;
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: ball1 1.5s infinite;
    background-color: var(--title-color);
    box-shadow: 30px 0 0 #a6d719;
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1.5s infinite;
    background-color: #a6d719;
    box-shadow: 30px 0 0 var(--title-color);
}

@keyframes loaderspin {
    0% {
        transform: rotate(0deg) scale(0.8);
    }
    50% {
        transform: rotate(360deg) scale(1);
    }
    100% {
        transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #a6d719;
    }
    50% {
        box-shadow: 0 0 0 #a6d719;
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 #a6d719;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 var(--title-color);
    }
    50% {
        box-shadow: 0 0 0 var(--title-color);
        margin-top: -20px;
        transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 var(--title-color);
        margin-top: 0;
    }
}

/*------------------- 3.2. Buttons -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-btn {
    --numOfBlobs: 4;
    position: relative;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--vs-theme-color);
    color: var(--text-black-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 20px 38px;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 0.4px;
    clip-path: polygon(0 0, 93% 0, 100% 30%, 100% 100%, 7% 100%, 0 70%);
}

.vs-btn::after,
.vs-btn::before {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(--vs-theme-color2);
    transition: all ease 0.5s;
    z-index: -1;
    border-radius: inherit;
    clip-path: polygon(0 0, 93% 0, 100% 30%, 100% 100%, 7% 100%, 0 70%);
}

.vs-btn:before {
    transform: rotateX(90deg);
}

.vs-btn:after {
    transform: rotateY(90deg);
}

.vs-btn>i {
    margin-left: 8px;
}

.vs-btn:hover {
    color: var(--text-black-color);
}

.vs-btn:hover:before {
    transform: rotateX(0);
}

.vs-btn:hover:after {
    transform: rotateY(0);
}

.vs-btn--style2 {
    z-index: 1;
    transition: color 0.5s;
}

.vs-btn--style2::before,
.vs-btn--style2::after {
    display: none;
}

.vs-btn--style2 .vs-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--vs-theme-color);
    transition: all 0.3s ease-in-out;
}

.vs-btn--style2 .vs-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}

.vs-btn--style2 .vs-btn__blob {
    position: absolute;
    width: calc(100% / var(--numOfBlobs));
    height: 100%;
    background: var(--vs-theme-color2);
    border-radius: 0%;
    transform: translate3d(0, 100%, 0) scale(1);
    transition: transform 0.75s;
    clip-path: polygon(0 0, 93% 0, 100% 30%, 100% 100%, 7% 100%, 0 70%);
}

@supports (filter: url("#goo")) {
    .vs-btn--style2 .vs-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1);
    }
}

.vs-btn--style2 .vs-btn__blob:nth-child(1) {
    left: calc(0 * 120% / 4);
    transition-delay: 0s;
}

.vs-btn--style2 .vs-btn__blob:nth-child(2) {
    left: calc(1 * 120% / 4);
    transition-delay: 0.1s;
}

.vs-btn--style2 .vs-btn__blob:nth-child(3) {
    left: calc(2 * 120% / 4);
    transition-delay: 0.2s;
}

.vs-btn--style2 .vs-btn__blob:nth-child(4) {
    left: calc(3 * 120% / 4);
    transition-delay: 0.3s;
}

.vs-btn--style2 .vs-btn__animation {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.vs-btn--style3 {
    background-color: var(--vs-theme-color2);
}

.vs-btn:hover .vs-btn__blob {
    transform: translateZ(0) scale(1.4);
}

@supports (filter: url("#goo")) {
    .vs-btn:hover .vs-btn__blob {
        transform: translateZ(0) scale(2.4);
    }
}

.icon-btn {
    --btn-size: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--btn-size);
    height: var(--btn-size);
    font-size: var(--btn-font-size, 20px);
    background-color: #191b26;
    color: var(--white-color);
    border: none;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.icon-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed #686868;
    left: 0;
    top: 0;
    animation: spin 13s infinite linear;
    animation-play-state: paused;
}

.icon-btn__hover {
    position: absolute;
    z-index: 1;
    transform: translateX(-60px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.icon-btn:hover .icon-btn__hover {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.icon-btn:hover .icon-btn__hover path {
    fill: var(--vs-theme-color);
}

.icon-btn:hover::before {
    animation: spin 13s infinite linear;
    animation-play-state: running;
    transition: all 0.3s ease-in-out;
    border-color: var(--vs-theme-color);
}

.play-btn {
    --icon-size: 107px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: transparent;
    padding: 0;
}

.play-btn>i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    font-size: var(--icon-font-size, 40px);
    text-align: center;
    background-color: var(--vs-theme-color);
    color: var(--white-color);
    border-radius: 50%;
    transition: all ease 0.4s;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.play-btn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #a6d719;
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.play-btn:after {
    animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--vs-theme-color2);
}

.link-btn {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
}

.link-btn i {
    margin-left: 7px;
    font-size: 0.9rem;
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #a6d719;
    transition: all ease 0.4s;
}

.link-btn:hover {
    color: #a6d719;
}

.link-btn:hover::before {
    width: 100%;
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%;
    /* Small devices */
}

.scroll-btn i {
    display: inline-block;
    background-color: #a6d719;
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease 0.8s;
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: transparent;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed #a6d719;
    animation: spin 13s infinite linear;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color);
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px;
    }
    .scroll-btn.show {
        bottom: 15px;
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 96;
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible;
}

/* Large devices */

@media (max-width: 1199px) {
    .play-btn.style4 {
        --icon-size: 80px;
        --icon-font-size: 20px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .scrollToTop {
        right: 20px;
    }
    .scrollToTop.show {
        bottom: 20px;
    }
}

/*------------------- 3.3. Titles -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.title-style {
    margin-bottom: calc(var(--section-title-space) - 20px);
    /* Medium devices */
}

@media (max-width: 991px) {
    .title-style {
        margin-bottom: calc(var(--section-title-space) - 50px);
    }
}

.title-style__small {
    color: var(--vs-theme-color);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: -0.24em 0 20px 0;
}

.title-style__big {
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1.4;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .title-style__big {
        font-size: 18px;
    }
}

.title-style__big span {
    color: var(--vs-theme-color);
    font-size: clamp(22px, 4vw, 24px);
    display: block;
}

.title-style__big--second {
    margin: 0 0 20px 0;
}

.title-style__element {
    margin: 0 0 -125px 0;
    /* Large devices */
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .title-style__element {
        margin: 0 0 -70px 0;
    }
}

@media (max-width: 991px) {
    .title-style__element {
        margin: 0 0 -50px 0;
    }
}

@media (max-width: 767px) {
    .title-style__element {
        margin: 0 0 0 0;
    }
}

.title-style.left {
    text-align: left;
}

.title-style.left .title-style__big,
.title-style.left .title-style__small {
    text-align: left;
}

.title-style.left .title-style__small {
    justify-content: flex-start;
}

.title-style.center {
    text-align: center;
}

.title-style.center .title-style__big,
.title-style.center .title-style__small {
    text-align: center;
}

.title-style.center .title-style__small {
    justify-content: center;
}

.title-style.right {
    text-align: right;
}

.title-style.right .title-style__big,
.title-style.right .title-style__small {
    text-align: right;
}

.title-style.right .title-style__small {
    justify-content: flex-end;
}

.title-style--style2 .title-style__big {
    position: relative;
}

.title-style--style2 .title-style__big span {
    font-size: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem);
    display: inline-block;
}

.title-style--style2 .title-style__big img {
    position: absolute;
    top: -30%;
    right: 0;
    /* Large devices */
}

@media (max-width: 1199px) {
    .title-style--style2 .title-style__big img {
        display: none;
    }
}

.title-style__link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.7px;
    font-family: var(--title-font);
    text-transform: uppercase;
    gap: 10px;
}

.title-style__link:hover {
    color: var(--vs-theme-color);
}

.title-style--right-side {
    margin-top: 0;
}

.title-style--style3 .title-style__big {
    position: relative;
}

.title-style--style3 .title-style__big>span {
    font-size: 36px;
    color: var(--white-color);
    display: block;
    font-weight: 300;
}

.title-style--style3 .title-style__big>span>span {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
}

/*------------------- 3.4. Common -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.image-scale-hover {
    overflow: hidden;
}

.image-scale-hover img {
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.image-scale-hover:hover img {
    transform: scale(1.2);
}

.alert-dismissible .btn-close {
    font-size: 18px;
    line-height: 1;
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}

.z-index-common {
    position: relative;
    z-index: 3;
}

.z-index-n1 {
    z-index: -1;
}

.media-body {
    flex: 1;
}

.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: #a6d719;
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
}

.hr-style1 {
    background-color: var(--white-color);
    margin: 20px 0 30px 0;
}

.new-label {
    font-size: 12px;
    background-color: var(--error-color);
    color: var(--white-color);
    line-height: 1;
    padding: 1px 5px;
    border-radius: 4px;
    /* text-transform: capitalize; */
    position: relative;
    top: -1px;
}

.vs-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 17px;
}

.vs-list li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    /* text-transform: capitalize; */
    display: flex;
    position: relative;
    gap: 12px;
}

.vs-list li::before {
    content: "\f336";
    font-family: var(--icon-font);
    color: var(--vs-theme-color);
}

.vs-list--style2,
.vs-list--style3 {
    gap: 10px;
}

.vs-list--style2 li,
.vs-list--style3 li {
    font-weight: 500;
    font-size: 15px;
}

.vs-list--style2 li::before,
.vs-list--style3 li::before {
    font-size: 16px;
    font-weight: 600;
}

.vs-list--style3 {
    gap: 10px;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    max-width: 87%;
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .vs-list--style3 {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .vs-list--style3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.vs-list--style4 {
    gap: 10px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-list--style4 {
        justify-content: center;
    }
}

.vs-list--style4 li {
    font-family: var(--title-font);
}

.vs-page__main {
    perspective: 1000px;
}

.vs-page__main--layouts {
    position: relative;
    z-index: 999;
    background-color: var(--bg-color);
}

.section-bg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 767px;
}

.vs-tab .tab-pane {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    /* Smooth fade duration */
}

.vs-tab .tab-pane.show {
    opacity: 1;
}

.btn-text--link {
    text-transform: uppercase;
    color: var(--vs-theme-color);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-family: var(--title-font);
    gap: 6px;
}

.background-image.background-position-top {
    background-position: top center;
}

.vs-theme-color {
    color: var(--vs-theme-color);
}

.h-100vh {
    height: 100dvh;
}

/*------------------- 3.7. Background -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.bg-gray {
    background-color: #e5e5e5;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.bg-auto {
    background-size: auto auto;
}

.bg-color1 {
    background-color: var(--bg-color);
}

.bg-color2 {
    background-color: var(--bg-color10);
}

.bg-gradient1::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #232530 0%, #0e131c 100%);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/*------------------- 3.8. Text Color -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-primary {
    color: #a6d719;
}

/*------------------- 3.9. Overlay -------------------*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

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

/*------------------- 3.10. Animation -------------------*/

.fadeInUp {
    animation-name: fadeInUp;
}

.wow-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadein {
    --animation-name: fadein-custom;
}

.slideinup {
    --animation-name: slideinup;
}

.slideindown {
    --animation-name: slideindown;
}

.slideinleft {
    --animation-name: slideinleft;
}

.slideinright {
    --animation-name: slideinright;
}

.animated {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.vs-hero .slick-current {
    --animation-name: slideinup;
}

.animate-elements .hero-ele1,
.animate-elements .hero-ele2,
.animate-elements .hero-ele3,
.animate-elements .hero-ele4,
.animate-elements .hero-ele5,
.animate-elements .vs-hero__image,
.animate-elements .vs-hero__title--sub,
.animate-elements .vs-hero__title,
.animate-elements .vs-hero__text,
.animate-elements .vs-hero__buttons,
.animate-elements .vs-hero__brand--logo {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-name: var(--animation-name);
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes fadein-custom {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinTwo {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes move {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0) scale(1.05);
    }
    25% {
        transform: translateX(-5px) scale(1.05);
    }
    75% {
        transform: translateX(5px) scale(1.05);
    }
}

@keyframes zoomBlink {
    0%,
    100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.5;
    }
}

/*------------------- 3.11. Back To Top -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.back-to-top {
    --back-to-top-size: 70px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
    /* Small devices */
}

@media (max-width: 767px) {
    .back-to-top {
        --back-to-top-size: 60px;
        bottom: 80px;
        right: 10px;
    }
}

.back-to-top .progress-circle {
    display: inline-block;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    transform: rotate(-90deg);
    background: var(--bg-color8);
    border-radius: 50%;
}

.back-to-top .progress-circle svg {
    width: 100%;
    height: 100%;
}

.back-to-top .progress-circle circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
}

.back-to-top .progress-circle .bg {
    stroke: rgba(255, 255, 36, 0.1);
}

.back-to-top .progress-circle .progress {
    stroke: var(--vs-theme-color);
    stroke-dasharray: 251.2;
    /* Circumference = 2 * PI * R (R=40) */
    stroke-dashoffset: 251.2;
    transition: stroke-dashoffset 0.2s linear;
}

.back-to-top .progress-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    color: var(--white-color);
    pointer-events: none;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--title-font);
    padding: 5px;
    transition: color 0.2s linear;
    /* Small devices */
}

@media (max-width: 767px) {
    .back-to-top .progress-percentage {
        font-size: 10px;
    }
}

.back-to-top:hover .progress-percentage {
    color: var(--vs-theme-color);
}

/*=================================
    04. Template Style
==================================*/

/*------------------- 4.1. Widget  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: transparent;
    color: var(--body-color);
    margin: 0 0 18px 0;
    padding: 0 0 17px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid #dadfec;
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
    content: "\f178";
    position: absolute;
    right: 0;
    top: 0;
    font-family: var(--icon-font);
    font-weight: 400;
    color: #a6d719;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: #a6d719;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative;
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
    border-bottom: none;
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    text-align: center;
    position: absolute;
    right: 0;
    top: -4.5px;
    font-size: 16px;
    transition: all ease 0.4s;
}

.widget_nav_menu li:hover>span,
.widget_meta li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
    color: #a6d719;
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px;
}

.widget_categories li {
    padding: 22px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: var(--body-color);
    font-weight: 600;
    letter-spacing: 0.4px;
    border-bottom: 2px solid #1c2430;
    /* Small devices */
}

@media (max-width: 767px) {
    .widget_categories li {
        padding: 17px 15px;
    }
}

.widget_categories li:last-child {
    border-bottom: 0;
}

.widget_categories a {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    /* text-transform: capitalize; */
    border-bottom: 0;
}

.widget_categories a::before {
    content: "\f101";
    position: relative;
    font-size: 12px;
    color: var(--white-color);
    margin-right: 8px;
}

.widget_categories a+span {
    position: relative;
    top: 0;
    letter-spacing: 0.4px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px;
}

.widget_nav_menu .sub-menu {
    margin-left: 10px;
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
    color: inherit;
}

.vs-blog ul.wp-block-archives li {
    margin: 5px 0;
}

/* Small devices */

@media (max-width: 767px) {
    .widget_nav_menu a,
    .widget_meta a,
    .widget_pages a,
    .widget_archive a,
    .widget_categories a {
        font-size: 14px;
    }
}

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.widget {
    padding: 0;
    background-color: transparent;
    position: relative;
    margin-bottom: 40px;
    border: 6px;
    z-index: 1;
}

.widget::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, var(--bg-color5) 0%, rgba(13, 19, 28, 0) 100%);
    opacity: 0.7;
    border-radius: 26px;
    border: 2.5px solid var(--vs-border-color2);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 26px;
    z-index: -1;
}

.widget select,
.widget input {
    height: 55px;
    border: none;
    background-color: var(--white-color);
    padding-left: 20px;
    font-weight: 400;
}

.widget--banner {
    padding: 40px;
    overflow: hidden;
    border-radius: 29px;
    min-height: 452px;
    /* Small devices */
}

@media (max-width: 767px) {
    .widget--banner {
        padding: 20px;
    }
}

.widget--banner::before {
    background: #232530;
    opacity: 80%;
    border: 2px solid rgba(50, 52, 65, 0.6);
    border-radius: 29px;
}

.widget--banner__ele1,
.widget--banner__ele2,
.widget--banner__ele3,
.widget--banner__ele4 {
    position: absolute;
    z-index: -1;
}

.widget--banner__ele1 {
    bottom: 0;
    left: 0%;
}

.widget--banner__ele2 {
    bottom: 0;
    left: 0;
}

.widget--banner__ele3 {
    right: 24px;
    bottom: 48px;
}

.widget--banner__ele4 {
    right: 0;
    top: 0;
}

.widget--banner__icon {
    margin-bottom: 25px;
}

.widget--banner__heading {
    font-size: 30px;
    font-weight: 600;
    /* text-transform: capitalize; */
    margin: 0 0 20px 0;
}

.widget--banner__subheading {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--body-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    /* text-transform: capitalize; */
    margin-bottom: 25px;
}

.widget--banner__subheading i {
    color: var(--vs-theme-color);
}

.widget--banner__link {
    color: var(--vs-theme-color);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-family: var(--title-font);
}

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: -0.07em 0 35px 0;
    font-family: var(--title-font);
}

.widget .search-form {
    position: relative;
    display: flex;
}

.widget .search-form input {
    flex: 1;
}

.widget .search-form button {
    border: none;
    background-color: #a6d719;
    color: var(--white-color);
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 17px;
}

.widget .search-form button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 9.5px 16.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--title-color);
    background-color: var(--smoke-color);
    border-radius: 4px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: #a6d719;
    color: var(--white-color) !important;
}

.tagcloud {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 30px;
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .tagcloud {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .tagcloud {
        gap: 5px;
        padding: 15px;
    }
}

.tagcloud a {
    color: var(--body-color);
    background: #0e131c;
    border: 2px solid #1f2024;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: var(--title-font);
    padding: 16px 23px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .tagcloud a {
        padding: 16px 17px;
    }
}

.tagcloud a:hover {
    background: #0e131c;
    border-color: var(--vs-theme-color);
}

.tagcloud2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tagcloud2 span,
.tagcloud2 a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: var(--title-font);
    color: var(--body-color);
    text-transform: uppercase;
}

.tagcloud2 span {
    margin-right: 13px;
    color: var(--vs-theme-color);
}

.tagcloud2 a {
    margin-right: 9px;
}

.tagcloud2 a:last-child {
    margin-right: 0;
}

.tagcloud2 a:hover {
    color: var(--vs-theme-color);
}

.recent-post {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 2px solid var(--vs-border-color3);
    /* Small devices */
}

@media (max-width: 767px) {
    .recent-post {
        padding: 20px 15px;
    }
}

.recent-post:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.recent-post .media-img {
    margin-right: 16px;
    width: 111px;
    overflow: hidden;
    border: 5px solid #1b1e29;
    border-radius: 15px;
    /* Small devices */
}

@media (max-width: 767px) {
    .recent-post .media-img {
        margin-right: 15px;
        width: 95px;
    }
}

.recent-post .media-img img {
    width: 100%;
    border-radius: 4px;
    transition: all ease 0.4s;
}

.recent-post .post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 0px 0;
    text-transform: uppercase;
}

.recent-post .post-title a {
    display: inline-block;
}

.recent-post .post-title a:hover {
    color: var(--vs-theme-color);
}

.recent-post .recent-post-meta {
    margin-bottom: 10px;
    /* Small devices */
}

@media (max-width: 767px) {
    .recent-post .recent-post-meta {
        margin-bottom: 5px;
    }
}

.recent-post .recent-post-meta a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--vs-theme-color);
    font-family: var(--title-font);
    display: flex;
    align-items: center;
    gap: 8px;
}

.recent-post:hover .media-img img {
    transform: scale(1.1);
}

.wp-block-calendar,
.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none;
}

.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
    z-index: 1;
}

.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
    color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
    left: auto;
    right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
    caption-side: top;
    text-align: center;
    color: var(--title-color);
    background-color: #f1dbbe;
}

.wp-block-calendar th,
.calendar_wrap th {
    font-size: 14px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #fff;
    color: #01133c;
    font-weight: 500;
}

.wp-block-calendar th a,
.calendar_wrap th a {
    color: inherit;
}

.wp-block-calendar td,
.calendar_wrap td {
    font-size: 14px;
    padding: 5px;
    color: #01133c;
    border: 1px solid #ededed;
    text-align: center;
    background-color: transparent;
    transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
    color: #a6d719;
    background-color: var(--white-color);
    border-color: #ededed;
}

.wp-block-calendar thead,
.calendar_wrap thead {
    background-color: #f6f6f6;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
    margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
    display: none;
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    border-radius: 5px;
}

.sidebar-gallery .gallery-thumb img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.4s;
}

.sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.2);
}

.widget_shopping_cart {
    text-align: left;
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    border-bottom: 1px solid var(--vs-border-color);
    padding: 0 0 32px 110px;
    margin: 0 0 27px 0;
    min-height: 90px;
}

.widget_shopping_cart .remove {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--title-color);
    line-height: 1;
    font-size: 18px;
}

.widget_shopping_cart .remove:hover {
    color: #a6d719;
}

.widget_shopping_cart .img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid var(--vs-border-color);
}

.widget_shopping_cart .product-title {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
}

.widget_shopping_cart .amount {
    display: block;
    font-weight: 600;
    color: var(--title-color);
    font-size: 16px;
}

.widget_shopping_cart .quantity {
    display: inline-flex;
    margin-top: 12px;
}

.widget_shopping_cart .qut-btn {
    border: 1px solid var(--vs-border-color);
    background-color: transparent;
    display: inline-block;
    background-color: transparent;
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 12px;
    z-index: 1;
    position: relative;
}

.widget_shopping_cart .qut-btn:hover {
    background-color: var(--title-color);
    border-color: transparent;
    color: var(--white-color);
}

.widget_shopping_cart .qty-input {
    border: 1px solid var(--vs-border-color);
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    min-width: 40px;
    font-size: 12px;
    padding: 0;
    height: 25px;
    margin: 0 -1px;
}

.widget_shopping_cart .subtotal {
    float: right;
    text-align: right;
    font-size: 12px;
    margin-top: 19px;
}

.widget_shopping_cart .subtotal>span:not(.amount) {
    color: var(--body-color);
    font-weight: 300;
}

.widget_shopping_cart .subtotal .amount {
    font-size: 12px;
    display: inline-block;
}

.widget_shopping_cart .total {
    color: var(--title-color);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 18px;
}

.widget_shopping_cart .total .amount {
    font-size: inherit;
    display: inline-block;
    color: #a6d719;
}

.widget_shopping_cart .vs-btn {
    border: 1px solid var(--title-color);
    color: var(--title-color);
    margin-right: 10px;
    /* text-transform: capitalize; */
    height: 50px;
    line-height: 47px;
    padding: 0 35px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-weight: 400;
}

.widget_shopping_cart .vs-btn:hover {
    background-color: transparent;
    color: var(--title-color);
}

.widget_shopping_cart .buttons {
    margin: 0;
}

.sidebar-area {
    margin-bottom: -10px;
}

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0;
}

.sidebar-area .newsletter-form button {
    width: 100%;
    /* text-transform: capitalize; */
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-top: 10px;
}

.sidebar-area .widget .wp-block-search {
    margin-bottom: 0;
}

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em;
}

.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-area .game-card__content {
    flex: 1;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.sidebar-area .game-card__details {
    padding: 0;
    flex: 1;
}

.sidebar-area .game-card__title a {
    font-size: 18px;
    color: var(--white-color);
    display: inline-block;
    text-transform: uppercase;
}

.sidebar-area .game-card__title a::before {
    display: none;
}

.sidebar-area .game-card__title a:hover {
    color: var(--vs-theme-color);
}

.sidebar-area .game-card__time {
    margin-bottom: 0;
}

.sidebar-area .game-card__image {
    min-width: 61px;
}

.by-price .dropdown-toggle {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 0 18px;
    background-color: #232530;
    border: 2px solid rgba(255, 255, 255, 0.05);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--body-color);
    border-radius: 5px;
}

.by-price .dropdown-toggle:hover {
    border-color: var(--vs-theme-color);
}

.by-price .dropdown-toggle::after {
    content: "\f107";
    font-family: var(--icon-font);
    border: 0;
    margin-left: auto;
    color: var(--body-color);
}

.by-price__inputs {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--title-font);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 10px 0 30px 0;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
}

.by-price__inputs .form-control {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0 18px;
    background-color: #232530;
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--body-color);
    border-radius: 5px;
    resize: none;
}

.by-price__inputs .form-control:hover {
    border-color: var(--vs-theme-color);
}

.by-price__inputs .form-control::-webkit-outer-spin-button,
.by-price__inputs .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.by-price__inputs .form-control[type=number] {
    -moz-appearance: textfield;
}

.by-price .vs-btn {
    width: 100%;
    clip-path: none;
    border: 2px solid rgba(50, 52, 65, 0.7);
    padding: 13px 38px;
}

.category-filter ul {
    margin: 0;
    padding: 2px 0 0 0;
    list-style: none;
}

.category-filter li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--smoke-color);
}

.category-filter input[type=checkbox] {
    display: none;
}

.category-filter input[type=checkbox]~label {
    margin: 0;
    line-height: 1;
    color: var(--body-color);
    /* text-transform: capitalize; */
    letter-spacing: 0.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.category-filter input[type=checkbox]~label:before {
    top: -2px;
    background: #232530;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    content: "";
    height: 18px;
    width: 18px;
    display: inline-block;
}

.category-filter input[type=checkbox]:checked~label {
    color: var(--white-color);
}

.category-filter input[type=checkbox]:checked~label:before {
    background-color: var(--vs-theme-color);
    border-color: var(--vs-theme-color);
    transition: all 0.3s ease-in-out;
}

.category-filter input[type=checkbox]:checked~label+.category-filter__total {
    color: var(--vs-theme-color);
}

.category-filter input[type=checkbox]~label:hover {
    color: var(--vs-theme-color);
}

.category-filter__total {
    position: relative;
    color: var(--body-color);
    /* text-transform: capitalize; */
    letter-spacing: 0.5px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.wp-block-search--style2 {
    margin: 0 0 22px 0;
}

.wp-block-search--style2 .wp-block-search__button {
    top: 0;
    right: 0;
    height: 55px;
    background-color: transparent;
    border: none;
    color: var(--white-color);
}

.wp-block-search--style2 .wp-block-search__input {
    height: 55px;
    border-radius: 0;
    border-color: #232530;
    color: var(--body-color);
}

.recent-product {
    display: flex;
}

.recent-product .product-title {
    font-size: 16px;
}

.widget-workhours ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-workhours li {
    background-color: var(--white-color);
    padding: 14.5px 20px;
    margin: 0 0 15px 0;
    font-family: var(--title-font);
    font-weight: 500;
}

.widget-workhours li:last-child {
    margin-bottom: 0;
}

.widget-workhours li i {
    margin-right: 10px;
}

.quote-box {
    position: relative;
    text-align: center;
    padding: 80px 30px;
    margin: 0 0 30px 0;
}

.quote-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 26, 62, 0.7);
}

.quote-box__title {
    color: var(--white-color);
    position: relative;
    z-index: 1;
    max-width: 200px;
    margin: -0.3em auto 25px auto;
}

/* Large devices */

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px;
    }
    .widget_title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .recent-post .post-title {
        font-size: 14px;
        line-height: 22px;
    }
    .recent-post .recent-post-meta a {
        font-size: 12px;
    }
    .widget-workhours li {
        padding: 14.5px 20px;
        font-size: 14px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .sidebar-area {
        padding-top: 30px;
    }
    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .contact-widget .icon {
        --icon-size: 30px;
        --icon-font-size: 12px;
        top: 5px;
    }
    .contact-widget .contact {
        padding: 0 0 0 45px;
        margin: 0 0 20px 0;
        border-bottom: none;
    }
    .sidebar-gallery {
        gap: 10px;
    }
}

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}

.footer-widget .widget_title {
    margin: 0 0 27px 0;
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
    margin-bottom: 40px;
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    width: -moz-max-content;
    width: max-content;
    display: block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    max-width: 100%;
    padding: 0;
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: #a6d719;
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    display: none;
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: var(--body-color);
    line-height: 1;
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0;
}

.footer-widget .footer-links>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer-widget .footer-links a {
    margin-bottom: 21px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-text {
    margin: -0.3em 0 25px 0;
    max-width: 285px;
}

.footer-info {
    display: flex;
}

.footer-info_group {
    display: flex;
    justify-content: center;
    border-right: 1px solid #152b54;
    padding: 60px 0 60px 0;
}

.footer-info_group:last-child {
    border-right: none;
}

.footer-info_group.style2 {
    border: none;
}

.footer-info_group.style2 .footer-info_icon {
    background-color: transparent;
    border: 1px solid #35496f;
}

.footer-info_icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background-color: #152b54;
    color: var(--white-color);
    font-size: 30px;
    margin: 0 25px 0 0;
    display: inline-block;
    border-radius: 5px;
}

.footer-info_label {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px 0;
}

.footer-info_link {
    max-width: 190px;
    color: #8a99b4;
    margin: 0 0 -0.15em 0;
}

.footer-info_link a {
    color: inherit;
}

.footer-info_link a:hover {
    color: #a6d719;
}

.footer-number {
    border-top: 1px solid #14284f;
    padding: 43px 0 0 0;
    margin: 34px 0 0 0;
    position: relative;
}

.footer-number:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -60px;
    width: 9999px;
    height: 1px;
    border: inherit;
}

.footer-number .info {
    color: var(--body-color);
    margin: 0;
    line-height: 1;
    display: inline-block;
}

.footer-number .info:hover {
    color: #a6d719;
}

.footer-number .title {
    margin: 0 0 7px 0;
}

.footer-map {
    max-width: 400px;
    width: 100%;
}

.footer-map frame {
    max-width: 100%;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
}

.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 0px 0 0;
    color: rgba(224, 218, 218, 0.8);
    background-color: #272936;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

.footer-social a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(104, 104, 104, 0.45);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    animation-play-state: paused;
}

.footer-social a:last-child {
    margin-right: 0;
}

.footer-social a:hover {
    border-color: #a6d719;
    color: var(--white-color);
}

.footer-social a:hover::before {
    border-color: #a6d719;
    animation: spin 10s linear infinite;
}

.footer-social.style2 a {
    background-color: var(--white-color);
    outline: 2px solid #e7e8ec;
    outline-offset: -2px;
    color: var(--body-color);
    box-shadow: 8px 13.856px 30px 0px rgba(132, 137, 154, 0.1);
}

.footer-social.style2 a:hover {
    background-color: #a6d719;
    color: var(--white-color);
    outline-color: transparent;
}

.footer-newsletter {
    display: flex;
}

.footer-newsletter input {
    background-color: transparent;
    border-radius: 5px 0 0 5px;
    border: 1px solid #14284f;
    height: 55px;
    color: var(--white-color);
    flex: 1;
}

.footer-newsletter input::-moz-placeholder {
    color: var(--white-color);
}

.footer-newsletter input::placeholder {
    color: var(--white-color);
}

.footer-newsletter .vs-btn {
    border-radius: 0 5px 5px 0;
}

.footer-newsletter .vs-btn:hover {
    background-color: #a6d719;
    color: var(--white-color);
}

.footer-newsletter .vs-btn:after,
.footer-newsletter .vs-btn::before {
    display: none;
}

.footer-schedule table {
    border: none;
    margin: -0.3em 0 0 0;
}

.footer-schedule th,
.footer-schedule td {
    padding: 0 0 10px 0;
    color: var(--body-color);
    border: none;
    font-weight: 400;
}

.footer-number1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--body-color);
    font-family: var(--title-font);
    margin-bottom: 25px;
    display: block;
    width: -moz-max-content;
    width: max-content;
}

.footer-mail1,
.footer-address1 {
    padding-left: 25px;
    position: relative;
}

.footer-mail1>i:first-child,
.footer-address1>i:first-child {
    position: absolute;
    left: 0;
    top: 4px;
}

.footer-address1 {
    max-width: 250px;
}

.footer-mail1 {
    color: var(--body-color);
    text-decoration: underline;
}

.footer-mail1 i:first-child {
    top: 2px;
}

.footer-info-list {
    margin: 35px 0 22px 0;
}

.footer-info-list .info {
    position: relative;
    margin-bottom: 21px;
    padding-left: 30px;
    max-width: 250px;
}

.footer-info-list .info i:first-child {
    position: absolute;
    left: 0;
    top: 4px;
    color: #a6d719;
}

.newsletter-form2 .form_text {
    margin: -0.3em 0 22px 0;
    display: block;
    max-width: 300px;
}

.newsletter-form2 input {
    background-color: #ebecf1;
    margin-bottom: 15px;
    border-radius: 7px;
}

/* Medium Large devices */

@media (max-width: 1399px) {
    .menu-all-pages-container.footer-links {
        width: 330px;
        max-width: 100%;
    }
    .footer-number:before {
        display: none;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    .footer-widget {
        margin-bottom: 40px;
    }
    .footer-widget .widget_title {
        font-size: 26px;
    }
    .footer-number {
        padding: 27px 0 0 0;
        margin: 17px 0 0 0;
    }
    .footer-info {
        display: block;
        text-align: center;
    }
    .footer-info_icon {
        margin: 0 0 20px 0;
    }
    .footer-info_group {
        padding: 0;
        border: none;
    }
}

@media (min-width: 991px) and (max-width: 1399px) {
    .footer-newsletter {
        display: block;
    }
    .footer-newsletter input {
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .footer-newsletter .vs-btn {
        border-radius: 5px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px;
    }
    .footer-layout1 .footer-widget.widget_meta a,
    .footer-layout1 .footer-widget.widget_pages a,
    .footer-layout1 .footer-widget.widget_archive a,
    .footer-layout1 .footer-widget.widget_categories a,
    .footer-layout1 .footer-widget.widget_nav_menu a {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        font-size: 14px;
    }
    .footer-newsletter {
        display: block;
    }
    .footer-newsletter input {
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .footer-newsletter .vs-btn {
        border-radius: 5px;
    }
}

/*------------------- 4.2. Header  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-header {
    position: absolute;
    z-index: 41;
    top: 0px;
    right: 0;
    left: 0;
}

.vs-header__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-menu {
    padding-left: 180px;
    /* Extra large devices */
    /* Large devices */
}

@media (max-width: 1500px) {
    .main-menu {
        padding-left: 0px;
    }
}

@media (max-width: 1199px) {
    .main-menu {
        padding-left: 0px;
    }
}

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 14px;
    color: var(--bg-color);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.main-menu a:hover {
    color: #a6d719;
}

.main-menu>ul>li {
    margin: 0 18px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .main-menu>ul>li {
        margin: 0 6px;
    }
}

.main-menu>ul>li>a {
    padding: 34px 0;
    color: var(--white-color);
}

.main-menu>ul>li>a .new-label {
    position: absolute;
    top: -10px;
    right: -27px;
    font-size: 11px;
    border-radius: 3px;
}

.main-menu>ul>li>a .has-new-lable {
    position: relative;
}

.main-menu>ul>li.active>a.vs-svg-assets.active {
    color: var(--vs-theme-color);
}

.main-menu>ul>li.active>a.vs-svg-assets.active svg path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li>a.vs-svg-assets svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
}

.main-menu ul li>a.vs-svg-assets svg path {
    stroke-dasharray: 100;
    /* Set a placeholder length (will be adjusted dynamically) */
    stroke-dashoffset: 100;
    /* Initially hide the stroke */
    transition: stroke-dashoffset 0.6s ease;
    /* Smooth animation for the stroke */
}

.main-menu ul li:hover>a.vs-svg-assets svg path {
    stroke-dashoffset: 0;
    /* Show the stroke when hovering */
    transition: stroke-dashoffset 1s ease;
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    font-size: 0.8rem;
    display: none;
}

.main-menu ul li.menu-item-has-children.active>a {
    color: var(--vs-theme-color);
}

.main-menu ul li.menu-item-has-children.active>a.vs-svg-assets svg path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease;
}

.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active>a {
    color: var(--white-color);
}

.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active>a svg path {
    stroke: var(--white-color);
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active>a:hover {
    color: #a6d719;
}

.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active>a:hover svg path {
    stroke: var(--vs-theme-color);
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease;
}

.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a.active,
.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a:hover {
    color: var(--vs-theme-color);
    transform: translateX(10px);
}

.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a.active::after,
.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li.active ul li.active a:hover::after {
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.main-menu ul li.menu-item-has-children.menu-item-has-children.mega-menu-wrap.active .mega-menu li ul a:hover {
    color: var(--vs-theme-color);
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li:first-child {
    margin-left: 0;
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover>ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 70%;
    left: 0;
    background-color: var(--bg-color);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border: 3px solid var(--bg-color2);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s, all 0.4s ease-in-out 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 15px;
    line-height: 30px;
}

.main-menu ul.sub-menu:hover,
.main-menu ul.mega-menu:hover {
    border-color: rgba(166, 215, 25, 0.5);
}

.main-menu ul.sub-menu {
    top: 85%;
    padding: 18px 20px;
    left: -27px;
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34.5px;
    top: 30px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 60px);
    opacity: 0;
    display: none;
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0 0px 0;
    padding: 0px 0px;
}

.main-menu ul.sub-menu li:last-child {
    margin-bottom: 0;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 3px;
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0px;
    color: var(--white-color);
    padding: 4px 0;
    display: inline-block;
}

.main-menu ul.sub-menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 2px;
    background: var(--vs-theme-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.main-menu ul.sub-menu li a::before {
    content: "\f105";
    font-family: var(--icon-font);
    font-weight: 600;
    margin: 0 5px 0 0;
}

.main-menu ul.sub-menu li a:hover,
.main-menu ul.sub-menu li a.active {
    transform: translateX(10px);
    color: var(--vs-theme-color);
}

.main-menu ul.sub-menu li a:hover::after,
.main-menu ul.sub-menu li a.active::after {
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

.main-menu .mega-menu-wrap {
    position: static;
}

.main-menu .mega-menu-wrap.active>a svg path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset 0.6s ease;
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--custom-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%);
    top: 78%;
}

.main-menu ul.mega-menu .main-menu ul.mega-menu>li>ul>li>a {
    position: relative;
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.main-menu ul.mega-menu li li {
    padding: 4px 0;
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    color: var(--white-color);
    font-size: 15px;
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--title-font);
    cursor: none;
    color: var(--body-color);
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #a6d719;
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px;
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0;
}

.main-menu ul.mega-menu>li>ul>li>a:before {
    content: "\f105";
    font-family: var(--icon-font);
    font-weight: 600;
    margin: 0 5px 0 0;
}

.main-menu ul.mega-menu>li>ul>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 2px;
    background: var(--vs-theme-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.main-menu ul.mega-menu>li>ul>li>a:hover {
    color: var(--vs-theme-color);
    transform: translateX(10px);
}

.main-menu ul.mega-menu>li>ul>li>a:hover::after {
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.main-menu--footer {
    padding: 0;
}

.main-menu--footer>ul>li {
    margin: 0 25px;
}

.main-menu--footer ul.mega-menu {
    top: -98%;
}

.searchBoxTggler,
.sideCartToggler,
.sideMenuToggler {
    display: flex;
    align-items: center;
    position: relative;
}

.searchBoxTggler,
.sideCartToggler {
    padding-right: 26px;
    height: 40px;
}

.searchBoxTggler::after,
.searchBoxTggler::before,
.sideCartToggler::after,
.sideCartToggler::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background-color: var(--vs-border-color);
    box-shadow: inset 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 50%;
    transition: all 0.3s ease-in-out;
}

.searchBoxTggler::after,
.sideCartToggler::after {
    height: 20px;
    right: 4px;
    top: 0;
    transform: translateY(0);
}

.searchBoxTggler svg,
.sideCartToggler svg {
    transition: all 0.3s ease-in-out;
}

.searchBoxTggler svg path,
.sideCartToggler svg path {
    transition: all 0.3s ease-in-out;
}

.searchBoxTggler span,
.sideCartToggler span {
    color: var(--vs-theme-color);
    transition: all 0.3s ease-in-out;
}

.searchBoxTggler:hover::after,
.searchBoxTggler:hover::before,
.sideCartToggler:hover::after,
.sideCartToggler:hover::before {
    background-color: var(--vs-theme-color);
}

.searchBoxTggler:hover::after,
.sideCartToggler:hover::after {
    height: 30px;
}

.searchBoxTggler:hover svg,
.sideCartToggler:hover svg {
    transform: scale(1.1);
}

.searchBoxTggler:hover svg path,
.sideCartToggler:hover svg path {
    fill: var(--vs-theme-color);
}

.searchBoxTggler:hover span,
.sideCartToggler:hover span {
    color: var(--white-color);
}

.vs-header .sideCartToggler {
    padding-right: 0;
}

.vs-header .sideCartToggler::before,
.vs-header .sideCartToggler::after {
    display: none;
}

.sideCartToggler {
    gap: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: var(--title-font);
    letter-spacing: 0.4px;
}

.sideCartToggler svg {
    transition: all 0.3s ease-in-out;
}

.sideCartToggler svg path {
    transition: all 0.3s ease-in-out;
}

.sideCartToggler span {
    color: var(--vs-theme-color);
    transition: all 0.3s ease-in-out;
}

.sideCartToggler:hover svg {
    transform: scale(1.1);
}

.sideCartToggler:hover svg path {
    fill: var(--vs-theme-color);
}

.sideCartToggler:hover span {
    color: var(--white-color);
}

.sideMenuToggler {
    transition: all 0.3s ease-in-out;
}

.sideMenuToggler svg path {
    transition: all 0.3s ease-in-out;
}

.sideMenuToggler svg path:nth-child(1),
.sideMenuToggler svg path:nth-child(4) {
    fill: var(--vs-theme-color);
}

.sideMenuToggler svg path:nth-child(2),
.sideMenuToggler svg path:nth-child(3) {
    fill: var(--white-color);
}

.sideMenuToggler:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.sideMenuToggler:hover svg path:nth-child(1),
.sideMenuToggler:hover svg path:nth-child(4) {
    fill: var(--white-color);
}

.sideMenuToggler:hover svg path:nth-child(2),
.sideMenuToggler:hover svg path:nth-child(3) {
    fill: var(--vs-theme-color);
}

#sticky-placeholder {
    height: 0;
    transition: padding 0.2s ease, transform 0.2s ease;
    /* Smooth and fast */
    transition-duration: 0.5s;
    will-change: padding, transform;
    /* Optimize animations */
}

.vs-sticky-header {
    padding: 10px 0;
    background-color: transparent;
    /* Ensure background is consistent */
    transition: all ease;
    transition-duration: 0.5s;
    border-bottom: 1px solid transparent;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-sticky-header {
        padding: 20px 0;
    }
}

.vs-sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 0;
    /* Medium devices */
}

@media (max-width: 991px) {
    .vs-sticky-header.sticky {
        background-color: var(--bg-color);
        padding: 15px 0;
    }
}

.vs-sticky-header.sticky.stickyon {
    transform: translateY(-55px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.vs-sticky-header.sticky.stickyon.sticky-hold {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    border-bottom: 3px solid rgba(166, 215, 25, 0.5);
}

.vs-sticky-header.sticky ul.mega-menu,
.vs-sticky-header.sticky ul.sub-menu {
    top: 100%;
}

/*------------------- 4.3. Footer  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-footer--fixed {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .vs-footer--fixed {
        position: static;
    }
}

.vs-footer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.vs-footer__logo.style1 {
    justify-content: flex-start;
}

.vs-footer__logo a {
    display: inline-block;
}

.vs-footer__widgets {
    background-color: #20222d;
    padding: 85px 0 55px 0;
}

.vs-footer__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: -3px 0 35px 0;
}

.vs-footer__title--sub {
    font-size: 16px;
    text-transform: uppercase;
    margin: -3px 0 25px 0;
    letter-spacing: 0.48px;
}

.vs-footer__title--sub span {
    color: var(--vs-theme-color);
}

.vs-footer__menu {
    list-style: none;
    padding-left: 0;
}

.vs-footer__menu li {
    margin-bottom: 12px;
}

.vs-footer__menu li:last-child {
    margin-bottom: 0;
}

.vs-footer__menu a {
    display: inline-block;
    color: var(--body-color);
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 600;
    /* text-transform: capitalize; */
    padding-left: 20px;
    position: relative;
}

.vs-footer__menu a::before,
.vs-footer__menu a::after {
    position: absolute;
    content: "";
    width: 8.13px;
    height: 8px;
    display: inline-block;
    background-color: #585857;
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) scale(1);
    transition: all 0.4s ease;
    animation: zoomBlink 0s infinite ease-in-out;
}

.vs-footer__menu a::after {
    transform: translateY(-50%) scale(0);
}

.vs-footer__menu a:hover {
    color: var(--vs-theme-color);
}

.vs-footer__menu a:hover::after {
    background-color: var(--vs-theme-color);
    transform: translateY(-50%) scale(1);
    transition: all 0.4s ease;
}

.vs-footer__menu a:hover::before,
.vs-footer__menu a:hover::after {
    animation: zoomBlink 1s infinite ease-in-out;
    transition: all 0.4s ease;
}

.vs-footer__copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-lighter-color);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-family: var(--title-font);
    padding: 30px 0;
    background-color: var(--bg-color6);
}

.vs-footer__copyright a {
    color: var(--vs-theme-color);
}

.vs-footer__copyright a:hover {
    color: var(--white-color);
}

.vs-footer__sep {
    display: block;
    margin: 25px auto 25px;
}

.vs-footer__backtotop {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--title-font);
    letter-spacing: 1.8px;
    color: var(--vs-theme-color);
}

.vs-footer__backtotop i {
    color: #616476;
    font-size: 16px;
}

.vs-footer__divider {
    opacity: 0.7;
    border: 4px solid #121720;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 4px;
    margin: 5px 0 47px 0;
}

.vs-footer__info {
    letter-spacing: 0.48px;
    margin-bottom: 15px;
}

.vs-footer__info:last-child {
    margin-bottom: 0;
}

.vs-footer__info span {
    font-weight: 600;
    color: var(--white-color);
}

.vs-footer__info a {
    color: var(--vs-theme-color);
    font-weight: 600;
}

.vs-footer__info a:hover {
    color: var(--vs-theme-color2);
}

.vs-footer__links {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--title-font);
    letter-spacing: 0.39px;
}

.vs-footer__links a {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.vs-footer__links a::after {
    position: absolute;
    content: "";
    width: 8.13px;
    height: 8px;
    display: inline-block;
    background-color: #585857;
    right: -4px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.vs-footer__links a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.vs-footer__links a:last-child::after {
    display: none;
}

.vs-footer__links a:hover {
    color: var(--vs-theme-color);
}

.vs-footer__social {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #9f9f9f;
    margin-left: 0px;
    font-size: 15px;
}

.vs-footer__social a:hover {
    color: var(--vs-theme-color);
}

.vs-footer__newsletter--bottom {
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-footer__newsletter--bottom {
        flex-direction: column;
        gap: 10px;
    }
}

.vs-footer__newsletter--divider {
    height: 15px;
    width: 2px;
    background-color: #585857;
    margin: 0 25px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-footer__newsletter--divider {
        display: none;
    }
}

.vs-footer--style2 .vs-footer__widgets {
    background-color: var(--bg-color);
    min-height: 560px;
    clip-path: polygon(34.79% 0px, 65.31% 0px, 70.15% 4.82%, 100% 5%, 100% 100%, 0px 100%, 0px 5%, 30% 5%);
}

.vs-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.vs-gallery .vs-gallery__thumb {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 2.5px solid rgba(67, 70, 87, 0.9);
}

.vs-gallery .vs-gallery__thumb img {
    transition: all ease 0.3s;
    width: 100%;
    transform: scale(1);
}

.vs-gallery .vs-gallery__thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--vs-theme-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.vs-gallery .vs-gallery__thumb .gal-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--icon-size, 35px);
    height: var(--icon-size, 35px);
    margin: calc(var(--icon-size, 35px) / -2) 0 0 calc(var(--icon-size, 35px) / -2);
    text-align: center;
    font-size: 16px;
    color: var(--bg-color);
    background-color: transparent;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vs-gallery .vs-gallery__thumb .gal-btn:hover {
    transform: scale(1);
    background-color: var(--bg-color);
    color: var(--white-color);
}

.vs-gallery .vs-gallery__thumb:hover:before {
    opacity: 0.8;
    visibility: visible;
}

.vs-gallery .vs-gallery__thumb:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

.vs-gallery .vs-gallery__thumb:hover img {
    transform: scale(1.12);
}

/*------------------- 4.4. Breadcumb  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcumb-menu li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.breadcumb-menu li:after {
    content: "|";
    position: relative;
    margin: 0 11px;
    color: var(--vs-theme-color);
}

.breadcumb-menu li:last-child:after {
    display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-weight: 700;
    font-size: 15px;
    font-family: var(--title-font);
    color: var(--vs-theme-color);
    letter-spacing: 0.8px;
}

.breadcumb-menu li a {
    color: var(--white-color);
}

.breadcumb-menu li a:hover {
    color: var(--vs-theme-color);
}

.breadcumb-title {
    color: var(--white-color);
    width: 100%;
    text-transform: uppercase;
    margin: -12px 0 10px 0;
}

.breadcumb-wrapper {
    padding-top: 250px;
    padding-bottom: 80px;
    text-align: center;
    text-transform: uppercase;
    max-height: 250px;
    position: relative;
    z-index: 99;
    background-color: var(--bg-color6);
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding-top: 220px;
        padding-bottom: 150px;
        min-height: 470px;
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding-top: 160px;
        min-height: 320px;
        padding-bottom: 70px;
    }
}

/* Medium devices */

@media (max-width: 991px) {
    .breadcumb-content {
        display: block;
    }
    .breadcumb-title {
        max-width: 100%;
        font-size: 30px;
        margin: 0px 0 0px 0;
    }
    .breadcumb-menu {
        margin-top: 15px;
    }
}

.breadcumb-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.breadcumb-shape__one,
.breadcumb-shape__two,
.breadcumb-shape__three {
    background-color: var(--vs-theme-color);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.breadcumb-shape__two,
.breadcumb-shape__three {
    height: 5px;
    width: 349px;
    bottom: 7px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    left: 210px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .breadcumb-shape__two,
    .breadcumb-shape__three {
        display: none;
    }
}

.breadcumb-shape__three {
    left: auto;
    right: 210px;
    width: 155px;
}

.breadcumb-shape__one {
    height: 7px;
}

/*------------------- 4.5. Pagination  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-pagination {
    margin-bottom: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vs-pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vs-pagination li {
    display: inline-block;
    margin: 0 0px;
    list-style-type: none;
}

.vs-pagination li:last-child {
    margin-right: 0;
}

.vs-pagination li:first-child {
    margin-left: 0;
}

.vs-pagination span,
.vs-pagination a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--body-color);
    text-align: center;
    border: none;
    width: 57px;
    height: 56px;
    line-height: 56px;
    font-weight: 800;
    font-size: 16px;
    z-index: 1;
    border-radius: 5px;
    position: relative;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-pagination span::before,
.vs-pagination a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--bg-color3);
    border: 1px solid var(--vs-stroke-color);
    border-radius: 5px;
    transition: all 0.3s ease;
    opacity: 70%;
    z-index: -1;
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
    box-shadow: none;
    color: var(--vs-theme-color);
}

.post-pagination {
    padding: 50px 0 0 0;
}

.post-pagi-box {
    display: flex;
    align-items: center;
}

.post-pagi-box>a {
    color: var(--body-color);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--title-font);
    display: flex;
    align-items: center;
    gap: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-pagi-box>a i {
    color: var(--vs-theme-color);
}

.post-pagi-box>a:hover {
    color: #a6d719;
}

.post-pagi-box img {
    width: 80px;
    margin-right: 25px;
}

.post-pagi-box.next {
    flex-direction: row-reverse;
}

.post-pagi-box.next img {
    margin-right: 0;
    margin-left: 25px;
}

.pagi-icon {
    color: #f0f0f0;
    font-size: 40px;
}

/* Small devices */

@media (max-width: 767px) {
    .vs-pagination span,
    .vs-pagination a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 10px;
    }
    .post-pagi-box>a {
        font-size: 12px;
    }
    .post-pagi-box img {
        width: 40px;
        margin-right: 15px;
    }
    .post-pagi-box.next img {
        margin-right: 0;
        margin-left: 15px;
    }
}

/*------------------- 4.6. Blog  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    background-color: var(--bg-color3);
    border-left: 4px solid #a6d719;
    padding: 43px 50px 42px 35px;
    margin: 35px 0;
}

blockquote p {
    font-family: inherit;
    color: inherit;
    z-index: 3;
    width: 100%;
    margin-bottom: 0 !important;
    line-height: 1.5;
    position: relative;
}

blockquote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    position: absolute;
    bottom: 30px;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    color: var(--vs-theme-color);
    left: 38px;
    top: 0;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    color: #a6d719;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    margin-top: 20px;
    font-style: normal;
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid #a6d719;
}

blockquote.vs-quote {
    text-align: left;
    padding: 0 30px 30px 110px;
    border-left: 0;
    background-color: transparent;
    border-bottom: 2px solid var(--vs-theme-color);
    margin: 30px 0;
}

blockquote.vs-quote p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    line-height: 30px;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

blockquote.vs-quote cite {
    padding: 0 0 0 35px;
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
}

blockquote.vs-quote cite::before {
    width: 25px;
    border-radius: 20px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

blockquote.vs-quote .quote-author {
    display: block;
    font-size: 14px;
    color: #74787c;
    font-family: var(--title-font);
    display: block;
    font-weight: 400;
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    color: #8b919c;
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0;
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 10px;
    color: #a6d719;
}

.blog-meta a:hover {
    color: #a6d719;
}

.blog-category {
    margin-bottom: -10px;
}

.blog-category a {
    display: inline-block;
    color: var(--white-color);
    padding: 4.5px 24.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    background-color: #a6d719;
}

.blog-category a:hover {
    background-color: var(--white-color);
    color: var(--body-color);
    border-color: #a6d719;
}

.blog-title a {
    color: inherit;
}

.blog-title a:hover {
    color: #a6d719;
}

.vs-blog {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.vs-blog::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: var(--bg-color3);
    border: 1px solid var(--vs-stroke-color);
    z-index: -1;
    border-radius: 26px;
    opacity: 70%;
}

.vs-blog .blog-img,
.vs-blog__img {
    border-radius: 20px;
}

.vs-blog .blog-img img,
.vs-blog__img img {
    border-radius: 20px;
    transform: scale(1);
    transition: all ease 0.4s;
}

.vs-blog .wp-block-image,
.vs-blog figure {
    border-radius: 30px;
    margin-bottom: 0;
}

.vs-blog .wp-block-image img,
.vs-blog figure img {
    border-radius: 26px;
}

.vs-blog__img,
.vs-blog .blog-img,
.vs-blog .wp-block-image,
.vs-blog figure {
    padding: 5px;
    background-color: var(--bg-color6);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.vs-blog__content {
    position: relative;
    z-index: 1;
    padding: 45px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-blog__content {
        padding: 15px;
    }
}

.vs-blog__meta {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-blog__meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

.vs-blog__meta_text {
    color: var(--body-color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: var(--title-font);
    text-transform: uppercase;
    padding-right: 22px;
    margin-right: 14px;
    position: relative;
}

.vs-blog__meta_text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--vs-theme-color);
    border-radius: 50%;
}

.vs-blog__meta_text:last-child {
    padding-right: 0;
    margin-right: 0;
}

.vs-blog__meta_text:last-child::after {
    display: none;
}

.vs-blog__meta_admin {
    color: var(--vs-theme-color);
}

.vs-blog__meta_link {
    color: var(--body-color);
}

.vs-blog__meta_link:hover {
    color: var(--vs-theme-color);
}

.vs-blog__title {
    text-transform: uppercase;
    margin: 0 0 18px 0;
    font-size: clamp(2rem, 3.5vw, 30px);
}

.vs-blog__title_link {
    display: inline-block;
}

.vs-blog__title_link:hover {
    color: var(--vs-theme-color);
}

.vs-blog__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 22px;
    position: relative;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-blog__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.vs-blog__footer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12);
    top: -4px;
    left: 0;
    right: 0;
}

.vs-blog__link {
    color: var(--vs-theme-color);
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: var(--title-font);
    gap: 9px;
}

.vs-blog__link i {
    font-size: 16px;
}

.vs-blog__share {
    display: flex;
    align-items: center;
    color: var(--body-color);
    gap: 11px;
}

.vs-blog__share span {
    font-family: var(--title-font);
    letter-spacing: 0.4px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--vs-theme-color);
}

.vs-blog__share a {
    font-size: 15px;
    margin-right: 5px;
}

.vs-blog__share a:last-child {
    margin-right: 0;
}

.vs-blog__share a:hover {
    color: var(--vs-theme-color);
}

.vs-blog--single .vs-blog__title {
    font-size: clamp(2rem, 3.5vw, 30px);
}

.vs-blog--single .vs-blog__content {
    padding: 35px 35px 50px 40px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .vs-blog--single .vs-blog__content {
        padding: 20px;
    }
}

.vs-blog:hover .vs-blog__img img {
    transform: scale(1.02);
}

.blog-inner-title {
    font-size: 30px;
    margin-top: -0.2em;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.blog-author {
    background-color: var(--smoke-color);
    padding: 30px;
    display: flex;
    align-items: center;
    margin: var(--blog-space-y, 60px) 0;
}

.blog-author .media-img {
    width: 189px;
    margin: 0 30px 0 0;
}

.blog-author .author-name {
    font-size: 24px;
    font-weight: 700;
    margin: -0.3em 0 0px 0;
}

.blog-author .author-degi {
    color: #a6d719;
}

.blog-author .author-text {
    margin: 0 0 -0.1em 0;
}

.blog-details .blog-single {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.blog-details .blog-img {
    margin: 0 0 40px 0;
}

.blog-details .blog-img img {
    border-radius: 0;
}

.blog-details .blog-content {
    margin: 0;
}

.blog-style1 {
    background-color: var(--white-color);
    box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.07);
    border-radius: 5px;
}

.blog-style1 .blog-meta {
    margin: 0 0 10px 0;
}

.blog-style1 .blog-content {
    padding: 35px 40px 33px 40px;
}

.blog-style2 {
    background-color: var(--white-color);
    box-shadow: none;
}

.blog-style2 .blog-meta {
    margin: 0 0 15px;
}

.blog-style2 .blog-text {
    margin: 0 0 20px 0;
}

.blog-style2 .blog-content {
    border: 2px solid #ecf2fd;
    border-top: none;
    padding: 35px 40px 40px 40px;
}

.blog-style3 .blog-img {
    overflow: hidden;
    margin: -2px;
}

.blog-style3 .blog-img img {
    transform: scale(1);
    transition: all ease 0.4s;
}

.blog-style3 .blog-body {
    border: 2px solid #f4f5f8;
}

.blog-style3:nth-child(odd) .blog-body {
    display: flex;
    flex-direction: column-reverse;
}

.blog-style3 .blog-content {
    padding: 35px 40px 30px 40px;
}

.blog-style3 .blog-meta {
    margin-bottom: 15px;
}

.blog-style3 .blog-meta i {
    color: var(--body-color);
}

.blog-style3 .blog-meta a {
    position: relative;
    line-height: 1;
    border-right: 1px solid #c8c8c8;
    margin-right: 12px;
    padding: 0 15px 0 0;
}

.blog-style3 .blog-meta a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.blog-style3 .blog-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.blog-style3 .link-btn {
    /* text-transform: capitalize; */
}

.blog-style3:hover .blog-img img {
    transform: scale(1.1);
}

.blog-style4 {
    box-shadow: 8.5px 0 60px 0px rgba(166, 170, 184, 0.05);
    border-radius: 20px;
    padding: 20px;
    border: 2px solid #eff2fb;
}

.blog-style4 .blog-content {
    padding: 0 20px 10px 20px;
}

.blog-style4 .blog-img {
    overflow: hidden;
    border-radius: 20px;
    margin: 0 0 32px 0;
}

.blog-style4 .blog-img img {
    transform: scale(1);
    transition: all ease 0.4s;
}

.blog-style4 .blog-meta {
    margin-bottom: 4px;
}

.blog-style4 .blog-meta i {
    color: var(--body-color);
}

.blog-style4 .blog-meta a {
    font-size: 14px;
}

.blog-style4 .blog-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
}

.blog-style4:hover .blog-img img {
    transform: scale(1.2);
}

@media (min-width: 1199px) {
    .blog-style4-slider {
        max-width: 775px;
    }
}

/* Medium Large devices */

@media (max-width: 1399px) {
    .blog-style2 .blog-content {
        padding: 30px 25px 35px 25px;
    }
    .blog-style1 .blog-content {
        padding: 35px 25px 33px 25px;
    }
    .blog-style1 .blog-title {
        font-size: 18px;
    }
}

/* Large devices */

@media (max-width: 1199px) {
    blockquote {
        font-size: 20px;
        padding: 23px 30px 26px 30px;
    }
    blockquote cite {
        font-size: 16px;
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px;
    }
    .blog-single .blog-title {
        font-size: 24px;
    }
    .blog-meta span,
    .blog-meta a {
        font-size: 14px;
    }
    .blog-style3 .blog-content {
        padding: 25px 25px 30px 25px;
    }
    .blog-style4 {
        padding: 10px;
    }
    .blog-style4 .blog-content {
        padding: 0 15px 20px 15px;
    }
    .blog-style4 .blog-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

/* Small devices */

@media (max-width: 767px) {
    blockquote.vs-quote {
        padding: 40px 15px;
    }
    blockquote.vs-quote p {
        line-height: 1.8;
    }
    .blog-inner-title {
        font-size: 26px;
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 20px;
    }
    .blog-single .blog-title {
        font-size: 20px;
    }
    .blog-single .blog-img .play-btn {
        --icon-size: 60px;
        --icon-font-size: 20px;
    }
    .blog-author {
        display: block;
        padding: 30px 15px;
    }
    .blog-author .media-img {
        margin: 0 0 30px 0;
        width: 100%;
    }
    .blog-author .media-img img {
        width: 100%;
    }
    .blog-author .author-name {
        font-size: 18px;
    }
    .blog-author .author-degi {
        margin-bottom: 10px;
    }
}

.post-admin {
    border-radius: 0px;
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 37px 45px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .post-admin {
        gap: 15px;
        padding: 20px;
    }
}

.post-admin::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: var(--bg-color3);
    border: 1px solid var(--vs-stroke-color);
    z-index: -1;
    border-radius: 26px;
    opacity: 70%;
}

@media (max-width: 767px) {
    .post-admin {
        padding: 10px;
        gap: 30px;
        flex-wrap: wrap;
    }
}

.post-admin .post-img {
    flex: 0 var(--image-size);
    --image-size: 137px;
    width: var(--image-size);
    height: var(--image-size);
    max-width: var(--image-size);
    max-height: var(--image-size);
    min-width: var(--image-size);
    min-height: var(--image-size);
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--vs-stroke-color);
    /* Small devices */
}

@media (max-width: 767px) {
    .post-admin .post-img {
        --image-size: 100%;
    }
}

.post-admin .post-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.post-admin .post-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.post-admin .post-header__heading {
    margin-bottom: 0;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.post-admin .post-header__heading a:hover {
    color: var(--vs-theme-color);
}

.post-admin .post-header__heading span {
    font-size: 14px;
    color: var(--vs-theme-color);
}

.post-admin .post-text {
    margin-bottom: 15px;
    padding-right: 0;
    color: var(--body-color);
    /* text-transform: capitalize; */
    line-height: 28px;
    /* Small devices */
}

@media (max-width: 767px) {
    .post-admin .post-text {
        padding-right: 0;
    }
}

.post-admin__social {
    display: flex;
    align-items: center;
    gap: 13px;
}

.post-admin__social a {
    color: var(--body-color);
    font-size: 13px;
    letter-spacing: 0.4px;
}

.post-admin__social a:hover {
    color: var(--vs-theme-color);
}

/*------------------- 4.7. Comments  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.comment-respond {
    position: relative;
}

.comment-respond .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline;
}

.comment-respond .custom-checkbox.notice {
    margin-top: 10px;
    margin-bottom: 25px;
}

.comment-respond .row {
    --bs-gutter-x: 20px;
}

.comment-respond .form-control {
    height: 75px;
    background-color: transparent;
    border: 2.5px solid rgba(46, 50, 64, 0.7);
    border-radius: 26px;
    padding: 20px 30px;
    font-size: 15px;
    font-weight: 600;
    /* text-transform: capitalize; */
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: var(--white-color);
}

.comment-respond textarea.form-control {
    min-height: 148px;
    padding: 30px 30px;
}

.comment-respond .form-group>i {
    top: 20.5px;
}

.comment-respond .vs-custom-checkbox {
    padding-top: 20px;
    margin-bottom: 49px;
}

.comment-respond input[type=checkbox]~label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    /* text-transform: capitalize; */
    color: var(--body-color);
}

.comment-respond input[type=checkbox]~label:before {
    background-color: var(--bg-color3);
    border: 1px solid var(--vs-stroke-color);
    border-radius: 5px;
}

.comment-respond input[type=checkbox]:checked~label:before {
    background-color: #a6d719;
    border-color: transparent;
}

.comment-respond .blog-inner-title {
    margin-bottom: 20px;
    margin-top: 0;
}

.comment-respond .blog-inner-title+p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    /* text-transform: capitalize; */
}

.comment-respond .form-text {
    margin-bottom: 25px;
}

.question-form .comment-respond,
.review-form .comment-respond {
    margin: 0 0 20px 0;
}

.question-form .form-control,
.review-form .form-control {
    background-color: transparent;
    border: 1px solid #e4e4e4;
}

.question-form .rating-select,
.review-form .rating-select {
    display: flex;
    align-items: center;
}

.question-form .rating-select label,
.review-form .rating-select label {
    font-weight: 500;
    color: var(--title-color);
}

.review-form .form-title {
    margin: 0 0 20px 0;
}

.vs-comments-wrap {
    margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0;
}

.vs-comments-wrap .description p:last-child {
    margin-bottom: 0;
}

.vs-comments-wrap .comment-respond {
    margin: 30px 0;
}

.vs-comments-wrap pre {
    background: #ededed;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.vs-comments-wrap blockquote {
    background-color: #eaf8f9;
}

.vs-comments-wrap li {
    margin: 0;
}

.vs-comments-wrap li .comment-ele {
    display: flex;
    width: 100%;
}

.vs-comments-wrap .vs-post-comment {
    border-bottom: 0px solid #f0f0f0;
    position: relative;
    display: flex;
    position: relative;
    padding: 35px 45px;
    margin: 17px 0 17px 0;
    background: rgba(35, 37, 48, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 26px;
}

.vs-comments-wrap ul.comment-list {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
}

.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0;
}

.vs-comments-wrap .comment-avater {
    width: 137px;
    height: 137px;
    margin-right: 25px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
}

.vs-comments-wrap .comment-avater img {
    width: 100%;
    height: 100%;
}

.vs-comments-wrap .comment-content {
    flex: 1;
    position: relative;
}

.vs-comments-wrap .commented-on {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    margin-top: 0em;
    font-weight: 700;
    color: var(--smoke-color);
    font-family: var(--body-font);
}

.vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: 0.9rem;
}

.vs-comments-wrap .name {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: end;
    color: var(--white-color);
    text-transform: uppercase;
    gap: 18px;
    font-family: var(--title-font);
}

.vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between;
}

.vs-comments-wrap .text:last-of-type {
    color: var(--smoke-color);
    letter-spacing: 0.4px;
    /* text-transform: capitalize; */
    margin: 0 0 10px 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-comments-wrap .text:last-of-type {
        margin: 0 0 0 0;
    }
}

.vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 70px;
}

.vs-comments-wrap .reply_and_edit {
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 1;
}

.vs-comments-wrap .replay-btn {
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    font-family: var(--title-font);
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-end;
    gap: 7px;
    letter-spacing: 0.4px;
}

.vs-comments-wrap .replay-btn i {
    margin-right: 0px;
    font-size: 13px;
    color: var(--vs-theme-color);
}

.vs-comments-wrap .replay-btn:hover {
    color: #a6d719;
}

.vs-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
}

.vs-comments-wrap.vs-comment-form {
    margin: 0;
}

/* Large devices */

@media (max-width: 1199px) {
    .vs-comments-wrap .vs-post-comment {
        display: block;
        padding: 15px 15px;
    }
    .vs-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0;
    }
    .vs-comments-wrap .comment-top {
        display: block;
    }
    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .vs-comments-wrap .children {
        margin-left: 40px;
    }
    .vs-comments-wrap .reply_and_edit {
        position: relative;
        top: 0;
        margin: 15px 0 0 0;
    }
}

/* Small devices */

@media (max-width: 767px) {
    .vs-comments-wrap .children {
        margin-left: 20px;
    }
    .vs-comments-wrap .name {
        font-size: 18px;
    }
}

/*------------------- 4.8. Hero Area  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-hero__item {
    min-height: 947px;
    display: flex;
    align-items: center;
    padding: 120px 0;
    background-color: var(--bg-color8);
    /* Large devices */
}

@media (max-width: 1199px) {
    .vs-hero__item {
        min-height: 600px;
    }
}

.vs-hero__content {
    /* Medium devices */
}

@media (max-width: 991px) {
    .vs-hero__content {
        text-align: center;
    }
}

.vs-hero__title {
    text-transform: uppercase;
    letter-spacing: -2.4px;
    font-size: clamp(2.9rem, 0.8rem + 3.5vw, 5rem);
    line-height: 1;
    margin: 0 0 28px 0;
    animation-delay: 0.8s;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-hero__title {
        line-height: 1.2;
        margin: 0 0 15px 0;
    }
}

.vs-hero__title--highlight {
    text-transform: uppercase;
    display: block;
    letter-spacing: 0;
    font-size: clamp(3rem, 0.675rem + 4.13vw, 5.625rem);
    background: linear-gradient(270deg, #a6d719 0%, #eeffbd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vs-hero__title--sub {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
    font-weight: 700;
    color: var(--body-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    margin: 0 0 5px 0;
    line-height: 1.2;
    animation-delay: 0.6s;
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1199px) {
    .vs-hero__title--sub {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 991px) {
    .vs-hero__title--sub {
        justify-content: center;
    }
}

.vs-hero__title--sub span {
    margin: 0 0 0 -3px;
}

.vs-hero__title--img {
    margin-top: -20px;
    animation: spin 10s linear infinite;
    /* Extra large devices */
    /* Small devices */
}

@media (max-width: 1500px) {
    .vs-hero__title--img {
        margin-top: -5px;
        max-width: 50px;
    }
}

@media (max-width: 767px) {
    .vs-hero__title--img {
        display: none !important;
    }
}

.vs-hero__text {
    font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 0.9px;
    margin: -0.23em 0 40px 0;
    animation-delay: 1s;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-hero__text {
        margin: -0.23em 0 20px 0;
        line-height: 1.3;
    }
}

.vs-hero__text span {
    color: var(--vs-theme-color);
}

.vs-hero__loading {
    display: inline-flex;
    height: 19px;
    align-items: center;
    padding-left: 11px;
    transform: translateY(2px);
}

.vs-hero__bar {
    width: 26px;
    height: 60px;
    background-color: var(--vs-theme-color);
    clip-path: polygon(26% 0, 41% 0, 76% 100%, 60% 100%);
    animation: move 1.5s infinite;
    transform: scaleY(0.3);
    opacity: 0.5;
    margin-left: -18px;
}

.vs-hero__bar--small {
    clip-path: polygon(42% 43%, 49% 18%, 76% 100%, 61% 100%);
}

.vs-hero__bar:nth-child(1) {
    animation-delay: 0.1s;
}

.vs-hero__bar:nth-child(2) {
    animation-delay: 0.2s;
}

.vs-hero__bar:nth-child(3) {
    animation-delay: 0.3s;
}

.vs-hero__bar:nth-child(4) {
    animation-delay: 0.4s;
}

.vs-hero__bar:nth-child(5) {
    animation-delay: 0.5s;
}

.vs-hero__bar:nth-child(6) {
    animation-delay: 0.6s;
}

.vs-hero__bar:nth-child(7) {
    animation-delay: 0.7s;
}

.vs-hero__bar:nth-child(8) {
    animation-delay: 0.8s;
}

.vs-hero__play {
    margin: 0 0 0 23px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-hero__play {
        margin: 0 0 0 0px;
    }
}

.vs-hero__play>i {
    --icon-size: 40px;
    font-size: var(--icon-font-size, 18px);
    color: var(--text-black-color);
    /* Medium devices */
}

@media (max-width: 991px) {
    .vs-hero__play>i {
        --icon-size: 80px;
        font-size: var(--icon-font-size, 30px);
    }
}

.vs-hero__buttons {
    display: flex;
    align-items: center;
    animation-delay: 1.2s;
    flex-wrap: wrap;
    /* Medium devices */
}

@media (max-width: 991px) {
    .vs-hero__buttons {
        gap: 25px;
        flex-direction: column;
    }
}

.vs-hero__link {
    font-size: 18px;
    font-weight: 500;
    color: var(--body-color);
    /* text-transform: capitalize; */
    font-family: var(--title-font);
    padding-left: 14px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-hero__link {
        padding-left: 0;
    }
}

.vs-hero--style2 .vs-hero__image {
    margin-right: -148px;
    margin-left: -110px;
    animation-delay: 0.4s;
    /* Extra large devices */
    /* Large devices */
    /* Medium devices */
}

@media (max-width: 1500px) {
    .vs-hero--style2 .vs-hero__image {
        margin-right: 0;
        margin-left: -115px;
    }
}

@media (max-width: 1199px) {
    .vs-hero--style2 .vs-hero__image {
        margin-right: 0;
        margin-left: -80px;
    }
}

@media (max-width: 991px) {
    .vs-hero--style2 .vs-hero__image {
        margin-right: 0;
        margin-left: 0px;
    }
}

.vs-hero--style3 .vs-hero__item {
    min-height: 1207px;
    background-color: transparent;
    padding: 239px 0 0 0;
    align-items: flex-start;
    /* Medium devices */
}

@media (max-width: 991px) {
    .vs-hero--style3 .vs-hero__item {
        min-height: 1000px;
        padding: 140px 0 0 0;
    }
}

.vs-hero--style3 .vs-hero__content {
    text-align: center;
}

.vs-hero--style3 .vs-hero__title {
    margin: 0 0 24px 0;
    text-shadow: 0px 4px 0px rgba(166, 215, 25, 0.5);
    /* Customize values as needed */
    font-size: clamp(2.188rem, 1.5rem + 3.44vw, 5.625rem);
}

.vs-hero--style3 .vs-hero__title--sub {
    display: inline-flex;
    letter-spacing: 0.9px;
    color: var(--vs-theme-color);
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 12.21px 40px;
    background-color: rgba(166, 215, 25, 0.2);
    border: 2px dashed rgba(166, 215, 25, 0.7);
    font-weight: 600;
    position: relative;
}

.vs-hero--style3 .vs-hero__title--sub .dots-left,
.vs-hero--style3 .vs-hero__title--sub .dots-right {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}

.vs-hero--style3 .vs-hero__title--sub .dots-left::before,
.vs-hero--style3 .vs-hero__title--sub .dots-left::after,
.vs-hero--style3 .vs-hero__title--sub .dots-right::before,
.vs-hero--style3 .vs-hero__title--sub .dots-right::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--vs-theme-color);
}

.vs-hero--style3 .vs-hero__title--sub .dots-left::before,
.vs-hero--style3 .vs-hero__title--sub .dots-left::after {
    left: -2.5px;
}

.vs-hero--style3 .vs-hero__title--sub .dots-left::before {
    top: -2.5px;
}

.vs-hero--style3 .vs-hero__title--sub .dots-left::after {
    bottom: -2.5px;
}

.vs-hero--style3 .vs-hero__title--sub .dots-right::before,
.vs-hero--style3 .vs-hero__title--sub .dots-right::after {
    right: -2.5px;
}

.vs-hero--style3 .vs-hero__title--sub .dots-right::before {
    top: -2.5px;
}

.vs-hero--style3 .vs-hero__title--sub .dots-right::after {
    bottom: -2.5px;
}

.vs-hero--style3 .vs-hero__brand--logo {
    display: block;
    margin: 0 auto 28px;
    animation-delay: 0.4s;
}

.vs-hero--style3 .vs-hero__buttons {
    justify-content: center;
}

.vs-hero--style3 .vs-hero__text {
    margin: -0.23em 0 35px 0;
}

.vs-hero .hero-ele1,
.vs-hero .hero-ele2,
.vs-hero .hero-ele3,
.vs-hero .hero-ele4 {
    position: absolute;
}

.vs-hero .hero-ele1 {
    top: 182px;
    left: 85px;
    animation-delay: 0s;
}

.vs-hero .hero-ele2 {
    top: 225px;
    left: 52%;
    animation-delay: 0.2s;
    /* Large devices */
}

@media (max-width: 1199px) {
    .vs-hero .hero-ele2 {
        display: none;
    }
}

.vs-hero .hero-ele3 {
    top: 185px;
    right: 250px;
    animation: spin 15s infinite linear;
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .vs-hero .hero-ele3 {
        top: 140px;
        right: 25px;
    }
}

@media (max-width: 767px) {
    .vs-hero .hero-ele3 {
        display: none;
    }
}

.vs-hero .hero-ele4 {
    left: 70px;
    bottom: 98px;
    animation-delay: 0.4s;
}

/*------------------- 4.9. Error  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.error-area__content {
    text-align: center;
}

.error-area__header {
    display: flex;
    align-items: end;
    justify-content: center;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 4.5px;
    margin-right: -4.5px;
    line-height: 1;
    gap: 17px;
    margin-bottom: 40px;
    font-family: var(--title-font);
}

.error-area__header span {
    background-color: var(--vs-border-color5);
    width: 60px;
    height: 4px;
    margin-top: 8px;
    display: inline-block;
    position: relative;
    transform: translateY(-5px);
}

.error-area__number {
    font-size: clamp(150px, 4vw, 150px);
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 0.4px;
    color: var(--vs-theme-color);
    /* Small devices */
}

@media (max-width: 767px) {
    .error-area__number {
        font-size: clamp(110px, 4vw, 110px);
    }
}

.error-area__divider {
    padding: 20px 0 45px;
    line-height: 1;
}

.error-area__text {
    font-size: 30px;
    letter-spacing: 4.5px;
    color: var(--text-color2);
    text-transform: uppercase;
    font-family: var(--title-font);
    display: block;
    line-height: 1.2;
}

/*------------------- 4.10. Feature  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.creator-item {
    --icon-rotate: 43.92deg;
    --icon-rotate-minus: -43.92deg;
    text-align: center;
    padding: 20px 70px 30px 70px;
    position: relative;
    z-index: 1;
    margin: 0 0 30px 0;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .creator-item {
        padding: 20px 35px 30px 35px;
    }
}

.creator-item__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    /* Small devices */
}

@media (max-width: 767px) {
    .creator-item__shape {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 251px;
    }
}

.creator-item__shape>svg {
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .creator-item__shape>svg {
        width: 100%;
        height: 100%;
    }
}

.creator-item__shape--second {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
}

.creator-item__shape--second>svg {
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .creator-item__shape--second>svg {
        width: 100%;
    }
}

.creator-item__icon {
    --icon-size: 131.82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    background-color: #13212d;
    border-radius: 21px;
    transform: rotate(var(--icon-rotate));
    box-shadow: 4px 4px 4px var(--vs-theme-color);
    position: relative;
    margin: 0 0 50px 0;
}

.creator-item__icon::before {
    --icon-size-two: 102.53px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--icon-size-two);
    height: var(--icon-size-two);
    background-color: #12151f;
    border-radius: 21px;
}

.creator-item__icon--img {
    transform: rotate(var(--icon-rotate-minus));
}

.creator-item__title {
    font-size: 20px;
}

.creator-item__title--link:hover {
    color: var(--vs-theme-color);
}

.creator-item__text {
    /* Extra large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1500px) {
    .creator-item__text {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .creator-item__text {
        max-width: 65%;
        margin: 0 auto;
    }
}

@media (max-width: 470px) {
    .creator-item__text {
        max-width: 100%;
        margin: 0 auto 20px auto;
    }
}

.creator-item:hover .creator-item__shape--second {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.creator-item--style2 {
    --icon-rotate: 0deg;
    --icon-rotate-minus: -0deg;
    padding: 0px 70px 30px 70px;
    position: relative;
    /* Large devices */
}

@media (max-width: 1199px) {
    .creator-item--style2 {
        padding: 0px 15px 30px 15px;
    }
}

.creator-item--style2 .creator-item__bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 219px;
    border-radius: 23px;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.creator-item--style2 .creator-item__icon {
    --icon-size: 110px;
    box-shadow: none;
    border-radius: 50%;
    background: var(--bg-color9);
    border: 6px solid rgba(247, 245, 232, 0.04);
    margin: 0 0 37px 0;
    transition: all 0.3s ease-in-out;
    /* Medium devices */
}

@media (max-width: 991px) {
    .creator-item--style2 .creator-item__icon {
        margin: 0 0 25px 0;
    }
}

.creator-item--style2 .creator-item__icon svg path {
    transition: all 0.3s ease-in-out;
}

.creator-item--style2 .creator-item__icon::before {
    display: none;
}

.creator-item--style2 .creator-item__title {
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: -0.23em 0 17px 0;
}

.creator-item--style2 .creator-item__text {
    margin-bottom: 0;
}

.creator-item--style2 .creator-item__content {
    position: relative;
    z-index: 1;
}

.creator-item--style2 .creator-item__number {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #232530;
    font-weight: 600;
    font-family: var(--title-font);
    /* Medium devices */
}

@media (max-width: 991px) {
    .creator-item--style2 .creator-item__number {
        position: static;
        bottom: 0px;
        left: 0%;
        padding-top: 17px;
        display: block;
        width: 100%;
        transform: translateX(0);
    }
}

.creator-item--style2:hover .creator-item__icon {
    background: #a6d719;
    border: 6px solid #88a927;
}

.creator-item--style2:hover .creator-item__icon svg path {
    fill: #10131d;
}

.creator-item--style2:hover .creator-item__icon svg {
    animation: vsBreadcrumbShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/*------------------- 4.11. About  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.about__text {
    gap: 13px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--title-font);
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

.about__text img {
    margin-right: 10px;
}

.about__text span {
    color: var(--vs-theme-color);
}

.twin-section--style2 {
    background-position: center top;
    margin-top: -20px;
    position: relative;
    z-index: 3;
}

.twin-ele--style1 {
    position: absolute;
    bottom: 224px;
    left: 180px;
    z-index: -1;
}

.image-gallery {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .image-gallery {
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
        padding: 0 5px;
    }
}

.image-gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.image-gallery__col {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.image-gallery__col::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--vs-theme-color);
    z-index: 2;
    border-radius: 20px;
    opacity: 70%;
    transform-origin: center;
    transform: scaleY(0);
    visibility: hidden;
    transition: all ease 0.4s;
}

.image-gallery__col img {
    transition: all ease 0.4s;
    transform: scale(1);
}

.image-gallery__col--popup {
    --icon-size: 116px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--vs-theme-color);
    font-size: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem);
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background-color: var(--bg-color);
    z-index: 4;
    opacity: 90%;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    /* Medium devices */
}

@media (max-width: 991px) {
    .image-gallery__col--popup {
        --icon-size: 50px;
    }
}

.image-gallery__col:hover::before {
    transform: scaleY(1);
    transition: all 0.3s ease-in-out;
    visibility: visible;
}

.image-gallery__col:hover .image-gallery__col--popup {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 90%;
    transition: all 0.3s ease-in-out;
}

.image-gallery__col:hover .image-gallery__col--popup:hover {
    background-color: var(--vs-theme-color2);
    color: var(--bg-color);
}

.image-gallery__col:hover img {
    transform: scale(1.2);
    backface-visibility: hidden;
    perspective: 1000px;
}

.image-gallery__one {
    grid-area: 1/1/3/2;
    /* Medium devices */
}

@media (max-width: 991px) {
    .image-gallery__one {
        grid-area: 1/1/3/3;
    }
}

.image-gallery__two {
    grid-area: 1/2/2/3;
    /* Medium devices */
}

@media (max-width: 991px) {
    .image-gallery__two {
        grid-area: 3/1/5/3;
    }
}

.image-gallery__three {
    grid-area: 2/2/3/3;
    /* Medium devices */
}

@media (max-width: 991px) {
    .image-gallery__three {
        grid-area: 3/3/5/5;
    }
}

.image-gallery__four {
    grid-area: 1/3/3/4;
    /* Medium devices */
}

@media (max-width: 991px) {
    .image-gallery__four {
        grid-area: 1/3/3/5;
    }
}

.about-ele1,
.about-ele2 {
    position: absolute;
    z-index: -1;
}

.about-ele1 {
    top: 67px;
    left: 101px;
    animation: spin 20s infinite linear;
}

.about-ele2 {
    bottom: 350px;
    right: 40px;
    animation: spin 20s infinite linear;
}

/*------------------- 4.12. Service  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.service__details--ele1 {
    position: absolute;
    bottom: 294px;
    left: 77px;
    z-index: -1;
}

.service--details {
    padding-bottom: 140px;
}

.service-item {
    background: #232530;
    border: 2px solid rgba(50, 52, 65, 0.6);
    border-radius: 29px;
    padding: 46px 50px 60px 60px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .service-item {
        padding: 40px 30px 45px 30px;
    }
}

@media (max-width: 767px) {
    .service-item {
        padding: 20px;
    }
}

.service-item__img {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* Large devices */
    /* Small devices */
}

@media (max-width: 1199px) {
    .service-item__img {
        max-width: 260px;
    }
}

@media (max-width: 767px) {
    .service-item__img {
        position: static;
        padding: 15px 0 0 0;
        transform: translateY(0);
    }
}

.service-item__icon--img {
    margin-bottom: 25px;
}

.service-item__heading {
    margin: 0em 0 20px 0;
    /* text-transform: capitalize; */
}

.service-item__heading--link:hover {
    color: var(--vs-theme-color);
}

.service-item__element1,
.service-item__element2,
.service-item__element3,
.service-item__element4,
.service-item__element5,
.service-item__element6 {
    position: absolute;
    z-index: -1;
}

.service-item__element1 {
    bottom: -2px;
    left: -2px;
    border-radius: 0 0 0 29px;
}

.service-item__element2 {
    right: -2px;
    top: -2px;
    border-radius: 0 29px 0 0;
}

.service-item__element3 {
    top: -2px;
    left: -2px;
    border-radius: 29px 0 0 0;
}

.service-item__element4 {
    bottom: -2px;
    right: -2px;
    border-radius: 0 0 29px 0;
}

.service-item__element5 {
    top: -2px;
    right: -2px;
    border-radius: 29px;
}

.service-item__element6 {
    bottom: -2px;
    left: -2px;
    border-radius: 0 0 0 29px;
}

.service-item--style2 .service-item__heading {
    display: flex;
    align-items: center;
    gap: 28px;
    /* Small devices */
}

@media (max-width: 767px) {
    .service-item--style2 .service-item__heading {
        gap: 15px;
    }
}

.service-item--style3 {
    padding: 50px 68px 75px 52px;
    /* Small devices */
}

@media (max-width: 767px) {
    .service-item--style3 {
        padding: 20px;
    }
}

.service-item--style3 .service-item__img--box {
    padding-top: 38px;
    text-align: center;
}

.vs-service--image {
    background: rgba(35, 37, 48, 0.7);
    border-radius: 26px;
}

.vs-service__img {
    border: 5px solid var(--bg-color2);
    border-radius: 26px;
}

.vs-service__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-service__footer {
        padding: 15px;
        flex-direction: column;
        gap: 20px;
    }
}

.vs-service .service-item__heading {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

.vs-service .vs-btn {
    clip-path: none;
    border: 3px solid rgba(50, 52, 65, 0.7);
    border-radius: 31.5px;
}

.vs-service .vs-btn::before,
.vs-service .vs-btn::after {
    clip-path: none;
}

.vs-service__step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 35px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .vs-service__step {
        justify-content: flex-start;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .vs-service__step {
        flex-direction: column;
        row-gap: 10px;
    }
}

.vs-service__step--item {
    display: flex;
    align-items: center;
    gap: 37px;
    margin: 0 0 35px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-service__step--item {
        flex-direction: column;
        gap: 15px;
        margin: 0 0 10px 0;
    }
}

.vs-service__step--item span {
    background: var(--bg-color9);
    border: 3px solid rgba(255, 255, 255, 0.05);
    border-radius: 31.5px;
    padding: 0 90px;
    min-height: 63px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--white-color);
}

.vs-service figure {
    margin-bottom: 0;
}

.vs-service figure img {
    background: #1c2533;
    border-radius: 34px;
    padding: 5px;
}

.vs-game__footer {
    padding: 20px 37px 20px 30px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-game__footer {
        padding: 15px;
    }
}

.vs-game__footer--right {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
}

.vs-game__footer .game-card__content {
    flex: 1;
    padding: 0;
    display: flex;
    align-items: center;
}

.vs-game__footer .game-card__details {
    padding: 0;
}

.vs-game__footer .game-card__time {
    margin-bottom: 0;
}

.vs-game__footer .game-card__title {
    /* text-transform: capitalize; */
    font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
}

.vs-game__winning--bonus {
    display: flex;
    align-items: center;
    background: rgba(14, 19, 28, 0.7);
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0 35px 0 29px;
    min-height: 70px;
}

.vs-game__winning--bonus i {
    font-size: 26px;
    color: var(--vs-theme-color);
}

.vs-game__winning--bonus__info {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 16px;
    margin-left: 15px;
}

.vs-game__winning--bonus__info::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 39px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #33384a;
}

.vs-game__winning--bonus__text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    /* text-transform: capitalize; */
    display: block;
}

.vs-game__winning--bonus__value {
    font-size: 18px;
    font-weight: 600;
    display: block;
    font-family: var(--title-font);
    letter-spacing: 0.4px;
    color: var(--vs-theme-color);
}

.vs-game .vs-btn {
    padding: 23px 38px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
}

/*------------------- 4.13. Counter  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.offer-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    background: var(--bg-color9);
    margin-bottom: 30px;
    min-height: 175px;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    /* Small devices */
}

@media (max-width: 767px) {
    .offer-counter {
        flex-direction: column;
    }
}

.offer-counter>li {
    line-height: 1;
    padding: 16px 30px 16px 30px;
    position: relative;
    /* Small devices */
}

.offer-counter>li::before {
    content: "";
    position: absolute;
    height: 37px;
    width: 1px;
    background: var(--vs-theme-color);
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.49px;
    /* Small devices */
}

@media (max-width: 767px) {
    .offer-counter>li::before {
        display: none;
    }
}

.offer-counter>li:first-child {
    padding-left: 0;
}

.offer-counter>li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.offer-counter>li:last-child::before {
    display: none;
}

@media (max-width: 767px) {
    .offer-counter>li {
        padding-right: 0;
        padding-left: 0;
    }
}

.offer-counter .count-number {
    font-size: 40px;
    font-weight: 700;
    color: var(--vs-theme-color);
    font-family: var(--title-font);
    margin-bottom: 10px;
}

.offer-counter .count-name {
    font-size: 16px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
}

/*------------------- 4.14. Team  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.team-member {
    text-align: center;
    padding: 38px 0 43px;
    background: linear-gradient(180deg, #1f2533 0%, rgba(16, 18, 29, 0) 100%);
    border-radius: 23px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.team-member::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 171px;
    background: linear-gradient(180deg, #1f2533 0%, rgba(16, 18, 29, 0.5) 168.04%);
    border-radius: 23px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.team-member__image-container {
    --circle-size: 174px;
    width: var(--circle-size);
    height: var(--circle-size);
    margin: 0 auto 25px;
    position: relative;
}

.team-member__image-bg {
    width: var(--circle-size);
    height: var(--circle-size);
    border: 6px solid #2a3244;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.team-member__image-bg::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 50%;
    width: var(--circle-size);
    height: var(--circle-size);
    transform: translate(-50%, -50%);
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) padding-box, linear-gradient(to bottom, #a6d719 0%, #1d2833 70%) border-box;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--border)), #fff calc(100% - var(--border) + 1px));
    mask: radial-gradient(farthest-side, transparent calc(100% - var(--border)), #fff calc(100% - var(--border) + 1px));
    --border: 6px;
    animation: spinTwo 1s infinite linear;
    animation-play-state: paused;
}

.team-member__image {
    position: absolute;
    bottom: -1px;
    right: 0;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.team-member__name {
    text-transform: uppercase;
    font-size: clamp(1.125rem, 2vw, 20px);
    margin: 0 0 8px 0;
}

.team-member__name a:hover {
    color: var(--vs-theme-color);
}

.team-member__role {
    font-size: 13px;
    font-weight: 600;
    color: var(--vs-theme-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    display: block;
}

.team-member:hover .team-member__image-bg::before {
    animation: spinTwo 1s infinite linear;
}

.team-member--style2 {
    background: transparent;
    padding: 0px 0 90px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .team-member--style2 {
        padding: 0px 0 30px;
    }
}

.team-member--style2::before {
    background: linear-gradient(180deg, #1f2533 0%, rgba(16, 18, 29, 0) 100%);
    height: 219px;
    opacity: 0.7;
    /* Large devices */
}

@media (max-width: 1199px) {
    .team-member--style2::before {
        height: 160px;
        opacity: 1;
        background: linear-gradient(180deg, #1f2533 0%, rgba(16, 18, 29, 0.5) 168.04%);
    }
}

.team-member--style2 .team-member__social--media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    /* Large devices */
}

@media (max-width: 1199px) {
    .team-member--style2 .team-member__social--media {
        bottom: 0;
    }
}

.team-member--style2 .team-member__social--media a {
    color: var(--vs-theme-color);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-5px) rotate(5deg) scale(0.8);
    transition: all 0.3s ease-in-out;
}

.team-member--style2 .team-member__social--media a:nth-of-type(1) {
    transition-delay: 0.2s;
}

.team-member--style2 .team-member__social--media a:nth-of-type(2) {
    transition-delay: 0.3s;
}

.team-member--style2 .team-member__social--media a:nth-of-type(3) {
    transition-delay: 0.4s;
}

.team-member--style2 .team-member__social--media a:hover {
    color: var(--white-color);
}

.team-member--style2:hover .team-member__social--media a {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) rotate(0deg) scale(1);
}

.team-member--style2:hover .team-member__image {
    transform: scale(1.05);
}

.team-details__img {
    width: 100%;
}

.team-details__img-container {
    padding: 22px 22px 22px 13.4px;
    background-size: contain;
    /* Small devices */
}

@media (max-width: 767px) {
    .team-details__img-container {
        padding: 22px 15px 22px 10px;
    }
}

.team-details__nav {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.team-details__nav .nav-tabs {
    flex: 1;
    border-bottom: 0;
    position: relative;
    z-index: 1;
    gap: 32px;
    padding: 0;
    /* Large devices */
}

@media (max-width: 1199px) {
    .team-details__nav .nav-tabs {
        gap: 0;
    }
}

.team-details__nav .nav-tabs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(270deg, #a6d819 0%, rgba(22, 23, 30, 0) 100%);
    opacity: 0.2;
    border-radius: 4px;
}

.team-details__nav .nav-tabs .nav-link {
    border: 0;
    padding: 17px 15px;
    background-color: transparent;
    font-family: var(--title-font);
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
    /* Small devices */
}

@media (max-width: 767px) {
    .team-details__nav .nav-tabs .nav-link {
        padding: 6px 6px;
    }
}

.team-details__nav .nav-tabs .nav-link.active,
.team-details__nav .nav-tabs .nav-link:hover {
    color: var(--vs-theme-color);
}

.team-details__nav-logo {
    /* Small devices */
}

@media (max-width: 767px) {
    .team-details__nav-logo {
        max-width: 50px;
    }
}

.team-details__nav-logo img {
    transition: all 0.3s ease-in-out;
    animation-play-state: paused;
}

.team-details__nav:hover .team-details__nav-logo img {
    filter: brightness(1.2);
    transition: filter 0.2s;
    animation: spin 10s infinite linear;
}

.team-details__text {
    font-size: 16px;
    padding-right: 11%;
    /* Large devices */
}

@media (max-width: 1199px) {
    .team-details__text {
        padding-right: 0;
    }
}

.team-details__text--style2 {
    padding-right: 1%;
    /* Large devices */
}

@media (max-width: 1199px) {
    .team-details__text--style2 {
        padding-right: 0;
    }
}

.team-details__title-small {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.team-details__list {
    margin-bottom: 0;
    padding: 0 0 0 0;
    list-style: none;
}

.team-details__list-item {
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--title-font);
    /* text-transform: capitalize; */
    letter-spacing: 0.4px;
    gap: 8px;
    color: var(--text-color1);
    line-height: 36px;
    position: relative;
    padding-left: 30px;
    /* Small devices */
}

@media (max-width: 767px) {
    .team-details__list-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.team-details__list-item:before {
    content: "\f336";
    font-family: var(--icon-font);
    color: var(--vs-theme-color);
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
}

.team-details__list-item span {
    color: var(--white-color);
    font-size: 16px;
}

.progress-box {
    margin: 0 0 25px 0;
}

.progress-box:last-child {
    margin: 0 0 0px 0;
}

.progress-box__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.progress-box__number,
.progress-box__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--title-font);
    color: var(--title-color);
    display: inline-block;
    margin: 0 0 0px 0;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.progress-box__number {
    float: right;
    color: var(--vs-theme-color);
}

.progress-box__progress {
    border: 1px solid var(--vs-theme-color);
    height: 5px;
    border-radius: 0;
    border-top: 2px solid var(--vs-theme-color);
}

.progress-box__bar {
    height: 100%;
    background-color: #a6d719;
    box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
    border-radius: 5px;
}

/*------------------- 4.15. Process  -------------------*/

/*------------------- 4.16. Accordion  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.faq--layout1 {
    margin: -16px 0 0 0;
}

.accordion .accordion-item {
    margin: 0 0 12px 0;
    background: #232530;
    border: 2px solid rgba(50, 52, 65, 0.6);
    border-radius: 29px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.accordion .accordion-item::before,
.accordion .accordion-item::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: #0eff60;
    opacity: 0.06;
    filter: blur(50px);
    width: 364px;
    height: 364px;
}

.accordion .accordion-item::before {
    bottom: -148px;
    left: -105px;
}

.accordion .accordion-item::after {
    top: -317px;
    right: -198px;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
}

.accordion .accordion-item:last-of-type .accordion-button.collapsed,
.accordion .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0px;
}

.accordion .accordion-header {
    margin: 0;
}

.accordion .accordion-button {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 20px 25px 20px 35px;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: left;
    letter-spacing: 0.6px;
    /* text-transform: capitalize; */
    box-shadow: none;
    line-height: 1.3;
    /* Small devices */
}

@media (max-width: 767px) {
    .accordion .accordion-button {
        padding: 15px 20px 15px 20px;
        font-size: 16px;
    }
}

.accordion .accordion-button:after {
    content: "+";
    font-family: var(--icon-font);
    font-weight: 400;
    color: var(--title-color);
    width: 46px;
    height: 46px;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    background: rgba(17, 20, 30, 0.5);
    border: 2px dashed #686868;
    border-radius: 50%;
    /* Small devices */
}

@media (max-width: 767px) {
    .accordion .accordion-button:after {
        width: 30px;
        height: 30px;
        font-size: 12px;
        border-width: 1px;
    }
}

.accordion .accordion-button:hover {
    color: var(--vs-theme-color);
}

.accordion .accordion-button:hover::after {
    color: var(--vs-theme-color);
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed) {
    color: var(--vs-theme-color);
}

.accordion .accordion-button:not(.collapsed):after {
    color: var(--vs-theme-color);
    content: "\f068";
}

.accordion .accordion-body {
    padding: 5px 35px 35px;
    letter-spacing: 0.4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: var(--body-color);
    /* Small devices */
}

@media (max-width: 767px) {
    .accordion .accordion-body {
        padding: 5px 20px 35px;
    }
}

.accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion .accordion-collapse {
    border: none;
}

.accordion__reaction {
    display: flex;
    align-items: center;
    max-width: 485px;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    /* text-transform: capitalize; */
    background: rgba(18, 21, 31, 0.7);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 29.5px;
    padding: 0 30px;
    min-height: 55px;
    margin-top: 39px;
    color: var(--body-color);
    /* Small devices */
}

@media (max-width: 767px) {
    .accordion__reaction {
        padding: 10px 30px;
    }
}

.accordion__reaction--btns {
    display: flex;
    align-items: center;
}

.accordion__reaction--btn {
    padding-right: 22px;
    margin-right: 22px;
    position: relative;
}

.accordion__reaction--btn::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: 1px;
    opacity: 15%;
    background-color: #d9d9d9;
    border-radius: 100%;
}

.accordion__reaction--btn:last-child {
    padding-right: 0;
    margin-right: 0;
}

.accordion__reaction--btn:last-child::after {
    display: none;
}

.accordion__reaction--btn:hover {
    color: var(--vs-theme-color);
}

/*------------------- 4.17. Simple Sections  -------------------*/

.comming-content .sec-title2 {
    color: var(--vs-theme-color);
}

.comming-content__text {
    font-weight: 700;
}

/*------------------- 4.18. Testimonial  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.testimonials-item {
    background: rgba(35, 37, 48, 0.8);
    border: 2px solid rgba(50, 52, 65, 0.6);
    border-radius: 46px;
    padding: 52px 35px 40px 42px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    /* Small devices */
}

.testimonials-item:hover {
    border-color: var(--vs-theme-color);
}

@media (max-width: 767px) {
    .testimonials-item {
        padding: 30px 15px 25px 15px;
    }
}

.testimonials-item__ellipse1,
.testimonials-item__ellipse2 {
    position: absolute;
    border-radius: 46px;
    z-index: -1;
}

.testimonials-item__ellipse1 {
    left: -2px;
    bottom: -2px;
}

.testimonials-item__ellipse2 {
    right: -2px;
    top: -2px;
}

.testimonials-item__icon-quote {
    position: absolute;
    font-size: 36px;
    color: var(--vs-theme-color);
    letter-spacing: 1.1px;
    top: 37px;
    right: 45px;
    z-index: -1;
    /* Small devices */
}

@media (max-width: 767px) {
    .testimonials-item__icon-quote {
        top: 20px;
        right: 16px;
    }
}

.testimonials-item__date {
    font-size: 13px;
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: 0.7px;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: block;
    margin: 0 0 18px 0;
}

.testimonials-item__text {
    letter-spacing: 0.4px;
    font-size: 14px;
    /* text-transform: capitalize; */
    font-family: var(--title-font);
    line-height: 27px;
    margin: 0 0 28px 0;
}

.testimonials-item__author {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 24px;
    position: relative;
}

.testimonials-item__author::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3a3d4b;
    top: 0px;
    left: 0;
    right: 0;
    border-radius: 100%;
}

.testimonials-item__author-image {
    border-radius: 50%;
    border: 3px solid var(--vs-border-color4);
}

.testimonials-item__author-name {
    font-size: 18px;
    font-weight: 600;
    /* text-transform: capitalize; */
    letter-spacing: 0.9px;
    margin: 0 0 6px 0;
}

.testimonials-item__author-position {
    color: var(--vs-theme-color);
    /* text-transform: capitalize; */
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

/*------------------- 4.19. Popup Side Menu  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.sidemenu-wrapper {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    visibility: hidden;
    /* Hidden initially for GSAP animation */
}

.sidemenu-wrapper .sidemenu-content {
    --sidebarPosition: 589px;
    background-color: var(--vs-theme-color);
    width: var(--sidebarPosition);
    margin-left: auto;
    padding: 40px 55px 55px 55px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    right: calc(-1 * var(--sidebarPosition));
    cursor: auto;
    transform-origin: right;
    /* Small devices */
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

@media (max-width: 767px) {
    .sidemenu-wrapper .sidemenu-content {
        --sidebarPosition: 300px;
        padding: 20px 15px;
    }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 5px;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--bg-color);
    border-radius: 0px;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-thumb {
    background: var(--bg-color);
    border-radius: 10px;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-thumb:hover {
    background: var(--vs-theme-color2);
}

.sidemenu-wrapper .sidemenu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: none;
    color: var(--bg-color);
    background-color: transparent;
    font-size: 40px;
    padding: 0;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    font-family: var(--title-font);
    font-weight: 700;
    cursor: pointer;
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--white-color);
    transform: rotate(180deg);
}

.sidemenu-wrapper .sidemenu-hr {
    height: 4px;
    border-top: 1px solid var(--bg-color);
    border-bottom: 1px solid var(--bg-color);
    opacity: 1;
    margin: 30px 0 35px;
}

.sidemenu-wrapper .sidemenu-inner {
    display: flex;
    flex-direction: column;
    height: 75vh;
    justify-content: space-between;
}

.sidemenu-wrapper .sidemenu-title {
    font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
    color: var(--bg-color);
    text-transform: uppercase;
    margin: -0.23em 0 30px 0;
    letter-spacing: 0.9px;
}

.sidemenu-wrapper .sidemenu-subtitle {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    color: var(--bg-color);
    letter-spacing: 0.2px;
}

.sidemenu-wrapper .sidemenu-text {
    color: var(--bg-color);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--title-font);
    margin-bottom: 0;
}

.sidemenu-wrapper .sidemenu-footer {
    padding-bottom: 30px;
}

.sidemenu-wrapper .email-subscription__form {
    background-color: var(--bg-color);
    border-radius: 10px;
}

.sidemenu-wrapper .email-subscription__right {
    /* Small devices */
}

@media (max-width: 767px) {
    .sidemenu-wrapper .email-subscription__right {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
    }
}

.sidemenu-wrapper .email-subscription__right::before {
    width: 5px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #383c4a;
    left: -5px;
    border-radius: 4px;
    /* Small devices */
}

@media (max-width: 767px) {
    .sidemenu-wrapper .email-subscription__right::before {
        display: none;
    }
}

.sidemenu-wrapper .email-subscription__input {
    color: var(--body-color);
    font-family: var(--title-font);
    padding: 10px 20px 10px 20px;
    text-align: left;
}

.sidemenu-wrapper .email-subscription__input::-moz-placeholder {
    color: var(--body-color);
}

.sidemenu-wrapper .email-subscription__input::placeholder {
    color: var(--body-color);
}

.sidemenu-wrapper .email-subscription__btn {
    background-color: var(--bg-color);
    clip-path: none;
    padding: 13px 27px 13px 17px;
    /* Small devices */
}

@media (max-width: 767px) {
    .sidemenu-wrapper .email-subscription__btn {
        padding: 0 0;
        background-color: transparent;
        width: auto;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.sidemenu-wrapper .email-subscription__btn::before,
.sidemenu-wrapper .email-subscription__btn::after {
    clip-path: none;
}

.sidemenu-wrapper .email-subscription__btn svg path {
    transition: all 0.3s ease-in-out;
}

.sidemenu-wrapper .email-subscription__btn:hover svg path {
    fill: var(--bg-color);
}

.sidemenu-wrapper .footer-social span {
    color: var(--bg-color);
    font-weight: 700;
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-right: auto;
    display: none;
}

.sidemenu-wrapper .footer-social a {
    background-color: var(--bg-color);
}

.sidemenu-wrapper .sidemenu-item {
    opacity: 0;
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.sidemenu-contact {
    margin: 0 0 40px 0;
    display: grid;
    gap: 9px;
}

.sidemenu-contact ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
}

.sidemenu-contact ul li {
    margin-bottom: 10px;
}

.sidemenu-contact ul li:last-child {
    margin-bottom: 0;
}

.sidemenu-contact a,
.sidemenu-contact .sidemenu-link {
    display: inline-block;
    color: var(--bg-color);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: var(--title-font);
    padding: 0 0 0 19px;
    position: relative;
}

.sidemenu-contact a::before,
.sidemenu-contact a::after,
.sidemenu-contact .sidemenu-link::before,
.sidemenu-contact .sidemenu-link::after {
    position: absolute;
    content: "";
}

.sidemenu-contact a::before,
.sidemenu-contact .sidemenu-link::before {
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--bg-color);
}

.sidemenu-contact a::after,
.sidemenu-contact .sidemenu-link::after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: var(--bg-color);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.sidemenu-contact .sidemenu-link:hover::after {
    width: 90%;
    left: 10%;
    opacity: 1;
    visibility: visible;
    transition: all ease 0.4s;
}

.sidemenu-contact.style2 {
    text-align: left;
}

.sidemenu-contact.style2 a,
.sidemenu-contact.style2 .sidemenu-link {
    color: var(--body-color);
    font-size: 14px;
    font-weight: 500;
}

.sidemenu-contact.style2 a::before,
.sidemenu-contact.style2 a::after,
.sidemenu-contact.style2 .sidemenu-link::before,
.sidemenu-contact.style2 .sidemenu-link::after {
    background-color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.sidemenu-contact.style2 a:hover::before,
.sidemenu-contact.style2 .sidemenu-link:hover::before {
    background-color: var(--vs-theme-color);
}

.offcanvas-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}

.offcanvas-wrapper .closeButton {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding: 0;
    background-color: var(--vs-theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    z-index: 33;
}

.offcanvas-wrapper .closeButton i {
    line-height: inherit;
}

.offcanvas-wrapper .closeButton:hover {
    color: var(--white-color);
    border-color: transparent;
    transform: rotate(90deg);
    background-color: var(--sec-color);
}

.offcanvas-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 50px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.offcanvas-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 50px;
}

.offcanvas-wrapper .footer-text {
    max-width: 100%;
}

.offcanvas-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.offcanvas-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.sideCart-wrapper {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: none;
    /* Disable CSS transition for GSAP control */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    /* Medium devices */
}

@media (max-width: 991px) {
    .sideCart-wrapper {
        -webkit-mask: none;
        mask: none;
    }
}

.sideCart-wrapper .cart-sidebar-content {
    background-color: var(--bg-color);
    width: 400px;
    padding: 40px 25px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    left: -100%;
    /* Initially off-screen to the left */
    opacity: 0;
    visibility: hidden;
    transition: none;
    /* Disable CSS transition for GSAP control */
    /* Medium devices */
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

@media (max-width: 991px) {
    .sideCart-wrapper .cart-sidebar-content {
        width: 300px;
        padding: 25px 15px;
    }
}

.sideCart-wrapper .cart-sidebar-content::-webkit-scrollbar {
    width: 5px;
}

.sideCart-wrapper .cart-sidebar-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--vs-theme-color);
    border-radius: 0px;
}

.sideCart-wrapper .cart-sidebar-content::-webkit-scrollbar-thumb {
    background: var(--vs-theme-color);
    border-radius: 10px;
}

.sideCart-wrapper .cart-sidebar-content::-webkit-scrollbar-thumb:hover {
    background: var(--vs-theme-color2);
}

.sideCart-wrapper.cartshow {
    opacity: 1;
    visibility: visible;
    width: 100%;
    /* Full width when open */
    transition: none;
    /* Disable transition for GSAP control */
}

.sideCart-wrapper.cartshow .cart-sidebar-content {
    left: 0;
    /* Bring the content into view */
    opacity: 1;
    visibility: visible;
}

.sideCart-wrapper .sidemenu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.sideCart-wrapper .cart-close-button {
    background: var(--vs-theme-color);
    color: var(--bg-color);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: var(--title-font);
    font-weight: 600;
}

.sideCart-wrapper .cart-close-button:hover {
    background: var(--vs-theme-color2);
}

.sideCart-wrapper .cart-animation-item {
    opacity: 0;
    /* Initially hidden */
}

.sideCart-wrapper .cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0;
}

.sideCart-wrapper .cart-item__image {
    --image-size: 80px;
    width: var(--image-size);
    height: var(--image-size);
    -o-object-fit: cover;
    object-fit: cover;
    background: var(--bg-color9);
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 2px;
    /* Medium devices */
}

@media (max-width: 991px) {
    .sideCart-wrapper .cart-item__image {
        display: none;
    }
}

.sideCart-wrapper .cart-item .item-details h3 {
    font-size: 15px;
    line-height: 25px;
    color: var(--body-color);
}

.sideCart-wrapper .item-controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.sideCart-wrapper .item-controls input {
    --input-size: 90px;
    width: var(--input-size);
    min-width: var(--input-size);
    height: 45px;
    min-height: 45px;
    padding: 15px 10px;
    border: 2px solid rgba(56, 60, 74, 0.5);
    background-color: var(--bg-color3);
    color: var(--white-color);
    /* Medium devices */
}

@media (max-width: 991px) {
    .sideCart-wrapper .item-controls input {
        width: 100%;
    }
}

.sideCart-wrapper .item-controls .quantity__buttons {
    right: 15px;
}

.sideCart-wrapper .item-controls .quantity__buttons .qty-btn {
    font-size: 16px;
}

.sideCart-wrapper .cart-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.sideCart-wrapper .cart-actions button {
    clip-path: none;
}

.sideCart-wrapper .subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--body-color);
    text-transform: uppercase;
}

.sideCart-wrapper .subtotal .total-amount {
    color: var(--vs-theme-color);
}

.sideCart-wrapper .item-price {
    font-weight: 600;
    color: var(--white-color);
}

.sideCart-wrapper .remove-item:hover {
    color: var(--vs-theme-color);
}

/*------------------- 4.20. Price Plan  -------------------*/

/*------------------- 4.21. Forms Style  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.form-style1 {
    background-color: #a6d719;
    --bs-gutter-x: 20px;
    padding: 70px 80px 80px 80px;
}

.form-style1 .form-title {
    color: var(--white-color);
    text-align: center;
    margin: 0 0 27px 0;
    padding: 0 0 17px 0;
    position: relative;
}

.form-style1 .form-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background-color: #0844bc;
    background-color: var(--white-color);
    opacity: 0.3;
}

.form-style1 .vs-btn {
    width: 100%;
}

.form-style1 textarea,
.form-style1 input {
    height: 55px;
    background-color: var(--white-color);
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--body-color);
    border-radius: 5px;
}

.form-style1 textarea {
    min-height: 180px;
    resize: none;
}

.email-subscription {
    position: relative;
    padding: 137px 0 0 0;
    text-align: center;
    z-index: 1;
    /* Small devices */
}

@media (max-width: 767px) {
    .email-subscription {
        padding: 65px 0 0 0;
    }
}

.email-subscription__image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.email-subscription__title {
    font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
    margin: 0 0 40px 0;
    letter-spacing: 1.1px;
    /* text-transform: capitalize; */
    line-height: 1.39;
}

.email-subscription__form {
    display: flex;
    align-items: stretch;
    border: 3px solid #a6d719;
    padding: 3px;
    background-color: transparent;
    flex-wrap: wrap;
    margin-bottom: 40px;
    /* Small devices */
}

@media (max-width: 767px) {
    .email-subscription__form {
        margin-bottom: 20px;
    }
}

.email-subscription__input {
    flex: auto;
    background-color: transparent;
    border: none;
    line-height: 1.92;
    letter-spacing: 0.39px;
    color: var(--white-color);
    font-size: 13px;
    font-weight: 600;
    padding: 5px 20px 5px 20px;
    transition: all 0.3s ease-in-out;
    /* Small devices */
}

@media (max-width: 767px) {
    .email-subscription__input {
        text-align: center;
    }
}

.email-subscription__input::-moz-placeholder {
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    color: var(--text-color3);
}

.email-subscription__input::placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    color: var(--text-color3);
}

.email-subscription__input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.email-subscription__input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.email-subscription__btn {
    clip-path: none;
    padding: 13.5px 24px;
    /* Small devices */
}

@media (max-width: 767px) {
    .email-subscription__btn {
        width: 100%;
    }
}

.email-subscription__btn::before,
.email-subscription__btn::after {
    background-color: var(--vs-theme-color2);
}

.email-subscription__right {
    position: relative;
    /* Small devices */
}

@media (max-width: 767px) {
    .email-subscription__right {
        flex: none;
        width: 100%;
    }
}

.email-subscription__right::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 52px;
    background-color: #a6d719;
    display: inline-block;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
}

.review-form .comment-respond {
    margin-bottom: 0;
}

.review-form .comment-respond .form-group {
    margin-bottom: var(--bs-gutter-x);
}

.review-form .comment-respond .form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--smoke-color);
}

.review-form .comment-respond .form-control::-moz-placeholder {
    color: var(--smoke-color);
}

.review-form .comment-respond .form-control::placeholder {
    color: var(--smoke-color);
}

.review-form .comment-respond textarea.form-control {
    height: 145px;
    min-height: 145px;
}

.review-form .comment-respond .rating-select {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: center;
}

.review-form .comment-respond .rating-select label {
    display: block;
    color: var(--text-color2);
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 0px;
}

.review-form .comment-respond .rating-select p.stars {
    font-size: 14px;
}

.review-form .comment-respond .rating-select p.stars a {
    width: 16px;
}

.review-form .comment-respond .rating-select p.stars a::before {
    color: var(--vs-theme-color);
    width: 16px;
}

.review-form .comment-respond .vs-btn {
    background-color: var(--vs-theme-color);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.review-form .comment-respond .vs-btn::before,
.review-form .comment-respond .vs-btn::after {
    background-color: var(--vs-theme-color2);
}

.custom-checkbox,
.wc_payment_method,
.woocommerce-shipping-methods,
#ship-to-different-address {
    padding: 10px 0 20px 0;
    display: flex;
    align-items: center;
}

.custom-checkbox label,
.wc_payment_method label,
.woocommerce-shipping-methods label,
#ship-to-different-address label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio],
.wc_payment_method input[type=checkbox],
.wc_payment_method input[type=radio],
.woocommerce-shipping-methods input[type=checkbox],
.woocommerce-shipping-methods input[type=radio],
#ship-to-different-address input[type=checkbox],
#ship-to-different-address input[type=radio] {
    display: none;
}

.custom-checkbox input[type=checkbox]~label:before,
.custom-checkbox input[type=radio]~label:before,
.wc_payment_method input[type=checkbox]~label:before,
.wc_payment_method input[type=radio]~label:before,
.woocommerce-shipping-methods input[type=checkbox]~label:before,
.woocommerce-shipping-methods input[type=radio]~label:before,
#ship-to-different-address input[type=checkbox]~label:before,
#ship-to-different-address input[type=radio]~label:before {
    content: "\f00c";
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    height: 20px;
    width: 20px;
    min-width: 20px;
    line-height: 20px;
    font-family: var(--icon-font);
    text-align: center;
    color: var(--bg-color);
    font-size: 0px;
    transition: all 0.3s ease-in-out;
}

.custom-checkbox input[type=checkbox]:checked~label:before,
.custom-checkbox input[type=radio]:checked~label:before,
.wc_payment_method input[type=checkbox]:checked~label:before,
.wc_payment_method input[type=radio]:checked~label:before,
.woocommerce-shipping-methods input[type=checkbox]:checked~label:before,
.woocommerce-shipping-methods input[type=radio]:checked~label:before,
#ship-to-different-address input[type=checkbox]:checked~label:before,
#ship-to-different-address input[type=radio]:checked~label:before {
    background-color: #a6d719;
    border-color: transparent;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.form-style2 .form-control {
    background-color: var(--bg-color9);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px 20px;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--title-font);
    transition: all 0.4s ease-in-out;
}

.form-style2 .form-control::-moz-placeholder {
    color: var(--body-color);
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    transform-origin: left;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form-style2 .form-control::placeholder {
    color: var(--body-color);
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.4s ease-in-out;
}

.form-style2 .form-control:focus {
    border: 2px solid rgba(166, 215, 25, 0.5);
}

.form-style2 .form-control:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form-style2 .form-control:focus::placeholder {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out;
}

.form-style2 input.form-control {
    height: 66px;
}

.form-style2 textarea.form-control {
    height: 158px;
}

/*------------------- 4.22. Projects  -------------------*/

/*------------------- 4.23. Contact  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.contact-info {
    line-height: 1.75;
    letter-spacing: 0.8px;
    font-family: var(--title-font);
    /* text-transform: capitalize; */
}

.contact-info span {
    color: var(--white-color);
}

.address-info {
    --icon-size: 78px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--title-font);
    letter-spacing: 0.4px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .address-info {
        --icon-size: 60px;
        font-size: 14px;
    }
}

.address-info:last-child {
    margin: 0 0 0 0;
}

.address-info__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--icon-size);
    width: var(--icon-size);
    height: var(--icon-size);
    background-color: var(--vs-theme-color);
    font-size: 24px;
    border-radius: 50%;
    color: var(--bg-color);
    border: 6px solid #232530;
}

.address-info span {
    color: var(--white-color);
    text-transform: uppercase;
    display: block;
    margin: 0 0 3px 0;
}

.address-info a {
    display: inline-block;
    color: var(--body-color);
    /* text-transform: capitalize; */
}

.address-info a:hover {
    color: var(--vs-theme-color);
}

.social-style {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--body-color);
}

.social-style__title {
    font-size: 14px;
    font-weight: 700;
    font-family: var(--title-font);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--body-color);
}

.social-style ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 18px;
}

.social-style ul a {
    color: var(--body-color);
}

.social-style ul a:hover {
    color: var(--vs-theme-color);
}

.contact-divider {
    display: flex;
    width: 100%;
    margin: 40px 0 25px;
}

.vs-map .mapouter {
    filter: grayscale(80%);
}

.vs-map .mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 447px !important;
}

.vs-map .gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 447px !important;
    position: relative;
}

.vs-map .gmap_canvas__credit {
    position: absolute;
    bottom: 0;
    left: 15%;
    color: var(--bg-color);
    /* text-transform: capitalize; */
}

.vs-map .gmap_canvas__credit:hover {
    color: var(--vs-theme-color);
}

.vs-map .gmap_iframe {
    height: 447px !important;
}

/*------------------- 4.24. Event  -------------------*/

/*------------------- 4.25. CTA  -------------------*/

/*------------------- 4.26. popupsearch  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.popup-search-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 0%;
    width: 100%;
    overflow: hidden;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    padding: 0 20px;
    transition-delay: 0.9s;
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background-color: var(--vs-theme-color);
    color: var(--text-black-color);
    font-size: 30px;
    border-radius: 50%;
    transition: all ease 0.4s;
    transition-delay: 0.5s;
}

.popup-search-box button.searchClose i {
    line-height: inherit;
    transition: all ease 1s;
    rotate: 360deg;
}

.popup-search-box button.searchClose:hover {
    color: var(--text-black-color);
    background-color: var(--white-color);
}

.popup-search-box button.searchClose:hover i {
    transition: all ease 1s;
    rotate: 0deg;
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
    padding: 0 20px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 14px;
    height: 70px;
    width: 100%;
    border: 2px solid rgb(18, 21, 31);
    background-color: rgba(18, 21, 31, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding-left: 30px;
    color: var(--white-color);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.popup-search-box form input::-moz-placeholder {
    color: var(--white-color);
}

.popup-search-box form input::placeholder {
    color: var(--white-color);
}

.popup-search-box form input:focus {
    outline: none;
    border-color: var(--vs-theme-color);
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    right: 13px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
    color: var(--vs-theme-color);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: all ease 0.4s;
}

.popup-search-box.show button.searchClose {
    top: 40px;
    transition-delay: 0.5s;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.27. carouselTicker  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-marquee {
    position: relative;
    z-index: 1;
    padding: 84px 0;
    overflow: hidden;
    white-space: nowrap;
}

.vs-marquee::before,
.vs-marquee::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.vs-marquee::after {
    clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
    background-color: var(--vs-theme-color);
}

.vs-marquee::before {
    background-color: #8fc002;
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
}

.marqueeOne {
    font-size: 55px;
    line-height: 1em;
    color: rgba(23, 25, 36, 0.85);
    display: inline-block;
    /* text-transform: capitalize; */
    white-space: nowrap;
    font-family: var(--title-font);
    font-weight: 700;
    letter-spacing: 3.2px;
}

.marqueeOne__single {
    display: flex;
    align-items: center;
    gap: 32px;
    white-space: nowrap;
    min-height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.1;
}

.marqueeOne__single a:hover {
    color: inherit;
}

.marqueeOne__wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
}

.marqueeOne__text-style1 {
    text-align: start;
    transition-property: opacity, transform;
    font-family: var(--body-font);
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-optical-sizing: auto;
    -webkit-text-stroke: 2.5px rgba(23, 25, 36, 0.85);
    color: transparent;
}

.spinningStar {
    display: inline-flex;
    align-items: center;
    width: 48px;
    height: 56px;
}

/*------------------- 4.28. game  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.game__bg--color,
.game__bg--image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.game__bg--color {
    background: linear-gradient(0deg, #0d111a 0%, #12151f 100%);
    z-index: -5;
}

.game__bg--image {
    z-index: -2;
}

.game-card {
    background: var(--bg-color);
    border: 2px solid rgba(50, 52, 65, 0.6);
    border-radius: 40px;
    overflow: hidden;
}

.game-card__content {
    padding: 18px 18px 30px;
    /* Small devices */
}

@media (max-width: 767px) {
    .game-card__content {
        padding: 15px;
    }
}

.game-card__title {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    line-height: 1.2;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.game-card__title--link:hover {
    color: var(--vs-theme-color);
}

.game-card__time {
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--vs-theme-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 600;
}

.game-card__image {
    border-radius: 23px;
    overflow: hidden;
    position: relative;
}

.game-card__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(166, 215, 25, 0.3), transparent);
    top: -100%;
    left: -100%;
    transition: all 0.5s ease;
    z-index: 1;
}

.game-card:hover .game-card__image::before {
    top: 100%;
    left: 100%;
}

.game-card__thumbnail {
    border-radius: 23px;
    transition: all 0.3s ease-in-out;
}

.game-card__details {
    padding: 30px 10px 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .game-card__details {
        padding: 30px 0 0;
    }
}

.game-card__progress {
    margin: 0 0 20px 0;
}

.game-card__progress-label {
    margin-bottom: 9px;
    font-size: 13px;
    font-family: var(--title-font);
    text-transform: uppercase;
    color: var(--text-color4);
}

.game-card__progress-bar {
    height: 7px;
    border: 0;
    background-color: #292c3a;
    border-radius: 4px;
}

.game-card__progress-fill {
    background: linear-gradient(90deg, #292c3a 0%, #a6d719 100%);
    border-radius: 4px;
}

.game-card__info {
    display: flex;
    justify-content: space-between;
}

.game-card__players,
.game-card__region,
.game-card__skill-level {
    color: var(--body-color);
    font-size: 13px;
    text-transform: uppercase;
    font-family: var(--title-font);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    gap: 3px;
    font-weight: 600;
}

.game-card__players span,
.game-card__region span,
.game-card__skill-level span {
    display: block;
    font-size: 14px;
    color: var(--white-color);
}

.game-card__skill-level span {
    color: var(--vs-theme-color);
}

.game-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-color7);
    padding: 18px 28px;
}

.game-card__organizer {
    display: flex;
    align-items: center;
    gap: 11px;
}

.game-card__organizer-avatar {
    border-radius: 50%;
    border: 2px solid #494b53;
}

.game-card__organizer-name {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-family: var(--title-font);
    color: var(--text-color4);
}

.game-card__organizer-name span {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 14px;
}

.game-card__action {
    --icon-size: 46px;
    min-width: var(--icon-size);
    height: var(--icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(17, 20, 30, 0.5);
    border-radius: 50%;
    position: relative;
}

.game-card__action::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px dashed var(--vs-border-color4);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    animation-play-state: paused;
}

.game-card__action:hover::before {
    border-color: var(--vs-theme-color);
    animation: spin 5s infinite linear;
    animation-play-state: running;
}

.game-card:hover .game-card__thumbnail {
    transform: scale(1.05);
    animation: shake 0.5s ease-in-out;
}

.game-card--style2 {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    margin-bottom: 30px;
}

.game-card--style2 .game-card__image {
    max-width: -moz-max-content;
    max-width: max-content;
    /* Large devices */
}

@media (max-width: 1199px) {
    .game-card--style2 .game-card__image {
        max-width: 180px;
    }
}

.game-card--style2 .game-card__thumbnail {
    /* Small devices */
}

@media (max-width: 767px) {
    .game-card--style2 .game-card__thumbnail {
        max-width: -moz-max-content;
        max-width: max-content;
    }
}

.game-card--style2 .game-card__content {
    padding: 10px;
    display: flex;
    align-items: center;
    background: #232530;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0px 0px;
    margin-bottom: 5px;
    gap: 7px;
    /* Small devices */
}

@media (max-width: 767px) {
    .game-card--style2 .game-card__content {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
}

.game-card--style2 .game-card__details {
    padding: 0 30px 0 0;
    flex: 1;
    /* Large devices */
}

@media (max-width: 1199px) {
    .game-card--style2 .game-card__details {
        padding: 0 0px 0 0;
    }
}

.game-card--style2 .game-card__image::before {
    display: none;
}

.game-card--style2 .game-card__info {
    padding: 0 40px 0 0;
    /* Large devices */
}

@media (max-width: 1199px) {
    .game-card--style2 .game-card__info {
        padding: 0 0px 0 0;
        flex-wrap: wrap;
    }
}

.game-card--style2 .game-card__footer {
    background: #232530;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 2px 0px 15px 15px;
    justify-content: center;
    padding: 17px 28px;
}

.game-card--style2 .game-card__compare svg path {
    transition: all 0.3s ease-in-out;
}

.game-card--style2 .game-card__compare:hover svg path {
    fill: var(--vs-theme-color);
}

.game-card--style2 .game-card__link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.42px;
    gap: 11px;
    text-transform: uppercase;
    color: var(--vs-theme-color);
    font-family: var(--title-font);
}

.game-card--style2 .game-card__link svg path {
    transition: all 0.3s ease-in-out;
}

.game-card--style2 .game-card__link:hover {
    color: var(--white-color);
}

.game-card--style2 .game-card__link:hover svg path {
    fill: var(--white-color);
}

.game-card--style2:hover .game-card__thumbnail {
    animation: vsBreadcrumbShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Container for the slot */

.slot-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    perspective: 1000px;
    /* Enable 3D effect */
}

/* Slot and text styling */

.slot {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.slot-text {
    display: inline-block;
    animation: none;
    /* Starts with no animation */
}

/* Keyframes for the flipping effect */

@keyframes slotFlip {
    0% {
        transform: rotateX(0deg);
    }
    25% {
        transform: rotateX(-90deg);
    }
    50% {
        transform: rotateX(-180deg);
    }
    75% {
        transform: rotateX(-270deg);
    }
    100% {
        transform: rotateX(-360deg);
    }
}

/*------------------- 4.29. video  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.video--layout {
    margin: -35px 0 0px 0;
    z-index: 99;
}

.video--layout3 {
    margin: -55px 0 0px 0;
}

.video__bg {
    height: 682px;
    overflow: hidden;
    background-color: var(--vs-theme-color);
    display: flex;
    align-items: center;
    clip-path: polygon(18.19% 7.28%, 53.35% 7.43%, 54.44% 4.7%, 86.22% 5%, 88.4% 3px, 100% 0px, 100% 100%, 65.36% 100%, 64.41% 97.71%, 0px 97.7%, 0px 4.57%, 17.13% 5%);
    /* Small devices */
}

.video__bg--image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .video__bg {
        clip-path: none;
        height: 440px;
    }
}

.video__img {
    opacity: 60%;
    height: 1080px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video__content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.video__play--btn {
    margin-bottom: 40px;
}

.video__play--btn i {
    color: var(--bg-color2);
}

.video__title {
    font-size: 60px;
    margin: -0.23em 0 30px 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .video__title {
        font-size: 26px;
    }
}

.video--layout2 .video__bg {
    clip-path: none;
    background-color: var(--success-color);
    padding: 0;
    overflow: hidden;
}

.video--layout2 .video__img {
    opacity: 60%;
}

/*------------------- 4.30. brand  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.brand--bg {
    padding: 29px 0;
    min-height: 237px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -75px;
    position: relative;
    z-index: 1;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .brand--bg {
        padding: 65px 0;
    }
}

.brand__carousel {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 90px;
    /* Large devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .brand__carousel {
        gap: 35px;
    }
}

@media (max-width: 575px) {
    .brand__carousel {
        flex-direction: column;
    }
}

.brand__row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    gap: 150px;
    /* Large devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .brand__row {
        padding: 0 0%;
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .brand__row {
        flex-direction: column;
    }
}

.brand__col {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.brand__col:first-child {
    padding-left: 0;
}

.brand__col:last-child {
    padding-right: 0;
}

.brand__left {
    justify-content: flex-start;
}

.brand__middle {
    justify-content: center;
    padding-left: 15px;
    /* Extra small devices */
}

@media (max-width: 575px) {
    .brand__middle {
        padding: 15px 0;
        max-width: 150px;
    }
}

.brand__middle img {
    animation: spin 20s linear infinite;
}

.brand__item {
    max-width: 180px;
}

.brand__item img {
    -o-object-fit: cover;
    object-fit: cover;
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}

.sponsor {
    margin-bottom: 70px;
}

.sponsor__title {
    letter-spacing: 0.9px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
    /* Small devices */
}

@media (max-width: 767px) {
    .sponsor__title {
        line-height: 1.3;
        margin-bottom: 30px;
    }
}

.sponsor__title span {
    color: var(--vs-theme-color);
}

.sponsor__title img {
    position: absolute;
    right: -30px;
    top: -25px;
    /* Small devices */
}

@media (max-width: 767px) {
    .sponsor__title img {
        display: none;
    }
}

.sponsor--style2 {
    margin: -169px 0 0 0;
}

.sponsor--style2 .sponsor__wrapper {
    position: relative;
    z-index: 1;
    padding: 15px 75px 43px 75px;
    /* Small devices */
}

@media (max-width: 767px) {
    .sponsor--style2 .sponsor__wrapper {
        padding: 15px 25px 43px 25px;
    }
}

.sponsor--style2 .sponsor__wrapper::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #12151f 4.55%, #232530 58.82%);
    opacity: 0.8;
    border-radius: 28px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.brand-carousel4 {
    padding-bottom: 40px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.brand-carousel4::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    border: 1px dashed var(--vs-border-color7);
}

.brand-carousel4 .brand-link {
    display: inline-block;
}

.brand-carousel4 .slick-slide {
    text-align: center;
}

/*------------------- 4.31. product  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.product__item {
    position: relative;
}

.product__item .vs-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 58px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all ease 0.4s;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 5% 100%, 0 65%);
}

.product__item:hover .vs-btn {
    transform: scaleY(1);
}

.product__img {
    width: 100%;
    min-height: 304px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px;
    background-color: var(--bg-color9);
    background-size: contain;
}

.product__img--link {
    display: inline-block;
}

.product__img--main {
    transition: all 0.3s ease-in-out;
}

.product__wishlist {
    position: absolute;
    top: 29px;
    right: 29px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .product__wishlist {
        top: 20px;
        right: 20px;
    }
}

.product__wishlist:hover {
    color: var(--vs-theme-color);
}

.product__title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 0.54px;
    margin: 0em 0 5px 0;
}

.product__title--link:hover {
    color: var(--vs-theme-color);
}

.product__tag {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.product__tag:hover {
    color: var(--vs-theme-color);
}

.product__price {
    color: var(--vs-theme-color);
}

.product__content {
    padding: 34px 0 0 0;
}

.product__item {
    margin-bottom: 30px;
}

.product__item--style2 .product__content {
    padding: 26px 0 0 0;
}

.product__item--style2 .product__img {
    background: var(--bg-color9);
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.product__item--style2 .product__wishlist {
    position: static;
}

.product__item--style2 .product__wishlist.sideCartToggler::before,
.product__item--style2 .product__wishlist.sideCartToggler::after {
    display: none;
}

.product__item--style2 .product__price {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    display: flex;
    gap: 11px;
}

.product__item--style2 .product__price del {
    color: var(--body-color);
}

.product__item--style2 .product__tag {
    display: inline-block;
    margin-bottom: 15px;
}

.product__item--style2 .vs-btn {
    clip-path: none;
}

.product__item:hover .product__img--main {
    transform: scale(1.1);
}

.product-big-img {
    margin: 0 0 17px 0;
}

.product-big-img__img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color9);
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    height: 596px;
    overflow: hidden;
    /* Medium devices */
}

.product-big-img__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .product-big-img__img {
        height: 320px;
    }
}

.product-big-img__img:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.product-thumb-slide .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color9);
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.product-thumb-slide.row:not([class*=gx-]) {
    --bs-gutter-x: 15px;
}

.product-thumb-slide .slick-track>[class*=col] {
    --bs-gutter-x: 15px;
}

.product-about__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.product-about__title {
    font-size: clamp(1.125rem, 0.9rem + 1.13vw, 2.25rem);
    text-transform: uppercase;
    margin: -0.23em 0 8px 0;
}

.product-about__review--text {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.product-about__review--text span {
    color: var(--vs-theme-color);
}

.product-about__wishlist--btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36px;
    font-family: var(--title-font);
}

.product-about__wishlist--btn i {
    font-size: 16px;
    color: var(--vs-theme-color);
}

.product-about__price {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-family: var(--title-font);
}

.product-about__price ins {
    font-size: 24px;
    color: var(--vs-theme-color);
}

.product-about__price del {
    font-size: 16px;
}

.product-about__divider {
    height: 4px;
    border-top: 1px solid rgba(50, 52, 65, 0.7);
    border-bottom: 1px solid rgba(50, 52, 65, 0.7);
    opacity: 1;
    margin: 25px 0 32px;
}

.product-about__divider.style2 {
    border-top: transparent;
    margin: 22px 0 22px;
}

.product-about .vs-btn {
    clip-path: none;
}

.product-about__meta--title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0 0 14px 0;
    font-family: var(--title-font);
}

.product-about__meta--title ins {
    min-width: 120px;
}

.product-about__meta--title span {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.product-about__meta--title span a:hover {
    color: var(--vs-theme-color);
}

.product-about__social {
    display: flex;
    gap: 8px;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-about__social--list {
    display: flex;
    gap: 10px;
    margin: 0 0 0px 0;
}

.product-about__social--list a {
    color: var(--body-color);
}

.product-about__social--list a:hover {
    color: var(--vs-theme-color);
}

.product-about__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.product-description {
    border-radius: 20px;
    overflow: hidden;
}

.product-description .nav {
    border: 2.5px solid rgba(50, 52, 65, 0.7);
    gap: 63px;
    padding: 0 29px;
    background-color: #232530;
    border-radius: 20px 20px 0 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .product-description .nav {
        gap: 12px;
        padding: 13px 10px;
        justify-content: center;
    }
}

.product-description .nav .nav-link {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 25px 0;
    display: inline-block;
    text-transform: uppercase;
    color: var(--body-color);
    /* Small devices */
}

@media (max-width: 767px) {
    .product-description .nav .nav-link {
        padding: 0px 0;
    }
}

.product-description .nav .nav-link.active,
.product-description .nav .nav-link:hover {
    color: var(--vs-theme-color);
}

.product-description .tab-content {
    border: 2.5px solid rgba(50, 52, 65, 0.7);
    border-top: 0;
    border-radius: 0 0 20px 20px;
}

.product-description .desc-content {
    background-color: transparent;
    padding: 40px;
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .product-description .desc-content {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .product-description .desc-content {
        padding: 15px;
    }
}

.product-description .desc-content .desc-title {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-family: var(--text-font);
    /* text-transform: capitalize; */
}

.product-description .desc-content .desc-text,
.product-description .desc-content .desc-subtitle {
    color: var(--smoke-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}

.product-description .desc-content .desc-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.product-description .vs-comments-wrap {
    margin: 0;
    padding-right: 26px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .product-description .vs-comments-wrap {
        padding-right: 0;
    }
}

.product-description .vs-comments-wrap .inner-title {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
    margin: 0 0 30px 0;
    line-height: 1.45;
}

.product-description .vs-comments-wrap .vs-post-comment {
    padding-bottom: 40px;
    margin: 0px 0 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* Medium devices */
}

@media (max-width: 991px) {
    .product-description .vs-comments-wrap .vs-post-comment {
        padding-bottom: 15px;
    }
}

.product-description .vs-comments-wrap .comment-list {
    margin-top: 0;
}

.product-description .vs-comments-wrap .comment-avater {
    --img-size: 105px;
    width: var(--img-size);
    height: var(--img-size);
    border-radius: 50%;
    overflow: hidden;
    margin-right: 32px;
}

.product-description .vs-comments-wrap .name {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--body-font);
    gap: 15px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.product-description .vs-comments-wrap .name .commented-on {
    font-size: 13px;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}

.product-description .vs-comments-wrap .comment-content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.product-description .vs-comments-wrap .comment-content__header .star-rating {
    position: static;
    margin-bottom: 0;
}

.product-description .vs-comments-wrap .comment-content .text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.product-information__item {
    color: var(--smoke-color);
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    gap: 15px;
    margin-bottom: 10px;
}

.product-information__item:last-child {
    margin-bottom: 0;
}

.product-information__name {
    color: var(--white-color);
}

/*------------------- 4.32. schedule  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.match-schedule__item1 {
    display: grid;
    gap: 11px;
    position: relative;
}

.match-schedule__row {
    margin-bottom: 22px;
}

.match-schedule__row:last-child {
    margin-bottom: 0;
}

.match-schedule__line,
.match-schedule__line2 {
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
}

.match-schedule__left {
    position: relative;
}

.vs-schedule {
    background: #232530;
    border: 2px solid rgba(50, 52, 65, 0.6);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    /* text-transform: capitalize; */
    color: var(--white-color);
    font-family: var(--title-font);
}

.vs-schedule::before {
    position: absolute;
    content: "";
    width: 71px;
    height: 100%;
    z-index: -1;
    background-color: #0e131c;
    opacity: 50%;
}

.vs-schedule__table {
    padding: 17px 23px 17px 0;
    border-bottom: 1px solid #313546;
}

.vs-schedule__table:last-child {
    border-bottom: 0;
}

.vs-schedule__table.active .vs-schedule__team--point {
    color: var(--vs-theme-color);
}

.vs-schedule__team {
    display: flex;
    align-items: center;
    gap: 18px;
}

.vs-schedule__team--logo {
    min-width: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-schedule__team--name {
    flex: 1;
    font-family: var(--title-font);
    letter-spacing: 0.4px;
    /* Large devices */
}

@media (max-width: 1199px) {
    .vs-schedule__team--name {
        display: none;
    }
}

.vs-schedule__team--point {
    /* Extra small devices */
}

@media (max-width: 575px) {
    .vs-schedule__team--point {
        display: none;
    }
}

/*------------------- 4.33. woocommerce  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: transparent;
    padding: 15px 25px;
    background-color: var(--bg-color4);
    margin-bottom: 10px;
    color: var(--smoke-color);
    letter-spacing: 0.5px;
    /* text-transform: capitalize; */
    font-weight: 600;
    line-height: 30px;
}

.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
    text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
    color: var(--vs-theme-color);
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
    color: var(--theme-color);
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 92px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px;
}

.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: #a6d719;
    float: left;
    letter-spacing: 3px;
    font-weight: 700;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #a6d719;
    letter-spacing: 3px;
    font-weight: 700;
}

.woocommerce-Reviews .vs-comments-wrap {
    margin-top: 0;
}

.woocommerce-Reviews .star-rating:before {
    display: block;
}

.actions {
    display: flex;
    gap: 19px;
    margin-bottom: 32px;
    /* Small devices */
}

@media (max-width: 767px) {
    .actions {
        flex-direction: column;
    }
}

.actions .vs-btn {
    flex: 1;
    background: var(--vs-theme-color);
    border: 2px solid rgba(50, 52, 65, 0.7);
    border-radius: 2px;
}

.actions .vs-btn::before,
.actions .vs-btn::after {
    background-color: var(--vs-theme-color2);
}

.quantity {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    /* Small devices */
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
}

@media (max-width: 767px) {
    .quantity {
        width: 100%;
    }
}

.quantity__field {
    /* Small devices */
}

@media (max-width: 767px) {
    .quantity__field {
        width: 100%;
    }
}

.quantity .qty-input {
    /* Small devices */
}

@media (max-width: 767px) {
    .quantity .qty-input {
        width: 100%;
    }
}

.quantity__buttons {
    position: absolute;
    top: 0;
    right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: auto;
    height: 100%;
}

.quantity>label {
    font-size: 14px;
    color: var(--body-color);
    font-weight: 700;
    margin: 0 20px 0 0;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.quantity input {
    padding: 0 45px 0 24px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    --body-color: var(--title-color);
    background: var(--bg-color9);
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    min-width: 114px;
    min-height: 62px;
    color: var(--text-color1);
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.quantity input::-moz-placeholder {
    color: var(--text-color1);
}

.quantity input::placeholder {
    color: var(--text-color1);
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity .qty-btn {
    background: transparent;
    border: 0;
    line-height: 1;
    display: inline-flex;
    margin: -2px 0;
    color: var(--pagi-text-color);
    padding: 0px 0px;
    font-size: 22px;
}

.quantity .qty-btn:hover {
    background-color: transparent;
    color: #a6d719;
}

.quantity .quantity-plus {
    bottom: 30px;
    border-radius: 0;
}

.rating-select {
    margin-top: -0.4em;
}

.rating-select label {
    margin: 0 10px 0 0;
    display: inline-block;
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    /* Medium devices */
}

@media (max-width: 991px) {
    .rating-select p.stars a {
        width: 14px;
    }
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: #a6d719;
}

.rating-select p.stars a:hover~a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active~a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700;
}

/* Container for the swatches */

.product-swatches-container {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    /* Each swatch style */
    /* Active swatch styling */
}

.product-swatches-container .swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 0px rgba(255, 69, 0, 0);
}

.product-swatches-container .swatch.swatch1 {
    background-color: #ff4500;
}

.product-swatches-container .swatch.swatch1.active {
    box-shadow: 0 0 0 2.5px rgb(255, 69, 0);
}

.product-swatches-container .swatch.swatch2 {
    background-color: #f28d35;
}

.product-swatches-container .swatch.swatch2.active {
    box-shadow: 0 0 0 2.5px rgb(242, 141, 53);
}

.product-swatches-container .swatch.swatch3 {
    background-color: #f2e3c6;
}

.product-swatches-container .swatch.swatch3.active {
    box-shadow: 0 0 0 2.5px rgb(242, 227, 198);
}

.product-swatches-container .swatch.active {
    border-color: var(--bg-color5);
    /* Black border for active swatch */
}

.vs-sort-bar {
    margin-bottom: 40px;
}

.vs-sort-bar__right {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-end;
}

.vs-sort-bar select {
    height: 45px;
    border: 0px solid #eee;
    padding: 10px 30px 10px 19px;
    margin: 0;
    background-position: right 18px center;
    background-color: #232530;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    color: var(--body-color);
    font-family: var(--title-font);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    outline: none;
    width: 100%;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45OTc4IDEuMDcxNDNDMTEuOTk3OCAxLjE2MDcxIDExLjk1MzEgMS4yNjExNiAxMS44ODYyIDEuMzI4MTJMNi42ODUyNyA2LjUyOTAyQzYuNjE4MyA2LjU5NTk4IDYuNTE3ODYgNi42NDA2MiA2LjQyODU3IDYuNjQwNjJDNi4zMzkyOSA2LjY0MDYyIDYuMjM4ODQgNi41OTU5OCA2LjE3MTg4IDYuNTI5MDJMMC45NzA5ODIgMS4zMjgxMkMwLjkwNDAxOCAxLjI2MTE2IDAuODU5Mzc1IDEuMTYwNzEgMC44NTkzNzUgMS4wNzE0M0MwLjg1OTM3NSAwLjk4MjE0MyAwLjkwNDAxOCAwLjg4MTY5NiAwLjk3MDk4MiAwLjgxNDczMkwxLjUyOTAyIDAuMjU2Njk2QzEuNTk1OTggMC4xODk3MzIgMS42ODUyNyAwLjE0NTA4OSAxLjc4NTcxIDAuMTQ1MDg5QzEuODc1IDAuMTQ1MDg5IDEuOTc1NDUgMC4xODk3MzIgMi4wNDI0MSAwLjI1NjY5Nkw2LjQyODU3IDQuNjQyODZMMTAuODE0NyAwLjI1NjY5NkMxMC44ODE3IDAuMTg5NzMyIDEwLjk4MjEgMC4xNDUwODkgMTEuMDcxNCAwLjE0NTA4OUMxMS4xNjA3IDAuMTQ1MDg5IDExLjI2MTIgMC4xODk3MzIgMTEuMzI4MSAwLjI1NjY5NkwxMS44ODYyIDAuODE0NzMyQzExLjk1MzEgMC44ODE2OTYgMTEuOTk3OCAwLjk4MjE0MyAxMS45OTc4IDEuMDcxNDNaIiBmaWxsPSIjQjBBQ0FDIi8+Cjwvc3ZnPgo=");
    transition: all 0.3s ease-in-out;
}

.vs-sort-bar select:hover {
    border-color: var(--vs-theme-color);
}

.vs-sort-bar .woocommerce-ordering.right select {
    min-width: 80px;
    max-width: 80px;
    padding: 10px 35px 10px 19px;
}

.vs-sort-bar label {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 500;
    line-height: 1;
}

.vs-sort-bar p.woocommerce-result-count {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--body-color);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--title-font);
}

.vs-sort-bar p.woocommerce-result-count span {
    color: var(--theme-color);
    line-height: 1;
    margin-top: -3px;
}

.vs-sort-bar .nice-select {
    width: 100%;
    min-width: 250px;
    padding-right: 50px;
    padding-left: 26px;
    height: 60px;
    line-height: 64px;
    border-radius: 40px;
    font-size: 16px;
    font-family: var(--body-font);
    border: 1px solid var(--vs-border-color4);
    /* Small devices */
}

.vs-sort-bar .nice-select .current {
    font-weight: 700;
}

.vs-sort-bar .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0px;
    border: 1px solid var(--vs-border-color4);
    box-shadow: none;
    z-index: 2;
    border-radius: 30px;
}

.vs-sort-bar .nice-select::before {
    content: "";
    width: 36px;
    height: 36px;
    background: var(--theme-color2);
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.vs-sort-bar .nice-select::after {
    border-bottom: 2px solid var(--title-color);
    border-right: 2px solid var(--title-color);
    height: 8px;
    margin-top: -4px;
    right: 25px;
    width: 8px;
}

@media (max-width: 767px) {
    .vs-sort-bar .nice-select {
        margin-left: auto;
        margin-right: auto;
    }
}

.vs-sort-bar .nav-tabs {
    border-bottom: 0;
    gap: 10px;
    align-items: center;
    padding-left: 1.5rem;
    position: relative;
}

.vs-sort-bar .nav-tabs::before {
    position: absolute;
    content: "";
    background-color: var(--rating-color1);
    height: 26px;
    width: 1px;
    left: 0;
}

.vs-sort-bar .nav-tabs .nav-tabs-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--smoke-color);
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.vs-sort-bar .nav-link {
    font-weight: 700;
    color: var(--smoke-color);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.vs-sort-bar .nav-link:hover {
    color: var(--theme-color);
    background-color: transparent;
    border: 0;
    padding: 0;
}

.vs-sort-bar .nav-link.active {
    color: var(--theme-color);
    background-color: transparent;
    border: 0;
    padding: 0;
}

.vs-sort-bar .nav-link.active:hover {
    color: var(--theme-color);
}

.vs-sort-bar.style2 select {
    max-width: 257px;
    padding: 10px 24px;
    min-height: 60px;
    background-color: #101318;
    background-position: right 2px center;
    background-size: 55px 56px;
    /* text-transform: capitalize; */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA1NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjU1IiBoZWlnaHQ9IjU2IiBmaWxsPSIjMDIwMjAzIi8+CjxwYXRoIGQ9Ik0zMy44ODYyIDI1LjgxNDdDMzMuOTYwNiAyNS44ODkxIDMzLjk5NzggMjUuOTc0NyAzMy45OTc4IDI2LjA3MTRDMzMuOTk3OCAyNi4xNjgyIDMzLjk2MDYgMjYuMjUzNyAzMy44ODYyIDI2LjMyODFMMjguNjg1MyAzMS41MjlDMjguNjEwOSAzMS42MDM0IDI4LjUyNTMgMzEuNjQwNiAyOC40Mjg2IDMxLjY0MDZDMjguMzMxOCAzMS42NDA2IDI4LjI0NjMgMzEuNjAzNCAyOC4xNzE5IDMxLjUyOUwyMi45NzEgMjYuMzI4MUMyMi44OTY2IDI2LjI1MzcgMjIuODU5NCAyNi4xNjgyIDIyLjg1OTQgMjYuMDcxNEMyMi44NTk0IDI1Ljk3NDcgMjIuODk2NiAyNS44ODkxIDIyLjk3MSAyNS44MTQ3TDIzLjUyOSAyNS4yNTY3QzIzLjYwMzQgMjUuMTgyMyAyMy42ODkgMjUuMTQ1MSAyMy43ODU3IDI1LjE0NTFDMjMuODgyNCAyNS4xNDUxIDIzLjk2OCAyNS4xODIzIDI0LjA0MjQgMjUuMjU2N0wyOC40Mjg2IDI5LjY0MjlMMzIuODE0NyAyNS4yNTY3QzMyLjg4OTEgMjUuMTgyMyAzMi45NzQ3IDI1LjE0NTEgMzMuMDcxNCAyNS4xNDUxQzMzLjE2ODIgMjUuMTQ1MSAzMy4yNTM3IDI1LjE4MjMgMzMuMzI4MSAyNS4yNTY3TDMzLjg4NjIgMjUuODE0N1oiIGZpbGw9IiM5QzlCOUIiLz4KPC9zdmc+Cg==");
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-sort-bar.style2 select {
        max-width: 100%;
    }
}

.range-slider-area .price-amount {
    display: block;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    margin: -0.4em 0 0 0;
}

.range-slider-area .price-amount .title {
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.range-slider-area .ui-slider {
    height: 4px;
    position: relative;
    width: 100%;
    background-color: var(--theme-color);
    border: none;
    margin-top: 25px;
    margin-bottom: 31px;
    cursor: pointer;
    border-radius: 0;
}

.range-slider-area .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--theme-color);
}

.range-slider-area .ui-slider-handle {
    width: 11px;
    height: 11px;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    z-index: 2;
    background-color: var(--theme-color);
    transform: translateX(-1px);
    border-radius: 50%;
}

.range-slider-area .ui-slider-handle:focus {
    outline: none;
    box-shadow: none;
}

.range-slider-area .ui-slider-handle:last-child {
    transform: translateX(-10px);
}

.range-slider-area .filter-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 0px solid transparent;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.range-slider-area .filter-btn::before,
.range-slider-area .filter-btn::after {
    background-color: var(--white-color);
}

.range-slider-area .filter-btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.range-slider-area .reset-btn {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: var(--smoke-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.range-slider-area .reset-btn i {
    color: var(--white-color);
}

.range-slider-area .reset-btn i {
    margin-right: 10px;
}

.range-slider-area .reset-btn:hover {
    color: var(--theme-color);
}

.shop-sidebar .widget_title {
    padding: 0 0 28px 0;
    border-bottom: 2px solid var(--vs-border-color2);
    margin: -0.07em 0 29px 0;
}

.shop-sidebar .price-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-sidebar .price-heading .title {
    display: flex;
    align-items: center;
    color: var(--white-color);
    gap: 11px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.shop-sidebar .slider-acordion {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.shop-sidebar .slider-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.shop-sidebar .slider-amount {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    color: var(--smoke-color);
    letter-spacing: 0.4px;
}

.shop-sidebar .sidebar-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.latest-product {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.latest-product:last-child {
    margin-bottom: 0;
}

.latest-product .media-img {
    width: 99px;
    height: 95px;
    background-color: var(--vs-border-color2);
    margin-right: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-product .media-img img {
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.latest-product .product-title {
    font-size: 16px;
    font-family: var(--body-font);
    border-bottom: 2px solid var(--vs-border-color2);
    padding-bottom: 9px;
    margin-bottom: 8px;
    color: var(--smoke-color);
    letter-spacing: 0.5px;
}

.latest-product .product-price {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 700;
    margin: 0 0 -0.2em 0;
    color: var(--smoke-color);
    letter-spacing: 0.5px;
}

.latest-product:hover .media-img img {
    transform: scale(1.15);
}

.woocommerce-form-login .lost-link {
    color: var(--smoke-color);
    letter-spacing: 0.5px;
    /* text-transform: capitalize; */
    font-weight: 600;
}

.woocommerce-form-login .lost-link:hover {
    color: var(--theme-color);
}

.woocommerce-form-login .custom-checkbox label {
    color: var(--smoke-color);
    letter-spacing: 0.5px;
    /* text-transform: capitalize; */
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.woocommerce-form-login .custom-checkbox label:hover {
    color: var(--theme-color);
}

.woocommerce-form-login .form-group {
    --bs-gutter-x: 15px;
}

.woocommerce-form-login__lost-password {
    font-weight: 700;
}

.woocommerce-checkout #accountNewCreate+label,
.woocommerce-checkout #ship-to-different-address label {
    color: var(--smoke-color);
    letter-spacing: 0.5px;
    /* text-transform: capitalize; */
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.woocommerce-checkout #accountNewCreate+label:hover,
.woocommerce-checkout #ship-to-different-address label:hover {
    color: var(--theme-color);
}

.vs-dropdown {
    position: relative;
    display: inline-block;
}

.vs-dropdown .vs-dropdown-btn {
    background-color: #232530;
    border: 2px solid rgba(255, 255, 255, 0.05);
    color: var(--body-color);
    padding: 8px 20px;
    min-height: 45px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: var(--title-font);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 13px;
    gap: 14px;
    font-weight: 600;
}

.vs-dropdown .vs-dropdown-btn:hover {
    border-color: var(--vs-theme-color);
}

.vs-dropdown .vs-dropdown-btn::after {
    content: "\f107";
    font-family: var(--icon-font);
    font-weight: 700;
}

.vs-dropdown .vs-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-top: 5px;
    z-index: 1;
    width: 150px;
    overflow: hidden;
}

.vs-dropdown .vs-dropdown-content a {
    color: black;
    padding: 15px 15px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
    font-family: var(--title-font);
}

.vs-dropdown .vs-dropdown-content a:last-child {
    border-bottom: none;
}

.vs-dropdown .vs-dropdown-content a:hover {
    background-color: var(--vs-theme-color);
    color: var(--black-color);
}

.vs-dropdown.show .vs-dropdown-content {
    display: block;
}

.vs-tabs {
    margin-top: 20px;
}

.vs-tabs .vs-tab-content {
    display: none;
}

.vs-tabs .vs-tab-content.active {
    display: block;
}

.shop-sidebar .widget {
    margin-bottom: 40px;
}

.shop-sidebar .widget::before {
    display: none;
}

.shop-sidebar .widget h2,
.shop-sidebar .widget .wp-block-heading {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 18px 0;
    margin: -0.23em 0 25px 0;
}

.shop-sidebar .widget h2::after,
.shop-sidebar .widget .wp-block-heading::after {
    content: "";
    width: 14px;
    height: 3px;
    background-color: var(--body-color);
    display: inline-block;
}

.shop-sidebar .widget h2::before,
.shop-sidebar .widget .wp-block-heading::before {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--bg-color9);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    display: inline-block;
    bottom: 0;
    left: 0;
}

.shop-sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-sidebar .widget__categories {
    margin: -0.23em 0 0 0;
}

.shop-sidebar .widget__categories ul {
    display: grid;
    gap: 15px;
}

.shop-sidebar .widget__categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-family: var(--title-font);
    font-weight: 500;
    /* text-transform: capitalize; */
}

.shop-sidebar .widget__categories ul li:hover {
    color: var(--vs-theme-color);
}

.shop-sidebar .widget__categories ul li:hover a {
    color: var(--vs-theme-color);
}

.shop-sidebar .widget--banner {
    min-height: 328px;
    background: #232530;
    border: 2px solid rgba(50, 52, 65, 0.6);
    border-radius: 15px;
    padding: 30px;
}

.shop-sidebar .widget--banner__ele1 {
    top: 0;
    right: 0;
    left: auto;
}

.shop-sidebar .widget--banner__ele2 {
    bottom: 0;
    left: 0;
}

.shop-sidebar .widget--banner__ele3 {
    top: auto;
    left: 0;
    bottom: 0;
}

.shop-sidebar .widget--banner__ele4 {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.shop-sidebar .price-slider-container {
    padding-top: 1px;
    margin-top: 0px;
}

.shop-sidebar .price-slider-container .slider-wrapper {
    position: relative;
    height: 8px;
    margin: 5px 8px 20px 8px;
    border-radius: 5px;
    background-color: var(--vs-theme-color);
}

.shop-sidebar .price-slider-container .slider-wrapper .slider-track {
    position: absolute;
    height: 8px;
    background-color: var(--vs-theme-color);
    border-radius: 5px;
}

.shop-sidebar .price-slider-container .slider-wrapper .thumb {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: var(--vs-theme-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.shop-sidebar .price-slider-container .slider-wrapper .min-thumb {
    left: 0;
}

.shop-sidebar .price-slider-container .slider-wrapper .max-thumb {
    right: 0;
}

.shop-sidebar .price-slider-container .price-display {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.shop-sidebar .price-slider-container .filter-button {
    background-color: transparent;
    color: var(--vs-theme-color);
    border: none;
    padding: 0px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    font-family: var(--title-font);
    font-weight: 600;
}

.shop-sidebar .price-slider-container .filter-button:hover {
    color: var(--vs-theme-color2);
}

.shop-sidebar .price-slider-container .price-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.side-product {
    display: flex;
    align-items: stretch;
    gap: 18px;
    margin-bottom: 14px;
}

.side-product:last-child {
    margin-bottom: 0;
}

.side-product__img {
    width: 110px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color9);
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.side-product__body {
    align-self: center;
}

.side-product__rating {
    margin: 0 0 10px 0;
    font-size: 12px;
}

.side-product__title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.side-product__title--link:hover {
    color: var(--vs-theme-color);
}

.side-product__price {
    color: var(--vs-theme-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
}

.side-product--style2 .side-product__img {
    border-radius: 10px;
    overflow: hidden;
}

.side-product--style2 .side-product__img img {
    transition: all 0.3s ease-in-out;
}

.side-product--style2 .side-product__rating::before {
    color: var(--body-color);
}

.side-product--style2 .side-product__price i {
    margin-right: 7px;
}

.side-product--style2:hover .side-product__img img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

/*------------------- 4.34. nft  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-nfts {
    padding: 20px 20px 30px 20px;
    background: var(--bg-color9);
    border-radius: 10px;
    clip-path: polygon(7% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 6%);
    margin-bottom: 30px;
}

.vs-nfts__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
}

.vs-nfts__vendor {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    font-family: var(--title-font);
    text-transform: uppercase;
}

.vs-nfts__vendor:hover {
    color: var(--vs-theme-color);
}

.vs-nfts__bid {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--title-font);
    text-transform: uppercase;
    padding: 9px 18px;
    background-color: var(--vs-theme-color);
    color: var(--bg-color);
    border-radius: 4px;
}

.vs-nfts__bid:hover {
    background-color: var(--vs-theme-color2);
    color: var(--bg-color);
}

.vs-nfts__title {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    margin: -0.23em 0 10px 0;
}

.vs-nfts__title--link:hover {
    color: var(--vs-theme-color);
}

.vs-nfts__img {
    transition: all ease 0.4s;
    border-radius: 10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.vs-nfts__img--link {
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.vs-nfts__img--link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(166, 215, 25, 0.5);
    border-radius: 10px;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.vs-nfts__bid-info {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
    justify-content: space-between;
}

.vs-nfts__time {
    font-size: 14px;
    /* text-transform: capitalize; */
}

.vs-nfts__price {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--vs-theme-color);
    font-family: var(--title-font);
}

.vs-nfts:hover .vs-nfts__img--link img {
    transform: scale(1.05);
    transition: all ease 0.4s;
}

.vs-nfts:hover .vs-nfts__img--link:before {
    visibility: visible;
    opacity: 1;
}

.vsw-nfts {
    display: flex;
    align-items: stretch;
    gap: 43px;
    background: var(--bg-color9);
    border: 2px solid rgba(50, 52, 65, 0.6);
    border-radius: 46px;
    overflow: hidden;
    padding: 35px;
    position: relative;
    z-index: 1;
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 767px) {
    .vsw-nfts {
        padding: 15px;
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .vsw-nfts {
        padding: 20px;
        flex-direction: column;
        gap: 30px;
    }
}

.vsw-nfts__element1,
.vsw-nfts__element2 {
    position: absolute;
    z-index: -1;
}

.vsw-nfts__element1 {
    left: 0;
    bottom: 0;
}

.vsw-nfts__element2 {
    right: 0;
    top: 0;
}

.vsw-nfts__img {
    border-radius: 29px;
    overflow: hidden;
    border: 1.5px solid var(--vs-border-color6);
    min-width: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 991px) {
    .vsw-nfts__img {
        min-width: 230px;
    }
}

@media (max-width: 767px) {
    .vsw-nfts__img {
        min-width: auto;
        align-self: center;
    }
}

@media (max-width: 575px) {
    .vsw-nfts__img {
        min-width: auto;
        align-self: start;
        width: 100%;
    }
}

.vsw-nfts__img--link {
    display: inline-block;
    width: 100%;
}

.vsw-nfts__img--main {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 29px;
}

.vsw-nfts__content {
    align-self: center;
    /* Small devices */
}

@media (max-width: 767px) {
    .vsw-nfts__content {
        align-self: start;
        width: 100%;
    }
}

.vsw-nfts__title {
    /* text-transform: capitalize; */
    line-height: 1.4;
}

.vsw-nfts__title--link {
    display: inline-block;
}

.vsw-nfts__title--link:hover {
    color: var(--vs-theme-color);
}

.vsw-nfts__text {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    margin: 0 0 20px 0;
}

.vsw-nfts .vs-list {
    gap: 10px;
}

.vsw-nfts__price {
    font-size: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 30px 0;
    font-family: var(--title-font);
}

.vsw-nfts__price ins {
    color: var(--white-color);
}

.vsw-nfts__price del {
    text-decoration: none;
    color: var(--text-color5);
    font-size: 16px;
}

.vsw-nfts .vs-btn {
    width: 100%;
    clip-path: none;
    border-radius: 40px;
    padding: 23px 38px;
}

.vsw-nfts--slider .slick-dots button {
    width: 40px;
    height: 7px;
    background-color: #3f4252;
}

.vsw-nfts--slider .slick-dots button::before {
    display: none;
}

.vsw-nfts--slider .slick-dots li {
    margin-right: 10px;
}

.vsw-nfts--slider .slick-dots li.slick-active button {
    width: 50px;
    background-color: var(--vs-theme-color);
}

.vs-tab-nav {
    padding: 24px 166px;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
    /* Medium devices */
    /* Small devices */
}

@media (max-width: 991px) {
    .vs-tab-nav {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .vs-tab-nav {
        padding: 24px 0;
    }
}

.vs-tab-nav__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.vs-tab-nav__bg::before,
.vs-tab-nav__bg::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
}

.vs-tab-nav__bg::before {
    background: linear-gradient(90deg, #232530 0%, #12151f 100%);
    left: auto;
    right: 0;
}

.vs-tab-nav__bg::after {
    background: linear-gradient(270deg, #232530 0%, #12151f 100%);
    left: 0;
    right: auto;
}

.vs-tab-nav .nav-tabs {
    border-bottom: 0;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-tab-nav .nav-tabs {
        gap: 15px;
    }
}

.vs-tab-nav .nav-link {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--body-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    padding: 9px 29px;
    position: relative;
    border-radius: 20.5px;
}

.vs-tab-nav .nav-link::before {
    position: absolute;
    content: "";
    background-color: var(--bg-color11);
    border: 2.5px dashed rgba(166, 215, 25, 0.5);
    border-radius: 20.5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.vs-tab-nav .nav-link.active {
    background-color: transparent;
    color: var(--vs-theme-color);
}

.vs-tab-nav .nav-link.active::before {
    opacity: 1;
    visibility: visible;
}

.product-about--nft .product-about__datas {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
    /* Small devices */
}

@media (max-width: 767px) {
    .product-about--nft .product-about__datas {
        gap: 10px;
    }
}

.product-about--nft .product-about__data {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.product-about--nft .product-about__data a {
    display: flex;
    align-items: center;
    gap: 9px;
}

.product-about--nft .product-about__data a:hover {
    color: var(--vs-theme-color);
}

.product-about--nft .product-about__price {
    margin: 0 0 30px 0;
}

.product-about--nft .product-about__desc {
    margin: 0 0 30px 0;
}

.product-about--nft .product-about__buttons {
    display: flex;
    gap: 20px;
}

.product-about--nft .product-about__buttons .vs-btn {
    flex: 1;
    border: 2px solid rgba(50, 52, 65, 0.7);
    border-radius: 2px;
    padding: 16px 38px;
    font-weight: 600;
}

.product-about--nft .product-about__buttons .vs-btn--offer {
    background-color: #232530;
    color: var(--body-color);
}

.product-about--nft .product-about__buttons .vs-btn--offer::before,
.product-about--nft .product-about__buttons .vs-btn--offer::after {
    background-color: var(--vs-theme-color2);
    clip-path: none;
}

.product-about--nft .product-about__buttons .vs-btn--offer:hover {
    color: var(--bg-color);
}

.product-about--nft .product-about__divider {
    margin: 32px 0 32px;
}

.product-about--nft .product-about__review--text {
    margin: 0 0 20px 0;
}

.product-about--nft .product-about__title {
    margin: -0.23em 0 15px 0;
}

.listing-container {
    overflow: auto;
}

.listing-container .listing-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 24px 30px;
    background-color: rgba(35, 37, 48, 0.8);
    border-radius: 10px 10px 0 0;
    border: 2px solid rgba(255, 255, 255, 0.05);
}

.listing-container .listing-header span {
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: var(--title-font);
}

.listing-container .listing-header span i {
    color: var(--vs-theme-color);
}

.listing-container .listing-table {
    width: 100%;
    border-collapse: collapse;
    border-color: rgba(255, 255, 255, 0.05);
    border-width: 2px;
    margin-bottom: 0;
}

.listing-container .listing-table thead tr th {
    font-size: 12px;
    color: var(--body-color);
    text-align: left;
    padding: 20px 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    font-family: var(--title-font);
}

.listing-container .listing-table tbody tr {
    border-bottom: 1px solid #2a2f36;
    transition: all 0.3s ease-in-out;
}

.listing-container .listing-table tbody tr:last-child {
    border-bottom: none;
}

.listing-container .listing-table tbody tr:hover {
    background-color: #1e242d;
    transition: all 0.3s ease-in-out;
}

.listing-container .listing-table tbody tr td {
    color: var(--body-color);
    padding: 15.5px 20px;
    font-size: 15px;
    font-weight: 600;
}

.listing-container .listing-table tbody tr .buy-button {
    background-color: var(--vs-theme-color);
    color: #000;
    border: none;
    padding: 9px 15px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.listing-container .listing-table tbody tr .buy-button:hover {
    background-color: var(--vs-theme-color2);
    border-color: var(--vs-theme-color2);
}

.listing-container--style2 .listing-table tbody tr {
    border: 0;
}

.listing-container--style2 .listing-table tbody tr td {
    padding: 5px 27px;
}

.listing-container--style2 .listing-table tbody tr td:last-child {
    text-align: right;
}

.listing-container--style2 .listing-table tbody tr td.vs-theme-color {
    color: var(--vs-theme-color);
}

.listing-container--style2 .listing-table tbody tr:first-child td {
    padding: 24px 27px 5px;
}

.listing-container--style2 .listing-table tbody tr:last-child td {
    padding: 5px 27px 24px;
}

#vsw-nfts--slider {
    /* Medium devices */
}

@media (max-width: 991px) {
    #vsw-nfts--slider {
        padding: 0 15px;
    }
}

/*------------------- 4.35. discount  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.discount-card {
    background: var(--bg-color9);
    border: 2px solid rgba(50, 52, 65, 0.6);
    border-radius: 46px;
    padding: 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* Large devices */
}

@media (max-width: 1199px) {
    .discount-card {
        border-radius: 15px;
        padding: 15px;
    }
}

.discount-card__images {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    height: 100%;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .discount-card__images {
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .discount-card__images {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
}

@media (max-width: 575px) {
    .discount-card__images {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
}

.discount-card__images img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.discount-card__image1,
.discount-card__image2,
.discount-card__image3,
.discount-card__image4 {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 14px;
    border: 2.5px solid rgba(72, 72, 72, 0.7);
    /* Large devices */
}

.discount-card__image1 img,
.discount-card__image2 img,
.discount-card__image3 img,
.discount-card__image4 img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

@media (max-width: 1199px) {
    .discount-card__image1,
    .discount-card__image2,
    .discount-card__image3,
    .discount-card__image4 {
        margin: 0;
    }
}

.discount-card__image1:hover img,
.discount-card__image2:hover img,
.discount-card__image3:hover img,
.discount-card__image4:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.discount-card__image1 {
    grid-area: 1/1/3/2;
    min-width: 158px;
    margin-right: 17px;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .discount-card__image1 {
        grid-area: 1/1/3/2;
        margin: 0;
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .discount-card__image1 {
        grid-area: 1/1/3/2;
        min-width: 158px;
    }
}

@media (max-width: 575px) {
    .discount-card__image1 {
        grid-area: 1/1/3/2;
        margin: 0;
        min-width: auto;
    }
}

.discount-card__image2 {
    grid-area: 1/2/2/3;
    margin-right: 11px;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .discount-card__image2 {
        grid-area: 1/2/2/3;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .discount-card__image2 {
        grid-area: 1/2/2/3;
    }
}

@media (max-width: 575px) {
    .discount-card__image2 {
        grid-area: 1/2/2/3;
        margin: 0;
    }
}

.discount-card__image3 {
    grid-area: 1/3/2/4;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .discount-card__image3 {
        grid-area: 2/2/3/3;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .discount-card__image3 {
        grid-area: 1/3/2/4;
    }
}

@media (max-width: 575px) {
    .discount-card__image3 {
        grid-area: 1/3/2/4;
        margin: 0;
    }
}

.discount-card__image4 {
    grid-area: 2/2/3/4;
    /* Large devices */
    /* Small devices */
    /* Extra small devices */
}

@media (max-width: 1199px) {
    .discount-card__image4 {
        grid-area: 3/1/4/3;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .discount-card__image4 {
        grid-area: 2/2/3/4;
    }
}

@media (max-width: 575px) {
    .discount-card__image4 {
        grid-area: 2/2/3/4;
        margin: 0;
    }
}

.discount-card__count {
    padding: 10px 0 13px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: var(--vs-theme-color);
    font-family: var(--title-font);
    position: relative;
    display: block;
    text-align: center;
}

.discount-card__count::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: radial-gradient(50% 50% at 50% 50%, #12151f 0%, rgba(132, 133, 131, 0) 100%);
    bottom: 0;
    left: 0;
}

.discount-card__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0 0;
    /* Large devices */
}

@media (max-width: 1199px) {
    .discount-card__content {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
}

.discount-card__user {
    display: flex;
    align-items: center;
    gap: 11px;
}

.discount-card__user--img {
    min-width: 52px;
}

.discount-card__user--img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #494b53;
}

.discount-card__user--cate {
    font-size: 16px;
    text-transform: uppercase;
    margin: -0.23em 0 5px 0;
}

.discount-card__user--cate a:hover {
    color: var(--vs-theme-color);
}

.discount-card__user--name {
    font-size: 13px;
    font-weight: 600;
    /* text-transform: capitalize; */
    font-family: var(--title-font);
}

.discount-card__user--name a {
    color: var(--text-color6);
}

.discount-card__wishlist {
    --icon-size: 46px;
    min-width: var(--icon-size);
    min-height: var(--icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 20, 30, 0.5);
    border: 2px dashed #686868;
    border-radius: 50%;
    color: var(--body-color);
    /* Medium devices */
}

@media (max-width: 991px) {
    .discount-card__wishlist {
        --icon-size: 35px;
        font-size: 13px;
    }
}

.discount-card__wishlist:hover {
    border-color: var(--vs-theme-color);
}

.discount-card__wishlist:hover i {
    color: var(--vs-theme-color);
}

.discount-card__ele1,
.discount-card__ele2 {
    position: absolute;
    z-index: -1;
}

.discount-card__ele1 {
    bottom: 0;
    left: 0;
}

.discount-card__ele2 {
    top: 0;
    right: 0;
}

/*------------------- 4.36. gallery  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.vs-nft-gallery {
    margin-top: 13px;
}

.vs-nft-gallery__img {
    transform: skewX(-10deg) translateX(40px);
    margin: 0 0 30px 0;
    position: relative;
    z-index: 1;
    /* Medium devices */
}

.vs-nft-gallery__img--main {
    padding: 10px;
    background-color: rgba(35, 37, 48, 0.8);
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .vs-nft-gallery__img {
        transform: skewX(-10deg) translateX(0px);
    }
}

.vs-nft-gallery__img--shape1,
.vs-nft-gallery__img--shape2 {
    position: absolute;
    z-index: 1;
    transform: skewX(10deg);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.vs-nft-gallery__img--shape1 {
    top: -6px;
    left: -12px;
}

.vs-nft-gallery__img--shape2 {
    bottom: -6px;
    right: -12px;
}

.vs-nft-gallery__title {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out;
    /* Medium devices */
}

@media (max-width: 991px) {
    .vs-nft-gallery__title {
        opacity: 1;
        visibility: visible;
    }
}

.vs-nft-gallery__title a:hover {
    color: var(--vs-theme-color);
}

.vsn-gallery--slider {
    /* Medium devices */
}

@media (max-width: 991px) {
    .vsn-gallery--slider {
        padding: 0 15px;
    }
}

.vsn-gallery--slider .slick-dots {
    position: relative;
    margin: 0 auto;
    transform: translateY(-17px) translateX(35%);
    max-width: 500px;
    width: 500px;
    display: flex;
    justify-content: center;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .vsn-gallery--slider .slick-dots {
        transform: none;
        max-width: 100%;
        margin-top: 15px;
    }
}

.vsn-gallery--slider .slick-dots::before {
    position: absolute;
    content: "";
    width: 510px;
    height: 4px;
    background-color: #232530;
    top: 5px;
}

.vsn-gallery--slider .slick-dots button {
    width: 76px;
    height: 8px;
    border-radius: 0;
    background-color: transparent;
}

.vsn-gallery--slider .slick-dots button::before {
    display: none;
}

.vsn-gallery--slider .slick-dots li {
    margin: 0;
}

.vsn-gallery--slider .slick-dots li.slick-active button {
    background-color: var(--vs-theme-color);
}

.vsn-gallery--slider .slick-slide.slick-current.slick-active.slick-center .vs-nft-gallery__title,
.vsn-gallery--slider .slick-slide.slick-current.slick-active.slick-center .vs-nft-gallery__img--shape1,
.vsn-gallery--slider .slick-slide.slick-current.slick-active.slick-center .vs-nft-gallery__img--shape2 {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out;
}

.gallery--layout2 {
    padding-top: 140px;
    padding-bottom: 100px;
}

/*------------------- 4.37. cart  -------------------*/

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.cart_table {
    border: 1px solid var(--bg-color4);
    margin-bottom: 45px;
}

.cart_table thead {
    background-color: var(--bg-color4);
}

.cart_table thead th {
    border: none !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 26.75px 15px;
}

.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 27px 15px;
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    transform: translateY(-50%);
    display: none;
}

.cart_table td {
    border: none;
    border-bottom: 1px solid var(--bg-color4);
    color: var(--body-color);
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-family: var(--title-font);
}

.cart_table .icon-btn {
    --btn-size: 50px;
    font-size: var(--btn-font-size, 17px);
}

.cart_table .icon-btn:hover {
    color: var(--vs-theme-color);
}

.cart_table .product-quantity {
    color: var(--title-color);
}

.cart_table .product-quantity input {
    position: relative;
    top: -2px;
}

.cart_table .cart-productname {
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: uppercase;
}

.cart_table .cart-productname:hover {
    color: var(--vs-theme-color);
}

.cart_table .cart-productimage {
    width: 110px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color9);
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.cart_table .cart-productimage>img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    padding: 5px;
}

.cart_table .remove {
    color: var(--vs-theme-color);
    font-size: 18px;
}

.cart_table .remove:hover {
    color: var(--sec-color);
}

.cart_table .quantity {
    display: inline-flex;
    align-items: center;
}

.quantity.style2 .quantity__field {
    background-color: transparent;
}

.quantity.style2 .qty-btn {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: 1px solid var(--bg-color4);
    border-radius: 4px;
    color: var(--body-color);
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.quantity.style2 .qty-btn:hover {
    background-color: var(--vs-theme-color);
    color: var(--bg-color);
    border-color: var(--vs-theme-color);
}

.cart_table .qut-btn {
    border: 2px solid var(--bg-color4);
    background-color: rgba(0, 0, 0, 0);
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 4px;
}

.cart_table .qut-btn:hover {
    background-color: var(--vs-theme-color);
    color: var(--white-color);
}

.cart_table .qty-input {
    vertical-align: middle;
    border: 1px solid var(--bg-color);
    width: 70px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 400;
    margin: 0 10px;
    border-radius: 4px;
    padding: 0 15px;
}

.cart_table .actions {
    text-align: right;
    vertical-align: middle;
    padding: 20px;
}

.cart_table .actions>.vs-btn {
    font-size: 16px;
    padding: 17px 28px;
    margin-right: 15px;
}

.cart_table .actions>.vs-btn:last-child {
    margin-right: 0;
}

.cart_table .vs-cart-coupon {
    float: left;
    margin: 0;
    display: inline-flex;
}

.cart_table .vs-cart-coupon input {
    height: 50px;
    width: calc(100% - 200px);
    margin-right: 10px;
    border: 1px solid var(--bg-color2);
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    background-color: var(--bg-color4);
    transition: all 0.3s ease-in-out;
    color: var(--body-color);
}

.cart_table .vs-cart-coupon input::-moz-placeholder {
    color: var(--body-color);
}

.cart_table .vs-cart-coupon input::placeholder {
    color: var(--body-color);
}

.cart_table .vs-cart-coupon input:focus {
    border-color: var(--vs-theme-color);
    transition: all 0.3s ease-in-out;
}

.cart_table .vs-cart-coupon .vs-btn {
    font-size: 16px;
    padding: 17px 30px;
    flex: none;
}

.cart-footer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    flex-wrap: wrap;
}

.cart-footer-right {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cart_totals {
    border: 1px solid var(--border-color);
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: var(--bg-color4);
    font-weight: 700;
    font-size: 14px;
    color: var(--title-color);
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
    color: var(--vs-theme-color);
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0 10px 0;
}

.cart_totals .woocommerce-shipping-methods>li {
    min-height: 26px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
}

.cart_totals .woocommerce-shipping-methods input[type=radio]~label {
    min-height: 26px;
    display: flex;
    align-items: center;
    font-family: var(--title-font);
    padding-left: 0px;
}

.cart_totals .woocommerce-shipping-methods input[type=radio]~label::before {
    padding-right: 1.2px;
    padding-top: 0.3px;
    font-size: 5px;
    width: 24px;
    height: 24px;
    line-height: 14px;
    color: transparent;
}

.cart_totals .shipping-calculator-form {
    display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .vs-btn {
    padding: 10px 30px;
    height: 50px;
    align-items: center;
}

.shipping-calculator-form .nice-select.form-select,
.shipping-calculator-form .form-control {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 50px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
}

.shipping-calculator-form .nice-select.form-select::after,
.shipping-calculator-form .form-control::after {
    display: none;
}

.cart_totals .amount {
    font-weight: 700;
}

.cart_totals .order-total .amount {
    color: var(--vs-theme-color);
}

@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px;
    }
    .cart_table .cart-productname {
        font-size: 14px;
    }
    .cart_table .vs-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
    }
    .cart_table .actions {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none;
    }
    .cart_table thead {
        display: none;
    }
    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 0%;
        text-align: right;
        border: 1px solid #f3f3f3;
        border-bottom: none;
    }
    .cart_table td::before {
        display: block;
    }
    .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3;
    }
    .cart_table td.actions {
        padding-left: 15px;
        text-align: center;
    }
    .cart_table td.actions>.vs-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .cart_table td.actions>.vs-btn:last-child {
        margin-right: auto;
    }
    .cart_table .vs-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        justify-content: center;
        display: block;
        padding-bottom: 10px;
    }
    .cart_table .vs-cart-coupon input {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px;
    }
    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 17%;
        line-height: 1.4;
    }
}

.woocommerce-checkout .form-group {
    margin-bottom: 0;
}

.woocommerce-checkout .row:not([class*=gx-]) {
    --bs-gutter-x: 15px;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    --bs-gutter-x: 15px;
    margin-bottom: var(--bs-gutter-x);
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
}

.woocommerce-checkout .form-select::after,
.woocommerce-checkout .select2-container::after,
.woocommerce-checkout .form-control::after {
    display: none;
}

.woocommerce-checkout .form-select .list,
.woocommerce-checkout .select2-container .list,
.woocommerce-checkout .form-control .list {
    width: 100%;
}

.woocommerce-checkout .form-select::-moz-placeholder,
.woocommerce-checkout .select2-container::-moz-placeholder,
.woocommerce-checkout .form-control::-moz-placeholder {
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.woocommerce-checkout .form-select::placeholder,
.woocommerce-checkout .select2-container::placeholder,
.woocommerce-checkout .form-control::placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.woocommerce-checkout .form-select:focus,
.woocommerce-checkout .select2-container:focus,
.woocommerce-checkout .form-control:focus {
    border-color: var(--sec-color);
    transition: all 0.3s ease-in-out;
}

.woocommerce-checkout .form-select:focus::-moz-placeholder,
.woocommerce-checkout .select2-container:focus::-moz-placeholder,
.woocommerce-checkout .form-control:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.woocommerce-checkout .form-select:focus::placeholder,
.woocommerce-checkout .select2-container:focus::placeholder,
.woocommerce-checkout .form-control:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.woocommerce-checkout textarea.form-control {
    height: 150px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: 30px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #e3e6e9;
    border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
    color: var(--body-color);
}

.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 30px;
    padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "ï„‡";
    font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 18px;
}

span.select2-selection.select2-selection--single:focus {
    outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 0;
    background-position: right 13px center;
    background-color: var(--bg-color4);
    border-color: transparent;
}

.shipping-calculator-form .vs-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: none;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0;
}

.checkout-ordertable .order-total .amount {
    color: var(--vs-theme-color);
}

.checkout-ordertable input[type=hidden]~label {
    color: var(--vs-theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x);
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid var(--bg-color4);
    text-align: right;
    padding: 15px 20px;
    color: var(--body-color);
}

.checkout-ordertable th {
    text-align: left;
}

.woocommerce-checkout-payment {
    text-align: left;
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-checkout-payment ul li {
    padding-top: 17px;
    border-bottom: 1px solid var(--bg-color4);
    border-radius: 0;
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce-checkout-payment ul input[type=radio]~label {
    margin-bottom: 0px;
    color: var(--title-color);
    font-weight: 700;
}

.woocommerce-checkout-payment ul input[type=radio]~label img {
    margin-bottom: -2px;
    margin-left: 10px;
}

.woocommerce-checkout-payment .place-order {
    padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
    color: var(--body-color);
    background-color: var(--bg-color4);
    border: 1px solid var(--bg-color4);
    border-bottom: none;
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 20px;
    display: none;
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}

.vs-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px;
}

.vs-cart-wrapper .vs-btn,
.vs-checkout-wrapper .vs-btn {
    /* text-transform: capitalize; */
    font-weight: 700;
    font-size: 16px;
}

.vs-cart-wrapper .vs-btn--style3::before,
.vs-cart-wrapper .vs-btn--style3::after,
.vs-checkout-wrapper .vs-btn--style3::before,
.vs-checkout-wrapper .vs-btn--style3::after {
    background-color: var(--vs-theme-color);
}

@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none;
    }
    .woocommerce-checkout-payment ul input[type=radio]~label img {
        max-width: 150px;
    }
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

.tinv-wishlist input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
}

.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: #eee;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--vs-theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 14px;
}

.tinv-wishlist table.tinvwl-table-manage-list button {
    border-radius: 5px;
}

.tinv-wishlist .product-stock i {
    margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--vs-theme-color);
}

.tinv-wishlist button.button {
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--vs-theme-color);
    color: #fff;
    padding: 0;
}

.tinv-wishlist button.button i {
    font-size: 1rem !important;
    margin-right: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
    color: var(--title-color);
}

.tinv-wishlist td.product-name a:hover {
    color: var(--vs-theme-color);
}

.tinv-wishlist td.product-price del {
    font-size: 0.9em;
}

.tinv-wishlist .social-buttons>span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color);
}

.tinv-wishlist .social-buttons li a.social {
    background-color: var(--vs-theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.tinv-wishlist .social-buttons li a.social i {
    line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
    }
}

.cat-media {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    padding: 20px 0;
    position: relative;
    margin-bottom: 30px;
}

.cat-media:after,
.cat-media:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    transition: width ease 0.6s, height ease 0.6s, border-color ease 0s;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0;
}

.cat-media:before {
    left: 0;
    top: 0;
    border-left-width: 1px;
    border-top-width: 1px;
}

.cat-media:after {
    right: 0;
    bottom: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.cat-media_icon {
    padding: 3px 15px;
    border-right: 1px solid var(--border-color);
    position: relative;
    z-index: 3;
    width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-media_cat {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.cat-media .badge {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.cat-media .media-body {
    text-align: center;
    position: relative;
    z-index: 3;
}

.cat-media_slider {
    z-index: 1;
}

.cat-media_slider .slick-arrow {
    --icon-size: 20px;
    --pos-x: -5px;
    font-size: 8px;
    padding: 0;
    line-height: 14px;
    background-color: var(--title-color);
    color: var(--white-color);
    top: calc(50% - 15px);
    border: 3px solid var(--white-color);
}

.cat-media_slider .slick-arrow:hover {
    background-color: var(--vs-theme-color);
    color: var(--white-color);
}

.cat-shape-1 {
    position: absolute;
    left: 2%;
    top: 1%;
}

.cat-media:hover .badge,
.slick-center .cat-media .badge {
    opacity: 1;
    visibility: visible;
}

.cat-media:hover::before,
.cat-media:hover::after,
.slick-center .cat-media::before,
.slick-center .cat-media::after {
    width: 100%;
    height: 100%;
    border-color: var(--vs-theme-color);
}

.cat_chart {
    display: flex;
    background-color: var(--white-color);
    align-items: center;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.cat_chart_img {
    margin-right: 30px;
}

.cat_chart_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
}

.cat_chart_list {
    margin: 0 0 -0.3em 0;
    padding: 0;
    list-style-type: none;
}

.cat_chart_list a {
    font-size: 14px;
    color: #71737a;
}

.cat_chart_list a:hover {
    color: var(--vs-theme-color);
}

.cat_card {
    margin-bottom: 30px;
    position: relative;
}

.cat_card [class*=cat_card_name] a {
    color: inherit;
}

.cat_card_img {
    position: relative;
    overflow: hidden;
}

.cat_card_img img {
    width: 100%;
    transition: all ease 0.4s;
    transform: scale(1);
}

.cat_card_total {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 1;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 14px;
}

.cat_card_name {
    color: var(--white-color);
    background-color: var(--vs-theme-color);
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 18px 15px;
    text-align: center;
}

.cat_card_name--style2 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: var(--white-color);
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 18px 31px;
    border-radius: 9999px;
}

.cat_card:hover .cat_card_img img {
    transform: scale(1.15);
}

.cat_rounded {
    text-align: center;
    margin-bottom: 26px;
}

.cat_rounded .cat-img {
    border: 2px solid var(--theme-color);
    border: 2px solid var(--border-color);
    width: var(--img-size, 160px);
    height: var(--img-size, 160px);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 18px;
    transition: all ease 0.4s;
}

.cat_rounded .cat-img img {
    width: 100%;
    transition: all ease 0.4s;
}

.cat_rounded .cat-name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.cat_rounded:hover .cat-img {
    border-color: var(--vs-theme-color);
}

.cat_rounded:hover .cat-img img {
    transform: scale(1.1);
}

/*=================================
    05. Spacing
==================================*/

/*-- Padding Left And Right --*/

.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}

/*-- Padding Top And Bottom --*/

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*-- Padding Top --*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

/*-- Padding Bottom --*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

/*-- Padding Left --*/

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

/*-- Padding Right --*/

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

/*-- margin Left And Right --*/

.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px;
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px;
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px;
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px;
}

/*-- margin Top And Bottom --*/

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*-- margin Top --*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

/*-- margin Bottom --*/

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

/*-- margin Left --*/

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

/*-- margin Right --*/

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mt-n1 {
    margin-top: -0.25rem;
}

.mt-n2 {
    margin-top: -0.5rem;
}

.mt-n3 {
    margin-top: -1rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -0.25rem;
}

.mb-n2 {
    margin-bottom: -0.5rem;
}

.mb-n3 {
    margin-bottom: -1rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

/*
Template Name: Roda
Template URL: https://html.vecuro.com/roda
Description: Roda - Gaming Store & eCommerce HTML5 Template
Author: vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/

/*=================================
    CSS Index Here
==================================*/

/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    3.11. Back To Top
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcrumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. Feature
    4.11. About
    4.12. Service
    4.13. Counter
    4.14. Team
    4.15. Process
    4.16. Accordion
    4.17. Simple Sections
    4.18. Testimonial
    4.19. Popup Side Menu
    4.20. Price Plan
    4.21. Forms Style
    4.22. Projects
    4.23. Contact
    4.24. Event
    4.25. CTA
    4.26. popupsearch
    4.27. carouselTicker
    4.28. game
    4.29. video
    4.30. brand
    4.31. product
    4.32. schedule
    4.33. woocommerce
    4.34. nft
    4.35. discount
    4.36. gallery
    4.37. cart
05. Spacing
*/

/*=================================
    CSS Index End
==================================*/

/*=================================
   01. Theme Base
==================================*/

/*------------------- 1.1. Mixin -------------------*/

.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-bottom {
    padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-top-mobile {
    padding-top: calc(var(--section-space-mobile) - 30px);
}

/* Medium devices */

@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }
    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }
    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }
    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }
    .space-top-md-none {
        padding-top: 0;
    }
}
.admincp-button {
	position: absolute;
	top: 150px;
	right: 30px;
}
.rankings-class-image {
width: 30px;
  height: auto;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.rankings_menu {
  width: 100%;
  overflow: auto;
  text-align: center;
  margin-bottom: 10px;
}

.razas img:hover {
  -webkit-filter: brightness(160%);
  filter: brightness(160%);
}
.razas img {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  margin-right: 30px;
  border: 1px solid #ff4655;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  margin-top: 15px;
}


tbody, td, tfoot, th, thead, tr {
  border-color: inherit !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #32383e !important;
}
/*# sourceMappingURL=style.css.map */